igniteui-webcomponents 5.4.0-rc.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +94 -13
- package/animations/player.d.ts +1 -0
- package/animations/player.js +7 -0
- package/animations/player.js.map +1 -1
- package/animations/presets/scale/index.d.ts +2 -0
- package/animations/presets/scale/index.js +12 -0
- package/animations/presets/scale/index.js.map +1 -0
- package/components/calendar/days-view/days-view.js +5 -1
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/carousel/themes/shared/carousel.bootstrap.css.js +1 -1
- package/components/carousel/themes/shared/carousel.bootstrap.css.js.map +1 -1
- package/components/carousel/themes/shared/carousel.common.css.js +1 -1
- package/components/carousel/themes/shared/carousel.common.css.js.map +1 -1
- package/components/carousel/themes/shared/carousel.fluent.css.js +1 -1
- package/components/carousel/themes/shared/carousel.fluent.css.js.map +1 -1
- package/components/carousel/themes/shared/carousel.indigo.css.js +1 -1
- package/components/carousel/themes/shared/carousel.indigo.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.js.map +1 -1
- package/components/combo/combo.d.ts +2 -2
- package/components/combo/combo.js +23 -12
- package/components/combo/combo.js.map +1 -1
- package/components/common/definitions/defineAllComponents.js +2 -0
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/common/util.d.ts +7 -3
- package/components/common/util.js +110 -3
- package/components/common/util.js.map +1 -1
- package/components/date-picker/themes/shared/date-picker.fluent.css.js +1 -1
- package/components/date-picker/themes/shared/date-picker.fluent.css.js.map +1 -1
- package/components/icon/icon.registry.js +2 -2
- package/components/icon/icon.registry.js.map +1 -1
- package/components/input/themes/shared/input.fluent.css.js +1 -1
- package/components/input/themes/shared/input.fluent.css.js.map +1 -1
- package/components/popover/popover.d.ts +17 -1
- package/components/popover/popover.js +58 -9
- package/components/popover/popover.js.map +1 -1
- package/components/radio/themes/shared/radio.bootstrap.css.js +1 -1
- package/components/radio/themes/shared/radio.bootstrap.css.js.map +1 -1
- package/components/textarea/themes/shared/textarea.common.css.js +1 -1
- package/components/textarea/themes/shared/textarea.common.css.js.map +1 -1
- package/components/textarea/themes/shared/textarea.fluent.css.js +1 -1
- package/components/textarea/themes/shared/textarea.fluent.css.js.map +1 -1
- package/components/tooltip/controller.d.ts +87 -0
- package/components/tooltip/controller.js +172 -0
- package/components/tooltip/controller.js.map +1 -0
- package/components/tooltip/service.d.ts +12 -0
- package/components/tooltip/service.js +42 -0
- package/components/tooltip/service.js.map +1 -0
- package/components/tooltip/themes/dark/tooltip.bootstrap.css.d.ts +1 -0
- package/components/tooltip/themes/dark/tooltip.bootstrap.css.js +3 -0
- package/components/tooltip/themes/dark/tooltip.bootstrap.css.js.map +1 -0
- package/components/tooltip/themes/dark/tooltip.fluent.css.d.ts +1 -0
- package/components/tooltip/themes/dark/tooltip.fluent.css.js +3 -0
- package/components/tooltip/themes/dark/tooltip.fluent.css.js.map +1 -0
- package/components/tooltip/themes/dark/tooltip.indigo.css.d.ts +1 -0
- package/components/tooltip/themes/dark/tooltip.indigo.css.js +3 -0
- package/components/tooltip/themes/dark/tooltip.indigo.css.js.map +1 -0
- package/components/tooltip/themes/dark/tooltip.material.css.d.ts +1 -0
- package/components/tooltip/themes/dark/tooltip.material.css.js +3 -0
- package/components/tooltip/themes/dark/tooltip.material.css.js.map +1 -0
- package/components/tooltip/themes/light/tooltip.bootstrap.css.d.ts +1 -0
- package/components/tooltip/themes/light/tooltip.bootstrap.css.js +3 -0
- package/components/tooltip/themes/light/tooltip.bootstrap.css.js.map +1 -0
- package/components/tooltip/themes/light/tooltip.fluent.css.d.ts +1 -0
- package/components/tooltip/themes/light/tooltip.fluent.css.js +3 -0
- package/components/tooltip/themes/light/tooltip.fluent.css.js.map +1 -0
- package/components/tooltip/themes/light/tooltip.indigo.css.d.ts +1 -0
- package/components/tooltip/themes/light/tooltip.indigo.css.js +3 -0
- package/components/tooltip/themes/light/tooltip.indigo.css.js.map +1 -0
- package/components/tooltip/themes/light/tooltip.material.css.d.ts +1 -0
- package/components/tooltip/themes/light/tooltip.material.css.js +3 -0
- package/components/tooltip/themes/light/tooltip.material.css.js.map +1 -0
- package/components/tooltip/themes/light/tooltip.shared.css.d.ts +1 -0
- package/components/tooltip/themes/light/tooltip.shared.css.js +3 -0
- package/components/tooltip/themes/light/tooltip.shared.css.js.map +1 -0
- package/components/tooltip/themes/shared/tooltip.common.css.d.ts +1 -0
- package/components/tooltip/themes/shared/tooltip.common.css.js +3 -0
- package/components/tooltip/themes/shared/tooltip.common.css.js.map +1 -0
- package/components/tooltip/themes/shared/tooltip.indigo.css.d.ts +1 -0
- package/components/tooltip/themes/shared/tooltip.indigo.css.js +3 -0
- package/components/tooltip/themes/shared/tooltip.indigo.css.js.map +1 -0
- package/components/tooltip/themes/themes.d.ts +2 -0
- package/components/tooltip/themes/themes.js +47 -0
- package/components/tooltip/themes/themes.js.map +1 -0
- package/components/tooltip/themes/tooltip.base.css.d.ts +1 -0
- package/components/tooltip/themes/tooltip.base.css.js +3 -0
- package/components/tooltip/themes/tooltip.base.css.js.map +1 -0
- package/components/tooltip/tooltip.d.ts +154 -0
- package/components/tooltip/tooltip.js +284 -0
- package/components/tooltip/tooltip.js.map +1 -0
- package/custom-elements.json +1080 -29
- package/igniteui-webcomponents.css-data.json +1 -1
- package/igniteui-webcomponents.html-data.json +1 -1
- package/index.d.ts +2 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/web-types.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -126,24 +126,6 @@
|
|
|
126
126
|
}
|
|
127
127
|
]
|
|
128
128
|
},
|
|
129
|
-
{
|
|
130
|
-
"kind": "function",
|
|
131
|
-
"name": "sameObject",
|
|
132
|
-
"parameters": [
|
|
133
|
-
{
|
|
134
|
-
"name": "a",
|
|
135
|
-
"type": {
|
|
136
|
-
"text": "object"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"name": "b",
|
|
141
|
-
"type": {
|
|
142
|
-
"text": "object"
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
]
|
|
146
|
-
},
|
|
147
129
|
{
|
|
148
130
|
"kind": "function",
|
|
149
131
|
"name": "getOffset",
|
|
@@ -539,6 +521,76 @@
|
|
|
539
521
|
}
|
|
540
522
|
]
|
|
541
523
|
},
|
|
524
|
+
{
|
|
525
|
+
"kind": "function",
|
|
526
|
+
"name": "isObject",
|
|
527
|
+
"return": {
|
|
528
|
+
"type": {
|
|
529
|
+
"text": "value is object"
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
"parameters": [
|
|
533
|
+
{
|
|
534
|
+
"name": "value",
|
|
535
|
+
"type": {
|
|
536
|
+
"text": "unknown"
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"kind": "function",
|
|
543
|
+
"name": "isEventListenerObject",
|
|
544
|
+
"return": {
|
|
545
|
+
"type": {
|
|
546
|
+
"text": "x is EventListenerObject"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
"parameters": [
|
|
550
|
+
{
|
|
551
|
+
"name": "x",
|
|
552
|
+
"type": {
|
|
553
|
+
"text": "unknown"
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
]
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"kind": "function",
|
|
560
|
+
"name": "addWeakEventListener",
|
|
561
|
+
"return": {
|
|
562
|
+
"type": {
|
|
563
|
+
"text": "void"
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
"parameters": [
|
|
567
|
+
{
|
|
568
|
+
"name": "element",
|
|
569
|
+
"type": {
|
|
570
|
+
"text": "Element"
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"name": "event",
|
|
575
|
+
"type": {
|
|
576
|
+
"text": "string"
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"name": "listener",
|
|
581
|
+
"type": {
|
|
582
|
+
"text": "EventListenerOrEventListenerObject"
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "options",
|
|
587
|
+
"optional": true,
|
|
588
|
+
"type": {
|
|
589
|
+
"text": "AddEventListenerOptions | boolean"
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
]
|
|
593
|
+
},
|
|
542
594
|
{
|
|
543
595
|
"kind": "function",
|
|
544
596
|
"name": "isEmpty",
|
|
@@ -555,7 +607,7 @@
|
|
|
555
607
|
}
|
|
556
608
|
}
|
|
557
609
|
],
|
|
558
|
-
"description": "Returns whether a given collection
|
|
610
|
+
"description": "Returns whether a given collection is empty."
|
|
559
611
|
},
|
|
560
612
|
{
|
|
561
613
|
"kind": "function",
|
|
@@ -627,6 +679,50 @@
|
|
|
627
679
|
}
|
|
628
680
|
}
|
|
629
681
|
]
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"kind": "function",
|
|
685
|
+
"name": "isRegExp",
|
|
686
|
+
"return": {
|
|
687
|
+
"type": {
|
|
688
|
+
"text": "value is RegExp"
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
"parameters": [
|
|
692
|
+
{
|
|
693
|
+
"name": "value",
|
|
694
|
+
"type": {
|
|
695
|
+
"text": "unknown"
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
]
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"kind": "function",
|
|
702
|
+
"name": "equal",
|
|
703
|
+
"return": {
|
|
704
|
+
"type": {
|
|
705
|
+
"text": "boolean"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
"parameters": [
|
|
709
|
+
{
|
|
710
|
+
"name": "a",
|
|
711
|
+
"type": {
|
|
712
|
+
"text": "unknown"
|
|
713
|
+
}
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"name": "b",
|
|
717
|
+
"type": {
|
|
718
|
+
"text": "T"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"name": "visited",
|
|
723
|
+
"default": "new WeakSet()"
|
|
724
|
+
}
|
|
725
|
+
]
|
|
630
726
|
}
|
|
631
727
|
],
|
|
632
728
|
"exports": [
|
|
@@ -686,14 +782,6 @@
|
|
|
686
782
|
"module": "src/components/common/util.ts"
|
|
687
783
|
}
|
|
688
784
|
},
|
|
689
|
-
{
|
|
690
|
-
"kind": "js",
|
|
691
|
-
"name": "sameObject",
|
|
692
|
-
"declaration": {
|
|
693
|
-
"name": "sameObject",
|
|
694
|
-
"module": "src/components/common/util.ts"
|
|
695
|
-
}
|
|
696
|
-
},
|
|
697
785
|
{
|
|
698
786
|
"kind": "js",
|
|
699
787
|
"name": "getOffset",
|
|
@@ -878,6 +966,30 @@
|
|
|
878
966
|
"module": "src/components/common/util.ts"
|
|
879
967
|
}
|
|
880
968
|
},
|
|
969
|
+
{
|
|
970
|
+
"kind": "js",
|
|
971
|
+
"name": "isObject",
|
|
972
|
+
"declaration": {
|
|
973
|
+
"name": "isObject",
|
|
974
|
+
"module": "src/components/common/util.ts"
|
|
975
|
+
}
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"kind": "js",
|
|
979
|
+
"name": "isEventListenerObject",
|
|
980
|
+
"declaration": {
|
|
981
|
+
"name": "isEventListenerObject",
|
|
982
|
+
"module": "src/components/common/util.ts"
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"kind": "js",
|
|
987
|
+
"name": "addWeakEventListener",
|
|
988
|
+
"declaration": {
|
|
989
|
+
"name": "addWeakEventListener",
|
|
990
|
+
"module": "src/components/common/util.ts"
|
|
991
|
+
}
|
|
992
|
+
},
|
|
881
993
|
{
|
|
882
994
|
"kind": "js",
|
|
883
995
|
"name": "isEmpty",
|
|
@@ -917,6 +1029,22 @@
|
|
|
917
1029
|
"name": "roundByDPR",
|
|
918
1030
|
"module": "src/components/common/util.ts"
|
|
919
1031
|
}
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"kind": "js",
|
|
1035
|
+
"name": "isRegExp",
|
|
1036
|
+
"declaration": {
|
|
1037
|
+
"name": "isRegExp",
|
|
1038
|
+
"module": "src/components/common/util.ts"
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"kind": "js",
|
|
1043
|
+
"name": "equal",
|
|
1044
|
+
"declaration": {
|
|
1045
|
+
"name": "equal",
|
|
1046
|
+
"module": "src/components/common/util.ts"
|
|
1047
|
+
}
|
|
920
1048
|
}
|
|
921
1049
|
]
|
|
922
1050
|
},
|
|
@@ -26176,6 +26304,39 @@
|
|
|
26176
26304
|
"description": "Pass an IDREF or an DOM element reference to use as the\nanchor target for the floating element.",
|
|
26177
26305
|
"attribute": "anchor"
|
|
26178
26306
|
},
|
|
26307
|
+
{
|
|
26308
|
+
"kind": "field",
|
|
26309
|
+
"name": "arrow",
|
|
26310
|
+
"type": {
|
|
26311
|
+
"text": "HTMLElement | null"
|
|
26312
|
+
},
|
|
26313
|
+
"privacy": "public",
|
|
26314
|
+
"default": "null",
|
|
26315
|
+
"description": "Element to render as an \"arrow\" element for the current popover."
|
|
26316
|
+
},
|
|
26317
|
+
{
|
|
26318
|
+
"kind": "field",
|
|
26319
|
+
"name": "arrowOffset",
|
|
26320
|
+
"type": {
|
|
26321
|
+
"text": "number"
|
|
26322
|
+
},
|
|
26323
|
+
"privacy": "public",
|
|
26324
|
+
"default": "0",
|
|
26325
|
+
"description": "Additional offset to apply to the arrow element if enabled.",
|
|
26326
|
+
"attribute": "arrow-offset"
|
|
26327
|
+
},
|
|
26328
|
+
{
|
|
26329
|
+
"kind": "field",
|
|
26330
|
+
"name": "inline",
|
|
26331
|
+
"type": {
|
|
26332
|
+
"text": "boolean"
|
|
26333
|
+
},
|
|
26334
|
+
"privacy": "public",
|
|
26335
|
+
"default": "false",
|
|
26336
|
+
"description": "Improves positioning for inline reference elements that span over multiple lines.\nUseful for tooltips or similar components.",
|
|
26337
|
+
"attribute": "inline",
|
|
26338
|
+
"reflects": true
|
|
26339
|
+
},
|
|
26179
26340
|
{
|
|
26180
26341
|
"kind": "field",
|
|
26181
26342
|
"name": "flip",
|
|
@@ -26249,6 +26410,17 @@
|
|
|
26249
26410
|
"attribute": "shift",
|
|
26250
26411
|
"reflects": true
|
|
26251
26412
|
},
|
|
26413
|
+
{
|
|
26414
|
+
"kind": "field",
|
|
26415
|
+
"name": "shiftPadding",
|
|
26416
|
+
"type": {
|
|
26417
|
+
"text": "number"
|
|
26418
|
+
},
|
|
26419
|
+
"privacy": "public",
|
|
26420
|
+
"default": "0",
|
|
26421
|
+
"description": "Virtual padding for the resolved overflow detection offsets in pixels.",
|
|
26422
|
+
"attribute": "shift-padding"
|
|
26423
|
+
},
|
|
26252
26424
|
{
|
|
26253
26425
|
"kind": "method",
|
|
26254
26426
|
"name": "anchorChange",
|
|
@@ -26309,6 +26481,25 @@
|
|
|
26309
26481
|
"name": "_updatePosition",
|
|
26310
26482
|
"privacy": "private"
|
|
26311
26483
|
},
|
|
26484
|
+
{
|
|
26485
|
+
"kind": "method",
|
|
26486
|
+
"name": "_positionArrow",
|
|
26487
|
+
"privacy": "private",
|
|
26488
|
+
"parameters": [
|
|
26489
|
+
{
|
|
26490
|
+
"name": "placement",
|
|
26491
|
+
"type": {
|
|
26492
|
+
"text": "Placement"
|
|
26493
|
+
}
|
|
26494
|
+
},
|
|
26495
|
+
{
|
|
26496
|
+
"name": "data",
|
|
26497
|
+
"type": {
|
|
26498
|
+
"text": "MiddlewareData"
|
|
26499
|
+
}
|
|
26500
|
+
}
|
|
26501
|
+
]
|
|
26502
|
+
},
|
|
26312
26503
|
{
|
|
26313
26504
|
"kind": "method",
|
|
26314
26505
|
"name": "_anchorSlotChange",
|
|
@@ -26324,6 +26515,24 @@
|
|
|
26324
26515
|
"description": "Pass an IDREF or an DOM element reference to use as the\nanchor target for the floating element.",
|
|
26325
26516
|
"fieldName": "anchor"
|
|
26326
26517
|
},
|
|
26518
|
+
{
|
|
26519
|
+
"name": "arrow-offset",
|
|
26520
|
+
"type": {
|
|
26521
|
+
"text": "number"
|
|
26522
|
+
},
|
|
26523
|
+
"default": "0",
|
|
26524
|
+
"description": "Additional offset to apply to the arrow element if enabled.",
|
|
26525
|
+
"fieldName": "arrowOffset"
|
|
26526
|
+
},
|
|
26527
|
+
{
|
|
26528
|
+
"name": "inline",
|
|
26529
|
+
"type": {
|
|
26530
|
+
"text": "boolean"
|
|
26531
|
+
},
|
|
26532
|
+
"default": "false",
|
|
26533
|
+
"description": "Improves positioning for inline reference elements that span over multiple lines.\nUseful for tooltips or similar components.",
|
|
26534
|
+
"fieldName": "inline"
|
|
26535
|
+
},
|
|
26327
26536
|
{
|
|
26328
26537
|
"name": "flip",
|
|
26329
26538
|
"type": {
|
|
@@ -26380,6 +26589,15 @@
|
|
|
26380
26589
|
"default": "false",
|
|
26381
26590
|
"description": "When enabled this tries to shift the floating element along the main axis\nkeeping it in view, preventing overflow while maintaining the desired placement.",
|
|
26382
26591
|
"fieldName": "shift"
|
|
26592
|
+
},
|
|
26593
|
+
{
|
|
26594
|
+
"name": "shift-padding",
|
|
26595
|
+
"type": {
|
|
26596
|
+
"text": "number"
|
|
26597
|
+
},
|
|
26598
|
+
"default": "0",
|
|
26599
|
+
"description": "Virtual padding for the resolved overflow detection offsets in pixels.",
|
|
26600
|
+
"fieldName": "shiftPadding"
|
|
26383
26601
|
}
|
|
26384
26602
|
],
|
|
26385
26603
|
"superclass": {
|
|
@@ -27867,7 +28085,7 @@
|
|
|
27867
28085
|
"kind": "field",
|
|
27868
28086
|
"name": "inputSuffix",
|
|
27869
28087
|
"type": {
|
|
27870
|
-
"text": "
|
|
28088
|
+
"text": "HTMLElement[]"
|
|
27871
28089
|
},
|
|
27872
28090
|
"privacy": "protected"
|
|
27873
28091
|
},
|
|
@@ -27875,7 +28093,7 @@
|
|
|
27875
28093
|
"kind": "field",
|
|
27876
28094
|
"name": "inputPrefix",
|
|
27877
28095
|
"type": {
|
|
27878
|
-
"text": "
|
|
28096
|
+
"text": "HTMLElement[]"
|
|
27879
28097
|
},
|
|
27880
28098
|
"privacy": "protected"
|
|
27881
28099
|
},
|
|
@@ -58349,6 +58567,823 @@
|
|
|
58349
58567
|
}
|
|
58350
58568
|
]
|
|
58351
58569
|
},
|
|
58570
|
+
{
|
|
58571
|
+
"kind": "javascript-module",
|
|
58572
|
+
"path": "src/animations/presets/scale/index.ts",
|
|
58573
|
+
"declarations": [
|
|
58574
|
+
{
|
|
58575
|
+
"kind": "function",
|
|
58576
|
+
"name": "scaleInCenter",
|
|
58577
|
+
"parameters": [
|
|
58578
|
+
{
|
|
58579
|
+
"name": "options",
|
|
58580
|
+
"default": "baseOptions"
|
|
58581
|
+
}
|
|
58582
|
+
]
|
|
58583
|
+
}
|
|
58584
|
+
],
|
|
58585
|
+
"exports": [
|
|
58586
|
+
{
|
|
58587
|
+
"kind": "js",
|
|
58588
|
+
"name": "scaleInCenter",
|
|
58589
|
+
"declaration": {
|
|
58590
|
+
"name": "scaleInCenter",
|
|
58591
|
+
"module": "src/animations/presets/scale/index.ts"
|
|
58592
|
+
}
|
|
58593
|
+
}
|
|
58594
|
+
]
|
|
58595
|
+
},
|
|
58596
|
+
{
|
|
58597
|
+
"kind": "javascript-module",
|
|
58598
|
+
"path": "src/components/tooltip/service.ts",
|
|
58599
|
+
"declarations": [
|
|
58600
|
+
{
|
|
58601
|
+
"kind": "variable",
|
|
58602
|
+
"name": "service",
|
|
58603
|
+
"default": "new TooltipEscapeCallbacks()"
|
|
58604
|
+
}
|
|
58605
|
+
],
|
|
58606
|
+
"exports": [
|
|
58607
|
+
{
|
|
58608
|
+
"kind": "js",
|
|
58609
|
+
"name": "default",
|
|
58610
|
+
"declaration": {
|
|
58611
|
+
"name": "service",
|
|
58612
|
+
"module": "src/components/tooltip/service.ts"
|
|
58613
|
+
}
|
|
58614
|
+
}
|
|
58615
|
+
]
|
|
58616
|
+
},
|
|
58617
|
+
{
|
|
58618
|
+
"kind": "javascript-module",
|
|
58619
|
+
"path": "src/components/tooltip/controller.ts",
|
|
58620
|
+
"declarations": [
|
|
58621
|
+
{
|
|
58622
|
+
"kind": "variable",
|
|
58623
|
+
"name": "TooltipRegexes"
|
|
58624
|
+
},
|
|
58625
|
+
{
|
|
58626
|
+
"kind": "function",
|
|
58627
|
+
"name": "addTooltipController",
|
|
58628
|
+
"return": {
|
|
58629
|
+
"type": {
|
|
58630
|
+
"text": "TooltipController"
|
|
58631
|
+
}
|
|
58632
|
+
},
|
|
58633
|
+
"parameters": [
|
|
58634
|
+
{
|
|
58635
|
+
"name": "host",
|
|
58636
|
+
"type": {
|
|
58637
|
+
"text": "IgcTooltipComponent"
|
|
58638
|
+
}
|
|
58639
|
+
},
|
|
58640
|
+
{
|
|
58641
|
+
"name": "options",
|
|
58642
|
+
"type": {
|
|
58643
|
+
"text": "TooltipCallbacks"
|
|
58644
|
+
}
|
|
58645
|
+
}
|
|
58646
|
+
]
|
|
58647
|
+
}
|
|
58648
|
+
],
|
|
58649
|
+
"exports": [
|
|
58650
|
+
{
|
|
58651
|
+
"kind": "js",
|
|
58652
|
+
"name": "TooltipRegexes",
|
|
58653
|
+
"declaration": {
|
|
58654
|
+
"name": "TooltipRegexes",
|
|
58655
|
+
"module": "src/components/tooltip/controller.ts"
|
|
58656
|
+
}
|
|
58657
|
+
},
|
|
58658
|
+
{
|
|
58659
|
+
"kind": "js",
|
|
58660
|
+
"name": "addTooltipController",
|
|
58661
|
+
"declaration": {
|
|
58662
|
+
"name": "addTooltipController",
|
|
58663
|
+
"module": "src/components/tooltip/controller.ts"
|
|
58664
|
+
}
|
|
58665
|
+
}
|
|
58666
|
+
]
|
|
58667
|
+
},
|
|
58668
|
+
{
|
|
58669
|
+
"kind": "javascript-module",
|
|
58670
|
+
"path": "src/components/tooltip/tooltip.ts",
|
|
58671
|
+
"declarations": [
|
|
58672
|
+
{
|
|
58673
|
+
"kind": "class",
|
|
58674
|
+
"description": "Provides a way to display supplementary information related to an element when a user interacts with it (e.g., hover, focus).\nIt offers features such as placement customization, delays, sticky mode, and animations.",
|
|
58675
|
+
"name": "IgcTooltipComponent",
|
|
58676
|
+
"cssParts": [
|
|
58677
|
+
{
|
|
58678
|
+
"description": "The wrapping container of the tooltip content.",
|
|
58679
|
+
"name": "base"
|
|
58680
|
+
}
|
|
58681
|
+
],
|
|
58682
|
+
"slots": [
|
|
58683
|
+
{
|
|
58684
|
+
"description": "Default slot of the tooltip component.",
|
|
58685
|
+
"name": ""
|
|
58686
|
+
},
|
|
58687
|
+
{
|
|
58688
|
+
"description": "Slot for custom sticky-mode close action (e.g., an icon/button).",
|
|
58689
|
+
"name": "close-button"
|
|
58690
|
+
}
|
|
58691
|
+
],
|
|
58692
|
+
"members": [
|
|
58693
|
+
{
|
|
58694
|
+
"kind": "field",
|
|
58695
|
+
"name": "tagName",
|
|
58696
|
+
"type": {
|
|
58697
|
+
"text": "string"
|
|
58698
|
+
},
|
|
58699
|
+
"privacy": "public",
|
|
58700
|
+
"static": true,
|
|
58701
|
+
"readonly": true,
|
|
58702
|
+
"default": "'igc-tooltip'"
|
|
58703
|
+
},
|
|
58704
|
+
{
|
|
58705
|
+
"kind": "method",
|
|
58706
|
+
"name": "register",
|
|
58707
|
+
"privacy": "public",
|
|
58708
|
+
"static": true,
|
|
58709
|
+
"return": {
|
|
58710
|
+
"type": {
|
|
58711
|
+
"text": "void"
|
|
58712
|
+
}
|
|
58713
|
+
}
|
|
58714
|
+
},
|
|
58715
|
+
{
|
|
58716
|
+
"kind": "field",
|
|
58717
|
+
"name": "_internals",
|
|
58718
|
+
"type": {
|
|
58719
|
+
"text": "ElementInternals"
|
|
58720
|
+
},
|
|
58721
|
+
"privacy": "private",
|
|
58722
|
+
"readonly": true
|
|
58723
|
+
},
|
|
58724
|
+
{
|
|
58725
|
+
"kind": "field",
|
|
58726
|
+
"name": "_controller",
|
|
58727
|
+
"privacy": "private",
|
|
58728
|
+
"readonly": true
|
|
58729
|
+
},
|
|
58730
|
+
{
|
|
58731
|
+
"kind": "field",
|
|
58732
|
+
"name": "_containerRef",
|
|
58733
|
+
"privacy": "private",
|
|
58734
|
+
"readonly": true
|
|
58735
|
+
},
|
|
58736
|
+
{
|
|
58737
|
+
"kind": "field",
|
|
58738
|
+
"name": "_player",
|
|
58739
|
+
"privacy": "private",
|
|
58740
|
+
"readonly": true
|
|
58741
|
+
},
|
|
58742
|
+
{
|
|
58743
|
+
"kind": "field",
|
|
58744
|
+
"name": "_showAnimation",
|
|
58745
|
+
"privacy": "private",
|
|
58746
|
+
"readonly": true
|
|
58747
|
+
},
|
|
58748
|
+
{
|
|
58749
|
+
"kind": "field",
|
|
58750
|
+
"name": "_hideAnimation",
|
|
58751
|
+
"privacy": "private",
|
|
58752
|
+
"readonly": true
|
|
58753
|
+
},
|
|
58754
|
+
{
|
|
58755
|
+
"kind": "field",
|
|
58756
|
+
"name": "_timeoutId",
|
|
58757
|
+
"type": {
|
|
58758
|
+
"text": "number | undefined"
|
|
58759
|
+
},
|
|
58760
|
+
"privacy": "private"
|
|
58761
|
+
},
|
|
58762
|
+
{
|
|
58763
|
+
"kind": "field",
|
|
58764
|
+
"name": "_autoHideDelay",
|
|
58765
|
+
"type": {
|
|
58766
|
+
"text": "number"
|
|
58767
|
+
},
|
|
58768
|
+
"privacy": "private",
|
|
58769
|
+
"default": "180"
|
|
58770
|
+
},
|
|
58771
|
+
{
|
|
58772
|
+
"kind": "field",
|
|
58773
|
+
"name": "_showDelay",
|
|
58774
|
+
"type": {
|
|
58775
|
+
"text": "number"
|
|
58776
|
+
},
|
|
58777
|
+
"privacy": "private",
|
|
58778
|
+
"default": "200"
|
|
58779
|
+
},
|
|
58780
|
+
{
|
|
58781
|
+
"kind": "field",
|
|
58782
|
+
"name": "_hideDelay",
|
|
58783
|
+
"type": {
|
|
58784
|
+
"text": "number"
|
|
58785
|
+
},
|
|
58786
|
+
"privacy": "private",
|
|
58787
|
+
"default": "300"
|
|
58788
|
+
},
|
|
58789
|
+
{
|
|
58790
|
+
"kind": "field",
|
|
58791
|
+
"name": "_arrowElement",
|
|
58792
|
+
"type": {
|
|
58793
|
+
"text": "HTMLElement"
|
|
58794
|
+
},
|
|
58795
|
+
"privacy": "private"
|
|
58796
|
+
},
|
|
58797
|
+
{
|
|
58798
|
+
"kind": "field",
|
|
58799
|
+
"name": "_arrowOffset",
|
|
58800
|
+
"privacy": "private",
|
|
58801
|
+
"readonly": true
|
|
58802
|
+
},
|
|
58803
|
+
{
|
|
58804
|
+
"kind": "field",
|
|
58805
|
+
"name": "open",
|
|
58806
|
+
"privacy": "public",
|
|
58807
|
+
"description": "Whether the tooltip is showing.",
|
|
58808
|
+
"default": "false",
|
|
58809
|
+
"attribute": "open",
|
|
58810
|
+
"type": {
|
|
58811
|
+
"text": "boolean"
|
|
58812
|
+
},
|
|
58813
|
+
"reflects": true
|
|
58814
|
+
},
|
|
58815
|
+
{
|
|
58816
|
+
"kind": "field",
|
|
58817
|
+
"name": "disableArrow",
|
|
58818
|
+
"type": {
|
|
58819
|
+
"text": "boolean"
|
|
58820
|
+
},
|
|
58821
|
+
"privacy": "public",
|
|
58822
|
+
"default": "false",
|
|
58823
|
+
"description": "Whether to disable the rendering of the arrow indicator for the tooltip.",
|
|
58824
|
+
"attribute": "disable-arrow",
|
|
58825
|
+
"reflects": true
|
|
58826
|
+
},
|
|
58827
|
+
{
|
|
58828
|
+
"kind": "field",
|
|
58829
|
+
"name": "offset",
|
|
58830
|
+
"type": {
|
|
58831
|
+
"text": "number"
|
|
58832
|
+
},
|
|
58833
|
+
"privacy": "public",
|
|
58834
|
+
"default": "6",
|
|
58835
|
+
"description": "The offset of the tooltip from the anchor in pixels.",
|
|
58836
|
+
"attribute": "offset"
|
|
58837
|
+
},
|
|
58838
|
+
{
|
|
58839
|
+
"kind": "field",
|
|
58840
|
+
"name": "placement",
|
|
58841
|
+
"type": {
|
|
58842
|
+
"text": "PopoverPlacement"
|
|
58843
|
+
},
|
|
58844
|
+
"privacy": "public",
|
|
58845
|
+
"default": "'top'",
|
|
58846
|
+
"description": "Where to place the floating element relative to the parent anchor element.",
|
|
58847
|
+
"attribute": "placement",
|
|
58848
|
+
"expandedType": {
|
|
58849
|
+
"text": "'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end'"
|
|
58850
|
+
}
|
|
58851
|
+
},
|
|
58852
|
+
{
|
|
58853
|
+
"kind": "field",
|
|
58854
|
+
"name": "anchor",
|
|
58855
|
+
"type": {
|
|
58856
|
+
"text": "Element | string | undefined"
|
|
58857
|
+
},
|
|
58858
|
+
"privacy": "public",
|
|
58859
|
+
"description": "An element instance or an IDREF to use as the anchor for the tooltip.",
|
|
58860
|
+
"attribute": "anchor"
|
|
58861
|
+
},
|
|
58862
|
+
{
|
|
58863
|
+
"kind": "field",
|
|
58864
|
+
"name": "showTriggers",
|
|
58865
|
+
"privacy": "public",
|
|
58866
|
+
"description": "Which event triggers will show the tooltip.\nExpects a comma separate string of different event triggers.",
|
|
58867
|
+
"default": "pointerenter",
|
|
58868
|
+
"attribute": "show-triggers",
|
|
58869
|
+
"type": {
|
|
58870
|
+
"text": "string"
|
|
58871
|
+
}
|
|
58872
|
+
},
|
|
58873
|
+
{
|
|
58874
|
+
"kind": "field",
|
|
58875
|
+
"name": "hideTriggers",
|
|
58876
|
+
"privacy": "public",
|
|
58877
|
+
"description": "Which event triggers will hide the tooltip.\nExpects a comma separate string of different event triggers.",
|
|
58878
|
+
"default": "pointerleave, click",
|
|
58879
|
+
"attribute": "hide-triggers",
|
|
58880
|
+
"type": {
|
|
58881
|
+
"text": "string"
|
|
58882
|
+
}
|
|
58883
|
+
},
|
|
58884
|
+
{
|
|
58885
|
+
"kind": "field",
|
|
58886
|
+
"name": "showDelay",
|
|
58887
|
+
"privacy": "public",
|
|
58888
|
+
"description": "Specifies the number of milliseconds that should pass before showing the tooltip.",
|
|
58889
|
+
"default": "200",
|
|
58890
|
+
"attribute": "show-delay",
|
|
58891
|
+
"type": {
|
|
58892
|
+
"text": "number"
|
|
58893
|
+
}
|
|
58894
|
+
},
|
|
58895
|
+
{
|
|
58896
|
+
"kind": "field",
|
|
58897
|
+
"name": "hideDelay",
|
|
58898
|
+
"privacy": "public",
|
|
58899
|
+
"description": "Specifies the number of milliseconds that should pass before hiding the tooltip.",
|
|
58900
|
+
"default": "300",
|
|
58901
|
+
"attribute": "hide-delay",
|
|
58902
|
+
"type": {
|
|
58903
|
+
"text": "number"
|
|
58904
|
+
}
|
|
58905
|
+
},
|
|
58906
|
+
{
|
|
58907
|
+
"kind": "field",
|
|
58908
|
+
"name": "message",
|
|
58909
|
+
"type": {
|
|
58910
|
+
"text": "string"
|
|
58911
|
+
},
|
|
58912
|
+
"privacy": "public",
|
|
58913
|
+
"default": "''",
|
|
58914
|
+
"description": "Specifies a plain text as tooltip content.",
|
|
58915
|
+
"attribute": "message"
|
|
58916
|
+
},
|
|
58917
|
+
{
|
|
58918
|
+
"kind": "field",
|
|
58919
|
+
"name": "sticky",
|
|
58920
|
+
"type": {
|
|
58921
|
+
"text": "boolean"
|
|
58922
|
+
},
|
|
58923
|
+
"privacy": "public",
|
|
58924
|
+
"default": "false",
|
|
58925
|
+
"description": "Specifies if the tooltip remains visible until the user closes it via the close button or Esc key.",
|
|
58926
|
+
"attribute": "sticky",
|
|
58927
|
+
"reflects": true
|
|
58928
|
+
},
|
|
58929
|
+
{
|
|
58930
|
+
"kind": "method",
|
|
58931
|
+
"name": "_onAnchorChange",
|
|
58932
|
+
"privacy": "protected",
|
|
58933
|
+
"return": {
|
|
58934
|
+
"type": {
|
|
58935
|
+
"text": "void"
|
|
58936
|
+
}
|
|
58937
|
+
}
|
|
58938
|
+
},
|
|
58939
|
+
{
|
|
58940
|
+
"kind": "method",
|
|
58941
|
+
"name": "_onStickyChange",
|
|
58942
|
+
"privacy": "protected",
|
|
58943
|
+
"return": {
|
|
58944
|
+
"type": {
|
|
58945
|
+
"text": "void"
|
|
58946
|
+
}
|
|
58947
|
+
}
|
|
58948
|
+
},
|
|
58949
|
+
{
|
|
58950
|
+
"kind": "method",
|
|
58951
|
+
"name": "_emitEvent",
|
|
58952
|
+
"privacy": "private",
|
|
58953
|
+
"return": {
|
|
58954
|
+
"type": {
|
|
58955
|
+
"text": "boolean"
|
|
58956
|
+
}
|
|
58957
|
+
},
|
|
58958
|
+
"parameters": [
|
|
58959
|
+
{
|
|
58960
|
+
"name": "name",
|
|
58961
|
+
"type": {
|
|
58962
|
+
"text": "keyof IgcTooltipComponentEventMap"
|
|
58963
|
+
}
|
|
58964
|
+
}
|
|
58965
|
+
]
|
|
58966
|
+
},
|
|
58967
|
+
{
|
|
58968
|
+
"kind": "method",
|
|
58969
|
+
"name": "_applyTooltipState",
|
|
58970
|
+
"privacy": "private",
|
|
58971
|
+
"return": {
|
|
58972
|
+
"type": {
|
|
58973
|
+
"text": "Promise<boolean>"
|
|
58974
|
+
}
|
|
58975
|
+
},
|
|
58976
|
+
"parameters": [
|
|
58977
|
+
{
|
|
58978
|
+
"name": "{\n show,\n withDelay = false,\n withEvents = false,\n }",
|
|
58979
|
+
"type": {
|
|
58980
|
+
"text": "TooltipStateOptions"
|
|
58981
|
+
}
|
|
58982
|
+
}
|
|
58983
|
+
]
|
|
58984
|
+
},
|
|
58985
|
+
{
|
|
58986
|
+
"kind": "method",
|
|
58987
|
+
"name": "show",
|
|
58988
|
+
"privacy": "public",
|
|
58989
|
+
"return": {
|
|
58990
|
+
"type": {
|
|
58991
|
+
"text": "Promise<boolean>"
|
|
58992
|
+
}
|
|
58993
|
+
},
|
|
58994
|
+
"parameters": [
|
|
58995
|
+
{
|
|
58996
|
+
"name": "target",
|
|
58997
|
+
"optional": true,
|
|
58998
|
+
"type": {
|
|
58999
|
+
"text": "Element | string"
|
|
59000
|
+
}
|
|
59001
|
+
}
|
|
59002
|
+
],
|
|
59003
|
+
"description": "Shows the tooltip if not already showing.\nIf a target is provided, sets it as a transient anchor."
|
|
59004
|
+
},
|
|
59005
|
+
{
|
|
59006
|
+
"kind": "method",
|
|
59007
|
+
"name": "hide",
|
|
59008
|
+
"privacy": "public",
|
|
59009
|
+
"return": {
|
|
59010
|
+
"type": {
|
|
59011
|
+
"text": "Promise<boolean>"
|
|
59012
|
+
}
|
|
59013
|
+
},
|
|
59014
|
+
"description": "Hides the tooltip if not already hidden."
|
|
59015
|
+
},
|
|
59016
|
+
{
|
|
59017
|
+
"kind": "method",
|
|
59018
|
+
"name": "toggle",
|
|
59019
|
+
"privacy": "public",
|
|
59020
|
+
"return": {
|
|
59021
|
+
"type": {
|
|
59022
|
+
"text": "Promise<boolean>"
|
|
59023
|
+
}
|
|
59024
|
+
},
|
|
59025
|
+
"description": "Toggles the tooltip between shown/hidden state"
|
|
59026
|
+
},
|
|
59027
|
+
{
|
|
59028
|
+
"kind": "method",
|
|
59029
|
+
"name": "_showWithEvent",
|
|
59030
|
+
"privacy": "protected",
|
|
59031
|
+
"return": {
|
|
59032
|
+
"type": {
|
|
59033
|
+
"text": "Promise<boolean>"
|
|
59034
|
+
}
|
|
59035
|
+
}
|
|
59036
|
+
},
|
|
59037
|
+
{
|
|
59038
|
+
"kind": "method",
|
|
59039
|
+
"name": "_hideWithEvent",
|
|
59040
|
+
"privacy": "protected",
|
|
59041
|
+
"return": {
|
|
59042
|
+
"type": {
|
|
59043
|
+
"text": "Promise<boolean>"
|
|
59044
|
+
}
|
|
59045
|
+
}
|
|
59046
|
+
},
|
|
59047
|
+
{
|
|
59048
|
+
"kind": "method",
|
|
59049
|
+
"name": "_showOnInteraction",
|
|
59050
|
+
"privacy": "private",
|
|
59051
|
+
"return": {
|
|
59052
|
+
"type": {
|
|
59053
|
+
"text": "void"
|
|
59054
|
+
}
|
|
59055
|
+
}
|
|
59056
|
+
},
|
|
59057
|
+
{
|
|
59058
|
+
"kind": "method",
|
|
59059
|
+
"name": "_stopTimeoutAndAnimation",
|
|
59060
|
+
"privacy": "private",
|
|
59061
|
+
"return": {
|
|
59062
|
+
"type": {
|
|
59063
|
+
"text": "void"
|
|
59064
|
+
}
|
|
59065
|
+
}
|
|
59066
|
+
},
|
|
59067
|
+
{
|
|
59068
|
+
"kind": "method",
|
|
59069
|
+
"name": "_setAutoHide",
|
|
59070
|
+
"privacy": "private",
|
|
59071
|
+
"return": {
|
|
59072
|
+
"type": {
|
|
59073
|
+
"text": "void"
|
|
59074
|
+
}
|
|
59075
|
+
}
|
|
59076
|
+
},
|
|
59077
|
+
{
|
|
59078
|
+
"kind": "method",
|
|
59079
|
+
"name": "_hideOnInteraction",
|
|
59080
|
+
"privacy": "private",
|
|
59081
|
+
"return": {
|
|
59082
|
+
"type": {
|
|
59083
|
+
"text": "void"
|
|
59084
|
+
}
|
|
59085
|
+
}
|
|
59086
|
+
},
|
|
59087
|
+
{
|
|
59088
|
+
"kind": "method",
|
|
59089
|
+
"name": "_hideOnEscape",
|
|
59090
|
+
"privacy": "private",
|
|
59091
|
+
"return": {
|
|
59092
|
+
"type": {
|
|
59093
|
+
"text": "Promise<void>"
|
|
59094
|
+
}
|
|
59095
|
+
}
|
|
59096
|
+
},
|
|
59097
|
+
{
|
|
59098
|
+
"kind": "field",
|
|
59099
|
+
"name": "role",
|
|
59100
|
+
"type": {
|
|
59101
|
+
"text": "string"
|
|
59102
|
+
},
|
|
59103
|
+
"default": "'tooltip'"
|
|
59104
|
+
},
|
|
59105
|
+
{
|
|
59106
|
+
"kind": "field",
|
|
59107
|
+
"name": "ariaAtomic",
|
|
59108
|
+
"type": {
|
|
59109
|
+
"text": "string"
|
|
59110
|
+
},
|
|
59111
|
+
"default": "'true'"
|
|
59112
|
+
},
|
|
59113
|
+
{
|
|
59114
|
+
"kind": "field",
|
|
59115
|
+
"name": "ariaLive",
|
|
59116
|
+
"type": {
|
|
59117
|
+
"text": "string"
|
|
59118
|
+
},
|
|
59119
|
+
"default": "'polite'"
|
|
59120
|
+
},
|
|
59121
|
+
{
|
|
59122
|
+
"kind": "method",
|
|
59123
|
+
"name": "addEventListener",
|
|
59124
|
+
"privacy": "public",
|
|
59125
|
+
"return": {
|
|
59126
|
+
"type": {
|
|
59127
|
+
"text": "void"
|
|
59128
|
+
}
|
|
59129
|
+
},
|
|
59130
|
+
"parameters": [
|
|
59131
|
+
{
|
|
59132
|
+
"name": "type",
|
|
59133
|
+
"type": {
|
|
59134
|
+
"text": "K"
|
|
59135
|
+
}
|
|
59136
|
+
},
|
|
59137
|
+
{
|
|
59138
|
+
"name": "listener",
|
|
59139
|
+
"type": {
|
|
59140
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
59141
|
+
}
|
|
59142
|
+
},
|
|
59143
|
+
{
|
|
59144
|
+
"name": "options",
|
|
59145
|
+
"optional": true,
|
|
59146
|
+
"type": {
|
|
59147
|
+
"text": "boolean | AddEventListenerOptions"
|
|
59148
|
+
}
|
|
59149
|
+
}
|
|
59150
|
+
],
|
|
59151
|
+
"inheritedFrom": {
|
|
59152
|
+
"name": "EventEmitterMixin",
|
|
59153
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
59154
|
+
}
|
|
59155
|
+
},
|
|
59156
|
+
{
|
|
59157
|
+
"kind": "method",
|
|
59158
|
+
"name": "removeEventListener",
|
|
59159
|
+
"privacy": "public",
|
|
59160
|
+
"return": {
|
|
59161
|
+
"type": {
|
|
59162
|
+
"text": "void"
|
|
59163
|
+
}
|
|
59164
|
+
},
|
|
59165
|
+
"parameters": [
|
|
59166
|
+
{
|
|
59167
|
+
"name": "type",
|
|
59168
|
+
"type": {
|
|
59169
|
+
"text": "K"
|
|
59170
|
+
}
|
|
59171
|
+
},
|
|
59172
|
+
{
|
|
59173
|
+
"name": "listener",
|
|
59174
|
+
"type": {
|
|
59175
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
59176
|
+
}
|
|
59177
|
+
},
|
|
59178
|
+
{
|
|
59179
|
+
"name": "options",
|
|
59180
|
+
"optional": true,
|
|
59181
|
+
"type": {
|
|
59182
|
+
"text": "boolean | EventListenerOptions"
|
|
59183
|
+
}
|
|
59184
|
+
}
|
|
59185
|
+
],
|
|
59186
|
+
"inheritedFrom": {
|
|
59187
|
+
"name": "EventEmitterMixin",
|
|
59188
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
59189
|
+
}
|
|
59190
|
+
},
|
|
59191
|
+
{
|
|
59192
|
+
"kind": "method",
|
|
59193
|
+
"name": "emitEvent",
|
|
59194
|
+
"privacy": "private",
|
|
59195
|
+
"return": {
|
|
59196
|
+
"type": {
|
|
59197
|
+
"text": "boolean"
|
|
59198
|
+
}
|
|
59199
|
+
},
|
|
59200
|
+
"parameters": [
|
|
59201
|
+
{
|
|
59202
|
+
"name": "type",
|
|
59203
|
+
"type": {
|
|
59204
|
+
"text": "K"
|
|
59205
|
+
}
|
|
59206
|
+
},
|
|
59207
|
+
{
|
|
59208
|
+
"name": "eventInitDict",
|
|
59209
|
+
"optional": true,
|
|
59210
|
+
"type": {
|
|
59211
|
+
"text": "CustomEventInit<D>"
|
|
59212
|
+
}
|
|
59213
|
+
}
|
|
59214
|
+
],
|
|
59215
|
+
"inheritedFrom": {
|
|
59216
|
+
"name": "EventEmitterMixin",
|
|
59217
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
59218
|
+
}
|
|
59219
|
+
}
|
|
59220
|
+
],
|
|
59221
|
+
"events": [
|
|
59222
|
+
{
|
|
59223
|
+
"description": "Emitted before the tooltip begins to open. Can be canceled to prevent opening.",
|
|
59224
|
+
"name": "igcOpening"
|
|
59225
|
+
},
|
|
59226
|
+
{
|
|
59227
|
+
"description": "Emitted after the tooltip has successfully opened and is visible.",
|
|
59228
|
+
"name": "igcOpened"
|
|
59229
|
+
},
|
|
59230
|
+
{
|
|
59231
|
+
"description": "Emitted before the tooltip begins to close. Can be canceled to prevent closing.",
|
|
59232
|
+
"name": "igcClosing"
|
|
59233
|
+
},
|
|
59234
|
+
{
|
|
59235
|
+
"description": "Emitted after the tooltip has been fully removed from view.",
|
|
59236
|
+
"name": "igcClosed"
|
|
59237
|
+
},
|
|
59238
|
+
{
|
|
59239
|
+
"type": {
|
|
59240
|
+
"text": "CustomEvent"
|
|
59241
|
+
},
|
|
59242
|
+
"inheritedFrom": {
|
|
59243
|
+
"name": "EventEmitterMixin",
|
|
59244
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
59245
|
+
}
|
|
59246
|
+
}
|
|
59247
|
+
],
|
|
59248
|
+
"attributes": [
|
|
59249
|
+
{
|
|
59250
|
+
"name": "open",
|
|
59251
|
+
"description": "Whether the tooltip is showing.",
|
|
59252
|
+
"default": "false",
|
|
59253
|
+
"fieldName": "open",
|
|
59254
|
+
"attribute": "open",
|
|
59255
|
+
"type": {
|
|
59256
|
+
"text": "boolean"
|
|
59257
|
+
}
|
|
59258
|
+
},
|
|
59259
|
+
{
|
|
59260
|
+
"name": "disable-arrow",
|
|
59261
|
+
"type": {
|
|
59262
|
+
"text": "boolean"
|
|
59263
|
+
},
|
|
59264
|
+
"default": "false",
|
|
59265
|
+
"description": "Whether to disable the rendering of the arrow indicator for the tooltip.",
|
|
59266
|
+
"fieldName": "disableArrow",
|
|
59267
|
+
"attribute": "disable-arrow"
|
|
59268
|
+
},
|
|
59269
|
+
{
|
|
59270
|
+
"name": "offset",
|
|
59271
|
+
"type": {
|
|
59272
|
+
"text": "number"
|
|
59273
|
+
},
|
|
59274
|
+
"default": "6",
|
|
59275
|
+
"description": "The offset of the tooltip from the anchor in pixels.",
|
|
59276
|
+
"fieldName": "offset",
|
|
59277
|
+
"attribute": "offset"
|
|
59278
|
+
},
|
|
59279
|
+
{
|
|
59280
|
+
"name": "placement",
|
|
59281
|
+
"type": {
|
|
59282
|
+
"text": "PopoverPlacement"
|
|
59283
|
+
},
|
|
59284
|
+
"default": "'top'",
|
|
59285
|
+
"description": "Where to place the floating element relative to the parent anchor element.",
|
|
59286
|
+
"fieldName": "placement",
|
|
59287
|
+
"attribute": "placement",
|
|
59288
|
+
"expandedType": {
|
|
59289
|
+
"text": "'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end'"
|
|
59290
|
+
}
|
|
59291
|
+
},
|
|
59292
|
+
{
|
|
59293
|
+
"name": "anchor",
|
|
59294
|
+
"type": {
|
|
59295
|
+
"text": "Element | string | undefined"
|
|
59296
|
+
},
|
|
59297
|
+
"description": "An element instance or an IDREF to use as the anchor for the tooltip.",
|
|
59298
|
+
"fieldName": "anchor",
|
|
59299
|
+
"attribute": "anchor"
|
|
59300
|
+
},
|
|
59301
|
+
{
|
|
59302
|
+
"name": "show-triggers",
|
|
59303
|
+
"description": "Which event triggers will show the tooltip.\nExpects a comma separate string of different event triggers.",
|
|
59304
|
+
"default": "pointerenter",
|
|
59305
|
+
"fieldName": "showTriggers",
|
|
59306
|
+
"attribute": "show-triggers",
|
|
59307
|
+
"type": {
|
|
59308
|
+
"text": "string"
|
|
59309
|
+
}
|
|
59310
|
+
},
|
|
59311
|
+
{
|
|
59312
|
+
"name": "hide-triggers",
|
|
59313
|
+
"description": "Which event triggers will hide the tooltip.\nExpects a comma separate string of different event triggers.",
|
|
59314
|
+
"default": "pointerleave, click",
|
|
59315
|
+
"fieldName": "hideTriggers",
|
|
59316
|
+
"attribute": "hide-triggers",
|
|
59317
|
+
"type": {
|
|
59318
|
+
"text": "string"
|
|
59319
|
+
}
|
|
59320
|
+
},
|
|
59321
|
+
{
|
|
59322
|
+
"name": "show-delay",
|
|
59323
|
+
"description": "Specifies the number of milliseconds that should pass before showing the tooltip.",
|
|
59324
|
+
"default": "200",
|
|
59325
|
+
"fieldName": "showDelay",
|
|
59326
|
+
"attribute": "show-delay",
|
|
59327
|
+
"type": {
|
|
59328
|
+
"text": "number"
|
|
59329
|
+
}
|
|
59330
|
+
},
|
|
59331
|
+
{
|
|
59332
|
+
"name": "hide-delay",
|
|
59333
|
+
"description": "Specifies the number of milliseconds that should pass before hiding the tooltip.",
|
|
59334
|
+
"default": "300",
|
|
59335
|
+
"fieldName": "hideDelay",
|
|
59336
|
+
"attribute": "hide-delay",
|
|
59337
|
+
"type": {
|
|
59338
|
+
"text": "number"
|
|
59339
|
+
}
|
|
59340
|
+
},
|
|
59341
|
+
{
|
|
59342
|
+
"name": "message",
|
|
59343
|
+
"type": {
|
|
59344
|
+
"text": "string"
|
|
59345
|
+
},
|
|
59346
|
+
"default": "''",
|
|
59347
|
+
"description": "Specifies a plain text as tooltip content.",
|
|
59348
|
+
"fieldName": "message",
|
|
59349
|
+
"attribute": "message"
|
|
59350
|
+
},
|
|
59351
|
+
{
|
|
59352
|
+
"name": "sticky",
|
|
59353
|
+
"type": {
|
|
59354
|
+
"text": "boolean"
|
|
59355
|
+
},
|
|
59356
|
+
"default": "false",
|
|
59357
|
+
"description": "Specifies if the tooltip remains visible until the user closes it via the close button or Esc key.",
|
|
59358
|
+
"fieldName": "sticky",
|
|
59359
|
+
"attribute": "sticky"
|
|
59360
|
+
}
|
|
59361
|
+
],
|
|
59362
|
+
"mixins": [
|
|
59363
|
+
{
|
|
59364
|
+
"name": "EventEmitterMixin",
|
|
59365
|
+
"module": "/src/components/common/mixins/event-emitter.js"
|
|
59366
|
+
}
|
|
59367
|
+
],
|
|
59368
|
+
"superclass": {
|
|
59369
|
+
"name": "LitElement",
|
|
59370
|
+
"package": "lit"
|
|
59371
|
+
},
|
|
59372
|
+
"tagName": "igc-tooltip",
|
|
59373
|
+
"customElement": true
|
|
59374
|
+
}
|
|
59375
|
+
],
|
|
59376
|
+
"exports": [
|
|
59377
|
+
{
|
|
59378
|
+
"kind": "js",
|
|
59379
|
+
"name": "default",
|
|
59380
|
+
"declaration": {
|
|
59381
|
+
"name": "IgcTooltipComponent",
|
|
59382
|
+
"module": "src/components/tooltip/tooltip.ts"
|
|
59383
|
+
}
|
|
59384
|
+
}
|
|
59385
|
+
]
|
|
59386
|
+
},
|
|
58352
59387
|
{
|
|
58353
59388
|
"kind": "javascript-module",
|
|
58354
59389
|
"path": "src/components/common/definitions/defineComponents.ts",
|
|
@@ -58946,6 +59981,14 @@
|
|
|
58946
59981
|
"module": "./components/stepper/step.js"
|
|
58947
59982
|
}
|
|
58948
59983
|
},
|
|
59984
|
+
{
|
|
59985
|
+
"kind": "js",
|
|
59986
|
+
"name": "IgcTooltipComponent",
|
|
59987
|
+
"declaration": {
|
|
59988
|
+
"name": "default",
|
|
59989
|
+
"module": "./components/tooltip/tooltip.js"
|
|
59990
|
+
}
|
|
59991
|
+
},
|
|
58949
59992
|
{
|
|
58950
59993
|
"kind": "js",
|
|
58951
59994
|
"name": "defineComponents",
|
|
@@ -59226,6 +60269,14 @@
|
|
|
59226
60269
|
"module": "./components/tree/tree.common.js"
|
|
59227
60270
|
}
|
|
59228
60271
|
},
|
|
60272
|
+
{
|
|
60273
|
+
"kind": "js",
|
|
60274
|
+
"name": "IgcTooltipComponentEventMap",
|
|
60275
|
+
"declaration": {
|
|
60276
|
+
"name": "IgcTooltipComponentEventMap",
|
|
60277
|
+
"module": "./components/tooltip/tooltip.js"
|
|
60278
|
+
}
|
|
60279
|
+
},
|
|
59229
60280
|
{
|
|
59230
60281
|
"kind": "js",
|
|
59231
60282
|
"name": "*",
|