@m3e/web 2.5.11 → 2.5.13
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/dist/all.js +20532 -16074
- package/dist/all.js.map +1 -1
- package/dist/all.min.js +174 -62
- package/dist/all.min.js.map +1 -1
- package/dist/autocomplete.js +23 -5
- package/dist/autocomplete.js.map +1 -1
- package/dist/autocomplete.min.js +1 -1
- package/dist/autocomplete.min.js.map +1 -1
- package/dist/breadcrumb.js +1 -1
- package/dist/breadcrumb.js.map +1 -1
- package/dist/breadcrumb.min.js +1 -1
- package/dist/breadcrumb.min.js.map +1 -1
- package/dist/calendar.js +45 -9
- package/dist/calendar.js.map +1 -1
- package/dist/calendar.min.js +5 -5
- package/dist/calendar.min.js.map +1 -1
- package/dist/core-anchoring.js +19 -16
- package/dist/core-anchoring.js.map +1 -1
- package/dist/core-anchoring.min.js +1 -1
- package/dist/core-anchoring.min.js.map +1 -1
- package/dist/core.js +122 -105
- package/dist/core.js.map +1 -1
- package/dist/core.min.js +1 -1
- package/dist/core.min.js.map +1 -1
- package/dist/css-custom-data.json +50 -50
- package/dist/custom-elements.json +1626 -968
- package/dist/datepicker.js +53 -27
- package/dist/datepicker.js.map +1 -1
- package/dist/datepicker.min.js +1 -1
- package/dist/datepicker.min.js.map +1 -1
- package/dist/fab-menu.js +115 -113
- package/dist/fab-menu.js.map +1 -1
- package/dist/fab-menu.min.js +1 -1
- package/dist/fab-menu.min.js.map +1 -1
- package/dist/fab.js +1 -1
- package/dist/fab.js.map +1 -1
- package/dist/fab.min.js +1 -1
- package/dist/fab.min.js.map +1 -1
- package/dist/form-field.js +10 -7
- package/dist/form-field.js.map +1 -1
- package/dist/form-field.min.js +2 -2
- package/dist/form-field.min.js.map +1 -1
- package/dist/html-custom-data.json +29 -14
- package/dist/icon.js +1 -1
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +1 -1
- package/dist/icon.min.js.map +1 -1
- package/dist/menu.js +26 -19
- package/dist/menu.js.map +1 -1
- package/dist/menu.min.js +1 -1
- package/dist/menu.min.js.map +1 -1
- package/dist/option.js +12 -2
- package/dist/option.js.map +1 -1
- package/dist/option.min.js +1 -1
- package/dist/option.min.js.map +1 -1
- package/dist/select.js +18 -2
- package/dist/select.js.map +1 -1
- package/dist/select.min.js +1 -1
- package/dist/select.min.js.map +1 -1
- package/dist/src/autocomplete/AutocompleteElement.d.ts.map +1 -1
- package/dist/src/calendar/CalendarElement.d.ts +2 -0
- package/dist/src/calendar/CalendarElement.d.ts.map +1 -1
- package/dist/src/calendar/CalendarViewElementBase.d.ts +2 -0
- package/dist/src/calendar/CalendarViewElementBase.d.ts.map +1 -1
- package/dist/src/calendar/MonthViewElement.d.ts +1 -0
- package/dist/src/calendar/MonthViewElement.d.ts.map +1 -1
- package/dist/src/calendar/MultiYearViewElement.d.ts.map +1 -1
- package/dist/src/calendar/YearViewElement.d.ts.map +1 -1
- package/dist/src/core/anchoring/FloatingPanelElement.d.ts.map +1 -1
- package/dist/src/core/shared/controllers/ClickOutsideController.d.ts +24 -0
- package/dist/src/core/shared/controllers/ClickOutsideController.d.ts.map +1 -0
- package/dist/src/core/shared/controllers/FocusController.d.ts +5 -11
- package/dist/src/core/shared/controllers/FocusController.d.ts.map +1 -1
- package/dist/src/core/shared/controllers/HoverController.d.ts +2 -8
- package/dist/src/core/shared/controllers/HoverController.d.ts.map +1 -1
- package/dist/src/core/shared/controllers/IntersectionController.d.ts +2 -8
- package/dist/src/core/shared/controllers/IntersectionController.d.ts.map +1 -1
- package/dist/src/core/shared/controllers/LongPressController.d.ts +2 -8
- package/dist/src/core/shared/controllers/LongPressController.d.ts.map +1 -1
- package/dist/src/core/shared/controllers/MonitorControllerBase.d.ts +4 -0
- package/dist/src/core/shared/controllers/MonitorControllerBase.d.ts.map +1 -1
- package/dist/src/core/shared/controllers/PressedController.d.ts +6 -8
- package/dist/src/core/shared/controllers/PressedController.d.ts.map +1 -1
- package/dist/src/core/shared/controllers/ResizeController.d.ts +2 -8
- package/dist/src/core/shared/controllers/ResizeController.d.ts.map +1 -1
- package/dist/src/core/shared/controllers/index.d.ts +1 -0
- package/dist/src/core/shared/controllers/index.d.ts.map +1 -1
- package/dist/src/core/shared/mixins/LinkButton.d.ts.map +1 -1
- package/dist/src/core/shared/tokens/DesignToken.d.ts +3 -0
- package/dist/src/core/shared/tokens/DesignToken.d.ts.map +1 -1
- package/dist/src/core/shared/tokens/MeasurementToken.d.ts +13 -7
- package/dist/src/core/shared/tokens/MeasurementToken.d.ts.map +1 -1
- package/dist/src/datepicker/DatepickerElement.d.ts +1 -2
- package/dist/src/datepicker/DatepickerElement.d.ts.map +1 -1
- package/dist/src/fab-menu/FabMenuElement.d.ts.map +1 -1
- package/dist/src/form-field/FormFieldElement.d.ts +1 -0
- package/dist/src/form-field/FormFieldElement.d.ts.map +1 -1
- package/dist/src/menu/MenuElement.d.ts.map +1 -1
- package/dist/src/option/OptionElement.d.ts.map +1 -1
- package/dist/src/option/OptionPanelElement.d.ts.map +1 -1
- package/dist/src/select/SelectElement.d.ts.map +1 -1
- package/dist/src/theme/ThemeElement.d.ts.map +1 -1
- package/dist/src/tooltip/RichTooltipElement.d.ts +0 -2
- package/dist/src/tooltip/RichTooltipElement.d.ts.map +1 -1
- package/dist/theme.js +10 -7
- package/dist/theme.js.map +1 -1
- package/dist/theme.min.js +6 -6
- package/dist/theme.min.js.map +1 -1
- package/dist/tooltip.js +24 -25
- package/dist/tooltip.js.map +1 -1
- package/dist/tooltip.min.js +1 -1
- package/dist/tooltip.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -126,6 +126,15 @@
|
|
|
126
126
|
"description": "The targets being observed.",
|
|
127
127
|
"readonly": true
|
|
128
128
|
},
|
|
129
|
+
{
|
|
130
|
+
"kind": "field",
|
|
131
|
+
"name": "hasTargets",
|
|
132
|
+
"type": {
|
|
133
|
+
"text": "boolean"
|
|
134
|
+
},
|
|
135
|
+
"description": "Whether one or more targets are being monitored.",
|
|
136
|
+
"readonly": true
|
|
137
|
+
},
|
|
129
138
|
{
|
|
130
139
|
"kind": "method",
|
|
131
140
|
"name": "hostConnected",
|
|
@@ -219,6 +228,16 @@
|
|
|
219
228
|
],
|
|
220
229
|
"description": "Stops observing the specified element."
|
|
221
230
|
},
|
|
231
|
+
{
|
|
232
|
+
"kind": "method",
|
|
233
|
+
"name": "unobserveAll",
|
|
234
|
+
"return": {
|
|
235
|
+
"type": {
|
|
236
|
+
"text": "void"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"description": "Stops observing all targets."
|
|
240
|
+
},
|
|
222
241
|
{
|
|
223
242
|
"kind": "method",
|
|
224
243
|
"name": "_observe",
|
|
@@ -273,6 +292,325 @@
|
|
|
273
292
|
}
|
|
274
293
|
]
|
|
275
294
|
},
|
|
295
|
+
{
|
|
296
|
+
"kind": "javascript-module",
|
|
297
|
+
"path": "src/core/shared/controllers/ClickOutsideController.ts",
|
|
298
|
+
"declarations": [
|
|
299
|
+
{
|
|
300
|
+
"kind": "class",
|
|
301
|
+
"description": "A `ReactiveController` used to monitor whether the user clicks outside all observed elements.",
|
|
302
|
+
"name": "ClickOutsideController",
|
|
303
|
+
"members": [
|
|
304
|
+
{
|
|
305
|
+
"kind": "field",
|
|
306
|
+
"name": "#callback",
|
|
307
|
+
"privacy": "private",
|
|
308
|
+
"type": {
|
|
309
|
+
"text": "ClickOutsideControllerCallback"
|
|
310
|
+
},
|
|
311
|
+
"readonly": true,
|
|
312
|
+
"parsedType": {
|
|
313
|
+
"text": "{ }"
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"kind": "field",
|
|
318
|
+
"name": "#documentClickHandler",
|
|
319
|
+
"privacy": "private",
|
|
320
|
+
"readonly": true
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"kind": "field",
|
|
324
|
+
"name": "#listening",
|
|
325
|
+
"privacy": "private",
|
|
326
|
+
"type": {
|
|
327
|
+
"text": "boolean"
|
|
328
|
+
},
|
|
329
|
+
"default": "false"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"kind": "method",
|
|
333
|
+
"name": "_observe",
|
|
334
|
+
"privacy": "protected",
|
|
335
|
+
"return": {
|
|
336
|
+
"type": {
|
|
337
|
+
"text": "void"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"parameters": [
|
|
341
|
+
{
|
|
342
|
+
"name": "target",
|
|
343
|
+
"type": {
|
|
344
|
+
"text": "HTMLElement"
|
|
345
|
+
},
|
|
346
|
+
"description": "The element to start observing."
|
|
347
|
+
}
|
|
348
|
+
],
|
|
349
|
+
"description": "When implemented by a derived class, starts observing the specified element.",
|
|
350
|
+
"inheritedFrom": {
|
|
351
|
+
"name": "MonitorControllerBase",
|
|
352
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"kind": "method",
|
|
357
|
+
"name": "_unobserve",
|
|
358
|
+
"privacy": "protected",
|
|
359
|
+
"return": {
|
|
360
|
+
"type": {
|
|
361
|
+
"text": "void"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
"parameters": [
|
|
365
|
+
{
|
|
366
|
+
"name": "target",
|
|
367
|
+
"type": {
|
|
368
|
+
"text": "HTMLElement"
|
|
369
|
+
},
|
|
370
|
+
"description": "The element to stop observing."
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"description": "When implemented by a derived class, stops observing the specified element.",
|
|
374
|
+
"inheritedFrom": {
|
|
375
|
+
"name": "MonitorControllerBase",
|
|
376
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"kind": "method",
|
|
381
|
+
"name": "#handleDocumentClick",
|
|
382
|
+
"privacy": "private",
|
|
383
|
+
"return": {
|
|
384
|
+
"type": {
|
|
385
|
+
"text": "void"
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
"parameters": [
|
|
389
|
+
{
|
|
390
|
+
"name": "e",
|
|
391
|
+
"type": {
|
|
392
|
+
"text": "MouseEvent"
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
]
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"kind": "field",
|
|
399
|
+
"name": "#host",
|
|
400
|
+
"privacy": "private",
|
|
401
|
+
"type": {
|
|
402
|
+
"text": "ReactiveControllerHost & HTMLElement"
|
|
403
|
+
},
|
|
404
|
+
"readonly": true,
|
|
405
|
+
"default": "host",
|
|
406
|
+
"inheritedFrom": {
|
|
407
|
+
"name": "MonitorControllerBase",
|
|
408
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"kind": "field",
|
|
413
|
+
"name": "#target",
|
|
414
|
+
"privacy": "private",
|
|
415
|
+
"type": {
|
|
416
|
+
"text": "HTMLElement | null | undefined"
|
|
417
|
+
},
|
|
418
|
+
"readonly": true,
|
|
419
|
+
"inheritedFrom": {
|
|
420
|
+
"name": "MonitorControllerBase",
|
|
421
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"kind": "field",
|
|
426
|
+
"name": "#targets",
|
|
427
|
+
"privacy": "private",
|
|
428
|
+
"readonly": true,
|
|
429
|
+
"default": "new Set<HTMLElement>()",
|
|
430
|
+
"inheritedFrom": {
|
|
431
|
+
"name": "MonitorControllerBase",
|
|
432
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"kind": "field",
|
|
437
|
+
"name": "targets",
|
|
438
|
+
"type": {
|
|
439
|
+
"text": "Iterable<HTMLElement>"
|
|
440
|
+
},
|
|
441
|
+
"description": "The targets being observed.",
|
|
442
|
+
"readonly": true,
|
|
443
|
+
"inheritedFrom": {
|
|
444
|
+
"name": "MonitorControllerBase",
|
|
445
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"kind": "field",
|
|
450
|
+
"name": "hasTargets",
|
|
451
|
+
"type": {
|
|
452
|
+
"text": "boolean"
|
|
453
|
+
},
|
|
454
|
+
"description": "Whether one or more targets are being monitored.",
|
|
455
|
+
"readonly": true,
|
|
456
|
+
"inheritedFrom": {
|
|
457
|
+
"name": "MonitorControllerBase",
|
|
458
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"kind": "method",
|
|
463
|
+
"name": "hostConnected",
|
|
464
|
+
"return": {
|
|
465
|
+
"type": {
|
|
466
|
+
"text": "void"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"inheritedFrom": {
|
|
470
|
+
"name": "MonitorControllerBase",
|
|
471
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"kind": "method",
|
|
476
|
+
"name": "hostDisconnected",
|
|
477
|
+
"return": {
|
|
478
|
+
"type": {
|
|
479
|
+
"text": "void"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"inheritedFrom": {
|
|
483
|
+
"name": "MonitorControllerBase",
|
|
484
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"kind": "method",
|
|
489
|
+
"name": "hostUpdate",
|
|
490
|
+
"return": {
|
|
491
|
+
"type": {
|
|
492
|
+
"text": "void"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"inheritedFrom": {
|
|
496
|
+
"name": "MonitorControllerBase",
|
|
497
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"kind": "method",
|
|
502
|
+
"name": "hostUpdated",
|
|
503
|
+
"return": {
|
|
504
|
+
"type": {
|
|
505
|
+
"text": "void"
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
"inheritedFrom": {
|
|
509
|
+
"name": "MonitorControllerBase",
|
|
510
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"kind": "method",
|
|
515
|
+
"name": "observe",
|
|
516
|
+
"return": {
|
|
517
|
+
"type": {
|
|
518
|
+
"text": "void"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
"parameters": [
|
|
522
|
+
{
|
|
523
|
+
"name": "target",
|
|
524
|
+
"type": {
|
|
525
|
+
"text": "HTMLElement"
|
|
526
|
+
},
|
|
527
|
+
"description": "The element to start observing."
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"description": "Starts observing the specified element.",
|
|
531
|
+
"inheritedFrom": {
|
|
532
|
+
"name": "MonitorControllerBase",
|
|
533
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
534
|
+
}
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"kind": "method",
|
|
538
|
+
"name": "isObserving",
|
|
539
|
+
"return": {
|
|
540
|
+
"type": {
|
|
541
|
+
"text": "boolean"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
"parameters": [
|
|
545
|
+
{
|
|
546
|
+
"name": "target",
|
|
547
|
+
"type": {
|
|
548
|
+
"text": "HTMLElement"
|
|
549
|
+
},
|
|
550
|
+
"description": "The element to test."
|
|
551
|
+
}
|
|
552
|
+
],
|
|
553
|
+
"description": "Determines whether the specified element is being observed.",
|
|
554
|
+
"inheritedFrom": {
|
|
555
|
+
"name": "MonitorControllerBase",
|
|
556
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"kind": "method",
|
|
561
|
+
"name": "unobserve",
|
|
562
|
+
"return": {
|
|
563
|
+
"type": {
|
|
564
|
+
"text": "void"
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
"parameters": [
|
|
568
|
+
{
|
|
569
|
+
"name": "target",
|
|
570
|
+
"type": {
|
|
571
|
+
"text": "HTMLElement"
|
|
572
|
+
},
|
|
573
|
+
"description": "The element to stop observing."
|
|
574
|
+
}
|
|
575
|
+
],
|
|
576
|
+
"description": "Stops observing the specified element.",
|
|
577
|
+
"inheritedFrom": {
|
|
578
|
+
"name": "MonitorControllerBase",
|
|
579
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"kind": "method",
|
|
584
|
+
"name": "unobserveAll",
|
|
585
|
+
"return": {
|
|
586
|
+
"type": {
|
|
587
|
+
"text": "void"
|
|
588
|
+
}
|
|
589
|
+
},
|
|
590
|
+
"description": "Stops observing all targets.",
|
|
591
|
+
"inheritedFrom": {
|
|
592
|
+
"name": "MonitorControllerBase",
|
|
593
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
],
|
|
597
|
+
"superclass": {
|
|
598
|
+
"name": "MonitorControllerBase",
|
|
599
|
+
"module": "/src/core/shared/controllers/MonitorControllerBase"
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"exports": [
|
|
604
|
+
{
|
|
605
|
+
"kind": "js",
|
|
606
|
+
"name": "ClickOutsideController",
|
|
607
|
+
"declaration": {
|
|
608
|
+
"name": "ClickOutsideController",
|
|
609
|
+
"module": "src/core/shared/controllers/ClickOutsideController.ts"
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
]
|
|
613
|
+
},
|
|
276
614
|
{
|
|
277
615
|
"kind": "javascript-module",
|
|
278
616
|
"path": "src/core/shared/utils/computeCssSize.ts",
|
|
@@ -1136,6 +1474,18 @@
|
|
|
1136
1474
|
"text": "{ }"
|
|
1137
1475
|
}
|
|
1138
1476
|
},
|
|
1477
|
+
{
|
|
1478
|
+
"kind": "field",
|
|
1479
|
+
"name": "#filter",
|
|
1480
|
+
"privacy": "private",
|
|
1481
|
+
"type": {
|
|
1482
|
+
"text": "FocusControllerFilterCallback | undefined"
|
|
1483
|
+
},
|
|
1484
|
+
"readonly": true,
|
|
1485
|
+
"parsedType": {
|
|
1486
|
+
"text": "{ } | undefined"
|
|
1487
|
+
}
|
|
1488
|
+
},
|
|
1139
1489
|
{
|
|
1140
1490
|
"kind": "field",
|
|
1141
1491
|
"name": "#keyDownHandler",
|
|
@@ -1173,46 +1523,9 @@
|
|
|
1173
1523
|
"type": {
|
|
1174
1524
|
"text": "boolean"
|
|
1175
1525
|
},
|
|
1526
|
+
"static": true,
|
|
1176
1527
|
"default": "false"
|
|
1177
1528
|
},
|
|
1178
|
-
{
|
|
1179
|
-
"kind": "field",
|
|
1180
|
-
"name": "#windowKeyDownHandler",
|
|
1181
|
-
"privacy": "private",
|
|
1182
|
-
"readonly": true
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"kind": "field",
|
|
1186
|
-
"name": "#windowPointerDownHandler",
|
|
1187
|
-
"privacy": "private",
|
|
1188
|
-
"readonly": true
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"kind": "method",
|
|
1192
|
-
"name": "hostConnected",
|
|
1193
|
-
"return": {
|
|
1194
|
-
"type": {
|
|
1195
|
-
"text": "void"
|
|
1196
|
-
}
|
|
1197
|
-
},
|
|
1198
|
-
"inheritedFrom": {
|
|
1199
|
-
"name": "MonitorControllerBase",
|
|
1200
|
-
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
1201
|
-
}
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
"kind": "method",
|
|
1205
|
-
"name": "hostDisconnected",
|
|
1206
|
-
"return": {
|
|
1207
|
-
"type": {
|
|
1208
|
-
"text": "void"
|
|
1209
|
-
}
|
|
1210
|
-
},
|
|
1211
|
-
"inheritedFrom": {
|
|
1212
|
-
"name": "MonitorControllerBase",
|
|
1213
|
-
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
1214
|
-
}
|
|
1215
|
-
},
|
|
1216
1529
|
{
|
|
1217
1530
|
"kind": "method",
|
|
1218
1531
|
"name": "_observe",
|
|
@@ -1227,11 +1540,10 @@
|
|
|
1227
1540
|
"name": "target",
|
|
1228
1541
|
"type": {
|
|
1229
1542
|
"text": "HTMLElement"
|
|
1230
|
-
}
|
|
1231
|
-
"description": "The element to start observing."
|
|
1543
|
+
}
|
|
1232
1544
|
}
|
|
1233
1545
|
],
|
|
1234
|
-
"description": "
|
|
1546
|
+
"description": "When implemented by a derived class, starts observing the specified element.",
|
|
1235
1547
|
"inheritedFrom": {
|
|
1236
1548
|
"name": "MonitorControllerBase",
|
|
1237
1549
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
@@ -1251,11 +1563,10 @@
|
|
|
1251
1563
|
"name": "target",
|
|
1252
1564
|
"type": {
|
|
1253
1565
|
"text": "HTMLElement"
|
|
1254
|
-
}
|
|
1255
|
-
"description": "The element to stop observing."
|
|
1566
|
+
}
|
|
1256
1567
|
}
|
|
1257
1568
|
],
|
|
1258
|
-
"description": "
|
|
1569
|
+
"description": "When implemented by a derived class, stops observing the specified element.",
|
|
1259
1570
|
"inheritedFrom": {
|
|
1260
1571
|
"name": "MonitorControllerBase",
|
|
1261
1572
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
@@ -1366,6 +1677,45 @@
|
|
|
1366
1677
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
1367
1678
|
}
|
|
1368
1679
|
},
|
|
1680
|
+
{
|
|
1681
|
+
"kind": "field",
|
|
1682
|
+
"name": "hasTargets",
|
|
1683
|
+
"type": {
|
|
1684
|
+
"text": "boolean"
|
|
1685
|
+
},
|
|
1686
|
+
"description": "Whether one or more targets are being monitored.",
|
|
1687
|
+
"readonly": true,
|
|
1688
|
+
"inheritedFrom": {
|
|
1689
|
+
"name": "MonitorControllerBase",
|
|
1690
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"kind": "method",
|
|
1695
|
+
"name": "hostConnected",
|
|
1696
|
+
"return": {
|
|
1697
|
+
"type": {
|
|
1698
|
+
"text": "void"
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
"inheritedFrom": {
|
|
1702
|
+
"name": "MonitorControllerBase",
|
|
1703
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
1704
|
+
}
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"kind": "method",
|
|
1708
|
+
"name": "hostDisconnected",
|
|
1709
|
+
"return": {
|
|
1710
|
+
"type": {
|
|
1711
|
+
"text": "void"
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1714
|
+
"inheritedFrom": {
|
|
1715
|
+
"name": "MonitorControllerBase",
|
|
1716
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1369
1719
|
{
|
|
1370
1720
|
"kind": "method",
|
|
1371
1721
|
"name": "hostUpdate",
|
|
@@ -1460,6 +1810,20 @@
|
|
|
1460
1810
|
"name": "MonitorControllerBase",
|
|
1461
1811
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
1462
1812
|
}
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"kind": "method",
|
|
1816
|
+
"name": "unobserveAll",
|
|
1817
|
+
"return": {
|
|
1818
|
+
"type": {
|
|
1819
|
+
"text": "void"
|
|
1820
|
+
}
|
|
1821
|
+
},
|
|
1822
|
+
"description": "Stops observing all targets.",
|
|
1823
|
+
"inheritedFrom": {
|
|
1824
|
+
"name": "MonitorControllerBase",
|
|
1825
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
1826
|
+
}
|
|
1463
1827
|
}
|
|
1464
1828
|
],
|
|
1465
1829
|
"superclass": {
|
|
@@ -1566,11 +1930,10 @@
|
|
|
1566
1930
|
"name": "target",
|
|
1567
1931
|
"type": {
|
|
1568
1932
|
"text": "HTMLElement"
|
|
1569
|
-
}
|
|
1570
|
-
"description": "The element to start observing."
|
|
1933
|
+
}
|
|
1571
1934
|
}
|
|
1572
1935
|
],
|
|
1573
|
-
"description": "
|
|
1936
|
+
"description": "When implemented by a derived class, starts observing the specified element.",
|
|
1574
1937
|
"inheritedFrom": {
|
|
1575
1938
|
"name": "MonitorControllerBase",
|
|
1576
1939
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
@@ -1590,11 +1953,10 @@
|
|
|
1590
1953
|
"name": "target",
|
|
1591
1954
|
"type": {
|
|
1592
1955
|
"text": "HTMLElement"
|
|
1593
|
-
}
|
|
1594
|
-
"description": "The element to stop observing."
|
|
1956
|
+
}
|
|
1595
1957
|
}
|
|
1596
1958
|
],
|
|
1597
|
-
"description": "
|
|
1959
|
+
"description": "When implemented by a derived class, stops observing the specified element.",
|
|
1598
1960
|
"inheritedFrom": {
|
|
1599
1961
|
"name": "MonitorControllerBase",
|
|
1600
1962
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
@@ -1741,6 +2103,19 @@
|
|
|
1741
2103
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
1742
2104
|
}
|
|
1743
2105
|
},
|
|
2106
|
+
{
|
|
2107
|
+
"kind": "field",
|
|
2108
|
+
"name": "hasTargets",
|
|
2109
|
+
"type": {
|
|
2110
|
+
"text": "boolean"
|
|
2111
|
+
},
|
|
2112
|
+
"description": "Whether one or more targets are being monitored.",
|
|
2113
|
+
"readonly": true,
|
|
2114
|
+
"inheritedFrom": {
|
|
2115
|
+
"name": "MonitorControllerBase",
|
|
2116
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
2117
|
+
}
|
|
2118
|
+
},
|
|
1744
2119
|
{
|
|
1745
2120
|
"kind": "method",
|
|
1746
2121
|
"name": "hostConnected",
|
|
@@ -1861,6 +2236,20 @@
|
|
|
1861
2236
|
"name": "MonitorControllerBase",
|
|
1862
2237
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
1863
2238
|
}
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"kind": "method",
|
|
2242
|
+
"name": "unobserveAll",
|
|
2243
|
+
"return": {
|
|
2244
|
+
"type": {
|
|
2245
|
+
"text": "void"
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2248
|
+
"description": "Stops observing all targets.",
|
|
2249
|
+
"inheritedFrom": {
|
|
2250
|
+
"name": "MonitorControllerBase",
|
|
2251
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
2252
|
+
}
|
|
1864
2253
|
}
|
|
1865
2254
|
],
|
|
1866
2255
|
"superclass": {
|
|
@@ -2008,11 +2397,10 @@
|
|
|
2008
2397
|
"name": "target",
|
|
2009
2398
|
"type": {
|
|
2010
2399
|
"text": "HTMLElement"
|
|
2011
|
-
}
|
|
2012
|
-
"description": "The element to start observing."
|
|
2400
|
+
}
|
|
2013
2401
|
}
|
|
2014
2402
|
],
|
|
2015
|
-
"description": "
|
|
2403
|
+
"description": "When implemented by a derived class, starts observing the specified element.",
|
|
2016
2404
|
"inheritedFrom": {
|
|
2017
2405
|
"name": "MonitorControllerBase",
|
|
2018
2406
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
@@ -2032,11 +2420,10 @@
|
|
|
2032
2420
|
"name": "target",
|
|
2033
2421
|
"type": {
|
|
2034
2422
|
"text": "HTMLElement"
|
|
2035
|
-
}
|
|
2036
|
-
"description": "The element to stop observing."
|
|
2423
|
+
}
|
|
2037
2424
|
}
|
|
2038
2425
|
],
|
|
2039
|
-
"description": "
|
|
2426
|
+
"description": "When implemented by a derived class, stops observing the specified element.",
|
|
2040
2427
|
"inheritedFrom": {
|
|
2041
2428
|
"name": "MonitorControllerBase",
|
|
2042
2429
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
@@ -2093,6 +2480,19 @@
|
|
|
2093
2480
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
2094
2481
|
}
|
|
2095
2482
|
},
|
|
2483
|
+
{
|
|
2484
|
+
"kind": "field",
|
|
2485
|
+
"name": "hasTargets",
|
|
2486
|
+
"type": {
|
|
2487
|
+
"text": "boolean"
|
|
2488
|
+
},
|
|
2489
|
+
"description": "Whether one or more targets are being monitored.",
|
|
2490
|
+
"readonly": true,
|
|
2491
|
+
"inheritedFrom": {
|
|
2492
|
+
"name": "MonitorControllerBase",
|
|
2493
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
2494
|
+
}
|
|
2495
|
+
},
|
|
2096
2496
|
{
|
|
2097
2497
|
"kind": "method",
|
|
2098
2498
|
"name": "hostConnected",
|
|
@@ -2200,6 +2600,20 @@
|
|
|
2200
2600
|
"name": "MonitorControllerBase",
|
|
2201
2601
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
2202
2602
|
}
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"kind": "method",
|
|
2606
|
+
"name": "unobserveAll",
|
|
2607
|
+
"return": {
|
|
2608
|
+
"type": {
|
|
2609
|
+
"text": "void"
|
|
2610
|
+
}
|
|
2611
|
+
},
|
|
2612
|
+
"description": "Stops observing all targets.",
|
|
2613
|
+
"inheritedFrom": {
|
|
2614
|
+
"name": "MonitorControllerBase",
|
|
2615
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
2616
|
+
}
|
|
2203
2617
|
}
|
|
2204
2618
|
],
|
|
2205
2619
|
"superclass": {
|
|
@@ -2289,11 +2703,10 @@
|
|
|
2289
2703
|
"name": "target",
|
|
2290
2704
|
"type": {
|
|
2291
2705
|
"text": "HTMLElement"
|
|
2292
|
-
}
|
|
2293
|
-
"description": "The element to start observing."
|
|
2706
|
+
}
|
|
2294
2707
|
}
|
|
2295
2708
|
],
|
|
2296
|
-
"description": "
|
|
2709
|
+
"description": "When implemented by a derived class, starts observing the specified element.",
|
|
2297
2710
|
"inheritedFrom": {
|
|
2298
2711
|
"name": "MonitorControllerBase",
|
|
2299
2712
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
@@ -2313,11 +2726,10 @@
|
|
|
2313
2726
|
"name": "target",
|
|
2314
2727
|
"type": {
|
|
2315
2728
|
"text": "HTMLElement"
|
|
2316
|
-
}
|
|
2317
|
-
"description": "The element to stop observing."
|
|
2729
|
+
}
|
|
2318
2730
|
}
|
|
2319
2731
|
],
|
|
2320
|
-
"description": "
|
|
2732
|
+
"description": "When implemented by a derived class, stops observing the specified element.",
|
|
2321
2733
|
"inheritedFrom": {
|
|
2322
2734
|
"name": "MonitorControllerBase",
|
|
2323
2735
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
@@ -2410,6 +2822,19 @@
|
|
|
2410
2822
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
2411
2823
|
}
|
|
2412
2824
|
},
|
|
2825
|
+
{
|
|
2826
|
+
"kind": "field",
|
|
2827
|
+
"name": "hasTargets",
|
|
2828
|
+
"type": {
|
|
2829
|
+
"text": "boolean"
|
|
2830
|
+
},
|
|
2831
|
+
"description": "Whether one or more targets are being monitored.",
|
|
2832
|
+
"readonly": true,
|
|
2833
|
+
"inheritedFrom": {
|
|
2834
|
+
"name": "MonitorControllerBase",
|
|
2835
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2413
2838
|
{
|
|
2414
2839
|
"kind": "method",
|
|
2415
2840
|
"name": "hostConnected",
|
|
@@ -2530,6 +2955,20 @@
|
|
|
2530
2955
|
"name": "MonitorControllerBase",
|
|
2531
2956
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
2532
2957
|
}
|
|
2958
|
+
},
|
|
2959
|
+
{
|
|
2960
|
+
"kind": "method",
|
|
2961
|
+
"name": "unobserveAll",
|
|
2962
|
+
"return": {
|
|
2963
|
+
"type": {
|
|
2964
|
+
"text": "void"
|
|
2965
|
+
}
|
|
2966
|
+
},
|
|
2967
|
+
"description": "Stops observing all targets.",
|
|
2968
|
+
"inheritedFrom": {
|
|
2969
|
+
"name": "MonitorControllerBase",
|
|
2970
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
2971
|
+
}
|
|
2533
2972
|
}
|
|
2534
2973
|
],
|
|
2535
2974
|
"superclass": {
|
|
@@ -2725,6 +3164,19 @@
|
|
|
2725
3164
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
2726
3165
|
}
|
|
2727
3166
|
},
|
|
3167
|
+
{
|
|
3168
|
+
"kind": "field",
|
|
3169
|
+
"name": "hasTargets",
|
|
3170
|
+
"type": {
|
|
3171
|
+
"text": "boolean"
|
|
3172
|
+
},
|
|
3173
|
+
"description": "Whether one or more targets are being monitored.",
|
|
3174
|
+
"readonly": true,
|
|
3175
|
+
"inheritedFrom": {
|
|
3176
|
+
"name": "MonitorControllerBase",
|
|
3177
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
2728
3180
|
{
|
|
2729
3181
|
"kind": "method",
|
|
2730
3182
|
"name": "hostConnected",
|
|
@@ -2819,6 +3271,20 @@
|
|
|
2819
3271
|
"name": "MonitorControllerBase",
|
|
2820
3272
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
2821
3273
|
}
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"kind": "method",
|
|
3277
|
+
"name": "unobserveAll",
|
|
3278
|
+
"return": {
|
|
3279
|
+
"type": {
|
|
3280
|
+
"text": "void"
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3283
|
+
"description": "Stops observing all targets.",
|
|
3284
|
+
"inheritedFrom": {
|
|
3285
|
+
"name": "MonitorControllerBase",
|
|
3286
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
3287
|
+
}
|
|
2822
3288
|
}
|
|
2823
3289
|
],
|
|
2824
3290
|
"superclass": {
|
|
@@ -2868,6 +3334,18 @@
|
|
|
2868
3334
|
"text": "{ }"
|
|
2869
3335
|
}
|
|
2870
3336
|
},
|
|
3337
|
+
{
|
|
3338
|
+
"kind": "field",
|
|
3339
|
+
"name": "#filter",
|
|
3340
|
+
"privacy": "private",
|
|
3341
|
+
"type": {
|
|
3342
|
+
"text": "PressedControllerFilterCallback | undefined"
|
|
3343
|
+
},
|
|
3344
|
+
"readonly": true,
|
|
3345
|
+
"parsedType": {
|
|
3346
|
+
"text": "{ } | undefined"
|
|
3347
|
+
}
|
|
3348
|
+
},
|
|
2871
3349
|
{
|
|
2872
3350
|
"kind": "field",
|
|
2873
3351
|
"name": "#isPressedKey",
|
|
@@ -2963,11 +3441,10 @@
|
|
|
2963
3441
|
"name": "target",
|
|
2964
3442
|
"type": {
|
|
2965
3443
|
"text": "HTMLElement"
|
|
2966
|
-
}
|
|
2967
|
-
"description": "The element to start observing."
|
|
3444
|
+
}
|
|
2968
3445
|
}
|
|
2969
3446
|
],
|
|
2970
|
-
"description": "
|
|
3447
|
+
"description": "When implemented by a derived class, starts observing the specified element.",
|
|
2971
3448
|
"inheritedFrom": {
|
|
2972
3449
|
"name": "MonitorControllerBase",
|
|
2973
3450
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
@@ -2987,11 +3464,10 @@
|
|
|
2987
3464
|
"name": "target",
|
|
2988
3465
|
"type": {
|
|
2989
3466
|
"text": "HTMLElement"
|
|
2990
|
-
}
|
|
2991
|
-
"description": "The element to stop observing."
|
|
3467
|
+
}
|
|
2992
3468
|
}
|
|
2993
3469
|
],
|
|
2994
|
-
"description": "
|
|
3470
|
+
"description": "When implemented by a derived class, stops observing the specified element.",
|
|
2995
3471
|
"inheritedFrom": {
|
|
2996
3472
|
"name": "MonitorControllerBase",
|
|
2997
3473
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
@@ -3162,6 +3638,19 @@
|
|
|
3162
3638
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
3163
3639
|
}
|
|
3164
3640
|
},
|
|
3641
|
+
{
|
|
3642
|
+
"kind": "field",
|
|
3643
|
+
"name": "hasTargets",
|
|
3644
|
+
"type": {
|
|
3645
|
+
"text": "boolean"
|
|
3646
|
+
},
|
|
3647
|
+
"description": "Whether one or more targets are being monitored.",
|
|
3648
|
+
"readonly": true,
|
|
3649
|
+
"inheritedFrom": {
|
|
3650
|
+
"name": "MonitorControllerBase",
|
|
3651
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
3652
|
+
}
|
|
3653
|
+
},
|
|
3165
3654
|
{
|
|
3166
3655
|
"kind": "method",
|
|
3167
3656
|
"name": "hostUpdate",
|
|
@@ -3256,6 +3745,20 @@
|
|
|
3256
3745
|
"name": "MonitorControllerBase",
|
|
3257
3746
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
3258
3747
|
}
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"kind": "method",
|
|
3751
|
+
"name": "unobserveAll",
|
|
3752
|
+
"return": {
|
|
3753
|
+
"type": {
|
|
3754
|
+
"text": "void"
|
|
3755
|
+
}
|
|
3756
|
+
},
|
|
3757
|
+
"description": "Stops observing all targets.",
|
|
3758
|
+
"inheritedFrom": {
|
|
3759
|
+
"name": "MonitorControllerBase",
|
|
3760
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
3761
|
+
}
|
|
3259
3762
|
}
|
|
3260
3763
|
],
|
|
3261
3764
|
"superclass": {
|
|
@@ -3360,11 +3863,10 @@
|
|
|
3360
3863
|
"name": "target",
|
|
3361
3864
|
"type": {
|
|
3362
3865
|
"text": "HTMLElement"
|
|
3363
|
-
}
|
|
3364
|
-
"description": "The element to start observing."
|
|
3866
|
+
}
|
|
3365
3867
|
}
|
|
3366
3868
|
],
|
|
3367
|
-
"description": "
|
|
3869
|
+
"description": "When implemented by a derived class, starts observing the specified element.",
|
|
3368
3870
|
"inheritedFrom": {
|
|
3369
3871
|
"name": "MonitorControllerBase",
|
|
3370
3872
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
@@ -3384,11 +3886,10 @@
|
|
|
3384
3886
|
"name": "target",
|
|
3385
3887
|
"type": {
|
|
3386
3888
|
"text": "HTMLElement"
|
|
3387
|
-
}
|
|
3388
|
-
"description": "The element to stop observing."
|
|
3889
|
+
}
|
|
3389
3890
|
}
|
|
3390
3891
|
],
|
|
3391
|
-
"description": "
|
|
3892
|
+
"description": "When implemented by a derived class, stops observing the specified element.",
|
|
3392
3893
|
"inheritedFrom": {
|
|
3393
3894
|
"name": "MonitorControllerBase",
|
|
3394
3895
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
@@ -3445,6 +3946,19 @@
|
|
|
3445
3946
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
3446
3947
|
}
|
|
3447
3948
|
},
|
|
3949
|
+
{
|
|
3950
|
+
"kind": "field",
|
|
3951
|
+
"name": "hasTargets",
|
|
3952
|
+
"type": {
|
|
3953
|
+
"text": "boolean"
|
|
3954
|
+
},
|
|
3955
|
+
"description": "Whether one or more targets are being monitored.",
|
|
3956
|
+
"readonly": true,
|
|
3957
|
+
"inheritedFrom": {
|
|
3958
|
+
"name": "MonitorControllerBase",
|
|
3959
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3448
3962
|
{
|
|
3449
3963
|
"kind": "method",
|
|
3450
3964
|
"name": "hostConnected",
|
|
@@ -3552,6 +4066,20 @@
|
|
|
3552
4066
|
"name": "MonitorControllerBase",
|
|
3553
4067
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
3554
4068
|
}
|
|
4069
|
+
},
|
|
4070
|
+
{
|
|
4071
|
+
"kind": "method",
|
|
4072
|
+
"name": "unobserveAll",
|
|
4073
|
+
"return": {
|
|
4074
|
+
"type": {
|
|
4075
|
+
"text": "void"
|
|
4076
|
+
}
|
|
4077
|
+
},
|
|
4078
|
+
"description": "Stops observing all targets.",
|
|
4079
|
+
"inheritedFrom": {
|
|
4080
|
+
"name": "MonitorControllerBase",
|
|
4081
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
4082
|
+
}
|
|
3555
4083
|
}
|
|
3556
4084
|
],
|
|
3557
4085
|
"superclass": {
|
|
@@ -3921,6 +4449,19 @@
|
|
|
3921
4449
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
3922
4450
|
}
|
|
3923
4451
|
},
|
|
4452
|
+
{
|
|
4453
|
+
"kind": "field",
|
|
4454
|
+
"name": "hasTargets",
|
|
4455
|
+
"type": {
|
|
4456
|
+
"text": "boolean"
|
|
4457
|
+
},
|
|
4458
|
+
"description": "Whether one or more targets are being monitored.",
|
|
4459
|
+
"readonly": true,
|
|
4460
|
+
"inheritedFrom": {
|
|
4461
|
+
"name": "MonitorControllerBase",
|
|
4462
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
4463
|
+
}
|
|
4464
|
+
},
|
|
3924
4465
|
{
|
|
3925
4466
|
"kind": "method",
|
|
3926
4467
|
"name": "hostConnected",
|
|
@@ -4041,6 +4582,20 @@
|
|
|
4041
4582
|
"name": "MonitorControllerBase",
|
|
4042
4583
|
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
4043
4584
|
}
|
|
4585
|
+
},
|
|
4586
|
+
{
|
|
4587
|
+
"kind": "method",
|
|
4588
|
+
"name": "unobserveAll",
|
|
4589
|
+
"return": {
|
|
4590
|
+
"type": {
|
|
4591
|
+
"text": "void"
|
|
4592
|
+
}
|
|
4593
|
+
},
|
|
4594
|
+
"description": "Stops observing all targets.",
|
|
4595
|
+
"inheritedFrom": {
|
|
4596
|
+
"name": "MonitorControllerBase",
|
|
4597
|
+
"module": "src/core/shared/controllers/MonitorControllerBase.ts"
|
|
4598
|
+
}
|
|
4044
4599
|
}
|
|
4045
4600
|
],
|
|
4046
4601
|
"superclass": {
|
|
@@ -4161,6 +4716,14 @@
|
|
|
4161
4716
|
"module": "src/core/shared/controllers/AnimationLoopController"
|
|
4162
4717
|
}
|
|
4163
4718
|
},
|
|
4719
|
+
{
|
|
4720
|
+
"kind": "js",
|
|
4721
|
+
"name": "*",
|
|
4722
|
+
"declaration": {
|
|
4723
|
+
"name": "*",
|
|
4724
|
+
"module": "src/core/shared/controllers/ClickOutsideController"
|
|
4725
|
+
}
|
|
4726
|
+
},
|
|
4164
4727
|
{
|
|
4165
4728
|
"kind": "js",
|
|
4166
4729
|
"name": "*",
|
|
@@ -5432,9 +5995,9 @@
|
|
|
5432
5995
|
"kind": "variable",
|
|
5433
5996
|
"name": "MeasurementToken",
|
|
5434
5997
|
"type": {
|
|
5435
|
-
"text": "{\r\n /** Zero spacing. */\r\n space0:
|
|
5998
|
+
"text": "{\r\n /** Zero spacing. */\r\n space0: space(0),\r\n\r\n /** 2dp spacing. */\r\n space25: space(25),\r\n\r\n /** 4dp spacing. */\r\n space50: space(50),\r\n\r\n /** 6dp spacing. */\r\n space75: space(75),\r\n\r\n /** 8dp spacing. */\r\n space100: space(100),\r\n\r\n /** 10dp spacing. */\r\n space125: space(125),\r\n\r\n /** 12dp spacing. */\r\n space150: space(150),\r\n\r\n /** 14dp spacing. */\r\n space175: space(175),\r\n\r\n /** 16dp spacing. */\r\n space200: space(200),\r\n\r\n /** 20dp spacing. */\r\n space250: space(250),\r\n\r\n /** 24dp spacing. */\r\n space300: space(300),\r\n\r\n /** 32dp spacing. */\r\n space400: space(400),\r\n\r\n /** 36dp spacing. */\r\n space450: space(450),\r\n\r\n /** 40dp spacing. */\r\n space500: space(500),\r\n\r\n /** 48dp spacing. */\r\n space600: space(600),\r\n\r\n /** 56dp spacing. */\r\n space700: space(700),\r\n\r\n /** 64dp spacing. */\r\n space800: space(800),\r\n\r\n /** 72dp spacing. */\r\n space900: space(900),\r\n}"
|
|
5436
5999
|
},
|
|
5437
|
-
"default": "{ /** Zero spacing. */ space0:
|
|
6000
|
+
"default": "{ /** Zero spacing. */ space0: space(0), /** 2dp spacing. */ space25: space(25), /** 4dp spacing. */ space50: space(50), /** 6dp spacing. */ space75: space(75), /** 8dp spacing. */ space100: space(100), /** 10dp spacing. */ space125: space(125), /** 12dp spacing. */ space150: space(150), /** 14dp spacing. */ space175: space(175), /** 16dp spacing. */ space200: space(200), /** 20dp spacing. */ space250: space(250), /** 24dp spacing. */ space300: space(300), /** 32dp spacing. */ space400: space(400), /** 36dp spacing. */ space450: space(450), /** 40dp spacing. */ space500: space(500), /** 48dp spacing. */ space600: space(600), /** 56dp spacing. */ space700: space(700), /** 64dp spacing. */ space800: space(800), /** 72dp spacing. */ space900: space(900), }",
|
|
5438
6001
|
"description": "Design tokens that control measurements."
|
|
5439
6002
|
}
|
|
5440
6003
|
],
|
|
@@ -5507,9 +6070,9 @@
|
|
|
5507
6070
|
"kind": "variable",
|
|
5508
6071
|
"name": "ShapeToken",
|
|
5509
6072
|
"type": {
|
|
5510
|
-
"text": "{\r\n corner: {\r\n /** Fully rounded symmetric shape. */\r\n full: unsafeCSS(\"var(--md-sys-shape-corner-full, 624.9375rem)\"),\r\n\r\n /** Extra large rounded asymmetric shape directed towards the top. */\r\n extraLargeTop: unsafeCSS(\r\n `var(--md-sys-shape-corner-extra-large-top, ${CornerValue.extraLarge} ${CornerValue.extraLarge} ${CornerValue.none} ${CornerValue.none})
|
|
6073
|
+
"text": "{\r\n corner: {\r\n /** Fully rounded symmetric shape. */\r\n full: unsafeCSS(\"var(--md-sys-shape-corner-full, 624.9375rem)\"),\r\n\r\n /** Extra large rounded asymmetric shape directed towards the top. */\r\n extraLargeTop: unsafeCSS(\r\n `var(--md-sys-shape-corner-extra-large-top, ${CornerValue.extraLarge} ${CornerValue.extraLarge} ${CornerValue.none} ${CornerValue.none})`,\r\n ),\r\n\r\n /** Extra large rounded symmetric shape. */\r\n extraLarge: unsafeCSS(`var(--md-sys-shape-corner-extra-large, ${CornerValue.extraLarge})`),\r\n\r\n /** Extra large rounded asymmetric shape directed towards the end. */\r\n extraLargeEnd: unsafeCSS(\r\n `${CornerValue.none} ${CornerValue.extraLarge} ${CornerValue.extraLarge} ${CornerValue.none}`,\r\n ),\r\n\r\n /** Extra large rounded asymmetric shape directed towards the start. */\r\n extraLargeStart: unsafeCSS(\r\n `${CornerValue.extraLarge} ${CornerValue.none} ${CornerValue.none} ${CornerValue.extraLarge}`,\r\n ),\r\n\r\n /** Large rounded asymmetric shape directed towards the top. */\r\n largeTop: unsafeCSS(\r\n `var(--md-sys-shape-corner-large-top, ${CornerValue.large} ${CornerValue.large} ${CornerValue.none} ${CornerValue.none})`,\r\n ),\r\n\r\n /** Large rounded asymmetric shape directed towards the end. */\r\n largeEnd: unsafeCSS(\r\n `var(--md-sys-shape-corner-large-end, ${CornerValue.none} ${CornerValue.large} ${CornerValue.large} ${CornerValue.none})`,\r\n ),\r\n\r\n /** Large rounded asymmetric shape directed towards the start. */\r\n largeStart: unsafeCSS(\r\n `var(--md-sys-shape-corner-large-start, ${CornerValue.large} ${CornerValue.none} ${CornerValue.none} ${CornerValue.large})`,\r\n ),\r\n\r\n /** Large rounded symmetric shape. */\r\n large: unsafeCSS(`var(--md-sys-shape-corner-large, ${CornerValue.large})`),\r\n\r\n /** Medium rounded symmetric shape. */\r\n medium: unsafeCSS(`var(--md-sys-shape-corner-medium, ${CornerValue.medium})`),\r\n\r\n /** Medium rounded asymmetric shape directed towards the top. */\r\n mediumTop: unsafeCSS(`${CornerValue.medium} ${CornerValue.medium} ${CornerValue.none} ${CornerValue.none}`),\r\n\r\n /** Medium rounded asymmetric shape directed towards the end. */\r\n mediumEnd: unsafeCSS(`${CornerValue.none} ${CornerValue.medium} ${CornerValue.medium} ${CornerValue.none}`),\r\n\r\n /** Medium rounded asymmetric shape directed towards the start. */\r\n mediumStart: unsafeCSS(`${CornerValue.medium} ${CornerValue.none} ${CornerValue.none} ${CornerValue.medium}`),\r\n\r\n /** Small rounded symmetric shape. */\r\n small: unsafeCSS(`var(--md-sys-shape-corner-small, ${CornerValue.small})`),\r\n\r\n /** Small rounded asymmetric shape directed towards the top. */\r\n smallTop: unsafeCSS(`${CornerValue.small} ${CornerValue.small} ${CornerValue.none} ${CornerValue.none}`),\r\n\r\n /** Small rounded asymmetric shape directed towards the end. */\r\n smallEnd: unsafeCSS(`${CornerValue.none} ${CornerValue.small} ${CornerValue.small} ${CornerValue.none}`),\r\n\r\n /** Small rounded asymmetric shape directed towards the start. */\r\n smallStart: unsafeCSS(`${CornerValue.small} ${CornerValue.none} ${CornerValue.none} ${CornerValue.small}`),\r\n\r\n /** Extra small rounded asymmetric shape directed towards the top. */\r\n extraSmallTop: unsafeCSS(\r\n `var(--md-sys-shape-corner-extra-small-top, ${CornerValue.extraSmall} ${CornerValue.extraSmall} ${CornerValue.none} ${CornerValue.none})`,\r\n ),\r\n\r\n /** Extra small rounded symmetric shape. */\r\n extraSmall: unsafeCSS(`var(--md-sys-shape-corner-extra-small, ${CornerValue.extraSmall})`),\r\n\r\n /** Extra small rounded asymmetric shape directed towards the end. */\r\n extraSmallEnd: unsafeCSS(\r\n `${CornerValue.none} ${CornerValue.extraSmall} ${CornerValue.extraSmall} ${CornerValue.none}`,\r\n ),\r\n\r\n /** Extra small rounded asymmetric shape directed towards the start. */\r\n extraSmallStart: unsafeCSS(\r\n `${CornerValue.extraSmall} ${CornerValue.none} ${CornerValue.none} ${CornerValue.extraSmall}`,\r\n ),\r\n\r\n /** Extra small rounded asymmetric shape directed towards the bottom. */\r\n extraSmallBottom: unsafeCSS(\r\n `${CornerValue.none} ${CornerValue.none} ${CornerValue.extraSmall} ${CornerValue.extraSmall}`,\r\n ),\r\n\r\n /** No rounding. */\r\n none: unsafeCSS(`var(--md-sys-shape-corner-none, ${CornerValue.none})`),\r\n\r\n /** Increased large rounded symmetric shape. */\r\n largeIncreased: unsafeCSS(`var(--md-sys-shape-corner-large-increased, ${CornerValue.largeIncreased})`),\r\n\r\n /** Increased extra large rounded symmetric shape. */\r\n extraLargeIncreased: unsafeCSS(\r\n `var(--md-sys-shape-corner-extra-large-increased, ${CornerValue.extraLargeIncreased})`,\r\n ),\r\n\r\n /** Extra extra large rounded symmetric shape. */\r\n extraExtraLarge: unsafeCSS(`var(--md-sys-shape-corner-extra-extra-large, ${CornerValue.extraExtraLarge})`),\r\n\r\n /** Design tokens that control specific corners. */\r\n value: CornerValue,\r\n },\r\n}"
|
|
5511
6074
|
},
|
|
5512
|
-
"default": "{ corner: { /** Fully rounded symmetric shape. */ full: unsafeCSS(\"var(--md-sys-shape-corner-full, 624.9375rem)\"), /** Extra large rounded asymmetric shape directed towards the top. */ extraLargeTop: unsafeCSS( `var(--md-sys-shape-corner-extra-large-top, ${CornerValue.extraLarge} ${CornerValue.extraLarge} ${CornerValue.none} ${CornerValue.none})
|
|
6075
|
+
"default": "{ corner: { /** Fully rounded symmetric shape. */ full: unsafeCSS(\"var(--md-sys-shape-corner-full, 624.9375rem)\"), /** Extra large rounded asymmetric shape directed towards the top. */ extraLargeTop: unsafeCSS( `var(--md-sys-shape-corner-extra-large-top, ${CornerValue.extraLarge} ${CornerValue.extraLarge} ${CornerValue.none} ${CornerValue.none})`, ), /** Extra large rounded symmetric shape. */ extraLarge: unsafeCSS(`var(--md-sys-shape-corner-extra-large, ${CornerValue.extraLarge})`), /** Extra large rounded asymmetric shape directed towards the end. */ extraLargeEnd: unsafeCSS( `${CornerValue.none} ${CornerValue.extraLarge} ${CornerValue.extraLarge} ${CornerValue.none}`, ), /** Extra large rounded asymmetric shape directed towards the start. */ extraLargeStart: unsafeCSS( `${CornerValue.extraLarge} ${CornerValue.none} ${CornerValue.none} ${CornerValue.extraLarge}`, ), /** Large rounded asymmetric shape directed towards the top. */ largeTop: unsafeCSS( `var(--md-sys-shape-corner-large-top, ${CornerValue.large} ${CornerValue.large} ${CornerValue.none} ${CornerValue.none})`, ), /** Large rounded asymmetric shape directed towards the end. */ largeEnd: unsafeCSS( `var(--md-sys-shape-corner-large-end, ${CornerValue.none} ${CornerValue.large} ${CornerValue.large} ${CornerValue.none})`, ), /** Large rounded asymmetric shape directed towards the start. */ largeStart: unsafeCSS( `var(--md-sys-shape-corner-large-start, ${CornerValue.large} ${CornerValue.none} ${CornerValue.none} ${CornerValue.large})`, ), /** Large rounded symmetric shape. */ large: unsafeCSS(`var(--md-sys-shape-corner-large, ${CornerValue.large})`), /** Medium rounded symmetric shape. */ medium: unsafeCSS(`var(--md-sys-shape-corner-medium, ${CornerValue.medium})`), /** Medium rounded asymmetric shape directed towards the top. */ mediumTop: unsafeCSS(`${CornerValue.medium} ${CornerValue.medium} ${CornerValue.none} ${CornerValue.none}`), /** Medium rounded asymmetric shape directed towards the end. */ mediumEnd: unsafeCSS(`${CornerValue.none} ${CornerValue.medium} ${CornerValue.medium} ${CornerValue.none}`), /** Medium rounded asymmetric shape directed towards the start. */ mediumStart: unsafeCSS(`${CornerValue.medium} ${CornerValue.none} ${CornerValue.none} ${CornerValue.medium}`), /** Small rounded symmetric shape. */ small: unsafeCSS(`var(--md-sys-shape-corner-small, ${CornerValue.small})`), /** Small rounded asymmetric shape directed towards the top. */ smallTop: unsafeCSS(`${CornerValue.small} ${CornerValue.small} ${CornerValue.none} ${CornerValue.none}`), /** Small rounded asymmetric shape directed towards the end. */ smallEnd: unsafeCSS(`${CornerValue.none} ${CornerValue.small} ${CornerValue.small} ${CornerValue.none}`), /** Small rounded asymmetric shape directed towards the start. */ smallStart: unsafeCSS(`${CornerValue.small} ${CornerValue.none} ${CornerValue.none} ${CornerValue.small}`), /** Extra small rounded asymmetric shape directed towards the top. */ extraSmallTop: unsafeCSS( `var(--md-sys-shape-corner-extra-small-top, ${CornerValue.extraSmall} ${CornerValue.extraSmall} ${CornerValue.none} ${CornerValue.none})`, ), /** Extra small rounded symmetric shape. */ extraSmall: unsafeCSS(`var(--md-sys-shape-corner-extra-small, ${CornerValue.extraSmall})`), /** Extra small rounded asymmetric shape directed towards the end. */ extraSmallEnd: unsafeCSS( `${CornerValue.none} ${CornerValue.extraSmall} ${CornerValue.extraSmall} ${CornerValue.none}`, ), /** Extra small rounded asymmetric shape directed towards the start. */ extraSmallStart: unsafeCSS( `${CornerValue.extraSmall} ${CornerValue.none} ${CornerValue.none} ${CornerValue.extraSmall}`, ), /** Extra small rounded asymmetric shape directed towards the bottom. */ extraSmallBottom: unsafeCSS( `${CornerValue.none} ${CornerValue.none} ${CornerValue.extraSmall} ${CornerValue.extraSmall}`, ), /** No rounding. */ none: unsafeCSS(`var(--md-sys-shape-corner-none, ${CornerValue.none})`), /** Increased large rounded symmetric shape. */ largeIncreased: unsafeCSS(`var(--md-sys-shape-corner-large-increased, ${CornerValue.largeIncreased})`), /** Increased extra large rounded symmetric shape. */ extraLargeIncreased: unsafeCSS( `var(--md-sys-shape-corner-extra-large-increased, ${CornerValue.extraLargeIncreased})`, ), /** Extra extra large rounded symmetric shape. */ extraExtraLarge: unsafeCSS(`var(--md-sys-shape-corner-extra-extra-large, ${CornerValue.extraExtraLarge})`), /** Design tokens that control specific corners. */ value: CornerValue, }, }",
|
|
5513
6076
|
"description": "Design tokens that control shape."
|
|
5514
6077
|
}
|
|
5515
6078
|
],
|
|
@@ -6708,14 +7271,6 @@
|
|
|
6708
7271
|
]
|
|
6709
7272
|
}
|
|
6710
7273
|
],
|
|
6711
|
-
"events": [
|
|
6712
|
-
{
|
|
6713
|
-
"name": "click",
|
|
6714
|
-
"type": {
|
|
6715
|
-
"text": "MouseEvent"
|
|
6716
|
-
}
|
|
6717
|
-
}
|
|
6718
|
-
],
|
|
6719
7274
|
"attributes": [
|
|
6720
7275
|
{
|
|
6721
7276
|
"name": "href",
|
|
@@ -16777,9 +17332,10 @@
|
|
|
16777
17332
|
},
|
|
16778
17333
|
{
|
|
16779
17334
|
"kind": "field",
|
|
16780
|
-
"name": "#
|
|
17335
|
+
"name": "#clickOutsideController",
|
|
16781
17336
|
"privacy": "private",
|
|
16782
|
-
"readonly": true
|
|
17337
|
+
"readonly": true,
|
|
17338
|
+
"default": "new ClickOutsideController(this, { target: null, callback: () => this.hide(), })"
|
|
16783
17339
|
},
|
|
16784
17340
|
{
|
|
16785
17341
|
"kind": "field",
|
|
@@ -16924,24 +17480,6 @@
|
|
|
16924
17480
|
],
|
|
16925
17481
|
"description": "Toggles the panel."
|
|
16926
17482
|
},
|
|
16927
|
-
{
|
|
16928
|
-
"kind": "method",
|
|
16929
|
-
"name": "#handleDocumentClick",
|
|
16930
|
-
"privacy": "private",
|
|
16931
|
-
"return": {
|
|
16932
|
-
"type": {
|
|
16933
|
-
"text": "void"
|
|
16934
|
-
}
|
|
16935
|
-
},
|
|
16936
|
-
"parameters": [
|
|
16937
|
-
{
|
|
16938
|
-
"name": "e",
|
|
16939
|
-
"type": {
|
|
16940
|
-
"text": "MouseEvent"
|
|
16941
|
-
}
|
|
16942
|
-
}
|
|
16943
|
-
]
|
|
16944
|
-
},
|
|
16945
17483
|
{
|
|
16946
17484
|
"kind": "field",
|
|
16947
17485
|
"name": "formAssociated",
|
|
@@ -17256,6 +17794,24 @@
|
|
|
17256
17794
|
"text": "'loading' | 'no-data' | 'content'"
|
|
17257
17795
|
}
|
|
17258
17796
|
},
|
|
17797
|
+
{
|
|
17798
|
+
"kind": "method",
|
|
17799
|
+
"name": "#handleOptionStateChange",
|
|
17800
|
+
"privacy": "private",
|
|
17801
|
+
"return": {
|
|
17802
|
+
"type": {
|
|
17803
|
+
"text": "void"
|
|
17804
|
+
}
|
|
17805
|
+
},
|
|
17806
|
+
"parameters": [
|
|
17807
|
+
{
|
|
17808
|
+
"name": "e",
|
|
17809
|
+
"type": {
|
|
17810
|
+
"text": "Event"
|
|
17811
|
+
}
|
|
17812
|
+
}
|
|
17813
|
+
]
|
|
17814
|
+
},
|
|
17259
17815
|
{
|
|
17260
17816
|
"kind": "method",
|
|
17261
17817
|
"name": "#handleNoDataSlotChange",
|
|
@@ -17374,9 +17930,10 @@
|
|
|
17374
17930
|
},
|
|
17375
17931
|
{
|
|
17376
17932
|
"kind": "field",
|
|
17377
|
-
"name": "#
|
|
17933
|
+
"name": "#clickOutsideController",
|
|
17378
17934
|
"privacy": "private",
|
|
17379
17935
|
"readonly": true,
|
|
17936
|
+
"default": "new ClickOutsideController(this, { target: null, callback: () => this.hide(), })",
|
|
17380
17937
|
"inheritedFrom": {
|
|
17381
17938
|
"name": "M3eFloatingPanelElement",
|
|
17382
17939
|
"module": "src/core/anchoring/FloatingPanelElement.ts"
|
|
@@ -17568,28 +18125,6 @@
|
|
|
17568
18125
|
"name": "M3eFloatingPanelElement",
|
|
17569
18126
|
"module": "src/core/anchoring/FloatingPanelElement.ts"
|
|
17570
18127
|
}
|
|
17571
|
-
},
|
|
17572
|
-
{
|
|
17573
|
-
"kind": "method",
|
|
17574
|
-
"name": "#handleDocumentClick",
|
|
17575
|
-
"privacy": "private",
|
|
17576
|
-
"return": {
|
|
17577
|
-
"type": {
|
|
17578
|
-
"text": "void"
|
|
17579
|
-
}
|
|
17580
|
-
},
|
|
17581
|
-
"parameters": [
|
|
17582
|
-
{
|
|
17583
|
-
"name": "e",
|
|
17584
|
-
"type": {
|
|
17585
|
-
"text": "MouseEvent"
|
|
17586
|
-
}
|
|
17587
|
-
}
|
|
17588
|
-
],
|
|
17589
|
-
"inheritedFrom": {
|
|
17590
|
-
"name": "M3eFloatingPanelElement",
|
|
17591
|
-
"module": "src/core/anchoring/FloatingPanelElement.ts"
|
|
17592
|
-
}
|
|
17593
18128
|
}
|
|
17594
18129
|
],
|
|
17595
18130
|
"events": [
|
|
@@ -18015,7 +18550,7 @@
|
|
|
18015
18550
|
"name": "#focusController",
|
|
18016
18551
|
"privacy": "private",
|
|
18017
18552
|
"readonly": true,
|
|
18018
|
-
"default": "new FocusController(this, { target: null, callback: (focused) => { focused = focused && !(this.#control?.disabled ?? true); setCustomState(this, \"--no-animate\", false); this.#focused = focused; if (focused) { setCustomState(this, \"--float-label\", true); } else { this._invalid = !(this.#control?.checkValidity?.() ?? true); this.notifyControlStateChange(); } }, })"
|
|
18553
|
+
"default": "new FocusController(this, { target: null, filter: (e) => this.#ignoreEvent(e), callback: (focused) => { focused = focused && !(this.#control?.disabled ?? true); setCustomState(this, \"--no-animate\", false); this.#focused = focused; if (focused) { setCustomState(this, \"--float-label\", true); } else { this._invalid = !(this.#control?.checkValidity?.() ?? true); this.notifyControlStateChange(); } }, })"
|
|
18019
18554
|
},
|
|
18020
18555
|
{
|
|
18021
18556
|
"kind": "field",
|
|
@@ -18035,6 +18570,15 @@
|
|
|
18035
18570
|
"privacy": "private",
|
|
18036
18571
|
"readonly": true
|
|
18037
18572
|
},
|
|
18573
|
+
{
|
|
18574
|
+
"kind": "field",
|
|
18575
|
+
"name": "_suffix",
|
|
18576
|
+
"type": {
|
|
18577
|
+
"text": "HTMLElement"
|
|
18578
|
+
},
|
|
18579
|
+
"privacy": "private",
|
|
18580
|
+
"readonly": true
|
|
18581
|
+
},
|
|
18038
18582
|
{
|
|
18039
18583
|
"kind": "field",
|
|
18040
18584
|
"name": "_error",
|
|
@@ -18072,7 +18616,7 @@
|
|
|
18072
18616
|
"name": "#pressedController",
|
|
18073
18617
|
"privacy": "private",
|
|
18074
18618
|
"readonly": true,
|
|
18075
|
-
"default": "new PressedController(this, { target: null, callback: (pressed) => setCustomState(this, \"--pressed\", pressed && !(this.#control?.disabled ?? true)), })"
|
|
18619
|
+
"default": "new PressedController(this, { target: null, filter: (e) => this.#ignoreEvent(e), callback: (pressed) => setCustomState(this, \"--pressed\", pressed && !(this.#control?.disabled ?? true)), })"
|
|
18076
18620
|
},
|
|
18077
18621
|
{
|
|
18078
18622
|
"kind": "field",
|
|
@@ -18255,24 +18799,6 @@
|
|
|
18255
18799
|
}
|
|
18256
18800
|
}
|
|
18257
18801
|
},
|
|
18258
|
-
{
|
|
18259
|
-
"kind": "method",
|
|
18260
|
-
"name": "#stopPropagation",
|
|
18261
|
-
"privacy": "private",
|
|
18262
|
-
"return": {
|
|
18263
|
-
"type": {
|
|
18264
|
-
"text": "void"
|
|
18265
|
-
}
|
|
18266
|
-
},
|
|
18267
|
-
"parameters": [
|
|
18268
|
-
{
|
|
18269
|
-
"name": "e",
|
|
18270
|
-
"type": {
|
|
18271
|
-
"text": "Event"
|
|
18272
|
-
}
|
|
18273
|
-
}
|
|
18274
|
-
]
|
|
18275
|
-
},
|
|
18276
18802
|
{
|
|
18277
18803
|
"kind": "method",
|
|
18278
18804
|
"name": "#handleLabelSlotChange",
|
|
@@ -18403,6 +18929,24 @@
|
|
|
18403
18929
|
}
|
|
18404
18930
|
}
|
|
18405
18931
|
},
|
|
18932
|
+
{
|
|
18933
|
+
"kind": "method",
|
|
18934
|
+
"name": "#ignoreEvent",
|
|
18935
|
+
"privacy": "private",
|
|
18936
|
+
"return": {
|
|
18937
|
+
"type": {
|
|
18938
|
+
"text": "boolean"
|
|
18939
|
+
}
|
|
18940
|
+
},
|
|
18941
|
+
"parameters": [
|
|
18942
|
+
{
|
|
18943
|
+
"name": "e",
|
|
18944
|
+
"type": {
|
|
18945
|
+
"text": "Event"
|
|
18946
|
+
}
|
|
18947
|
+
}
|
|
18948
|
+
]
|
|
18949
|
+
},
|
|
18406
18950
|
{
|
|
18407
18951
|
"kind": "method",
|
|
18408
18952
|
"name": "#changeControl",
|
|
@@ -19088,6 +19632,24 @@
|
|
|
19088
19632
|
],
|
|
19089
19633
|
"description": "Clears the value of the element."
|
|
19090
19634
|
},
|
|
19635
|
+
{
|
|
19636
|
+
"kind": "method",
|
|
19637
|
+
"name": "#handleOptionStateChange",
|
|
19638
|
+
"privacy": "private",
|
|
19639
|
+
"return": {
|
|
19640
|
+
"type": {
|
|
19641
|
+
"text": "void"
|
|
19642
|
+
}
|
|
19643
|
+
},
|
|
19644
|
+
"parameters": [
|
|
19645
|
+
{
|
|
19646
|
+
"name": "e",
|
|
19647
|
+
"type": {
|
|
19648
|
+
"text": "Event"
|
|
19649
|
+
}
|
|
19650
|
+
}
|
|
19651
|
+
]
|
|
19652
|
+
},
|
|
19091
19653
|
{
|
|
19092
19654
|
"kind": "method",
|
|
19093
19655
|
"name": "#handleMutation",
|
|
@@ -21957,8 +22519,8 @@
|
|
|
21957
22519
|
"text": "MouseEvent"
|
|
21958
22520
|
},
|
|
21959
22521
|
"inheritedFrom": {
|
|
21960
|
-
"name": "
|
|
21961
|
-
"module": "src/core/shared/mixins/
|
|
22522
|
+
"name": "KeyboardClick",
|
|
22523
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
21962
22524
|
}
|
|
21963
22525
|
}
|
|
21964
22526
|
]
|
|
@@ -22384,15 +22946,8 @@
|
|
|
22384
22946
|
],
|
|
22385
22947
|
"events": [
|
|
22386
22948
|
{
|
|
22387
|
-
"name": "click",
|
|
22388
|
-
"type": {
|
|
22389
|
-
"text": "MouseEvent"
|
|
22390
|
-
},
|
|
22391
22949
|
"description": "Dispatched when the element is clicked.",
|
|
22392
|
-
"
|
|
22393
|
-
"name": "LinkButton",
|
|
22394
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
22395
|
-
}
|
|
22950
|
+
"name": "click"
|
|
22396
22951
|
}
|
|
22397
22952
|
],
|
|
22398
22953
|
"attributes": [
|
|
@@ -24923,8 +25478,8 @@
|
|
|
24923
25478
|
},
|
|
24924
25479
|
"description": "Dispatched when the element is clicked.",
|
|
24925
25480
|
"inheritedFrom": {
|
|
24926
|
-
"name": "
|
|
24927
|
-
"module": "src/core/shared/mixins/
|
|
25481
|
+
"name": "KeyboardClick",
|
|
25482
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
24928
25483
|
}
|
|
24929
25484
|
}
|
|
24930
25485
|
],
|
|
@@ -26903,8 +27458,8 @@
|
|
|
26903
27458
|
},
|
|
26904
27459
|
"description": "Dispatched when the element is clicked.",
|
|
26905
27460
|
"inheritedFrom": {
|
|
26906
|
-
"name": "
|
|
26907
|
-
"module": "src/core/shared/mixins/
|
|
27461
|
+
"name": "KeyboardClick",
|
|
27462
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
26908
27463
|
}
|
|
26909
27464
|
}
|
|
26910
27465
|
],
|
|
@@ -28293,9 +28848,10 @@
|
|
|
28293
28848
|
},
|
|
28294
28849
|
{
|
|
28295
28850
|
"kind": "field",
|
|
28296
|
-
"name": "#
|
|
28851
|
+
"name": "#clickOutsideController",
|
|
28297
28852
|
"privacy": "private",
|
|
28298
|
-
"readonly": true
|
|
28853
|
+
"readonly": true,
|
|
28854
|
+
"default": "new ClickOutsideController(this, { target: null, callback: () => this.hide(), })"
|
|
28299
28855
|
},
|
|
28300
28856
|
{
|
|
28301
28857
|
"kind": "field",
|
|
@@ -28328,20 +28884,6 @@
|
|
|
28328
28884
|
"text": "'top' | 'right' | 'bottom' | 'left' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end'"
|
|
28329
28885
|
}
|
|
28330
28886
|
},
|
|
28331
|
-
{
|
|
28332
|
-
"kind": "method",
|
|
28333
|
-
"name": "show",
|
|
28334
|
-
"return": {
|
|
28335
|
-
"type": {
|
|
28336
|
-
"text": "Promise<void>"
|
|
28337
|
-
}
|
|
28338
|
-
},
|
|
28339
|
-
"description": "Manually shows the tooltip.",
|
|
28340
|
-
"inheritedFrom": {
|
|
28341
|
-
"name": "TooltipElementBase",
|
|
28342
|
-
"module": "src/tooltip/TooltipElementBase.ts"
|
|
28343
|
-
}
|
|
28344
|
-
},
|
|
28345
28887
|
{
|
|
28346
28888
|
"kind": "method",
|
|
28347
28889
|
"name": "hide",
|
|
@@ -28452,24 +28994,6 @@
|
|
|
28452
28994
|
}
|
|
28453
28995
|
]
|
|
28454
28996
|
},
|
|
28455
|
-
{
|
|
28456
|
-
"kind": "method",
|
|
28457
|
-
"name": "#handleDocumentClick",
|
|
28458
|
-
"privacy": "private",
|
|
28459
|
-
"return": {
|
|
28460
|
-
"type": {
|
|
28461
|
-
"text": "void"
|
|
28462
|
-
}
|
|
28463
|
-
},
|
|
28464
|
-
"parameters": [
|
|
28465
|
-
{
|
|
28466
|
-
"name": "e",
|
|
28467
|
-
"type": {
|
|
28468
|
-
"text": "MouseEvent"
|
|
28469
|
-
}
|
|
28470
|
-
}
|
|
28471
|
-
]
|
|
28472
|
-
},
|
|
28473
28997
|
{
|
|
28474
28998
|
"kind": "method",
|
|
28475
28999
|
"name": "#handleKeyDown",
|
|
@@ -28838,6 +29362,20 @@
|
|
|
28838
29362
|
"module": "src/tooltip/TooltipElementBase.ts"
|
|
28839
29363
|
}
|
|
28840
29364
|
},
|
|
29365
|
+
{
|
|
29366
|
+
"kind": "method",
|
|
29367
|
+
"name": "show",
|
|
29368
|
+
"return": {
|
|
29369
|
+
"type": {
|
|
29370
|
+
"text": "Promise<void>"
|
|
29371
|
+
}
|
|
29372
|
+
},
|
|
29373
|
+
"description": "Manually shows the tooltip.",
|
|
29374
|
+
"inheritedFrom": {
|
|
29375
|
+
"name": "TooltipElementBase",
|
|
29376
|
+
"module": "src/tooltip/TooltipElementBase.ts"
|
|
29377
|
+
}
|
|
29378
|
+
},
|
|
28841
29379
|
{
|
|
28842
29380
|
"kind": "method",
|
|
28843
29381
|
"name": "#handleControlClick",
|
|
@@ -28864,12 +29402,18 @@
|
|
|
28864
29402
|
],
|
|
28865
29403
|
"events": [
|
|
28866
29404
|
{
|
|
28867
|
-
"
|
|
28868
|
-
"
|
|
29405
|
+
"name": "beforetoggle",
|
|
29406
|
+
"type": {
|
|
29407
|
+
"text": "ToggleEvent"
|
|
29408
|
+
},
|
|
29409
|
+
"description": "Dispatched before the toggle state changes."
|
|
28869
29410
|
},
|
|
28870
29411
|
{
|
|
28871
|
-
"
|
|
28872
|
-
"
|
|
29412
|
+
"name": "toggle",
|
|
29413
|
+
"type": {
|
|
29414
|
+
"text": "ToggleEvent"
|
|
29415
|
+
},
|
|
29416
|
+
"description": "Dispatched after the toggle state has changed."
|
|
28873
29417
|
}
|
|
28874
29418
|
],
|
|
28875
29419
|
"attributes": [
|
|
@@ -29884,6 +30428,20 @@
|
|
|
29884
30428
|
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
29885
30429
|
}
|
|
29886
30430
|
},
|
|
30431
|
+
{
|
|
30432
|
+
"kind": "field",
|
|
30433
|
+
"name": "active",
|
|
30434
|
+
"type": {
|
|
30435
|
+
"text": "boolean"
|
|
30436
|
+
},
|
|
30437
|
+
"default": "false",
|
|
30438
|
+
"description": "Whether the view is active.",
|
|
30439
|
+
"attribute": "active",
|
|
30440
|
+
"inheritedFrom": {
|
|
30441
|
+
"name": "CalendarViewElementBase",
|
|
30442
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30443
|
+
}
|
|
30444
|
+
},
|
|
29887
30445
|
{
|
|
29888
30446
|
"kind": "field",
|
|
29889
30447
|
"name": "today",
|
|
@@ -30007,276 +30565,316 @@
|
|
|
30007
30565
|
"fieldName": "rangeEnd"
|
|
30008
30566
|
},
|
|
30009
30567
|
{
|
|
30010
|
-
"name": "
|
|
30011
|
-
"type": {
|
|
30012
|
-
"text": "Date"
|
|
30013
|
-
},
|
|
30014
|
-
"default": "new Date()",
|
|
30015
|
-
"description": "Today's date.",
|
|
30016
|
-
"fieldName": "today",
|
|
30017
|
-
"inheritedFrom": {
|
|
30018
|
-
"name": "CalendarViewElementBase",
|
|
30019
|
-
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30020
|
-
}
|
|
30021
|
-
},
|
|
30022
|
-
{
|
|
30023
|
-
"name": "date",
|
|
30024
|
-
"type": {
|
|
30025
|
-
"text": "Date | null"
|
|
30026
|
-
},
|
|
30027
|
-
"default": "null",
|
|
30028
|
-
"description": "The selected date.",
|
|
30029
|
-
"fieldName": "date",
|
|
30030
|
-
"inheritedFrom": {
|
|
30031
|
-
"name": "CalendarViewElementBase",
|
|
30032
|
-
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30033
|
-
}
|
|
30034
|
-
},
|
|
30035
|
-
{
|
|
30036
|
-
"name": "active-date",
|
|
30037
|
-
"type": {
|
|
30038
|
-
"text": "Date"
|
|
30039
|
-
},
|
|
30040
|
-
"default": "new Date()",
|
|
30041
|
-
"description": "The active date.",
|
|
30042
|
-
"fieldName": "activeDate",
|
|
30043
|
-
"inheritedFrom": {
|
|
30044
|
-
"name": "CalendarViewElementBase",
|
|
30045
|
-
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30046
|
-
}
|
|
30047
|
-
},
|
|
30048
|
-
{
|
|
30049
|
-
"name": "min-date",
|
|
30050
|
-
"type": {
|
|
30051
|
-
"text": "Date | null"
|
|
30052
|
-
},
|
|
30053
|
-
"default": "null",
|
|
30054
|
-
"description": "The minimum date that can be selected.",
|
|
30055
|
-
"fieldName": "minDate",
|
|
30056
|
-
"inheritedFrom": {
|
|
30057
|
-
"name": "CalendarViewElementBase",
|
|
30058
|
-
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30059
|
-
}
|
|
30060
|
-
},
|
|
30061
|
-
{
|
|
30062
|
-
"name": "max-date",
|
|
30063
|
-
"type": {
|
|
30064
|
-
"text": "Date | null"
|
|
30065
|
-
},
|
|
30066
|
-
"default": "null",
|
|
30067
|
-
"description": "The maximum date that can be selected.",
|
|
30068
|
-
"fieldName": "maxDate",
|
|
30069
|
-
"inheritedFrom": {
|
|
30070
|
-
"name": "CalendarViewElementBase",
|
|
30071
|
-
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30072
|
-
}
|
|
30073
|
-
}
|
|
30074
|
-
],
|
|
30075
|
-
"superclass": {
|
|
30076
|
-
"name": "CalendarViewElementBase",
|
|
30077
|
-
"module": "/src/calendar/CalendarViewElementBase"
|
|
30078
|
-
},
|
|
30079
|
-
"tagName": "m3e-month-view",
|
|
30080
|
-
"customElement": true
|
|
30081
|
-
}
|
|
30082
|
-
],
|
|
30083
|
-
"exports": [
|
|
30084
|
-
{
|
|
30085
|
-
"kind": "custom-element-definition",
|
|
30086
|
-
"name": "m3e-month-view",
|
|
30087
|
-
"declaration": {
|
|
30088
|
-
"name": "M3eMonthViewElement",
|
|
30089
|
-
"module": "src/calendar/MonthViewElement.ts"
|
|
30090
|
-
}
|
|
30091
|
-
}
|
|
30092
|
-
]
|
|
30093
|
-
},
|
|
30094
|
-
{
|
|
30095
|
-
"kind": "javascript-module",
|
|
30096
|
-
"path": "src/calendar/MultiYearViewElement.ts",
|
|
30097
|
-
"declarations": [
|
|
30098
|
-
{
|
|
30099
|
-
"kind": "class",
|
|
30100
|
-
"description": "An internal component used to display a year selector in a calendar.",
|
|
30101
|
-
"name": "M3eMultiYearViewElement",
|
|
30102
|
-
"members": [
|
|
30103
|
-
{
|
|
30104
|
-
"kind": "method",
|
|
30105
|
-
"name": "#renderItem",
|
|
30106
|
-
"privacy": "private",
|
|
30107
|
-
"return": {
|
|
30108
|
-
"type": {
|
|
30109
|
-
"text": "unknown"
|
|
30110
|
-
}
|
|
30111
|
-
},
|
|
30112
|
-
"parameters": [
|
|
30113
|
-
{
|
|
30114
|
-
"name": "year",
|
|
30115
|
-
"type": {
|
|
30116
|
-
"text": "number"
|
|
30117
|
-
}
|
|
30118
|
-
}
|
|
30119
|
-
]
|
|
30120
|
-
},
|
|
30121
|
-
{
|
|
30122
|
-
"kind": "method",
|
|
30123
|
-
"name": "#handleItemClick",
|
|
30124
|
-
"privacy": "private",
|
|
30125
|
-
"return": {
|
|
30126
|
-
"type": {
|
|
30127
|
-
"text": "void"
|
|
30128
|
-
}
|
|
30129
|
-
},
|
|
30130
|
-
"parameters": [
|
|
30131
|
-
{
|
|
30132
|
-
"name": "e",
|
|
30133
|
-
"type": {
|
|
30134
|
-
"text": "Event"
|
|
30135
|
-
}
|
|
30136
|
-
}
|
|
30137
|
-
]
|
|
30138
|
-
},
|
|
30139
|
-
{
|
|
30140
|
-
"kind": "method",
|
|
30141
|
-
"name": "#handleItemKeyDown",
|
|
30142
|
-
"privacy": "private",
|
|
30143
|
-
"return": {
|
|
30144
|
-
"type": {
|
|
30145
|
-
"text": "void"
|
|
30146
|
-
}
|
|
30147
|
-
},
|
|
30148
|
-
"parameters": [
|
|
30149
|
-
{
|
|
30150
|
-
"name": "e",
|
|
30151
|
-
"type": {
|
|
30152
|
-
"text": "KeyboardEvent"
|
|
30153
|
-
}
|
|
30154
|
-
}
|
|
30155
|
-
]
|
|
30156
|
-
},
|
|
30157
|
-
{
|
|
30158
|
-
"kind": "field",
|
|
30159
|
-
"name": "_activeItem",
|
|
30160
|
-
"type": {
|
|
30161
|
-
"text": "HTMLElement | undefined"
|
|
30162
|
-
},
|
|
30163
|
-
"privacy": "private",
|
|
30164
|
-
"readonly": true,
|
|
30165
|
-
"inheritedFrom": {
|
|
30166
|
-
"name": "CalendarViewElementBase",
|
|
30167
|
-
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30168
|
-
}
|
|
30169
|
-
},
|
|
30170
|
-
{
|
|
30171
|
-
"kind": "field",
|
|
30172
|
-
"name": "today",
|
|
30173
|
-
"type": {
|
|
30174
|
-
"text": "Date"
|
|
30175
|
-
},
|
|
30176
|
-
"default": "new Date()",
|
|
30177
|
-
"description": "Today's date.",
|
|
30178
|
-
"attribute": "today",
|
|
30179
|
-
"inheritedFrom": {
|
|
30180
|
-
"name": "CalendarViewElementBase",
|
|
30181
|
-
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30182
|
-
}
|
|
30183
|
-
},
|
|
30184
|
-
{
|
|
30185
|
-
"kind": "field",
|
|
30186
|
-
"name": "date",
|
|
30187
|
-
"type": {
|
|
30188
|
-
"text": "Date | null"
|
|
30189
|
-
},
|
|
30190
|
-
"default": "null",
|
|
30191
|
-
"description": "The selected date.",
|
|
30192
|
-
"attribute": "date",
|
|
30193
|
-
"inheritedFrom": {
|
|
30194
|
-
"name": "CalendarViewElementBase",
|
|
30195
|
-
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30196
|
-
}
|
|
30197
|
-
},
|
|
30198
|
-
{
|
|
30199
|
-
"kind": "field",
|
|
30200
|
-
"name": "activeDate",
|
|
30201
|
-
"type": {
|
|
30202
|
-
"text": "Date"
|
|
30203
|
-
},
|
|
30204
|
-
"default": "new Date()",
|
|
30205
|
-
"description": "The active date.",
|
|
30206
|
-
"attribute": "active-date",
|
|
30207
|
-
"inheritedFrom": {
|
|
30208
|
-
"name": "CalendarViewElementBase",
|
|
30209
|
-
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30210
|
-
}
|
|
30211
|
-
},
|
|
30212
|
-
{
|
|
30213
|
-
"kind": "field",
|
|
30214
|
-
"name": "minDate",
|
|
30215
|
-
"type": {
|
|
30216
|
-
"text": "Date | null"
|
|
30217
|
-
},
|
|
30218
|
-
"default": "null",
|
|
30219
|
-
"description": "The minimum date that can be selected.",
|
|
30220
|
-
"attribute": "min-date",
|
|
30221
|
-
"inheritedFrom": {
|
|
30222
|
-
"name": "CalendarViewElementBase",
|
|
30223
|
-
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30224
|
-
}
|
|
30225
|
-
},
|
|
30226
|
-
{
|
|
30227
|
-
"kind": "field",
|
|
30228
|
-
"name": "maxDate",
|
|
30568
|
+
"name": "active",
|
|
30229
30569
|
"type": {
|
|
30230
|
-
"text": "
|
|
30231
|
-
},
|
|
30232
|
-
"default": "null",
|
|
30233
|
-
"description": "The maximum date that can be selected.",
|
|
30234
|
-
"attribute": "max-date",
|
|
30235
|
-
"inheritedFrom": {
|
|
30236
|
-
"name": "CalendarViewElementBase",
|
|
30237
|
-
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30238
|
-
}
|
|
30239
|
-
},
|
|
30240
|
-
{
|
|
30241
|
-
"kind": "method",
|
|
30242
|
-
"name": "focusActiveCell",
|
|
30243
|
-
"return": {
|
|
30244
|
-
"type": {
|
|
30245
|
-
"text": "Promise<void>"
|
|
30246
|
-
}
|
|
30570
|
+
"text": "boolean"
|
|
30247
30571
|
},
|
|
30248
|
-
"
|
|
30572
|
+
"default": "false",
|
|
30573
|
+
"description": "Whether the view is active.",
|
|
30574
|
+
"fieldName": "active",
|
|
30575
|
+
"inheritedFrom": {
|
|
30576
|
+
"name": "CalendarViewElementBase",
|
|
30577
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30578
|
+
}
|
|
30579
|
+
},
|
|
30580
|
+
{
|
|
30581
|
+
"name": "today",
|
|
30582
|
+
"type": {
|
|
30583
|
+
"text": "Date"
|
|
30584
|
+
},
|
|
30585
|
+
"default": "new Date()",
|
|
30586
|
+
"description": "Today's date.",
|
|
30587
|
+
"fieldName": "today",
|
|
30588
|
+
"inheritedFrom": {
|
|
30589
|
+
"name": "CalendarViewElementBase",
|
|
30590
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30591
|
+
}
|
|
30592
|
+
},
|
|
30593
|
+
{
|
|
30594
|
+
"name": "date",
|
|
30595
|
+
"type": {
|
|
30596
|
+
"text": "Date | null"
|
|
30597
|
+
},
|
|
30598
|
+
"default": "null",
|
|
30599
|
+
"description": "The selected date.",
|
|
30600
|
+
"fieldName": "date",
|
|
30601
|
+
"inheritedFrom": {
|
|
30602
|
+
"name": "CalendarViewElementBase",
|
|
30603
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30604
|
+
}
|
|
30605
|
+
},
|
|
30606
|
+
{
|
|
30607
|
+
"name": "active-date",
|
|
30608
|
+
"type": {
|
|
30609
|
+
"text": "Date"
|
|
30610
|
+
},
|
|
30611
|
+
"default": "new Date()",
|
|
30612
|
+
"description": "The active date.",
|
|
30613
|
+
"fieldName": "activeDate",
|
|
30614
|
+
"inheritedFrom": {
|
|
30615
|
+
"name": "CalendarViewElementBase",
|
|
30616
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30617
|
+
}
|
|
30618
|
+
},
|
|
30619
|
+
{
|
|
30620
|
+
"name": "min-date",
|
|
30621
|
+
"type": {
|
|
30622
|
+
"text": "Date | null"
|
|
30623
|
+
},
|
|
30624
|
+
"default": "null",
|
|
30625
|
+
"description": "The minimum date that can be selected.",
|
|
30626
|
+
"fieldName": "minDate",
|
|
30627
|
+
"inheritedFrom": {
|
|
30628
|
+
"name": "CalendarViewElementBase",
|
|
30629
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30630
|
+
}
|
|
30631
|
+
},
|
|
30632
|
+
{
|
|
30633
|
+
"name": "max-date",
|
|
30634
|
+
"type": {
|
|
30635
|
+
"text": "Date | null"
|
|
30636
|
+
},
|
|
30637
|
+
"default": "null",
|
|
30638
|
+
"description": "The maximum date that can be selected.",
|
|
30639
|
+
"fieldName": "maxDate",
|
|
30640
|
+
"inheritedFrom": {
|
|
30641
|
+
"name": "CalendarViewElementBase",
|
|
30642
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30643
|
+
}
|
|
30644
|
+
}
|
|
30645
|
+
],
|
|
30646
|
+
"superclass": {
|
|
30647
|
+
"name": "CalendarViewElementBase",
|
|
30648
|
+
"module": "/src/calendar/CalendarViewElementBase"
|
|
30649
|
+
},
|
|
30650
|
+
"tagName": "m3e-month-view",
|
|
30651
|
+
"customElement": true
|
|
30652
|
+
}
|
|
30653
|
+
],
|
|
30654
|
+
"exports": [
|
|
30655
|
+
{
|
|
30656
|
+
"kind": "custom-element-definition",
|
|
30657
|
+
"name": "m3e-month-view",
|
|
30658
|
+
"declaration": {
|
|
30659
|
+
"name": "M3eMonthViewElement",
|
|
30660
|
+
"module": "src/calendar/MonthViewElement.ts"
|
|
30661
|
+
}
|
|
30662
|
+
}
|
|
30663
|
+
]
|
|
30664
|
+
},
|
|
30665
|
+
{
|
|
30666
|
+
"kind": "javascript-module",
|
|
30667
|
+
"path": "src/calendar/MultiYearViewElement.ts",
|
|
30668
|
+
"declarations": [
|
|
30669
|
+
{
|
|
30670
|
+
"kind": "class",
|
|
30671
|
+
"description": "An internal component used to display a year selector in a calendar.",
|
|
30672
|
+
"name": "M3eMultiYearViewElement",
|
|
30673
|
+
"members": [
|
|
30674
|
+
{
|
|
30675
|
+
"kind": "method",
|
|
30676
|
+
"name": "#renderItem",
|
|
30677
|
+
"privacy": "private",
|
|
30678
|
+
"return": {
|
|
30679
|
+
"type": {
|
|
30680
|
+
"text": "unknown"
|
|
30681
|
+
}
|
|
30682
|
+
},
|
|
30683
|
+
"parameters": [
|
|
30684
|
+
{
|
|
30685
|
+
"name": "year",
|
|
30686
|
+
"type": {
|
|
30687
|
+
"text": "number"
|
|
30688
|
+
}
|
|
30689
|
+
}
|
|
30690
|
+
]
|
|
30691
|
+
},
|
|
30692
|
+
{
|
|
30693
|
+
"kind": "method",
|
|
30694
|
+
"name": "#handleItemClick",
|
|
30695
|
+
"privacy": "private",
|
|
30696
|
+
"return": {
|
|
30697
|
+
"type": {
|
|
30698
|
+
"text": "void"
|
|
30699
|
+
}
|
|
30700
|
+
},
|
|
30701
|
+
"parameters": [
|
|
30702
|
+
{
|
|
30703
|
+
"name": "e",
|
|
30704
|
+
"type": {
|
|
30705
|
+
"text": "Event"
|
|
30706
|
+
}
|
|
30707
|
+
}
|
|
30708
|
+
]
|
|
30709
|
+
},
|
|
30710
|
+
{
|
|
30711
|
+
"kind": "method",
|
|
30712
|
+
"name": "#handleItemKeyDown",
|
|
30713
|
+
"privacy": "private",
|
|
30714
|
+
"return": {
|
|
30715
|
+
"type": {
|
|
30716
|
+
"text": "void"
|
|
30717
|
+
}
|
|
30718
|
+
},
|
|
30719
|
+
"parameters": [
|
|
30720
|
+
{
|
|
30721
|
+
"name": "e",
|
|
30722
|
+
"type": {
|
|
30723
|
+
"text": "KeyboardEvent"
|
|
30724
|
+
}
|
|
30725
|
+
}
|
|
30726
|
+
]
|
|
30727
|
+
},
|
|
30728
|
+
{
|
|
30729
|
+
"kind": "field",
|
|
30730
|
+
"name": "_activeItem",
|
|
30731
|
+
"type": {
|
|
30732
|
+
"text": "HTMLElement | undefined"
|
|
30733
|
+
},
|
|
30734
|
+
"privacy": "private",
|
|
30735
|
+
"readonly": true,
|
|
30736
|
+
"inheritedFrom": {
|
|
30737
|
+
"name": "CalendarViewElementBase",
|
|
30738
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30739
|
+
}
|
|
30740
|
+
},
|
|
30741
|
+
{
|
|
30742
|
+
"kind": "field",
|
|
30743
|
+
"name": "active",
|
|
30744
|
+
"type": {
|
|
30745
|
+
"text": "boolean"
|
|
30746
|
+
},
|
|
30747
|
+
"default": "false",
|
|
30748
|
+
"description": "Whether the view is active.",
|
|
30749
|
+
"attribute": "active",
|
|
30750
|
+
"inheritedFrom": {
|
|
30751
|
+
"name": "CalendarViewElementBase",
|
|
30752
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30753
|
+
}
|
|
30754
|
+
},
|
|
30755
|
+
{
|
|
30756
|
+
"kind": "field",
|
|
30757
|
+
"name": "today",
|
|
30758
|
+
"type": {
|
|
30759
|
+
"text": "Date"
|
|
30760
|
+
},
|
|
30761
|
+
"default": "new Date()",
|
|
30762
|
+
"description": "Today's date.",
|
|
30763
|
+
"attribute": "today",
|
|
30764
|
+
"inheritedFrom": {
|
|
30765
|
+
"name": "CalendarViewElementBase",
|
|
30766
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30767
|
+
}
|
|
30768
|
+
},
|
|
30769
|
+
{
|
|
30770
|
+
"kind": "field",
|
|
30771
|
+
"name": "date",
|
|
30772
|
+
"type": {
|
|
30773
|
+
"text": "Date | null"
|
|
30774
|
+
},
|
|
30775
|
+
"default": "null",
|
|
30776
|
+
"description": "The selected date.",
|
|
30777
|
+
"attribute": "date",
|
|
30778
|
+
"inheritedFrom": {
|
|
30779
|
+
"name": "CalendarViewElementBase",
|
|
30780
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30781
|
+
}
|
|
30782
|
+
},
|
|
30783
|
+
{
|
|
30784
|
+
"kind": "field",
|
|
30785
|
+
"name": "activeDate",
|
|
30786
|
+
"type": {
|
|
30787
|
+
"text": "Date"
|
|
30788
|
+
},
|
|
30789
|
+
"default": "new Date()",
|
|
30790
|
+
"description": "The active date.",
|
|
30791
|
+
"attribute": "active-date",
|
|
30792
|
+
"inheritedFrom": {
|
|
30793
|
+
"name": "CalendarViewElementBase",
|
|
30794
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30795
|
+
}
|
|
30796
|
+
},
|
|
30797
|
+
{
|
|
30798
|
+
"kind": "field",
|
|
30799
|
+
"name": "minDate",
|
|
30800
|
+
"type": {
|
|
30801
|
+
"text": "Date | null"
|
|
30802
|
+
},
|
|
30803
|
+
"default": "null",
|
|
30804
|
+
"description": "The minimum date that can be selected.",
|
|
30805
|
+
"attribute": "min-date",
|
|
30806
|
+
"inheritedFrom": {
|
|
30807
|
+
"name": "CalendarViewElementBase",
|
|
30808
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30809
|
+
}
|
|
30810
|
+
},
|
|
30811
|
+
{
|
|
30812
|
+
"kind": "field",
|
|
30813
|
+
"name": "maxDate",
|
|
30814
|
+
"type": {
|
|
30815
|
+
"text": "Date | null"
|
|
30816
|
+
},
|
|
30817
|
+
"default": "null",
|
|
30818
|
+
"description": "The maximum date that can be selected.",
|
|
30819
|
+
"attribute": "max-date",
|
|
30820
|
+
"inheritedFrom": {
|
|
30821
|
+
"name": "CalendarViewElementBase",
|
|
30822
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30823
|
+
}
|
|
30824
|
+
},
|
|
30825
|
+
{
|
|
30826
|
+
"kind": "method",
|
|
30827
|
+
"name": "focusActiveCell",
|
|
30828
|
+
"return": {
|
|
30829
|
+
"type": {
|
|
30830
|
+
"text": "Promise<void>"
|
|
30831
|
+
}
|
|
30832
|
+
},
|
|
30833
|
+
"description": "Asynchronously focuses the active date.",
|
|
30834
|
+
"inheritedFrom": {
|
|
30835
|
+
"name": "CalendarViewElementBase",
|
|
30836
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30837
|
+
}
|
|
30838
|
+
}
|
|
30839
|
+
],
|
|
30840
|
+
"events": [
|
|
30841
|
+
{
|
|
30842
|
+
"name": "change",
|
|
30843
|
+
"type": {
|
|
30844
|
+
"text": "Event"
|
|
30845
|
+
}
|
|
30846
|
+
},
|
|
30847
|
+
{
|
|
30848
|
+
"name": "active-change",
|
|
30849
|
+
"type": {
|
|
30850
|
+
"text": "Event"
|
|
30851
|
+
},
|
|
30852
|
+
"inheritedFrom": {
|
|
30853
|
+
"name": "CalendarViewElementBase",
|
|
30854
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30855
|
+
}
|
|
30856
|
+
}
|
|
30857
|
+
],
|
|
30858
|
+
"superclass": {
|
|
30859
|
+
"name": "CalendarViewElementBase",
|
|
30860
|
+
"module": "/src/calendar/CalendarViewElementBase"
|
|
30861
|
+
},
|
|
30862
|
+
"tagName": "m3e-multi-year-view",
|
|
30863
|
+
"customElement": true,
|
|
30864
|
+
"attributes": [
|
|
30865
|
+
{
|
|
30866
|
+
"name": "active",
|
|
30867
|
+
"type": {
|
|
30868
|
+
"text": "boolean"
|
|
30869
|
+
},
|
|
30870
|
+
"default": "false",
|
|
30871
|
+
"description": "Whether the view is active.",
|
|
30872
|
+
"fieldName": "active",
|
|
30249
30873
|
"inheritedFrom": {
|
|
30250
30874
|
"name": "CalendarViewElementBase",
|
|
30251
30875
|
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30252
30876
|
}
|
|
30253
|
-
}
|
|
30254
|
-
],
|
|
30255
|
-
"events": [
|
|
30256
|
-
{
|
|
30257
|
-
"name": "change",
|
|
30258
|
-
"type": {
|
|
30259
|
-
"text": "Event"
|
|
30260
|
-
}
|
|
30261
30877
|
},
|
|
30262
|
-
{
|
|
30263
|
-
"name": "active-change",
|
|
30264
|
-
"type": {
|
|
30265
|
-
"text": "Event"
|
|
30266
|
-
},
|
|
30267
|
-
"inheritedFrom": {
|
|
30268
|
-
"name": "CalendarViewElementBase",
|
|
30269
|
-
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30270
|
-
}
|
|
30271
|
-
}
|
|
30272
|
-
],
|
|
30273
|
-
"superclass": {
|
|
30274
|
-
"name": "CalendarViewElementBase",
|
|
30275
|
-
"module": "/src/calendar/CalendarViewElementBase"
|
|
30276
|
-
},
|
|
30277
|
-
"tagName": "m3e-multi-year-view",
|
|
30278
|
-
"customElement": true,
|
|
30279
|
-
"attributes": [
|
|
30280
30878
|
{
|
|
30281
30879
|
"name": "today",
|
|
30282
30880
|
"type": {
|
|
@@ -30432,6 +31030,20 @@
|
|
|
30432
31030
|
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
30433
31031
|
}
|
|
30434
31032
|
},
|
|
31033
|
+
{
|
|
31034
|
+
"kind": "field",
|
|
31035
|
+
"name": "active",
|
|
31036
|
+
"type": {
|
|
31037
|
+
"text": "boolean"
|
|
31038
|
+
},
|
|
31039
|
+
"default": "false",
|
|
31040
|
+
"description": "Whether the view is active.",
|
|
31041
|
+
"attribute": "active",
|
|
31042
|
+
"inheritedFrom": {
|
|
31043
|
+
"name": "CalendarViewElementBase",
|
|
31044
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
31045
|
+
}
|
|
31046
|
+
},
|
|
30435
31047
|
{
|
|
30436
31048
|
"kind": "field",
|
|
30437
31049
|
"name": "today",
|
|
@@ -30542,6 +31154,19 @@
|
|
|
30542
31154
|
"tagName": "m3e-year-view",
|
|
30543
31155
|
"customElement": true,
|
|
30544
31156
|
"attributes": [
|
|
31157
|
+
{
|
|
31158
|
+
"name": "active",
|
|
31159
|
+
"type": {
|
|
31160
|
+
"text": "boolean"
|
|
31161
|
+
},
|
|
31162
|
+
"default": "false",
|
|
31163
|
+
"description": "Whether the view is active.",
|
|
31164
|
+
"fieldName": "active",
|
|
31165
|
+
"inheritedFrom": {
|
|
31166
|
+
"name": "CalendarViewElementBase",
|
|
31167
|
+
"module": "src/calendar/CalendarViewElementBase.ts"
|
|
31168
|
+
}
|
|
31169
|
+
},
|
|
30545
31170
|
{
|
|
30546
31171
|
"name": "today",
|
|
30547
31172
|
"type": {
|
|
@@ -31033,6 +31658,16 @@
|
|
|
31033
31658
|
},
|
|
31034
31659
|
"description": "Updates today's date."
|
|
31035
31660
|
},
|
|
31661
|
+
{
|
|
31662
|
+
"kind": "method",
|
|
31663
|
+
"name": "resetActiveView",
|
|
31664
|
+
"return": {
|
|
31665
|
+
"type": {
|
|
31666
|
+
"text": "void"
|
|
31667
|
+
}
|
|
31668
|
+
},
|
|
31669
|
+
"description": "Resets the active view."
|
|
31670
|
+
},
|
|
31036
31671
|
{
|
|
31037
31672
|
"kind": "method",
|
|
31038
31673
|
"name": "movePreviousPeriod",
|
|
@@ -32354,8 +32989,8 @@
|
|
|
32354
32989
|
},
|
|
32355
32990
|
"description": "Dispatched when the element is clicked.",
|
|
32356
32991
|
"inheritedFrom": {
|
|
32357
|
-
"name": "
|
|
32358
|
-
"module": "src/core/shared/mixins/
|
|
32992
|
+
"name": "KeyboardClick",
|
|
32993
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
32359
32994
|
}
|
|
32360
32995
|
}
|
|
32361
32996
|
],
|
|
@@ -39357,6 +39992,24 @@
|
|
|
39357
39992
|
}
|
|
39358
39993
|
],
|
|
39359
39994
|
"members": [
|
|
39995
|
+
{
|
|
39996
|
+
"kind": "field",
|
|
39997
|
+
"name": "#closeTimeout",
|
|
39998
|
+
"privacy": "private",
|
|
39999
|
+
"type": {
|
|
40000
|
+
"text": "number"
|
|
40001
|
+
},
|
|
40002
|
+
"default": "-1"
|
|
40003
|
+
},
|
|
40004
|
+
{
|
|
40005
|
+
"kind": "field",
|
|
40006
|
+
"name": "_open",
|
|
40007
|
+
"type": {
|
|
40008
|
+
"text": "boolean"
|
|
40009
|
+
},
|
|
40010
|
+
"privacy": "private",
|
|
40011
|
+
"default": "false"
|
|
40012
|
+
},
|
|
39360
40013
|
{
|
|
39361
40014
|
"kind": "field",
|
|
39362
40015
|
"name": "_date",
|
|
@@ -39799,6 +40452,26 @@
|
|
|
39799
40452
|
}
|
|
39800
40453
|
}
|
|
39801
40454
|
},
|
|
40455
|
+
{
|
|
40456
|
+
"kind": "method",
|
|
40457
|
+
"name": "#renderCalendar",
|
|
40458
|
+
"privacy": "private",
|
|
40459
|
+
"return": {
|
|
40460
|
+
"type": {
|
|
40461
|
+
"text": "unknown"
|
|
40462
|
+
}
|
|
40463
|
+
}
|
|
40464
|
+
},
|
|
40465
|
+
{
|
|
40466
|
+
"kind": "method",
|
|
40467
|
+
"name": "#renderActions",
|
|
40468
|
+
"privacy": "private",
|
|
40469
|
+
"return": {
|
|
40470
|
+
"type": {
|
|
40471
|
+
"text": "unknown"
|
|
40472
|
+
}
|
|
40473
|
+
}
|
|
40474
|
+
},
|
|
39802
40475
|
{
|
|
39803
40476
|
"kind": "method",
|
|
39804
40477
|
"name": "#handleDocumentClick",
|
|
@@ -39825,7 +40498,15 @@
|
|
|
39825
40498
|
"type": {
|
|
39826
40499
|
"text": "void"
|
|
39827
40500
|
}
|
|
39828
|
-
}
|
|
40501
|
+
},
|
|
40502
|
+
"parameters": [
|
|
40503
|
+
{
|
|
40504
|
+
"name": "e",
|
|
40505
|
+
"type": {
|
|
40506
|
+
"text": "Event"
|
|
40507
|
+
}
|
|
40508
|
+
}
|
|
40509
|
+
]
|
|
39829
40510
|
},
|
|
39830
40511
|
{
|
|
39831
40512
|
"kind": "method",
|
|
@@ -45030,8 +45711,8 @@
|
|
|
45030
45711
|
},
|
|
45031
45712
|
"description": "Dispatched when the element is clicked.",
|
|
45032
45713
|
"inheritedFrom": {
|
|
45033
|
-
"name": "
|
|
45034
|
-
"module": "src/core/shared/mixins/
|
|
45714
|
+
"name": "KeyboardClick",
|
|
45715
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
45035
45716
|
}
|
|
45036
45717
|
}
|
|
45037
45718
|
],
|
|
@@ -45288,203 +45969,187 @@
|
|
|
45288
45969
|
},
|
|
45289
45970
|
{
|
|
45290
45971
|
"kind": "javascript-module",
|
|
45291
|
-
"path": "src/fab-menu/
|
|
45972
|
+
"path": "src/fab-menu/FabMenuElement.ts",
|
|
45292
45973
|
"declarations": [
|
|
45293
45974
|
{
|
|
45294
45975
|
"kind": "class",
|
|
45295
|
-
"description": "
|
|
45296
|
-
"name": "
|
|
45976
|
+
"description": "A menu, opened from a floating action button (FAB), used to display multiple related actions.",
|
|
45977
|
+
"name": "M3eFabMenuElement",
|
|
45297
45978
|
"cssProperties": [
|
|
45298
45979
|
{
|
|
45299
|
-
"description": "
|
|
45300
|
-
"name": "--m3e-fab-menu-
|
|
45980
|
+
"description": "Vertical gap between menu items.",
|
|
45981
|
+
"name": "--m3e-fab-menu-spacing"
|
|
45301
45982
|
},
|
|
45302
45983
|
{
|
|
45303
|
-
"description": "
|
|
45304
|
-
"name": "--m3e-fab-menu-
|
|
45984
|
+
"description": "Maximum width of the menu.",
|
|
45985
|
+
"name": "--m3e-fab-menu-max-width"
|
|
45305
45986
|
},
|
|
45306
45987
|
{
|
|
45307
|
-
"description": "
|
|
45308
|
-
"name": "--m3e-fab-
|
|
45988
|
+
"description": "Foreground color for primary variant items.",
|
|
45989
|
+
"name": "--m3e-primary-fab-color"
|
|
45309
45990
|
},
|
|
45310
45991
|
{
|
|
45311
|
-
"description": "
|
|
45312
|
-
"name": "--m3e-fab-
|
|
45992
|
+
"description": "Container color for primary variant items.",
|
|
45993
|
+
"name": "--m3e-primary-fab-container-color"
|
|
45313
45994
|
},
|
|
45314
45995
|
{
|
|
45315
|
-
"description": "
|
|
45316
|
-
"name": "--m3e-fab-
|
|
45996
|
+
"description": "Hover background color for primary variant items.",
|
|
45997
|
+
"name": "--m3e-primary-fab-hover-color"
|
|
45317
45998
|
},
|
|
45318
45999
|
{
|
|
45319
|
-
"description": "
|
|
45320
|
-
"name": "--m3e-fab-
|
|
46000
|
+
"description": "Focus background color for primary variant items.",
|
|
46001
|
+
"name": "--m3e-primary-fab-focus-color"
|
|
45321
46002
|
},
|
|
45322
46003
|
{
|
|
45323
|
-
"description": "
|
|
45324
|
-
"name": "--m3e-fab-
|
|
46004
|
+
"description": "Ripple color for primary variant items.",
|
|
46005
|
+
"name": "--m3e-primary-fab-ripple-color"
|
|
45325
46006
|
},
|
|
45326
46007
|
{
|
|
45327
|
-
"description": "
|
|
45328
|
-
"name": "--m3e-fab-
|
|
46008
|
+
"description": "Foreground color for secondary variant items.",
|
|
46009
|
+
"name": "--m3e-secondary-fab-color"
|
|
45329
46010
|
},
|
|
45330
46011
|
{
|
|
45331
|
-
"description": "
|
|
45332
|
-
"name": "--m3e-fab-
|
|
46012
|
+
"description": "Container color for secondary variant items.",
|
|
46013
|
+
"name": "--m3e-secondary-fab-container-color"
|
|
45333
46014
|
},
|
|
45334
46015
|
{
|
|
45335
|
-
"description": "
|
|
45336
|
-
"name": "--m3e-fab-
|
|
46016
|
+
"description": "Hover background color for secondary variant items.",
|
|
46017
|
+
"name": "--m3e-secondary-fab-hover-color"
|
|
46018
|
+
},
|
|
46019
|
+
{
|
|
46020
|
+
"description": "Focus background color for secondary variant items.",
|
|
46021
|
+
"name": "--m3e-secondary-fab-focus-color"
|
|
46022
|
+
},
|
|
46023
|
+
{
|
|
46024
|
+
"description": "Ripple color for secondary variant items.",
|
|
46025
|
+
"name": "--m3e-secondary-fab-ripple-color"
|
|
46026
|
+
},
|
|
46027
|
+
{
|
|
46028
|
+
"description": "Foreground color for tertiary variant items.",
|
|
46029
|
+
"name": "--m3e-tertiary-fab-color"
|
|
46030
|
+
},
|
|
46031
|
+
{
|
|
46032
|
+
"description": "Container color for tertiary variant items.",
|
|
46033
|
+
"name": "--m3e-tertiary-fab-container-color"
|
|
46034
|
+
},
|
|
46035
|
+
{
|
|
46036
|
+
"description": "Hover background color for tertiary variant items.",
|
|
46037
|
+
"name": "--m3e-tertiary-fab-hover-color"
|
|
46038
|
+
},
|
|
46039
|
+
{
|
|
46040
|
+
"description": "Focus background color for tertiary variant items.",
|
|
46041
|
+
"name": "--m3e-tertiary-fab-focus-color"
|
|
46042
|
+
},
|
|
46043
|
+
{
|
|
46044
|
+
"description": "Ripple color for tertiary variant items.",
|
|
46045
|
+
"name": "--m3e-tertiary-fab-ripple-color"
|
|
45337
46046
|
}
|
|
45338
46047
|
],
|
|
45339
46048
|
"slots": [
|
|
45340
46049
|
{
|
|
45341
|
-
"description": "Renders the
|
|
46050
|
+
"description": "Renders the contents of the menu.",
|
|
45342
46051
|
"name": ""
|
|
45343
|
-
},
|
|
45344
|
-
{
|
|
45345
|
-
"description": "Renders an icon before the items's label.",
|
|
45346
|
-
"name": "icon"
|
|
45347
46052
|
}
|
|
45348
46053
|
],
|
|
45349
46054
|
"members": [
|
|
45350
46055
|
{
|
|
45351
46056
|
"kind": "field",
|
|
45352
|
-
"name": "
|
|
45353
|
-
"type": {
|
|
45354
|
-
"text": "M3eElevationElement | undefined"
|
|
45355
|
-
},
|
|
46057
|
+
"name": "#fabTabIndex",
|
|
45356
46058
|
"privacy": "private",
|
|
45357
|
-
"
|
|
46059
|
+
"type": {
|
|
46060
|
+
"text": "number | undefined"
|
|
46061
|
+
}
|
|
45358
46062
|
},
|
|
45359
46063
|
{
|
|
45360
46064
|
"kind": "field",
|
|
45361
|
-
"name": "
|
|
45362
|
-
"type": {
|
|
45363
|
-
"text": "M3eFocusRingElement | undefined"
|
|
45364
|
-
},
|
|
46065
|
+
"name": "#trigger",
|
|
45365
46066
|
"privacy": "private",
|
|
45366
|
-
"
|
|
46067
|
+
"type": {
|
|
46068
|
+
"text": "HTMLElement | undefined"
|
|
46069
|
+
}
|
|
45367
46070
|
},
|
|
45368
46071
|
{
|
|
45369
46072
|
"kind": "field",
|
|
45370
|
-
"name": "
|
|
45371
|
-
"type": {
|
|
45372
|
-
"text": "M3eStateLayerElement | undefined"
|
|
45373
|
-
},
|
|
46073
|
+
"name": "#anchoringCleanup",
|
|
45374
46074
|
"privacy": "private",
|
|
45375
|
-
"
|
|
46075
|
+
"type": {
|
|
46076
|
+
"text": "() => void | undefined"
|
|
46077
|
+
}
|
|
45376
46078
|
},
|
|
45377
46079
|
{
|
|
45378
46080
|
"kind": "field",
|
|
45379
|
-
"name": "
|
|
45380
|
-
"type": {
|
|
45381
|
-
"text": "M3eRippleElement | undefined"
|
|
45382
|
-
},
|
|
46081
|
+
"name": "#listManager",
|
|
45383
46082
|
"privacy": "private",
|
|
45384
46083
|
"readonly": true
|
|
45385
46084
|
},
|
|
45386
46085
|
{
|
|
45387
46086
|
"kind": "field",
|
|
45388
|
-
"name": "#
|
|
46087
|
+
"name": "#keyDownHandler",
|
|
45389
46088
|
"privacy": "private",
|
|
45390
46089
|
"readonly": true
|
|
45391
46090
|
},
|
|
45392
46091
|
{
|
|
45393
46092
|
"kind": "field",
|
|
45394
|
-
"name": "
|
|
45395
|
-
"type": {
|
|
45396
|
-
"text": "M3eFabMenuElement | null"
|
|
45397
|
-
},
|
|
45398
|
-
"description": "The floating action button (FAB) menu to which this item belongs.",
|
|
45399
|
-
"readonly": true
|
|
45400
|
-
},
|
|
45401
|
-
{
|
|
45402
|
-
"kind": "method",
|
|
45403
|
-
"name": "#handleClick",
|
|
46093
|
+
"name": "#scrollController",
|
|
45404
46094
|
"privacy": "private",
|
|
45405
|
-
"
|
|
45406
|
-
|
|
45407
|
-
"text": "void"
|
|
45408
|
-
}
|
|
45409
|
-
},
|
|
45410
|
-
"parameters": [
|
|
45411
|
-
{
|
|
45412
|
-
"name": "e",
|
|
45413
|
-
"type": {
|
|
45414
|
-
"text": "Event"
|
|
45415
|
-
}
|
|
45416
|
-
}
|
|
45417
|
-
]
|
|
46095
|
+
"readonly": true,
|
|
46096
|
+
"default": "new ScrollController(this, { target: null, callback: () => this.hide() })"
|
|
45418
46097
|
},
|
|
45419
46098
|
{
|
|
45420
46099
|
"kind": "field",
|
|
45421
|
-
"name": "#
|
|
46100
|
+
"name": "#clickOutsideController",
|
|
45422
46101
|
"privacy": "private",
|
|
45423
|
-
"
|
|
45424
|
-
|
|
45425
|
-
},
|
|
45426
|
-
"default": "false",
|
|
45427
|
-
"inheritedFrom": {
|
|
45428
|
-
"name": "KeyboardClick",
|
|
45429
|
-
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
45430
|
-
}
|
|
46102
|
+
"readonly": true,
|
|
46103
|
+
"default": "new ClickOutsideController(this, { target: null, callback: () => this.hide(), })"
|
|
45431
46104
|
},
|
|
45432
46105
|
{
|
|
45433
46106
|
"kind": "field",
|
|
45434
|
-
"name": "#
|
|
46107
|
+
"name": "#toggleHandler",
|
|
45435
46108
|
"privacy": "private",
|
|
45436
|
-
"readonly": true
|
|
45437
|
-
"inheritedFrom": {
|
|
45438
|
-
"name": "KeyboardClick",
|
|
45439
|
-
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
45440
|
-
}
|
|
46109
|
+
"readonly": true
|
|
45441
46110
|
},
|
|
45442
46111
|
{
|
|
45443
46112
|
"kind": "field",
|
|
45444
|
-
"name": "
|
|
45445
|
-
"
|
|
45446
|
-
|
|
45447
|
-
|
|
45448
|
-
|
|
45449
|
-
|
|
46113
|
+
"name": "variant",
|
|
46114
|
+
"type": {
|
|
46115
|
+
"text": "FabMenuVariant"
|
|
46116
|
+
},
|
|
46117
|
+
"default": "\"primary\"",
|
|
46118
|
+
"description": "The appearance variant of the menu.",
|
|
46119
|
+
"attribute": "variant",
|
|
46120
|
+
"reflects": true,
|
|
46121
|
+
"parsedType": {
|
|
46122
|
+
"text": "'primary' | 'secondary' | 'tertiary'"
|
|
45450
46123
|
}
|
|
45451
46124
|
},
|
|
45452
46125
|
{
|
|
45453
46126
|
"kind": "field",
|
|
45454
|
-
"name": "
|
|
45455
|
-
"
|
|
45456
|
-
"readonly": true
|
|
45457
|
-
"inheritedFrom": {
|
|
45458
|
-
"name": "KeyboardClick",
|
|
45459
|
-
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
45460
|
-
}
|
|
46127
|
+
"name": "isOpen",
|
|
46128
|
+
"description": "Whether the menu is open.",
|
|
46129
|
+
"readonly": true
|
|
45461
46130
|
},
|
|
45462
46131
|
{
|
|
45463
46132
|
"kind": "method",
|
|
45464
|
-
"name": "
|
|
45465
|
-
"privacy": "private",
|
|
46133
|
+
"name": "show",
|
|
45466
46134
|
"return": {
|
|
45467
46135
|
"type": {
|
|
45468
|
-
"text": "void"
|
|
46136
|
+
"text": "Promise<void>"
|
|
45469
46137
|
}
|
|
45470
46138
|
},
|
|
45471
46139
|
"parameters": [
|
|
45472
46140
|
{
|
|
45473
|
-
"name": "
|
|
46141
|
+
"name": "trigger",
|
|
45474
46142
|
"type": {
|
|
45475
|
-
"text": "
|
|
45476
|
-
}
|
|
46143
|
+
"text": "HTMLElement"
|
|
46144
|
+
},
|
|
46145
|
+
"description": "The element that triggered the menu."
|
|
45477
46146
|
}
|
|
45478
46147
|
],
|
|
45479
|
-
"
|
|
45480
|
-
"name": "KeyboardClick",
|
|
45481
|
-
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
45482
|
-
}
|
|
46148
|
+
"description": "Opens the menu."
|
|
45483
46149
|
},
|
|
45484
46150
|
{
|
|
45485
46151
|
"kind": "method",
|
|
45486
|
-
"name": "
|
|
45487
|
-
"privacy": "private",
|
|
46152
|
+
"name": "hide",
|
|
45488
46153
|
"return": {
|
|
45489
46154
|
"type": {
|
|
45490
46155
|
"text": "void"
|
|
@@ -45492,129 +46157,49 @@
|
|
|
45492
46157
|
},
|
|
45493
46158
|
"parameters": [
|
|
45494
46159
|
{
|
|
45495
|
-
"name": "
|
|
46160
|
+
"name": "restoreFocus",
|
|
46161
|
+
"default": "false",
|
|
45496
46162
|
"type": {
|
|
45497
|
-
"text": "
|
|
45498
|
-
}
|
|
46163
|
+
"text": "boolean"
|
|
46164
|
+
},
|
|
46165
|
+
"description": "A value indicating whether to restore focus to the menu's trigger.",
|
|
46166
|
+
"optional": true
|
|
45499
46167
|
}
|
|
45500
46168
|
],
|
|
45501
|
-
"
|
|
45502
|
-
"name": "KeyboardClick",
|
|
45503
|
-
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
45504
|
-
}
|
|
45505
|
-
},
|
|
45506
|
-
{
|
|
45507
|
-
"kind": "field",
|
|
45508
|
-
"name": "[_clickHandler]",
|
|
45509
|
-
"privacy": "private",
|
|
45510
|
-
"inheritedFrom": {
|
|
45511
|
-
"name": "LinkButton",
|
|
45512
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
45513
|
-
}
|
|
45514
|
-
},
|
|
45515
|
-
{
|
|
45516
|
-
"kind": "field",
|
|
45517
|
-
"name": "href",
|
|
45518
|
-
"type": {
|
|
45519
|
-
"text": "string"
|
|
45520
|
-
},
|
|
45521
|
-
"default": "\"\"",
|
|
45522
|
-
"description": "The URL to which the link button points.",
|
|
45523
|
-
"attribute": "href",
|
|
45524
|
-
"inheritedFrom": {
|
|
45525
|
-
"name": "LinkButton",
|
|
45526
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
45527
|
-
}
|
|
45528
|
-
},
|
|
45529
|
-
{
|
|
45530
|
-
"kind": "field",
|
|
45531
|
-
"name": "target",
|
|
45532
|
-
"type": {
|
|
45533
|
-
"text": "LinkTarget"
|
|
45534
|
-
},
|
|
45535
|
-
"default": "\"\"",
|
|
45536
|
-
"description": "The target of the link button.",
|
|
45537
|
-
"attribute": "target",
|
|
45538
|
-
"inheritedFrom": {
|
|
45539
|
-
"name": "LinkButton",
|
|
45540
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
45541
|
-
}
|
|
45542
|
-
},
|
|
45543
|
-
{
|
|
45544
|
-
"kind": "field",
|
|
45545
|
-
"name": "rel",
|
|
45546
|
-
"type": {
|
|
45547
|
-
"text": "string"
|
|
45548
|
-
},
|
|
45549
|
-
"default": "\"\"",
|
|
45550
|
-
"description": "The relationship between the `target` of the link button and the document.",
|
|
45551
|
-
"attribute": "rel",
|
|
45552
|
-
"inheritedFrom": {
|
|
45553
|
-
"name": "LinkButton",
|
|
45554
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
45555
|
-
}
|
|
45556
|
-
},
|
|
45557
|
-
{
|
|
45558
|
-
"kind": "field",
|
|
45559
|
-
"name": "download",
|
|
45560
|
-
"type": {
|
|
45561
|
-
"text": "string | null"
|
|
45562
|
-
},
|
|
45563
|
-
"description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
|
|
45564
|
-
"default": "null",
|
|
45565
|
-
"attribute": "download",
|
|
45566
|
-
"inheritedFrom": {
|
|
45567
|
-
"name": "LinkButton",
|
|
45568
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
45569
|
-
}
|
|
46169
|
+
"description": "Hides the menu."
|
|
45570
46170
|
},
|
|
45571
46171
|
{
|
|
45572
46172
|
"kind": "method",
|
|
45573
|
-
"name": "
|
|
45574
|
-
"privacy": "private",
|
|
46173
|
+
"name": "toggle",
|
|
45575
46174
|
"return": {
|
|
45576
46175
|
"type": {
|
|
45577
|
-
"text": "void"
|
|
46176
|
+
"text": "Promise<void>"
|
|
45578
46177
|
}
|
|
45579
46178
|
},
|
|
45580
46179
|
"parameters": [
|
|
45581
46180
|
{
|
|
45582
|
-
"name": "
|
|
46181
|
+
"name": "trigger",
|
|
45583
46182
|
"type": {
|
|
45584
|
-
"text": "
|
|
45585
|
-
}
|
|
46183
|
+
"text": "HTMLElement"
|
|
46184
|
+
},
|
|
46185
|
+
"description": "The element that triggered the menu."
|
|
45586
46186
|
}
|
|
45587
46187
|
],
|
|
45588
|
-
"
|
|
45589
|
-
"name": "LinkButton",
|
|
45590
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
45591
|
-
}
|
|
46188
|
+
"description": "Toggles the menu."
|
|
45592
46189
|
},
|
|
45593
46190
|
{
|
|
45594
46191
|
"kind": "method",
|
|
45595
|
-
"name": "#
|
|
46192
|
+
"name": "#handleSlotChange",
|
|
45596
46193
|
"privacy": "private",
|
|
45597
46194
|
"return": {
|
|
45598
46195
|
"type": {
|
|
45599
46196
|
"text": "void"
|
|
45600
46197
|
}
|
|
45601
|
-
},
|
|
45602
|
-
"parameters": [
|
|
45603
|
-
{
|
|
45604
|
-
"name": "e",
|
|
45605
|
-
"type": {
|
|
45606
|
-
"text": "Event"
|
|
45607
|
-
}
|
|
45608
|
-
}
|
|
45609
|
-
],
|
|
45610
|
-
"inheritedFrom": {
|
|
45611
|
-
"name": "LinkButton",
|
|
45612
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
45613
46198
|
}
|
|
45614
46199
|
},
|
|
45615
46200
|
{
|
|
45616
46201
|
"kind": "method",
|
|
45617
|
-
"name": "#
|
|
46202
|
+
"name": "#handleKeyDown",
|
|
45618
46203
|
"privacy": "private",
|
|
45619
46204
|
"return": {
|
|
45620
46205
|
"type": {
|
|
@@ -45625,27 +46210,29 @@
|
|
|
45625
46210
|
{
|
|
45626
46211
|
"name": "e",
|
|
45627
46212
|
"type": {
|
|
45628
|
-
"text": "
|
|
46213
|
+
"text": "KeyboardEvent"
|
|
45629
46214
|
}
|
|
45630
46215
|
}
|
|
45631
|
-
]
|
|
45632
|
-
|
|
45633
|
-
|
|
45634
|
-
|
|
46216
|
+
]
|
|
46217
|
+
},
|
|
46218
|
+
{
|
|
46219
|
+
"kind": "method",
|
|
46220
|
+
"name": "#attachFab",
|
|
46221
|
+
"privacy": "private",
|
|
46222
|
+
"return": {
|
|
46223
|
+
"type": {
|
|
46224
|
+
"text": "void"
|
|
46225
|
+
}
|
|
45635
46226
|
}
|
|
45636
46227
|
},
|
|
45637
46228
|
{
|
|
45638
|
-
"kind": "
|
|
45639
|
-
"name": "
|
|
45640
|
-
"
|
|
45641
|
-
|
|
45642
|
-
|
|
45643
|
-
|
|
45644
|
-
|
|
45645
|
-
"attribute": "disabled",
|
|
45646
|
-
"inheritedFrom": {
|
|
45647
|
-
"name": "Disabled",
|
|
45648
|
-
"module": "src/core/shared/mixins/Disabled.ts"
|
|
46229
|
+
"kind": "method",
|
|
46230
|
+
"name": "#detachFab",
|
|
46231
|
+
"privacy": "private",
|
|
46232
|
+
"return": {
|
|
46233
|
+
"type": {
|
|
46234
|
+
"text": "void"
|
|
46235
|
+
}
|
|
45649
46236
|
}
|
|
45650
46237
|
},
|
|
45651
46238
|
{
|
|
@@ -45685,95 +46272,31 @@
|
|
|
45685
46272
|
],
|
|
45686
46273
|
"events": [
|
|
45687
46274
|
{
|
|
45688
|
-
"
|
|
45689
|
-
"
|
|
45690
|
-
|
|
45691
|
-
|
|
45692
|
-
"description": "Dispatched
|
|
45693
|
-
"
|
|
45694
|
-
"name": "LinkButton",
|
|
45695
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
45696
|
-
}
|
|
46275
|
+
"description": "Dispatched before the toggle state changes.",
|
|
46276
|
+
"name": "beforetoggle"
|
|
46277
|
+
},
|
|
46278
|
+
{
|
|
46279
|
+
"description": "Dispatched after the toggle state has changed.",
|
|
46280
|
+
"name": "toggle"
|
|
45697
46281
|
}
|
|
45698
46282
|
],
|
|
45699
46283
|
"attributes": [
|
|
45700
46284
|
{
|
|
45701
|
-
"
|
|
45702
|
-
"
|
|
45703
|
-
"text": "boolean"
|
|
45704
|
-
},
|
|
45705
|
-
"default": "false",
|
|
45706
|
-
"description": "Whether the element is disabled.",
|
|
45707
|
-
"fieldName": "disabled",
|
|
45708
|
-
"inheritedFrom": {
|
|
45709
|
-
"name": "Disabled",
|
|
45710
|
-
"module": "src/core/shared/mixins/Disabled.ts"
|
|
45711
|
-
}
|
|
45712
|
-
},
|
|
45713
|
-
{
|
|
45714
|
-
"name": "download",
|
|
45715
|
-
"type": {
|
|
45716
|
-
"text": "string | null"
|
|
45717
|
-
},
|
|
45718
|
-
"description": "A value indicating whether the `target` of the link button will be downloaded, optionally specifying the new name of the file.",
|
|
45719
|
-
"default": "null",
|
|
45720
|
-
"fieldName": "download",
|
|
45721
|
-
"inheritedFrom": {
|
|
45722
|
-
"name": "LinkButton",
|
|
45723
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
45724
|
-
}
|
|
45725
|
-
},
|
|
45726
|
-
{
|
|
45727
|
-
"name": "href",
|
|
45728
|
-
"type": {
|
|
45729
|
-
"text": "string"
|
|
45730
|
-
},
|
|
45731
|
-
"default": "\"\"",
|
|
45732
|
-
"description": "The URL to which the link button points.",
|
|
45733
|
-
"fieldName": "href",
|
|
45734
|
-
"inheritedFrom": {
|
|
45735
|
-
"name": "LinkButton",
|
|
45736
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
45737
|
-
}
|
|
45738
|
-
},
|
|
45739
|
-
{
|
|
45740
|
-
"name": "rel",
|
|
45741
|
-
"type": {
|
|
45742
|
-
"text": "string"
|
|
45743
|
-
},
|
|
45744
|
-
"default": "\"\"",
|
|
45745
|
-
"description": "The relationship between the `target` of the link button and the document.",
|
|
45746
|
-
"fieldName": "rel",
|
|
45747
|
-
"inheritedFrom": {
|
|
45748
|
-
"name": "LinkButton",
|
|
45749
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
45750
|
-
}
|
|
45751
|
-
},
|
|
45752
|
-
{
|
|
45753
|
-
"name": "target",
|
|
46285
|
+
"description": "The appearance variant of the menu.",
|
|
46286
|
+
"name": "variant",
|
|
45754
46287
|
"type": {
|
|
45755
|
-
"text": "
|
|
46288
|
+
"text": "FabMenuVariant"
|
|
45756
46289
|
},
|
|
45757
|
-
"default": "\"\"",
|
|
45758
|
-
"
|
|
45759
|
-
"
|
|
45760
|
-
|
|
45761
|
-
"name": "LinkButton",
|
|
45762
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
46290
|
+
"default": "\"primary\"",
|
|
46291
|
+
"fieldName": "variant",
|
|
46292
|
+
"parsedType": {
|
|
46293
|
+
"text": "'primary' | 'secondary' | 'tertiary'"
|
|
45763
46294
|
}
|
|
45764
46295
|
}
|
|
45765
46296
|
],
|
|
45766
46297
|
"mixins": [
|
|
45767
46298
|
{
|
|
45768
|
-
"name": "
|
|
45769
|
-
"package": "@m3e/web/core"
|
|
45770
|
-
},
|
|
45771
|
-
{
|
|
45772
|
-
"name": "LinkButton",
|
|
45773
|
-
"package": "@m3e/web/core"
|
|
45774
|
-
},
|
|
45775
|
-
{
|
|
45776
|
-
"name": "Disabled",
|
|
46299
|
+
"name": "SuppressInitialAnimation",
|
|
45777
46300
|
"package": "@m3e/web/core"
|
|
45778
46301
|
},
|
|
45779
46302
|
{
|
|
@@ -45789,211 +46312,206 @@
|
|
|
45789
46312
|
"name": "LitElement",
|
|
45790
46313
|
"package": "lit"
|
|
45791
46314
|
},
|
|
45792
|
-
"tagName": "m3e-menu
|
|
46315
|
+
"tagName": "m3e-fab-menu",
|
|
45793
46316
|
"customElement": true
|
|
45794
46317
|
}
|
|
45795
46318
|
],
|
|
45796
46319
|
"exports": [
|
|
45797
46320
|
{
|
|
45798
46321
|
"kind": "js",
|
|
45799
|
-
"name": "
|
|
46322
|
+
"name": "M3eFabMenuElement",
|
|
45800
46323
|
"declaration": {
|
|
45801
|
-
"name": "
|
|
45802
|
-
"module": "src/fab-menu/
|
|
46324
|
+
"name": "M3eFabMenuElement",
|
|
46325
|
+
"module": "src/fab-menu/FabMenuElement.ts"
|
|
45803
46326
|
}
|
|
45804
46327
|
},
|
|
45805
46328
|
{
|
|
45806
46329
|
"kind": "custom-element-definition",
|
|
45807
|
-
"name": "m3e-fab-menu
|
|
46330
|
+
"name": "m3e-fab-menu",
|
|
45808
46331
|
"declaration": {
|
|
45809
|
-
"name": "
|
|
45810
|
-
"module": "src/fab-menu/
|
|
46332
|
+
"name": "M3eFabMenuElement",
|
|
46333
|
+
"module": "src/fab-menu/FabMenuElement.ts"
|
|
45811
46334
|
}
|
|
45812
46335
|
}
|
|
45813
46336
|
]
|
|
45814
46337
|
},
|
|
45815
46338
|
{
|
|
45816
46339
|
"kind": "javascript-module",
|
|
45817
|
-
"path": "src/fab-menu/
|
|
46340
|
+
"path": "src/fab-menu/FabMenuItemElement.ts",
|
|
45818
46341
|
"declarations": [
|
|
45819
46342
|
{
|
|
45820
46343
|
"kind": "class",
|
|
45821
|
-
"description": "
|
|
45822
|
-
"name": "
|
|
46344
|
+
"description": "An item of a floating action button (FAB) menu.",
|
|
46345
|
+
"name": "M3eFabMenuItemElement",
|
|
45823
46346
|
"cssProperties": [
|
|
45824
46347
|
{
|
|
45825
|
-
"description": "
|
|
45826
|
-
"name": "--m3e-fab-menu-
|
|
45827
|
-
},
|
|
45828
|
-
{
|
|
45829
|
-
"description": "Maximum width of the menu.",
|
|
45830
|
-
"name": "--m3e-fab-menu-max-width"
|
|
45831
|
-
},
|
|
45832
|
-
{
|
|
45833
|
-
"description": "Foreground color for primary variant items.",
|
|
45834
|
-
"name": "--m3e-primary-fab-color"
|
|
45835
|
-
},
|
|
45836
|
-
{
|
|
45837
|
-
"description": "Container color for primary variant items.",
|
|
45838
|
-
"name": "--m3e-primary-fab-container-color"
|
|
45839
|
-
},
|
|
45840
|
-
{
|
|
45841
|
-
"description": "Hover background color for primary variant items.",
|
|
45842
|
-
"name": "--m3e-primary-fab-hover-color"
|
|
45843
|
-
},
|
|
45844
|
-
{
|
|
45845
|
-
"description": "Focus background color for primary variant items.",
|
|
45846
|
-
"name": "--m3e-primary-fab-focus-color"
|
|
45847
|
-
},
|
|
45848
|
-
{
|
|
45849
|
-
"description": "Ripple color for primary variant items.",
|
|
45850
|
-
"name": "--m3e-primary-fab-ripple-color"
|
|
45851
|
-
},
|
|
45852
|
-
{
|
|
45853
|
-
"description": "Foreground color for secondary variant items.",
|
|
45854
|
-
"name": "--m3e-secondary-fab-color"
|
|
46348
|
+
"description": "Height of the menu item.",
|
|
46349
|
+
"name": "--m3e-fab-menu-item-height"
|
|
45855
46350
|
},
|
|
45856
46351
|
{
|
|
45857
|
-
"description": "
|
|
45858
|
-
"name": "--m3e-
|
|
46352
|
+
"description": "Font size of the menu item label.",
|
|
46353
|
+
"name": "--m3e-fab-menu-item-font-size"
|
|
45859
46354
|
},
|
|
45860
46355
|
{
|
|
45861
|
-
"description": "
|
|
45862
|
-
"name": "--m3e-
|
|
46356
|
+
"description": "Font weight of the menu item label.",
|
|
46357
|
+
"name": "--m3e-fab-menu-item-font-weight"
|
|
45863
46358
|
},
|
|
45864
46359
|
{
|
|
45865
|
-
"description": "
|
|
45866
|
-
"name": "--m3e-
|
|
46360
|
+
"description": "Line height of the menu item label.",
|
|
46361
|
+
"name": "--m3e-fab-menu-item-line-height"
|
|
45867
46362
|
},
|
|
45868
46363
|
{
|
|
45869
|
-
"description": "
|
|
45870
|
-
"name": "--m3e-
|
|
46364
|
+
"description": "Letter spacing of the menu item label.",
|
|
46365
|
+
"name": "--m3e-fab-menu-item-tracking"
|
|
45871
46366
|
},
|
|
45872
46367
|
{
|
|
45873
|
-
"description": "
|
|
45874
|
-
"name": "--m3e-
|
|
46368
|
+
"description": "Border radius of the menu item.",
|
|
46369
|
+
"name": "--m3e-fab-menu-item-shape"
|
|
45875
46370
|
},
|
|
45876
46371
|
{
|
|
45877
|
-
"description": "
|
|
45878
|
-
"name": "--m3e-
|
|
46372
|
+
"description": "Padding at the start of the menu item.",
|
|
46373
|
+
"name": "--m3e-fab-menu-item-leading-space"
|
|
45879
46374
|
},
|
|
45880
46375
|
{
|
|
45881
|
-
"description": "
|
|
45882
|
-
"name": "--m3e-
|
|
46376
|
+
"description": "Padding at the end of the menu item.",
|
|
46377
|
+
"name": "--m3e-fab-menu-item-trailing-space"
|
|
45883
46378
|
},
|
|
45884
46379
|
{
|
|
45885
|
-
"description": "
|
|
45886
|
-
"name": "--m3e-
|
|
46380
|
+
"description": "Gap between icon and label.",
|
|
46381
|
+
"name": "--m3e-fab-menu-item-spacing"
|
|
45887
46382
|
},
|
|
45888
46383
|
{
|
|
45889
|
-
"description": "
|
|
45890
|
-
"name": "--m3e-
|
|
46384
|
+
"description": "Size of the icon in the menu item.",
|
|
46385
|
+
"name": "--m3e-fab-menu-item-icon-size"
|
|
45891
46386
|
}
|
|
45892
46387
|
],
|
|
45893
46388
|
"slots": [
|
|
45894
46389
|
{
|
|
45895
|
-
"description": "Renders the
|
|
46390
|
+
"description": "Renders the label of the item.",
|
|
45896
46391
|
"name": ""
|
|
46392
|
+
},
|
|
46393
|
+
{
|
|
46394
|
+
"description": "Renders an icon before the items's label.",
|
|
46395
|
+
"name": "icon"
|
|
45897
46396
|
}
|
|
45898
46397
|
],
|
|
45899
46398
|
"members": [
|
|
45900
46399
|
{
|
|
45901
46400
|
"kind": "field",
|
|
45902
|
-
"name": "
|
|
45903
|
-
"privacy": "private",
|
|
46401
|
+
"name": "_elevation",
|
|
45904
46402
|
"type": {
|
|
45905
|
-
"text": "
|
|
45906
|
-
}
|
|
45907
|
-
},
|
|
45908
|
-
{
|
|
45909
|
-
"kind": "field",
|
|
45910
|
-
"name": "#trigger",
|
|
46403
|
+
"text": "M3eElevationElement | undefined"
|
|
46404
|
+
},
|
|
45911
46405
|
"privacy": "private",
|
|
45912
|
-
"
|
|
45913
|
-
"text": "HTMLElement | undefined"
|
|
45914
|
-
}
|
|
46406
|
+
"readonly": true
|
|
45915
46407
|
},
|
|
45916
46408
|
{
|
|
45917
46409
|
"kind": "field",
|
|
45918
|
-
"name": "
|
|
45919
|
-
"privacy": "private",
|
|
46410
|
+
"name": "_focusRing",
|
|
45920
46411
|
"type": {
|
|
45921
|
-
"text": "
|
|
45922
|
-
}
|
|
45923
|
-
},
|
|
45924
|
-
{
|
|
45925
|
-
"kind": "field",
|
|
45926
|
-
"name": "#listManager",
|
|
46412
|
+
"text": "M3eFocusRingElement | undefined"
|
|
46413
|
+
},
|
|
45927
46414
|
"privacy": "private",
|
|
45928
46415
|
"readonly": true
|
|
45929
46416
|
},
|
|
45930
46417
|
{
|
|
45931
46418
|
"kind": "field",
|
|
45932
|
-
"name": "
|
|
46419
|
+
"name": "_stateLayer",
|
|
46420
|
+
"type": {
|
|
46421
|
+
"text": "M3eStateLayerElement | undefined"
|
|
46422
|
+
},
|
|
45933
46423
|
"privacy": "private",
|
|
45934
46424
|
"readonly": true
|
|
45935
46425
|
},
|
|
45936
46426
|
{
|
|
45937
46427
|
"kind": "field",
|
|
45938
|
-
"name": "
|
|
46428
|
+
"name": "_ripple",
|
|
46429
|
+
"type": {
|
|
46430
|
+
"text": "M3eRippleElement | undefined"
|
|
46431
|
+
},
|
|
45939
46432
|
"privacy": "private",
|
|
45940
46433
|
"readonly": true
|
|
45941
46434
|
},
|
|
45942
46435
|
{
|
|
45943
46436
|
"kind": "field",
|
|
45944
|
-
"name": "#
|
|
45945
|
-
"privacy": "private",
|
|
45946
|
-
"readonly": true,
|
|
45947
|
-
"default": "new ScrollController(this, { target: null, callback: () => this.hide() })"
|
|
45948
|
-
},
|
|
45949
|
-
{
|
|
45950
|
-
"kind": "field",
|
|
45951
|
-
"name": "#toggleHandler",
|
|
46437
|
+
"name": "#clickHandler",
|
|
45952
46438
|
"privacy": "private",
|
|
45953
46439
|
"readonly": true
|
|
45954
46440
|
},
|
|
45955
46441
|
{
|
|
45956
46442
|
"kind": "field",
|
|
45957
|
-
"name": "
|
|
46443
|
+
"name": "menu",
|
|
45958
46444
|
"type": {
|
|
45959
|
-
"text": "
|
|
46445
|
+
"text": "M3eFabMenuElement | null"
|
|
45960
46446
|
},
|
|
45961
|
-
"
|
|
45962
|
-
"description": "The appearance variant of the menu.",
|
|
45963
|
-
"attribute": "variant",
|
|
45964
|
-
"reflects": true,
|
|
45965
|
-
"parsedType": {
|
|
45966
|
-
"text": "'primary' | 'secondary' | 'tertiary'"
|
|
45967
|
-
}
|
|
45968
|
-
},
|
|
45969
|
-
{
|
|
45970
|
-
"kind": "field",
|
|
45971
|
-
"name": "isOpen",
|
|
45972
|
-
"description": "Whether the menu is open.",
|
|
46447
|
+
"description": "The floating action button (FAB) menu to which this item belongs.",
|
|
45973
46448
|
"readonly": true
|
|
45974
46449
|
},
|
|
45975
46450
|
{
|
|
45976
46451
|
"kind": "method",
|
|
45977
|
-
"name": "
|
|
46452
|
+
"name": "#handleClick",
|
|
46453
|
+
"privacy": "private",
|
|
45978
46454
|
"return": {
|
|
45979
46455
|
"type": {
|
|
45980
|
-
"text": "
|
|
46456
|
+
"text": "void"
|
|
45981
46457
|
}
|
|
45982
46458
|
},
|
|
45983
46459
|
"parameters": [
|
|
45984
46460
|
{
|
|
45985
|
-
"name": "
|
|
46461
|
+
"name": "e",
|
|
45986
46462
|
"type": {
|
|
45987
|
-
"text": "
|
|
45988
|
-
}
|
|
45989
|
-
"description": "The element that triggered the menu."
|
|
46463
|
+
"text": "Event"
|
|
46464
|
+
}
|
|
45990
46465
|
}
|
|
45991
|
-
]
|
|
45992
|
-
|
|
46466
|
+
]
|
|
46467
|
+
},
|
|
46468
|
+
{
|
|
46469
|
+
"kind": "field",
|
|
46470
|
+
"name": "#keyPressed",
|
|
46471
|
+
"privacy": "private",
|
|
46472
|
+
"type": {
|
|
46473
|
+
"text": "boolean"
|
|
46474
|
+
},
|
|
46475
|
+
"default": "false",
|
|
46476
|
+
"inheritedFrom": {
|
|
46477
|
+
"name": "KeyboardClick",
|
|
46478
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
46479
|
+
}
|
|
46480
|
+
},
|
|
46481
|
+
{
|
|
46482
|
+
"kind": "field",
|
|
46483
|
+
"name": "#keyDownHandler",
|
|
46484
|
+
"privacy": "private",
|
|
46485
|
+
"readonly": true,
|
|
46486
|
+
"inheritedFrom": {
|
|
46487
|
+
"name": "KeyboardClick",
|
|
46488
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
46489
|
+
}
|
|
46490
|
+
},
|
|
46491
|
+
{
|
|
46492
|
+
"kind": "field",
|
|
46493
|
+
"name": "#keyUpHandler",
|
|
46494
|
+
"privacy": "private",
|
|
46495
|
+
"readonly": true,
|
|
46496
|
+
"inheritedFrom": {
|
|
46497
|
+
"name": "KeyboardClick",
|
|
46498
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
46499
|
+
}
|
|
46500
|
+
},
|
|
46501
|
+
{
|
|
46502
|
+
"kind": "field",
|
|
46503
|
+
"name": "#focusOutHandler",
|
|
46504
|
+
"privacy": "private",
|
|
46505
|
+
"readonly": true,
|
|
46506
|
+
"inheritedFrom": {
|
|
46507
|
+
"name": "KeyboardClick",
|
|
46508
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
46509
|
+
}
|
|
45993
46510
|
},
|
|
45994
46511
|
{
|
|
45995
46512
|
"kind": "method",
|
|
45996
|
-
"name": "
|
|
46513
|
+
"name": "#handleKeyDown",
|
|
46514
|
+
"privacy": "private",
|
|
45997
46515
|
"return": {
|
|
45998
46516
|
"type": {
|
|
45999
46517
|
"text": "void"
|
|
@@ -46001,49 +46519,107 @@
|
|
|
46001
46519
|
},
|
|
46002
46520
|
"parameters": [
|
|
46003
46521
|
{
|
|
46004
|
-
"name": "
|
|
46005
|
-
"default": "false",
|
|
46522
|
+
"name": "e",
|
|
46006
46523
|
"type": {
|
|
46007
|
-
"text": "
|
|
46008
|
-
}
|
|
46009
|
-
"description": "A value indicating whether to restore focus to the menu's trigger.",
|
|
46010
|
-
"optional": true
|
|
46524
|
+
"text": "KeyboardEvent"
|
|
46525
|
+
}
|
|
46011
46526
|
}
|
|
46012
46527
|
],
|
|
46013
|
-
"
|
|
46528
|
+
"inheritedFrom": {
|
|
46529
|
+
"name": "KeyboardClick",
|
|
46530
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
46531
|
+
}
|
|
46014
46532
|
},
|
|
46015
46533
|
{
|
|
46016
46534
|
"kind": "method",
|
|
46017
|
-
"name": "
|
|
46535
|
+
"name": "#handleKeyUp",
|
|
46536
|
+
"privacy": "private",
|
|
46018
46537
|
"return": {
|
|
46019
46538
|
"type": {
|
|
46020
|
-
"text": "
|
|
46539
|
+
"text": "void"
|
|
46021
46540
|
}
|
|
46022
46541
|
},
|
|
46023
46542
|
"parameters": [
|
|
46024
46543
|
{
|
|
46025
|
-
"name": "
|
|
46544
|
+
"name": "e",
|
|
46026
46545
|
"type": {
|
|
46027
|
-
"text": "
|
|
46028
|
-
}
|
|
46029
|
-
"description": "The element that triggered the menu."
|
|
46546
|
+
"text": "KeyboardEvent"
|
|
46547
|
+
}
|
|
46030
46548
|
}
|
|
46031
46549
|
],
|
|
46032
|
-
"
|
|
46550
|
+
"inheritedFrom": {
|
|
46551
|
+
"name": "KeyboardClick",
|
|
46552
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
46553
|
+
}
|
|
46033
46554
|
},
|
|
46034
46555
|
{
|
|
46035
|
-
"kind": "
|
|
46036
|
-
"name": "
|
|
46556
|
+
"kind": "field",
|
|
46557
|
+
"name": "[_clickHandler]",
|
|
46037
46558
|
"privacy": "private",
|
|
46038
|
-
"
|
|
46039
|
-
"
|
|
46040
|
-
|
|
46041
|
-
|
|
46559
|
+
"inheritedFrom": {
|
|
46560
|
+
"name": "LinkButton",
|
|
46561
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
46562
|
+
}
|
|
46563
|
+
},
|
|
46564
|
+
{
|
|
46565
|
+
"kind": "field",
|
|
46566
|
+
"name": "href",
|
|
46567
|
+
"type": {
|
|
46568
|
+
"text": "string"
|
|
46569
|
+
},
|
|
46570
|
+
"default": "\"\"",
|
|
46571
|
+
"description": "The URL to which the link button points.",
|
|
46572
|
+
"attribute": "href",
|
|
46573
|
+
"inheritedFrom": {
|
|
46574
|
+
"name": "LinkButton",
|
|
46575
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
46576
|
+
}
|
|
46577
|
+
},
|
|
46578
|
+
{
|
|
46579
|
+
"kind": "field",
|
|
46580
|
+
"name": "target",
|
|
46581
|
+
"type": {
|
|
46582
|
+
"text": "LinkTarget"
|
|
46583
|
+
},
|
|
46584
|
+
"default": "\"\"",
|
|
46585
|
+
"description": "The target of the link button.",
|
|
46586
|
+
"attribute": "target",
|
|
46587
|
+
"inheritedFrom": {
|
|
46588
|
+
"name": "LinkButton",
|
|
46589
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
46590
|
+
}
|
|
46591
|
+
},
|
|
46592
|
+
{
|
|
46593
|
+
"kind": "field",
|
|
46594
|
+
"name": "rel",
|
|
46595
|
+
"type": {
|
|
46596
|
+
"text": "string"
|
|
46597
|
+
},
|
|
46598
|
+
"default": "\"\"",
|
|
46599
|
+
"description": "The relationship between the `target` of the link button and the document.",
|
|
46600
|
+
"attribute": "rel",
|
|
46601
|
+
"inheritedFrom": {
|
|
46602
|
+
"name": "LinkButton",
|
|
46603
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
46604
|
+
}
|
|
46605
|
+
},
|
|
46606
|
+
{
|
|
46607
|
+
"kind": "field",
|
|
46608
|
+
"name": "download",
|
|
46609
|
+
"type": {
|
|
46610
|
+
"text": "string | null"
|
|
46611
|
+
},
|
|
46612
|
+
"description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
|
|
46613
|
+
"default": "null",
|
|
46614
|
+
"attribute": "download",
|
|
46615
|
+
"inheritedFrom": {
|
|
46616
|
+
"name": "LinkButton",
|
|
46617
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
46042
46618
|
}
|
|
46043
46619
|
},
|
|
46044
46620
|
{
|
|
46045
46621
|
"kind": "method",
|
|
46046
|
-
"name": "#
|
|
46622
|
+
"name": "#handleLinkPointerDown",
|
|
46047
46623
|
"privacy": "private",
|
|
46048
46624
|
"return": {
|
|
46049
46625
|
"type": {
|
|
@@ -46054,14 +46630,18 @@
|
|
|
46054
46630
|
{
|
|
46055
46631
|
"name": "e",
|
|
46056
46632
|
"type": {
|
|
46057
|
-
"text": "
|
|
46633
|
+
"text": "PointerEvent"
|
|
46058
46634
|
}
|
|
46059
46635
|
}
|
|
46060
|
-
]
|
|
46636
|
+
],
|
|
46637
|
+
"inheritedFrom": {
|
|
46638
|
+
"name": "LinkButton",
|
|
46639
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
46640
|
+
}
|
|
46061
46641
|
},
|
|
46062
46642
|
{
|
|
46063
46643
|
"kind": "method",
|
|
46064
|
-
"name": "#
|
|
46644
|
+
"name": "#handleLinkFocus",
|
|
46065
46645
|
"privacy": "private",
|
|
46066
46646
|
"return": {
|
|
46067
46647
|
"type": {
|
|
@@ -46072,29 +46652,49 @@
|
|
|
46072
46652
|
{
|
|
46073
46653
|
"name": "e",
|
|
46074
46654
|
"type": {
|
|
46075
|
-
"text": "
|
|
46655
|
+
"text": "Event"
|
|
46076
46656
|
}
|
|
46077
46657
|
}
|
|
46078
|
-
]
|
|
46658
|
+
],
|
|
46659
|
+
"inheritedFrom": {
|
|
46660
|
+
"name": "LinkButton",
|
|
46661
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
46662
|
+
}
|
|
46079
46663
|
},
|
|
46080
46664
|
{
|
|
46081
46665
|
"kind": "method",
|
|
46082
|
-
"name": "#
|
|
46666
|
+
"name": "#handleLinkBlur",
|
|
46083
46667
|
"privacy": "private",
|
|
46084
46668
|
"return": {
|
|
46085
46669
|
"type": {
|
|
46086
46670
|
"text": "void"
|
|
46087
46671
|
}
|
|
46672
|
+
},
|
|
46673
|
+
"parameters": [
|
|
46674
|
+
{
|
|
46675
|
+
"name": "e",
|
|
46676
|
+
"type": {
|
|
46677
|
+
"text": "Event"
|
|
46678
|
+
}
|
|
46679
|
+
}
|
|
46680
|
+
],
|
|
46681
|
+
"inheritedFrom": {
|
|
46682
|
+
"name": "LinkButton",
|
|
46683
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
46088
46684
|
}
|
|
46089
46685
|
},
|
|
46090
46686
|
{
|
|
46091
|
-
"kind": "
|
|
46092
|
-
"name": "
|
|
46093
|
-
"
|
|
46094
|
-
|
|
46095
|
-
|
|
46096
|
-
|
|
46097
|
-
|
|
46687
|
+
"kind": "field",
|
|
46688
|
+
"name": "disabled",
|
|
46689
|
+
"type": {
|
|
46690
|
+
"text": "boolean"
|
|
46691
|
+
},
|
|
46692
|
+
"default": "false",
|
|
46693
|
+
"description": "Whether the element is disabled.",
|
|
46694
|
+
"attribute": "disabled",
|
|
46695
|
+
"inheritedFrom": {
|
|
46696
|
+
"name": "Disabled",
|
|
46697
|
+
"module": "src/core/shared/mixins/Disabled.ts"
|
|
46098
46698
|
}
|
|
46099
46699
|
},
|
|
46100
46700
|
{
|
|
@@ -46134,31 +46734,95 @@
|
|
|
46134
46734
|
],
|
|
46135
46735
|
"events": [
|
|
46136
46736
|
{
|
|
46137
|
-
"
|
|
46138
|
-
"
|
|
46139
|
-
|
|
46140
|
-
|
|
46141
|
-
"description": "Dispatched
|
|
46142
|
-
"
|
|
46737
|
+
"name": "click",
|
|
46738
|
+
"type": {
|
|
46739
|
+
"text": "MouseEvent"
|
|
46740
|
+
},
|
|
46741
|
+
"description": "Dispatched when the element is clicked.",
|
|
46742
|
+
"inheritedFrom": {
|
|
46743
|
+
"name": "KeyboardClick",
|
|
46744
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
46745
|
+
}
|
|
46143
46746
|
}
|
|
46144
46747
|
],
|
|
46145
46748
|
"attributes": [
|
|
46146
46749
|
{
|
|
46147
|
-
"
|
|
46148
|
-
"name": "variant",
|
|
46750
|
+
"name": "disabled",
|
|
46149
46751
|
"type": {
|
|
46150
|
-
"text": "
|
|
46752
|
+
"text": "boolean"
|
|
46151
46753
|
},
|
|
46152
|
-
"default": "
|
|
46153
|
-
"
|
|
46154
|
-
"
|
|
46155
|
-
|
|
46754
|
+
"default": "false",
|
|
46755
|
+
"description": "Whether the element is disabled.",
|
|
46756
|
+
"fieldName": "disabled",
|
|
46757
|
+
"inheritedFrom": {
|
|
46758
|
+
"name": "Disabled",
|
|
46759
|
+
"module": "src/core/shared/mixins/Disabled.ts"
|
|
46760
|
+
}
|
|
46761
|
+
},
|
|
46762
|
+
{
|
|
46763
|
+
"name": "download",
|
|
46764
|
+
"type": {
|
|
46765
|
+
"text": "string | null"
|
|
46766
|
+
},
|
|
46767
|
+
"description": "A value indicating whether the `target` of the link button will be downloaded, optionally specifying the new name of the file.",
|
|
46768
|
+
"default": "null",
|
|
46769
|
+
"fieldName": "download",
|
|
46770
|
+
"inheritedFrom": {
|
|
46771
|
+
"name": "LinkButton",
|
|
46772
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
46773
|
+
}
|
|
46774
|
+
},
|
|
46775
|
+
{
|
|
46776
|
+
"name": "href",
|
|
46777
|
+
"type": {
|
|
46778
|
+
"text": "string"
|
|
46779
|
+
},
|
|
46780
|
+
"default": "\"\"",
|
|
46781
|
+
"description": "The URL to which the link button points.",
|
|
46782
|
+
"fieldName": "href",
|
|
46783
|
+
"inheritedFrom": {
|
|
46784
|
+
"name": "LinkButton",
|
|
46785
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
46786
|
+
}
|
|
46787
|
+
},
|
|
46788
|
+
{
|
|
46789
|
+
"name": "rel",
|
|
46790
|
+
"type": {
|
|
46791
|
+
"text": "string"
|
|
46792
|
+
},
|
|
46793
|
+
"default": "\"\"",
|
|
46794
|
+
"description": "The relationship between the `target` of the link button and the document.",
|
|
46795
|
+
"fieldName": "rel",
|
|
46796
|
+
"inheritedFrom": {
|
|
46797
|
+
"name": "LinkButton",
|
|
46798
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
46799
|
+
}
|
|
46800
|
+
},
|
|
46801
|
+
{
|
|
46802
|
+
"name": "target",
|
|
46803
|
+
"type": {
|
|
46804
|
+
"text": "LinkTarget"
|
|
46805
|
+
},
|
|
46806
|
+
"default": "\"\"",
|
|
46807
|
+
"description": "The target of the link button.",
|
|
46808
|
+
"fieldName": "target",
|
|
46809
|
+
"inheritedFrom": {
|
|
46810
|
+
"name": "LinkButton",
|
|
46811
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
46156
46812
|
}
|
|
46157
46813
|
}
|
|
46158
46814
|
],
|
|
46159
46815
|
"mixins": [
|
|
46160
46816
|
{
|
|
46161
|
-
"name": "
|
|
46817
|
+
"name": "KeyboardClick",
|
|
46818
|
+
"package": "@m3e/web/core"
|
|
46819
|
+
},
|
|
46820
|
+
{
|
|
46821
|
+
"name": "LinkButton",
|
|
46822
|
+
"package": "@m3e/web/core"
|
|
46823
|
+
},
|
|
46824
|
+
{
|
|
46825
|
+
"name": "Disabled",
|
|
46162
46826
|
"package": "@m3e/web/core"
|
|
46163
46827
|
},
|
|
46164
46828
|
{
|
|
@@ -46174,25 +46838,25 @@
|
|
|
46174
46838
|
"name": "LitElement",
|
|
46175
46839
|
"package": "lit"
|
|
46176
46840
|
},
|
|
46177
|
-
"tagName": "m3e-
|
|
46841
|
+
"tagName": "m3e-menu-item",
|
|
46178
46842
|
"customElement": true
|
|
46179
46843
|
}
|
|
46180
46844
|
],
|
|
46181
46845
|
"exports": [
|
|
46182
46846
|
{
|
|
46183
46847
|
"kind": "js",
|
|
46184
|
-
"name": "
|
|
46848
|
+
"name": "M3eFabMenuItemElement",
|
|
46185
46849
|
"declaration": {
|
|
46186
|
-
"name": "
|
|
46187
|
-
"module": "src/fab-menu/
|
|
46850
|
+
"name": "M3eFabMenuItemElement",
|
|
46851
|
+
"module": "src/fab-menu/FabMenuItemElement.ts"
|
|
46188
46852
|
}
|
|
46189
46853
|
},
|
|
46190
46854
|
{
|
|
46191
46855
|
"kind": "custom-element-definition",
|
|
46192
|
-
"name": "m3e-fab-menu",
|
|
46856
|
+
"name": "m3e-fab-menu-item",
|
|
46193
46857
|
"declaration": {
|
|
46194
|
-
"name": "
|
|
46195
|
-
"module": "src/fab-menu/
|
|
46858
|
+
"name": "M3eFabMenuItemElement",
|
|
46859
|
+
"module": "src/fab-menu/FabMenuItemElement.ts"
|
|
46196
46860
|
}
|
|
46197
46861
|
}
|
|
46198
46862
|
]
|
|
@@ -48483,8 +49147,8 @@
|
|
|
48483
49147
|
"text": "MouseEvent"
|
|
48484
49148
|
},
|
|
48485
49149
|
"inheritedFrom": {
|
|
48486
|
-
"name": "
|
|
48487
|
-
"module": "src/core/shared/mixins/
|
|
49150
|
+
"name": "KeyboardClick",
|
|
49151
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
48488
49152
|
}
|
|
48489
49153
|
}
|
|
48490
49154
|
],
|
|
@@ -49874,15 +50538,8 @@
|
|
|
49874
50538
|
],
|
|
49875
50539
|
"events": [
|
|
49876
50540
|
{
|
|
49877
|
-
"name": "click",
|
|
49878
|
-
"type": {
|
|
49879
|
-
"text": "MouseEvent"
|
|
49880
|
-
},
|
|
49881
50541
|
"description": "Dispatched when the element is clicked.",
|
|
49882
|
-
"
|
|
49883
|
-
"name": "LinkButton",
|
|
49884
|
-
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
49885
|
-
}
|
|
50542
|
+
"name": "click"
|
|
49886
50543
|
}
|
|
49887
50544
|
],
|
|
49888
50545
|
"attributes": [
|
|
@@ -54654,16 +55311,17 @@
|
|
|
54654
55311
|
},
|
|
54655
55312
|
{
|
|
54656
55313
|
"kind": "field",
|
|
54657
|
-
"name": "#
|
|
55314
|
+
"name": "#scrollController",
|
|
54658
55315
|
"privacy": "private",
|
|
54659
|
-
"readonly": true
|
|
55316
|
+
"readonly": true,
|
|
55317
|
+
"default": "new ScrollController(this, { target: null, callback: (target) => target instanceof M3eMenuElement ? target.items.filter((x) => x instanceof M3eMenuItemElement).forEach((x) => x.submenu?.hide()) : this.hideAll(), })"
|
|
54660
55318
|
},
|
|
54661
55319
|
{
|
|
54662
55320
|
"kind": "field",
|
|
54663
|
-
"name": "#
|
|
55321
|
+
"name": "#clickOutsideController",
|
|
54664
55322
|
"privacy": "private",
|
|
54665
55323
|
"readonly": true,
|
|
54666
|
-
"default": "new
|
|
55324
|
+
"default": "new ClickOutsideController(this, { target: null, callback: (composedPath) => { // If the menu isn't a submenu and no submenu is being clicked, close the entire menu if (!this.submenu && !composedPath.some((x) => x instanceof M3eMenuElement)) { this.hide(); } }, })"
|
|
54667
55325
|
},
|
|
54668
55326
|
{
|
|
54669
55327
|
"kind": "field",
|
|
@@ -54855,24 +55513,6 @@
|
|
|
54855
55513
|
}
|
|
54856
55514
|
}
|
|
54857
55515
|
},
|
|
54858
|
-
{
|
|
54859
|
-
"kind": "method",
|
|
54860
|
-
"name": "#handleDocumentClick",
|
|
54861
|
-
"privacy": "private",
|
|
54862
|
-
"return": {
|
|
54863
|
-
"type": {
|
|
54864
|
-
"text": "void"
|
|
54865
|
-
}
|
|
54866
|
-
},
|
|
54867
|
-
"parameters": [
|
|
54868
|
-
{
|
|
54869
|
-
"name": "e",
|
|
54870
|
-
"type": {
|
|
54871
|
-
"text": "MouseEvent"
|
|
54872
|
-
}
|
|
54873
|
-
}
|
|
54874
|
-
]
|
|
54875
|
-
},
|
|
54876
55516
|
{
|
|
54877
55517
|
"kind": "method",
|
|
54878
55518
|
"name": "#getAbsolutePosition",
|
|
@@ -59390,6 +60030,24 @@
|
|
|
59390
60030
|
],
|
|
59391
60031
|
"description": "Clears the value of the element."
|
|
59392
60032
|
},
|
|
60033
|
+
{
|
|
60034
|
+
"kind": "method",
|
|
60035
|
+
"name": "#handleOptionStateChange",
|
|
60036
|
+
"privacy": "private",
|
|
60037
|
+
"return": {
|
|
60038
|
+
"type": {
|
|
60039
|
+
"text": "void"
|
|
60040
|
+
}
|
|
60041
|
+
},
|
|
60042
|
+
"parameters": [
|
|
60043
|
+
{
|
|
60044
|
+
"name": "e",
|
|
60045
|
+
"type": {
|
|
60046
|
+
"text": "Event"
|
|
60047
|
+
}
|
|
60048
|
+
}
|
|
60049
|
+
]
|
|
60050
|
+
},
|
|
59393
60051
|
{
|
|
59394
60052
|
"kind": "method",
|
|
59395
60053
|
"name": "#handleMutation",
|