igniteui-webcomponents 7.2.1 → 7.2.2
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 +12 -0
- package/components/button/button-base.js.map +1 -1
- package/components/button/themes/button/dark/button.bootstrap.css.js +1 -1
- package/components/button/themes/button/dark/button.bootstrap.css.js.map +1 -1
- package/components/button/themes/button/dark/button.fluent.css.js +1 -1
- package/components/button/themes/button/dark/button.fluent.css.js.map +1 -1
- package/components/button/themes/button/dark/button.indigo.css.js +1 -1
- package/components/button/themes/button/dark/button.indigo.css.js.map +1 -1
- package/components/button/themes/button/dark/button.material.css.js +1 -1
- package/components/button/themes/button/dark/button.material.css.js.map +1 -1
- package/components/button/themes/button/light/button.bootstrap.css.js +1 -1
- package/components/button/themes/button/light/button.bootstrap.css.js.map +1 -1
- package/components/button/themes/button/light/button.fluent.css.js +1 -1
- package/components/button/themes/button/light/button.fluent.css.js.map +1 -1
- package/components/button/themes/button/light/button.indigo.css.js +1 -1
- package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
- package/components/button/themes/button/light/button.material.css.js +1 -1
- package/components/button/themes/button/light/button.material.css.js.map +1 -1
- package/components/button/themes/button/light/button.shared.css.js +1 -1
- package/components/button/themes/button/light/button.shared.css.js.map +1 -1
- package/components/button-group/themes/dark/button-group.bootstrap.css.js +1 -1
- package/components/button-group/themes/dark/button-group.bootstrap.css.js.map +1 -1
- package/components/button-group/themes/light/button-group.bootstrap.css.js +1 -1
- package/components/button-group/themes/light/button-group.bootstrap.css.js.map +1 -1
- package/components/chat/chat-input.js +1 -1
- package/components/chat/chat-input.js.map +1 -1
- package/components/chat/chat-state.d.ts +2 -1
- package/components/chat/chat-state.js +2 -2
- package/components/chat/chat-state.js.map +1 -1
- package/components/chat/chat.d.ts +3 -9
- package/components/chat/chat.js.map +1 -1
- package/components/chat/message-attachments.d.ts +1 -0
- package/components/chat/message-attachments.js.map +1 -1
- package/components/chat/types.d.ts +16 -2
- package/components/chat/types.js.map +1 -1
- package/components/combo/themes/dark/combo.indigo.css.js +1 -1
- package/components/combo/themes/dark/combo.indigo.css.js.map +1 -1
- package/components/common/mixins/alert.d.ts +2 -2
- package/components/common/mixins/alert.js.map +1 -1
- package/components/common/mixins/combo-box.js.map +1 -1
- package/components/date-range-picker/date-range-input.d.ts +9 -3
- package/components/date-range-picker/date-range-input.js +4 -7
- package/components/date-range-picker/date-range-input.js.map +1 -1
- package/components/date-time-input/date-time-input.base.d.ts +1 -6
- package/components/date-time-input/date-time-input.base.js +1 -2
- package/components/date-time-input/date-time-input.base.js.map +1 -1
- package/components/date-time-input/date-time-input.d.ts +9 -3
- package/components/date-time-input/date-time-input.js +3 -2
- package/components/date-time-input/date-time-input.js.map +1 -1
- package/components/dialog/themes/dark/dialog.indigo.css.js +1 -1
- package/components/dialog/themes/dark/dialog.indigo.css.js.map +1 -1
- package/components/dropdown/themes/dark/dropdown.indigo.css.js +1 -1
- package/components/dropdown/themes/dark/dropdown.indigo.css.js.map +1 -1
- package/components/expansion-panel/themes/expansion-panel.base.css.js +1 -1
- package/components/expansion-panel/themes/expansion-panel.base.css.js.map +1 -1
- package/components/highlight/service.d.ts +2 -2
- package/components/highlight/service.js.map +1 -1
- package/components/input/input-base.js.map +1 -1
- package/components/mask-input/mask-input.js.map +1 -1
- package/components/select/themes/dark/select.indigo.css.js +1 -1
- package/components/select/themes/dark/select.indigo.css.js.map +1 -1
- package/components/snackbar/themes/dark/snackbar.indigo.css.js +1 -1
- package/components/snackbar/themes/dark/snackbar.indigo.css.js.map +1 -1
- package/components/splitter/types.js.map +1 -1
- package/components/toast/themes/dark/toast.indigo.css.js +1 -1
- package/components/toast/themes/dark/toast.indigo.css.js.map +1 -1
- package/components/tooltip/themes/dark/tooltip.indigo.css.js +1 -1
- package/components/tooltip/themes/dark/tooltip.indigo.css.js.map +1 -1
- package/components/tree/tree.js.map +1 -1
- package/components/types.d.ts +1 -0
- package/components/types.js.map +1 -1
- package/custom-elements.json +251 -500
- package/igniteui-webcomponents.css-data.json +1 -1
- package/igniteui-webcomponents.html-data.json +1 -1
- package/index.d.ts +1 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/skills/igniteui-wc-choose-components/SKILL.md +122 -160
- package/skills/igniteui-wc-customize-component-theme/SKILL.md +83 -311
- package/skills/igniteui-wc-customize-component-theme/references/mcp-setup.md +69 -0
- package/skills/igniteui-wc-generate-from-image-design/SKILL.md +4 -1
- package/skills/igniteui-wc-generate-from-image-design/references/component-mapping.md +60 -61
- package/skills/igniteui-wc-generate-from-image-design/references/gotchas.md +15 -11
- package/skills/igniteui-wc-migrate-grid-lite-to-premium/SKILL.md +446 -0
- package/skills/igniteui-wc-optimize-bundle-size/SKILL.md +23 -274
- package/themes/dark/bootstrap.css +1 -1
- package/themes/dark/fluent.css +1 -1
- package/themes/dark/indigo.css +1 -1
- package/themes/dark/material.css +1 -1
- package/themes/light/bootstrap.css +1 -1
- package/themes/light/fluent.css +1 -1
- package/themes/light/indigo.css +1 -1
- package/themes/light/material.css +1 -1
- package/web-types.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -20868,13 +20868,16 @@
|
|
|
20868
20868
|
"kind": "field",
|
|
20869
20869
|
"name": "positioning",
|
|
20870
20870
|
"type": {
|
|
20871
|
-
"text": "
|
|
20871
|
+
"text": "NotificationPositioning"
|
|
20872
20872
|
},
|
|
20873
20873
|
"privacy": "public",
|
|
20874
20874
|
"default": "'viewport'",
|
|
20875
20875
|
"description": "Sets the positioning strategy of the component.\n\n`viewport` - positions the component relative to the viewport, ignoring any ancestor elements. This is the default behavior.\n`container` - positions the component relative to the nearest visible ancestor. In this mode, the component will be constrained within the bounding box of the ancestor and will be positioned according to the `position` attribute.",
|
|
20876
20876
|
"attribute": "positioning",
|
|
20877
|
-
"reflects": true
|
|
20877
|
+
"reflects": true,
|
|
20878
|
+
"expandedType": {
|
|
20879
|
+
"text": "'viewport' | 'container'"
|
|
20880
|
+
}
|
|
20878
20881
|
},
|
|
20879
20882
|
{
|
|
20880
20883
|
"kind": "method",
|
|
@@ -20995,12 +20998,15 @@
|
|
|
20995
20998
|
{
|
|
20996
20999
|
"name": "positioning",
|
|
20997
21000
|
"type": {
|
|
20998
|
-
"text": "
|
|
21001
|
+
"text": "NotificationPositioning"
|
|
20999
21002
|
},
|
|
21000
21003
|
"default": "'viewport'",
|
|
21001
21004
|
"description": "Sets the positioning strategy of the component.\n\n`viewport` - positions the component relative to the viewport, ignoring any ancestor elements. This is the default behavior.\n`container` - positions the component relative to the nearest visible ancestor. In this mode, the component will be constrained within the bounding box of the ancestor and will be positioned according to the `position` attribute.",
|
|
21002
21005
|
"fieldName": "positioning",
|
|
21003
|
-
"attribute": "positioning"
|
|
21006
|
+
"attribute": "positioning",
|
|
21007
|
+
"expandedType": {
|
|
21008
|
+
"text": "'viewport' | 'container'"
|
|
21009
|
+
}
|
|
21004
21010
|
}
|
|
21005
21011
|
],
|
|
21006
21012
|
"superclass": {
|
|
@@ -21156,13 +21162,16 @@
|
|
|
21156
21162
|
"kind": "field",
|
|
21157
21163
|
"name": "positioning",
|
|
21158
21164
|
"type": {
|
|
21159
|
-
"text": "
|
|
21165
|
+
"text": "NotificationPositioning"
|
|
21160
21166
|
},
|
|
21161
21167
|
"privacy": "public",
|
|
21162
21168
|
"default": "'viewport'",
|
|
21163
21169
|
"description": "Sets the positioning strategy of the component.\n\n`viewport` - positions the component relative to the viewport, ignoring any ancestor elements. This is the default behavior.\n`container` - positions the component relative to the nearest visible ancestor. In this mode, the component will be constrained within the bounding box of the ancestor and will be positioned according to the `position` attribute.",
|
|
21164
21170
|
"attribute": "positioning",
|
|
21165
21171
|
"reflects": true,
|
|
21172
|
+
"expandedType": {
|
|
21173
|
+
"text": "'viewport' | 'container'"
|
|
21174
|
+
},
|
|
21166
21175
|
"inheritedFrom": {
|
|
21167
21176
|
"name": "IgcBaseAlertLikeComponent",
|
|
21168
21177
|
"module": "src/components/common/mixins/alert.ts"
|
|
@@ -21333,12 +21342,15 @@
|
|
|
21333
21342
|
{
|
|
21334
21343
|
"name": "positioning",
|
|
21335
21344
|
"type": {
|
|
21336
|
-
"text": "
|
|
21345
|
+
"text": "NotificationPositioning"
|
|
21337
21346
|
},
|
|
21338
21347
|
"default": "'viewport'",
|
|
21339
21348
|
"description": "Sets the positioning strategy of the component.\n\n`viewport` - positions the component relative to the viewport, ignoring any ancestor elements. This is the default behavior.\n`container` - positions the component relative to the nearest visible ancestor. In this mode, the component will be constrained within the bounding box of the ancestor and will be positioned according to the `position` attribute.",
|
|
21340
21349
|
"fieldName": "positioning",
|
|
21341
21350
|
"attribute": "positioning",
|
|
21351
|
+
"expandedType": {
|
|
21352
|
+
"text": "'viewport' | 'container'"
|
|
21353
|
+
},
|
|
21342
21354
|
"inheritedFrom": {
|
|
21343
21355
|
"name": "IgcBaseAlertLikeComponent",
|
|
21344
21356
|
"module": "src/components/common/mixins/alert.ts"
|
|
@@ -26492,191 +26504,8 @@
|
|
|
26492
26504
|
{
|
|
26493
26505
|
"kind": "javascript-module",
|
|
26494
26506
|
"path": "src/components/chat/message-attachments.ts",
|
|
26495
|
-
"declarations": [
|
|
26496
|
-
|
|
26497
|
-
"kind": "class",
|
|
26498
|
-
"description": "A component that renders message attachments within a chat.\n\nDisplays attachments such as images or files, supporting custom templates\nand default rendering using expansion panels.",
|
|
26499
|
-
"name": "IgcMessageAttachmentsComponent",
|
|
26500
|
-
"cssParts": [
|
|
26501
|
-
{
|
|
26502
|
-
"description": "Container wrapping all attachments.",
|
|
26503
|
-
"name": "attachments-container"
|
|
26504
|
-
},
|
|
26505
|
-
{
|
|
26506
|
-
"description": "Wrapper for a single attachment.",
|
|
26507
|
-
"name": "attachment"
|
|
26508
|
-
},
|
|
26509
|
-
{
|
|
26510
|
-
"description": "Wrapper for a single attachment header.",
|
|
26511
|
-
"name": "attachment-header"
|
|
26512
|
-
},
|
|
26513
|
-
{
|
|
26514
|
-
"description": "Part representing the attachment preview.",
|
|
26515
|
-
"name": "attachments-content"
|
|
26516
|
-
},
|
|
26517
|
-
{
|
|
26518
|
-
"description": "Icon part representing the attachment type.",
|
|
26519
|
-
"name": "attachment-icon"
|
|
26520
|
-
},
|
|
26521
|
-
{
|
|
26522
|
-
"description": "Part representing the attachment's file name.",
|
|
26523
|
-
"name": "file-name"
|
|
26524
|
-
},
|
|
26525
|
-
{
|
|
26526
|
-
"description": "Container for header action buttons.",
|
|
26527
|
-
"name": "actions"
|
|
26528
|
-
},
|
|
26529
|
-
{
|
|
26530
|
-
"description": "Part for the image element inside an image attachment.",
|
|
26531
|
-
"name": "image-attachment"
|
|
26532
|
-
}
|
|
26533
|
-
],
|
|
26534
|
-
"members": [
|
|
26535
|
-
{
|
|
26536
|
-
"kind": "field",
|
|
26537
|
-
"name": "tagName",
|
|
26538
|
-
"type": {
|
|
26539
|
-
"text": "string"
|
|
26540
|
-
},
|
|
26541
|
-
"privacy": "public",
|
|
26542
|
-
"static": true,
|
|
26543
|
-
"readonly": true,
|
|
26544
|
-
"default": "'igc-message-attachments'"
|
|
26545
|
-
},
|
|
26546
|
-
{
|
|
26547
|
-
"kind": "method",
|
|
26548
|
-
"name": "register",
|
|
26549
|
-
"privacy": "public",
|
|
26550
|
-
"static": true,
|
|
26551
|
-
"return": {
|
|
26552
|
-
"type": {
|
|
26553
|
-
"text": "void"
|
|
26554
|
-
}
|
|
26555
|
-
}
|
|
26556
|
-
},
|
|
26557
|
-
{
|
|
26558
|
-
"kind": "field",
|
|
26559
|
-
"name": "_defaults",
|
|
26560
|
-
"type": {
|
|
26561
|
-
"text": "Readonly<DefaultAttachmentRenderers>"
|
|
26562
|
-
},
|
|
26563
|
-
"privacy": "private",
|
|
26564
|
-
"readonly": true
|
|
26565
|
-
},
|
|
26566
|
-
{
|
|
26567
|
-
"kind": "field",
|
|
26568
|
-
"name": "_state",
|
|
26569
|
-
"type": {
|
|
26570
|
-
"text": "ChatState"
|
|
26571
|
-
},
|
|
26572
|
-
"privacy": "private",
|
|
26573
|
-
"readonly": true
|
|
26574
|
-
},
|
|
26575
|
-
{
|
|
26576
|
-
"kind": "field",
|
|
26577
|
-
"name": "message",
|
|
26578
|
-
"type": {
|
|
26579
|
-
"text": "IgcChatMessage | undefined"
|
|
26580
|
-
},
|
|
26581
|
-
"privacy": "public",
|
|
26582
|
-
"description": "The array of attachments to render."
|
|
26583
|
-
},
|
|
26584
|
-
{
|
|
26585
|
-
"kind": "method",
|
|
26586
|
-
"name": "_getRenderer",
|
|
26587
|
-
"privacy": "private",
|
|
26588
|
-
"parameters": [
|
|
26589
|
-
{
|
|
26590
|
-
"name": "name",
|
|
26591
|
-
"type": {
|
|
26592
|
-
"text": "keyof DefaultAttachmentRenderers"
|
|
26593
|
-
}
|
|
26594
|
-
}
|
|
26595
|
-
]
|
|
26596
|
-
},
|
|
26597
|
-
{
|
|
26598
|
-
"kind": "field",
|
|
26599
|
-
"name": "_handleHeaderClick",
|
|
26600
|
-
"privacy": "private"
|
|
26601
|
-
},
|
|
26602
|
-
{
|
|
26603
|
-
"kind": "method",
|
|
26604
|
-
"name": "renderHeader",
|
|
26605
|
-
"privacy": "private",
|
|
26606
|
-
"parameters": [
|
|
26607
|
-
{
|
|
26608
|
-
"name": "attachment",
|
|
26609
|
-
"type": {
|
|
26610
|
-
"text": "IgcChatMessageAttachment"
|
|
26611
|
-
},
|
|
26612
|
-
"description": "The message attachment to render"
|
|
26613
|
-
}
|
|
26614
|
-
],
|
|
26615
|
-
"description": "Default attachment header template used when no custom template is provided.\nRenders the attachment icon and name.",
|
|
26616
|
-
"return": {
|
|
26617
|
-
"type": {
|
|
26618
|
-
"text": ""
|
|
26619
|
-
}
|
|
26620
|
-
}
|
|
26621
|
-
},
|
|
26622
|
-
{
|
|
26623
|
-
"kind": "method",
|
|
26624
|
-
"name": "_renderContent",
|
|
26625
|
-
"privacy": "private",
|
|
26626
|
-
"parameters": [
|
|
26627
|
-
{
|
|
26628
|
-
"name": "attachment",
|
|
26629
|
-
"type": {
|
|
26630
|
-
"text": "IgcChatMessageAttachment"
|
|
26631
|
-
},
|
|
26632
|
-
"description": "The message attachment to render"
|
|
26633
|
-
}
|
|
26634
|
-
],
|
|
26635
|
-
"description": "Default attachment content template used when no custom template is provided.\nRenders the attachment content based on its type.",
|
|
26636
|
-
"return": {
|
|
26637
|
-
"type": {
|
|
26638
|
-
"text": ""
|
|
26639
|
-
}
|
|
26640
|
-
}
|
|
26641
|
-
},
|
|
26642
|
-
{
|
|
26643
|
-
"kind": "method",
|
|
26644
|
-
"name": "_renderAttachment",
|
|
26645
|
-
"privacy": "private",
|
|
26646
|
-
"parameters": [
|
|
26647
|
-
{
|
|
26648
|
-
"name": "attachment",
|
|
26649
|
-
"type": {
|
|
26650
|
-
"text": "IgcChatMessageAttachment"
|
|
26651
|
-
}
|
|
26652
|
-
}
|
|
26653
|
-
]
|
|
26654
|
-
}
|
|
26655
|
-
],
|
|
26656
|
-
"events": [
|
|
26657
|
-
{
|
|
26658
|
-
"description": "Fired when an attachment header is toggled (clicked).",
|
|
26659
|
-
"name": "igcAttachmentClick"
|
|
26660
|
-
}
|
|
26661
|
-
],
|
|
26662
|
-
"superclass": {
|
|
26663
|
-
"name": "LitElement",
|
|
26664
|
-
"package": "lit"
|
|
26665
|
-
},
|
|
26666
|
-
"tagName": "igc-message-attachments",
|
|
26667
|
-
"customElement": true
|
|
26668
|
-
}
|
|
26669
|
-
],
|
|
26670
|
-
"exports": [
|
|
26671
|
-
{
|
|
26672
|
-
"kind": "js",
|
|
26673
|
-
"name": "default",
|
|
26674
|
-
"declaration": {
|
|
26675
|
-
"name": "IgcMessageAttachmentsComponent",
|
|
26676
|
-
"module": "src/components/chat/message-attachments.ts"
|
|
26677
|
-
}
|
|
26678
|
-
}
|
|
26679
|
-
]
|
|
26507
|
+
"declarations": [],
|
|
26508
|
+
"exports": []
|
|
26680
26509
|
},
|
|
26681
26510
|
{
|
|
26682
26511
|
"kind": "javascript-module",
|
|
@@ -27221,7 +27050,7 @@
|
|
|
27221
27050
|
"privacy": "public",
|
|
27222
27051
|
"description": "The chat message currently being composed but not yet sent.\nIncludes the draft text and any attachments.",
|
|
27223
27052
|
"type": {
|
|
27224
|
-
"text": "
|
|
27053
|
+
"text": "IgcChatDraftMessage"
|
|
27225
27054
|
}
|
|
27226
27055
|
},
|
|
27227
27056
|
{
|
|
@@ -27756,16 +27585,16 @@
|
|
|
27756
27585
|
},
|
|
27757
27586
|
"parameters": [
|
|
27758
27587
|
{
|
|
27759
|
-
"name": "
|
|
27588
|
+
"name": "event",
|
|
27760
27589
|
"type": {
|
|
27761
|
-
"text": "
|
|
27590
|
+
"text": "K"
|
|
27762
27591
|
}
|
|
27763
27592
|
},
|
|
27764
27593
|
{
|
|
27765
|
-
"name": "
|
|
27594
|
+
"name": "eventInitDict",
|
|
27766
27595
|
"optional": true,
|
|
27767
27596
|
"type": {
|
|
27768
|
-
"text": "
|
|
27597
|
+
"text": "CustomEventInit<D>"
|
|
27769
27598
|
}
|
|
27770
27599
|
}
|
|
27771
27600
|
]
|
|
@@ -42566,7 +42395,7 @@
|
|
|
42566
42395
|
{
|
|
42567
42396
|
"kind": "method",
|
|
42568
42397
|
"name": "emitEvent",
|
|
42569
|
-
"privacy": "
|
|
42398
|
+
"privacy": "public",
|
|
42570
42399
|
"return": {
|
|
42571
42400
|
"type": {
|
|
42572
42401
|
"text": "boolean"
|
|
@@ -42588,8 +42417,8 @@
|
|
|
42588
42417
|
}
|
|
42589
42418
|
],
|
|
42590
42419
|
"inheritedFrom": {
|
|
42591
|
-
"name": "
|
|
42592
|
-
"module": "src/components/common/mixins/
|
|
42420
|
+
"name": "MaskBehaviorMixin",
|
|
42421
|
+
"module": "src/components/common/mixins/mask-behavior.ts"
|
|
42593
42422
|
}
|
|
42594
42423
|
},
|
|
42595
42424
|
{
|
|
@@ -43542,76 +43371,6 @@
|
|
|
43542
43371
|
"name": "BaseFormAssociated",
|
|
43543
43372
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
43544
43373
|
}
|
|
43545
|
-
},
|
|
43546
|
-
{
|
|
43547
|
-
"kind": "method",
|
|
43548
|
-
"name": "addEventListener",
|
|
43549
|
-
"privacy": "public",
|
|
43550
|
-
"return": {
|
|
43551
|
-
"type": {
|
|
43552
|
-
"text": "void"
|
|
43553
|
-
}
|
|
43554
|
-
},
|
|
43555
|
-
"parameters": [
|
|
43556
|
-
{
|
|
43557
|
-
"name": "type",
|
|
43558
|
-
"type": {
|
|
43559
|
-
"text": "K"
|
|
43560
|
-
}
|
|
43561
|
-
},
|
|
43562
|
-
{
|
|
43563
|
-
"name": "listener",
|
|
43564
|
-
"type": {
|
|
43565
|
-
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
43566
|
-
}
|
|
43567
|
-
},
|
|
43568
|
-
{
|
|
43569
|
-
"name": "options",
|
|
43570
|
-
"optional": true,
|
|
43571
|
-
"type": {
|
|
43572
|
-
"text": "boolean | AddEventListenerOptions"
|
|
43573
|
-
}
|
|
43574
|
-
}
|
|
43575
|
-
],
|
|
43576
|
-
"inheritedFrom": {
|
|
43577
|
-
"name": "EventEmitterMixin",
|
|
43578
|
-
"module": "src/components/common/mixins/event-emitter.ts"
|
|
43579
|
-
}
|
|
43580
|
-
},
|
|
43581
|
-
{
|
|
43582
|
-
"kind": "method",
|
|
43583
|
-
"name": "removeEventListener",
|
|
43584
|
-
"privacy": "public",
|
|
43585
|
-
"return": {
|
|
43586
|
-
"type": {
|
|
43587
|
-
"text": "void"
|
|
43588
|
-
}
|
|
43589
|
-
},
|
|
43590
|
-
"parameters": [
|
|
43591
|
-
{
|
|
43592
|
-
"name": "type",
|
|
43593
|
-
"type": {
|
|
43594
|
-
"text": "K"
|
|
43595
|
-
}
|
|
43596
|
-
},
|
|
43597
|
-
{
|
|
43598
|
-
"name": "listener",
|
|
43599
|
-
"type": {
|
|
43600
|
-
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
43601
|
-
}
|
|
43602
|
-
},
|
|
43603
|
-
{
|
|
43604
|
-
"name": "options",
|
|
43605
|
-
"optional": true,
|
|
43606
|
-
"type": {
|
|
43607
|
-
"text": "boolean | EventListenerOptions"
|
|
43608
|
-
}
|
|
43609
|
-
}
|
|
43610
|
-
],
|
|
43611
|
-
"inheritedFrom": {
|
|
43612
|
-
"name": "EventEmitterMixin",
|
|
43613
|
-
"module": "src/components/common/mixins/event-emitter.ts"
|
|
43614
|
-
}
|
|
43615
43374
|
}
|
|
43616
43375
|
],
|
|
43617
43376
|
"attributes": [
|
|
@@ -43816,28 +43575,13 @@
|
|
|
43816
43575
|
{
|
|
43817
43576
|
"name": "FormAssociatedRequiredMixin",
|
|
43818
43577
|
"module": "/src/components/common/mixins/forms/associated-required.js"
|
|
43819
|
-
},
|
|
43820
|
-
{
|
|
43821
|
-
"name": "EventEmitterMixin",
|
|
43822
|
-
"module": "/src/components/common/mixins/event-emitter.js"
|
|
43823
43578
|
}
|
|
43824
43579
|
],
|
|
43825
43580
|
"superclass": {
|
|
43826
43581
|
"name": "LitElement",
|
|
43827
43582
|
"package": "lit"
|
|
43828
43583
|
},
|
|
43829
|
-
"customElement": true
|
|
43830
|
-
"events": [
|
|
43831
|
-
{
|
|
43832
|
-
"type": {
|
|
43833
|
-
"text": "CustomEvent"
|
|
43834
|
-
},
|
|
43835
|
-
"inheritedFrom": {
|
|
43836
|
-
"name": "EventEmitterMixin",
|
|
43837
|
-
"module": "src/components/common/mixins/event-emitter.ts"
|
|
43838
|
-
}
|
|
43839
|
-
}
|
|
43840
|
-
]
|
|
43584
|
+
"customElement": true
|
|
43841
43585
|
}
|
|
43842
43586
|
],
|
|
43843
43587
|
"exports": [
|
|
@@ -45095,52 +44839,80 @@
|
|
|
45095
44839
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
45096
44840
|
}
|
|
45097
44841
|
},
|
|
45098
|
-
{
|
|
45099
|
-
"kind": "field",
|
|
45100
|
-
"name": "_input",
|
|
45101
|
-
"type": {
|
|
45102
|
-
"text": "HTMLInputElement | undefined"
|
|
45103
|
-
},
|
|
45104
|
-
"privacy": "protected",
|
|
45105
|
-
"readonly": true,
|
|
45106
|
-
"inheritedFrom": {
|
|
45107
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
45108
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
45109
|
-
}
|
|
45110
|
-
},
|
|
45111
44842
|
{
|
|
45112
44843
|
"kind": "method",
|
|
45113
|
-
"name": "
|
|
45114
|
-
"privacy": "
|
|
44844
|
+
"name": "addEventListener",
|
|
44845
|
+
"privacy": "public",
|
|
45115
44846
|
"return": {
|
|
45116
44847
|
"type": {
|
|
45117
44848
|
"text": "void"
|
|
45118
44849
|
}
|
|
45119
44850
|
},
|
|
44851
|
+
"parameters": [
|
|
44852
|
+
{
|
|
44853
|
+
"name": "type",
|
|
44854
|
+
"type": {
|
|
44855
|
+
"text": "K"
|
|
44856
|
+
}
|
|
44857
|
+
},
|
|
44858
|
+
{
|
|
44859
|
+
"name": "listener",
|
|
44860
|
+
"type": {
|
|
44861
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
44862
|
+
}
|
|
44863
|
+
},
|
|
44864
|
+
{
|
|
44865
|
+
"name": "options",
|
|
44866
|
+
"optional": true,
|
|
44867
|
+
"type": {
|
|
44868
|
+
"text": "boolean | AddEventListenerOptions"
|
|
44869
|
+
}
|
|
44870
|
+
}
|
|
44871
|
+
],
|
|
45120
44872
|
"inheritedFrom": {
|
|
45121
|
-
"name": "
|
|
45122
|
-
"module": "src/components/
|
|
44873
|
+
"name": "EventEmitterMixin",
|
|
44874
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
45123
44875
|
}
|
|
45124
44876
|
},
|
|
45125
44877
|
{
|
|
45126
44878
|
"kind": "method",
|
|
45127
|
-
"name": "
|
|
44879
|
+
"name": "removeEventListener",
|
|
45128
44880
|
"privacy": "public",
|
|
45129
44881
|
"return": {
|
|
45130
44882
|
"type": {
|
|
45131
44883
|
"text": "void"
|
|
45132
44884
|
}
|
|
45133
44885
|
},
|
|
45134
|
-
"
|
|
44886
|
+
"parameters": [
|
|
44887
|
+
{
|
|
44888
|
+
"name": "type",
|
|
44889
|
+
"type": {
|
|
44890
|
+
"text": "K"
|
|
44891
|
+
}
|
|
44892
|
+
},
|
|
44893
|
+
{
|
|
44894
|
+
"name": "listener",
|
|
44895
|
+
"type": {
|
|
44896
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
44897
|
+
}
|
|
44898
|
+
},
|
|
44899
|
+
{
|
|
44900
|
+
"name": "options",
|
|
44901
|
+
"optional": true,
|
|
44902
|
+
"type": {
|
|
44903
|
+
"text": "boolean | EventListenerOptions"
|
|
44904
|
+
}
|
|
44905
|
+
}
|
|
44906
|
+
],
|
|
45135
44907
|
"inheritedFrom": {
|
|
45136
|
-
"name": "
|
|
45137
|
-
"module": "src/components/
|
|
44908
|
+
"name": "EventEmitterMixin",
|
|
44909
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
45138
44910
|
}
|
|
45139
44911
|
},
|
|
45140
44912
|
{
|
|
45141
44913
|
"kind": "method",
|
|
45142
44914
|
"name": "emitEvent",
|
|
45143
|
-
"privacy": "
|
|
44915
|
+
"privacy": "public",
|
|
45144
44916
|
"return": {
|
|
45145
44917
|
"type": {
|
|
45146
44918
|
"text": "boolean"
|
|
@@ -45148,16 +44920,16 @@
|
|
|
45148
44920
|
},
|
|
45149
44921
|
"parameters": [
|
|
45150
44922
|
{
|
|
45151
|
-
"name": "
|
|
44923
|
+
"name": "type",
|
|
45152
44924
|
"type": {
|
|
45153
|
-
"text": "
|
|
44925
|
+
"text": "K"
|
|
45154
44926
|
}
|
|
45155
44927
|
},
|
|
45156
44928
|
{
|
|
45157
|
-
"name": "
|
|
44929
|
+
"name": "eventInitDict",
|
|
45158
44930
|
"optional": true,
|
|
45159
44931
|
"type": {
|
|
45160
|
-
"text": "CustomEventInit"
|
|
44932
|
+
"text": "CustomEventInit<D>"
|
|
45161
44933
|
}
|
|
45162
44934
|
}
|
|
45163
44935
|
],
|
|
@@ -45166,6 +44938,48 @@
|
|
|
45166
44938
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
45167
44939
|
}
|
|
45168
44940
|
},
|
|
44941
|
+
{
|
|
44942
|
+
"kind": "field",
|
|
44943
|
+
"name": "_input",
|
|
44944
|
+
"type": {
|
|
44945
|
+
"text": "HTMLInputElement | undefined"
|
|
44946
|
+
},
|
|
44947
|
+
"privacy": "protected",
|
|
44948
|
+
"readonly": true,
|
|
44949
|
+
"inheritedFrom": {
|
|
44950
|
+
"name": "IgcDateTimeInputBaseComponent",
|
|
44951
|
+
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
44952
|
+
}
|
|
44953
|
+
},
|
|
44954
|
+
{
|
|
44955
|
+
"kind": "method",
|
|
44956
|
+
"name": "_setTouchedState",
|
|
44957
|
+
"privacy": "protected",
|
|
44958
|
+
"return": {
|
|
44959
|
+
"type": {
|
|
44960
|
+
"text": "void"
|
|
44961
|
+
}
|
|
44962
|
+
},
|
|
44963
|
+
"inheritedFrom": {
|
|
44964
|
+
"name": "IgcDateTimeInputBaseComponent",
|
|
44965
|
+
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
44966
|
+
}
|
|
44967
|
+
},
|
|
44968
|
+
{
|
|
44969
|
+
"kind": "method",
|
|
44970
|
+
"name": "select",
|
|
44971
|
+
"privacy": "public",
|
|
44972
|
+
"return": {
|
|
44973
|
+
"type": {
|
|
44974
|
+
"text": "void"
|
|
44975
|
+
}
|
|
44976
|
+
},
|
|
44977
|
+
"description": "Selects all the text inside the input.",
|
|
44978
|
+
"inheritedFrom": {
|
|
44979
|
+
"name": "IgcDateTimeInputBaseComponent",
|
|
44980
|
+
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
44981
|
+
}
|
|
44982
|
+
},
|
|
45169
44983
|
{
|
|
45170
44984
|
"kind": "method",
|
|
45171
44985
|
"name": "_handleEnterKeydown",
|
|
@@ -46075,76 +45889,6 @@
|
|
|
46075
45889
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
46076
45890
|
}
|
|
46077
45891
|
},
|
|
46078
|
-
{
|
|
46079
|
-
"kind": "method",
|
|
46080
|
-
"name": "addEventListener",
|
|
46081
|
-
"privacy": "public",
|
|
46082
|
-
"return": {
|
|
46083
|
-
"type": {
|
|
46084
|
-
"text": "void"
|
|
46085
|
-
}
|
|
46086
|
-
},
|
|
46087
|
-
"parameters": [
|
|
46088
|
-
{
|
|
46089
|
-
"name": "type",
|
|
46090
|
-
"type": {
|
|
46091
|
-
"text": "K"
|
|
46092
|
-
}
|
|
46093
|
-
},
|
|
46094
|
-
{
|
|
46095
|
-
"name": "listener",
|
|
46096
|
-
"type": {
|
|
46097
|
-
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
46098
|
-
}
|
|
46099
|
-
},
|
|
46100
|
-
{
|
|
46101
|
-
"name": "options",
|
|
46102
|
-
"optional": true,
|
|
46103
|
-
"type": {
|
|
46104
|
-
"text": "boolean | AddEventListenerOptions"
|
|
46105
|
-
}
|
|
46106
|
-
}
|
|
46107
|
-
],
|
|
46108
|
-
"inheritedFrom": {
|
|
46109
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
46110
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
46111
|
-
}
|
|
46112
|
-
},
|
|
46113
|
-
{
|
|
46114
|
-
"kind": "method",
|
|
46115
|
-
"name": "removeEventListener",
|
|
46116
|
-
"privacy": "public",
|
|
46117
|
-
"return": {
|
|
46118
|
-
"type": {
|
|
46119
|
-
"text": "void"
|
|
46120
|
-
}
|
|
46121
|
-
},
|
|
46122
|
-
"parameters": [
|
|
46123
|
-
{
|
|
46124
|
-
"name": "type",
|
|
46125
|
-
"type": {
|
|
46126
|
-
"text": "K"
|
|
46127
|
-
}
|
|
46128
|
-
},
|
|
46129
|
-
{
|
|
46130
|
-
"name": "listener",
|
|
46131
|
-
"type": {
|
|
46132
|
-
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
46133
|
-
}
|
|
46134
|
-
},
|
|
46135
|
-
{
|
|
46136
|
-
"name": "options",
|
|
46137
|
-
"optional": true,
|
|
46138
|
-
"type": {
|
|
46139
|
-
"text": "boolean | EventListenerOptions"
|
|
46140
|
-
}
|
|
46141
|
-
}
|
|
46142
|
-
],
|
|
46143
|
-
"inheritedFrom": {
|
|
46144
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
46145
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
46146
|
-
}
|
|
46147
|
-
},
|
|
46148
45892
|
{
|
|
46149
45893
|
"kind": "field",
|
|
46150
45894
|
"name": "_slots",
|
|
@@ -46717,8 +46461,8 @@
|
|
|
46717
46461
|
"text": "CustomEvent"
|
|
46718
46462
|
},
|
|
46719
46463
|
"inheritedFrom": {
|
|
46720
|
-
"name": "
|
|
46721
|
-
"module": "src/components/
|
|
46464
|
+
"name": "EventEmitterMixin",
|
|
46465
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
46722
46466
|
}
|
|
46723
46467
|
}
|
|
46724
46468
|
],
|
|
@@ -46961,6 +46705,12 @@
|
|
|
46961
46705
|
}
|
|
46962
46706
|
}
|
|
46963
46707
|
],
|
|
46708
|
+
"mixins": [
|
|
46709
|
+
{
|
|
46710
|
+
"name": "EventEmitterMixin",
|
|
46711
|
+
"module": "/src/components/common/mixins/event-emitter.js"
|
|
46712
|
+
}
|
|
46713
|
+
],
|
|
46964
46714
|
"superclass": {
|
|
46965
46715
|
"name": "IgcDateTimeInputBaseComponent",
|
|
46966
46716
|
"module": "/src/components/date-time-input/date-time-input.base.js"
|
|
@@ -50708,7 +50458,12 @@
|
|
|
50708
50458
|
"kind": "method",
|
|
50709
50459
|
"name": "register",
|
|
50710
50460
|
"privacy": "public",
|
|
50711
|
-
"static": true
|
|
50461
|
+
"static": true,
|
|
50462
|
+
"return": {
|
|
50463
|
+
"type": {
|
|
50464
|
+
"text": "void"
|
|
50465
|
+
}
|
|
50466
|
+
}
|
|
50712
50467
|
},
|
|
50713
50468
|
{
|
|
50714
50469
|
"kind": "field",
|
|
@@ -51153,52 +50908,80 @@
|
|
|
51153
50908
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51154
50909
|
}
|
|
51155
50910
|
},
|
|
51156
|
-
{
|
|
51157
|
-
"kind": "field",
|
|
51158
|
-
"name": "_input",
|
|
51159
|
-
"type": {
|
|
51160
|
-
"text": "HTMLInputElement | undefined"
|
|
51161
|
-
},
|
|
51162
|
-
"privacy": "protected",
|
|
51163
|
-
"readonly": true,
|
|
51164
|
-
"inheritedFrom": {
|
|
51165
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
51166
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51167
|
-
}
|
|
51168
|
-
},
|
|
51169
50911
|
{
|
|
51170
50912
|
"kind": "method",
|
|
51171
|
-
"name": "
|
|
51172
|
-
"privacy": "
|
|
50913
|
+
"name": "addEventListener",
|
|
50914
|
+
"privacy": "public",
|
|
51173
50915
|
"return": {
|
|
51174
50916
|
"type": {
|
|
51175
50917
|
"text": "void"
|
|
51176
50918
|
}
|
|
51177
50919
|
},
|
|
50920
|
+
"parameters": [
|
|
50921
|
+
{
|
|
50922
|
+
"name": "type",
|
|
50923
|
+
"type": {
|
|
50924
|
+
"text": "K"
|
|
50925
|
+
}
|
|
50926
|
+
},
|
|
50927
|
+
{
|
|
50928
|
+
"name": "listener",
|
|
50929
|
+
"type": {
|
|
50930
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
50931
|
+
}
|
|
50932
|
+
},
|
|
50933
|
+
{
|
|
50934
|
+
"name": "options",
|
|
50935
|
+
"optional": true,
|
|
50936
|
+
"type": {
|
|
50937
|
+
"text": "boolean | AddEventListenerOptions"
|
|
50938
|
+
}
|
|
50939
|
+
}
|
|
50940
|
+
],
|
|
51178
50941
|
"inheritedFrom": {
|
|
51179
|
-
"name": "
|
|
51180
|
-
"module": "src/components/
|
|
50942
|
+
"name": "EventEmitterMixin",
|
|
50943
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
51181
50944
|
}
|
|
51182
50945
|
},
|
|
51183
50946
|
{
|
|
51184
50947
|
"kind": "method",
|
|
51185
|
-
"name": "
|
|
50948
|
+
"name": "removeEventListener",
|
|
51186
50949
|
"privacy": "public",
|
|
51187
50950
|
"return": {
|
|
51188
50951
|
"type": {
|
|
51189
50952
|
"text": "void"
|
|
51190
50953
|
}
|
|
51191
50954
|
},
|
|
51192
|
-
"
|
|
50955
|
+
"parameters": [
|
|
50956
|
+
{
|
|
50957
|
+
"name": "type",
|
|
50958
|
+
"type": {
|
|
50959
|
+
"text": "K"
|
|
50960
|
+
}
|
|
50961
|
+
},
|
|
50962
|
+
{
|
|
50963
|
+
"name": "listener",
|
|
50964
|
+
"type": {
|
|
50965
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
50966
|
+
}
|
|
50967
|
+
},
|
|
50968
|
+
{
|
|
50969
|
+
"name": "options",
|
|
50970
|
+
"optional": true,
|
|
50971
|
+
"type": {
|
|
50972
|
+
"text": "boolean | EventListenerOptions"
|
|
50973
|
+
}
|
|
50974
|
+
}
|
|
50975
|
+
],
|
|
51193
50976
|
"inheritedFrom": {
|
|
51194
|
-
"name": "
|
|
51195
|
-
"module": "src/components/
|
|
50977
|
+
"name": "EventEmitterMixin",
|
|
50978
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
51196
50979
|
}
|
|
51197
50980
|
},
|
|
51198
50981
|
{
|
|
51199
50982
|
"kind": "method",
|
|
51200
50983
|
"name": "emitEvent",
|
|
51201
|
-
"privacy": "
|
|
50984
|
+
"privacy": "public",
|
|
51202
50985
|
"return": {
|
|
51203
50986
|
"type": {
|
|
51204
50987
|
"text": "boolean"
|
|
@@ -51206,16 +50989,16 @@
|
|
|
51206
50989
|
},
|
|
51207
50990
|
"parameters": [
|
|
51208
50991
|
{
|
|
51209
|
-
"name": "
|
|
50992
|
+
"name": "type",
|
|
51210
50993
|
"type": {
|
|
51211
|
-
"text": "
|
|
50994
|
+
"text": "K"
|
|
51212
50995
|
}
|
|
51213
50996
|
},
|
|
51214
50997
|
{
|
|
51215
|
-
"name": "
|
|
50998
|
+
"name": "eventInitDict",
|
|
51216
50999
|
"optional": true,
|
|
51217
51000
|
"type": {
|
|
51218
|
-
"text": "CustomEventInit"
|
|
51001
|
+
"text": "CustomEventInit<D>"
|
|
51219
51002
|
}
|
|
51220
51003
|
}
|
|
51221
51004
|
],
|
|
@@ -51224,6 +51007,48 @@
|
|
|
51224
51007
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51225
51008
|
}
|
|
51226
51009
|
},
|
|
51010
|
+
{
|
|
51011
|
+
"kind": "field",
|
|
51012
|
+
"name": "_input",
|
|
51013
|
+
"type": {
|
|
51014
|
+
"text": "HTMLInputElement | undefined"
|
|
51015
|
+
},
|
|
51016
|
+
"privacy": "protected",
|
|
51017
|
+
"readonly": true,
|
|
51018
|
+
"inheritedFrom": {
|
|
51019
|
+
"name": "IgcDateTimeInputBaseComponent",
|
|
51020
|
+
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51021
|
+
}
|
|
51022
|
+
},
|
|
51023
|
+
{
|
|
51024
|
+
"kind": "method",
|
|
51025
|
+
"name": "_setTouchedState",
|
|
51026
|
+
"privacy": "protected",
|
|
51027
|
+
"return": {
|
|
51028
|
+
"type": {
|
|
51029
|
+
"text": "void"
|
|
51030
|
+
}
|
|
51031
|
+
},
|
|
51032
|
+
"inheritedFrom": {
|
|
51033
|
+
"name": "IgcDateTimeInputBaseComponent",
|
|
51034
|
+
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51035
|
+
}
|
|
51036
|
+
},
|
|
51037
|
+
{
|
|
51038
|
+
"kind": "method",
|
|
51039
|
+
"name": "select",
|
|
51040
|
+
"privacy": "public",
|
|
51041
|
+
"return": {
|
|
51042
|
+
"type": {
|
|
51043
|
+
"text": "void"
|
|
51044
|
+
}
|
|
51045
|
+
},
|
|
51046
|
+
"description": "Selects all the text inside the input.",
|
|
51047
|
+
"inheritedFrom": {
|
|
51048
|
+
"name": "IgcDateTimeInputBaseComponent",
|
|
51049
|
+
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51050
|
+
}
|
|
51051
|
+
},
|
|
51227
51052
|
{
|
|
51228
51053
|
"kind": "method",
|
|
51229
51054
|
"name": "_handleEnterKeydown",
|
|
@@ -52161,76 +51986,6 @@
|
|
|
52161
51986
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
52162
51987
|
}
|
|
52163
51988
|
},
|
|
52164
|
-
{
|
|
52165
|
-
"kind": "method",
|
|
52166
|
-
"name": "addEventListener",
|
|
52167
|
-
"privacy": "public",
|
|
52168
|
-
"return": {
|
|
52169
|
-
"type": {
|
|
52170
|
-
"text": "void"
|
|
52171
|
-
}
|
|
52172
|
-
},
|
|
52173
|
-
"parameters": [
|
|
52174
|
-
{
|
|
52175
|
-
"name": "type",
|
|
52176
|
-
"type": {
|
|
52177
|
-
"text": "K"
|
|
52178
|
-
}
|
|
52179
|
-
},
|
|
52180
|
-
{
|
|
52181
|
-
"name": "listener",
|
|
52182
|
-
"type": {
|
|
52183
|
-
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
52184
|
-
}
|
|
52185
|
-
},
|
|
52186
|
-
{
|
|
52187
|
-
"name": "options",
|
|
52188
|
-
"optional": true,
|
|
52189
|
-
"type": {
|
|
52190
|
-
"text": "boolean | AddEventListenerOptions"
|
|
52191
|
-
}
|
|
52192
|
-
}
|
|
52193
|
-
],
|
|
52194
|
-
"inheritedFrom": {
|
|
52195
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
52196
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
52197
|
-
}
|
|
52198
|
-
},
|
|
52199
|
-
{
|
|
52200
|
-
"kind": "method",
|
|
52201
|
-
"name": "removeEventListener",
|
|
52202
|
-
"privacy": "public",
|
|
52203
|
-
"return": {
|
|
52204
|
-
"type": {
|
|
52205
|
-
"text": "void"
|
|
52206
|
-
}
|
|
52207
|
-
},
|
|
52208
|
-
"parameters": [
|
|
52209
|
-
{
|
|
52210
|
-
"name": "type",
|
|
52211
|
-
"type": {
|
|
52212
|
-
"text": "K"
|
|
52213
|
-
}
|
|
52214
|
-
},
|
|
52215
|
-
{
|
|
52216
|
-
"name": "listener",
|
|
52217
|
-
"type": {
|
|
52218
|
-
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
52219
|
-
}
|
|
52220
|
-
},
|
|
52221
|
-
{
|
|
52222
|
-
"name": "options",
|
|
52223
|
-
"optional": true,
|
|
52224
|
-
"type": {
|
|
52225
|
-
"text": "boolean | EventListenerOptions"
|
|
52226
|
-
}
|
|
52227
|
-
}
|
|
52228
|
-
],
|
|
52229
|
-
"inheritedFrom": {
|
|
52230
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
52231
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
52232
|
-
}
|
|
52233
|
-
},
|
|
52234
51989
|
{
|
|
52235
51990
|
"kind": "field",
|
|
52236
51991
|
"name": "_slots",
|
|
@@ -52958,6 +52713,12 @@
|
|
|
52958
52713
|
}
|
|
52959
52714
|
}
|
|
52960
52715
|
],
|
|
52716
|
+
"mixins": [
|
|
52717
|
+
{
|
|
52718
|
+
"name": "EventEmitterMixin",
|
|
52719
|
+
"module": "/src/components/common/mixins/event-emitter.js"
|
|
52720
|
+
}
|
|
52721
|
+
],
|
|
52961
52722
|
"superclass": {
|
|
52962
52723
|
"name": "IgcDateTimeInputBaseComponent",
|
|
52963
52724
|
"module": "/src/components/date-time-input/date-time-input.base.js"
|
|
@@ -52968,8 +52729,8 @@
|
|
|
52968
52729
|
"text": "CustomEvent"
|
|
52969
52730
|
},
|
|
52970
52731
|
"inheritedFrom": {
|
|
52971
|
-
"name": "
|
|
52972
|
-
"module": "src/components/
|
|
52732
|
+
"name": "EventEmitterMixin",
|
|
52733
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
52973
52734
|
}
|
|
52974
52735
|
}
|
|
52975
52736
|
]
|
|
@@ -68854,13 +68615,16 @@
|
|
|
68854
68615
|
"kind": "field",
|
|
68855
68616
|
"name": "positioning",
|
|
68856
68617
|
"type": {
|
|
68857
|
-
"text": "
|
|
68618
|
+
"text": "NotificationPositioning"
|
|
68858
68619
|
},
|
|
68859
68620
|
"privacy": "public",
|
|
68860
68621
|
"default": "'viewport'",
|
|
68861
68622
|
"description": "Sets the positioning strategy of the component.\n\n`viewport` - positions the component relative to the viewport, ignoring any ancestor elements. This is the default behavior.\n`container` - positions the component relative to the nearest visible ancestor. In this mode, the component will be constrained within the bounding box of the ancestor and will be positioned according to the `position` attribute.",
|
|
68862
68623
|
"attribute": "positioning",
|
|
68863
68624
|
"reflects": true,
|
|
68625
|
+
"expandedType": {
|
|
68626
|
+
"text": "'viewport' | 'container'"
|
|
68627
|
+
},
|
|
68864
68628
|
"inheritedFrom": {
|
|
68865
68629
|
"name": "IgcBaseAlertLikeComponent",
|
|
68866
68630
|
"module": "src/components/common/mixins/alert.ts"
|
|
@@ -69049,12 +68813,15 @@
|
|
|
69049
68813
|
{
|
|
69050
68814
|
"name": "positioning",
|
|
69051
68815
|
"type": {
|
|
69052
|
-
"text": "
|
|
68816
|
+
"text": "NotificationPositioning"
|
|
69053
68817
|
},
|
|
69054
68818
|
"default": "'viewport'",
|
|
69055
68819
|
"description": "Sets the positioning strategy of the component.\n\n`viewport` - positions the component relative to the viewport, ignoring any ancestor elements. This is the default behavior.\n`container` - positions the component relative to the nearest visible ancestor. In this mode, the component will be constrained within the bounding box of the ancestor and will be positioned according to the `position` attribute.",
|
|
69056
68820
|
"fieldName": "positioning",
|
|
69057
68821
|
"attribute": "positioning",
|
|
68822
|
+
"expandedType": {
|
|
68823
|
+
"text": "'viewport' | 'container'"
|
|
68824
|
+
},
|
|
69058
68825
|
"inheritedFrom": {
|
|
69059
68826
|
"name": "IgcBaseAlertLikeComponent",
|
|
69060
68827
|
"module": "src/components/common/mixins/alert.ts"
|
|
@@ -79764,25 +79531,9 @@
|
|
|
79764
79531
|
"name": "IgcDateTimeInputComponentEventMap",
|
|
79765
79532
|
"declaration": {
|
|
79766
79533
|
"name": "IgcDateTimeInputComponentEventMap",
|
|
79767
|
-
"module": "./components/date-time-input/date-time-input.base.js"
|
|
79768
|
-
}
|
|
79769
|
-
},
|
|
79770
|
-
{
|
|
79771
|
-
"kind": "js",
|
|
79772
|
-
"name": "IgcDateTimeInputEventMap",
|
|
79773
|
-
"declaration": {
|
|
79774
|
-
"name": "IgcDateTimeInputEventMap",
|
|
79775
79534
|
"module": "./components/date-time-input/date-time-input.js"
|
|
79776
79535
|
}
|
|
79777
79536
|
},
|
|
79778
|
-
{
|
|
79779
|
-
"kind": "js",
|
|
79780
|
-
"name": "IgcDateRangeInputEventMap",
|
|
79781
|
-
"declaration": {
|
|
79782
|
-
"name": "IgcDateRangeInputEventMap",
|
|
79783
|
-
"module": "./components/date-range-picker/date-range-input.js"
|
|
79784
|
-
}
|
|
79785
|
-
},
|
|
79786
79537
|
{
|
|
79787
79538
|
"kind": "js",
|
|
79788
79539
|
"name": "IgcDialogComponentEventMap",
|