igniteui-webcomponents 7.2.0 → 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 +17 -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 +11 -5
- 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 +331 -510
- 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": [
|
|
@@ -44603,8 +44347,68 @@
|
|
|
44603
44347
|
"declarations": [
|
|
44604
44348
|
{
|
|
44605
44349
|
"kind": "class",
|
|
44606
|
-
"description": "",
|
|
44350
|
+
"description": "A date time input is an input field that lets you set and edit the date and time in a chosen input element\nusing customizable display and input formats.",
|
|
44607
44351
|
"name": "IgcDateTimeInputComponent",
|
|
44352
|
+
"cssParts": [
|
|
44353
|
+
{
|
|
44354
|
+
"description": "The main wrapper that holds all main input elements.",
|
|
44355
|
+
"name": "container"
|
|
44356
|
+
},
|
|
44357
|
+
{
|
|
44358
|
+
"description": "The native input element.",
|
|
44359
|
+
"name": "input"
|
|
44360
|
+
},
|
|
44361
|
+
{
|
|
44362
|
+
"description": "The native label element.",
|
|
44363
|
+
"name": "label"
|
|
44364
|
+
},
|
|
44365
|
+
{
|
|
44366
|
+
"description": "The prefix wrapper.",
|
|
44367
|
+
"name": "prefix"
|
|
44368
|
+
},
|
|
44369
|
+
{
|
|
44370
|
+
"description": "The suffix wrapper.",
|
|
44371
|
+
"name": "suffix"
|
|
44372
|
+
},
|
|
44373
|
+
{
|
|
44374
|
+
"description": "The helper text wrapper.",
|
|
44375
|
+
"name": "helper-text"
|
|
44376
|
+
}
|
|
44377
|
+
],
|
|
44378
|
+
"slots": [
|
|
44379
|
+
{
|
|
44380
|
+
"description": "Renders content before the input.",
|
|
44381
|
+
"name": "prefix"
|
|
44382
|
+
},
|
|
44383
|
+
{
|
|
44384
|
+
"description": "Renders content after input.",
|
|
44385
|
+
"name": "suffix"
|
|
44386
|
+
},
|
|
44387
|
+
{
|
|
44388
|
+
"description": "Renders content below the input.",
|
|
44389
|
+
"name": "helper-text"
|
|
44390
|
+
},
|
|
44391
|
+
{
|
|
44392
|
+
"description": "Renders content when the required validation fails.",
|
|
44393
|
+
"name": "value-missing"
|
|
44394
|
+
},
|
|
44395
|
+
{
|
|
44396
|
+
"description": "Renders content when the max validation fails.",
|
|
44397
|
+
"name": "range-overflow"
|
|
44398
|
+
},
|
|
44399
|
+
{
|
|
44400
|
+
"description": "Renders content when the min validation fails.",
|
|
44401
|
+
"name": "range-underflow"
|
|
44402
|
+
},
|
|
44403
|
+
{
|
|
44404
|
+
"description": "Renders content when setCustomValidity(message) is set.",
|
|
44405
|
+
"name": "custom-error"
|
|
44406
|
+
},
|
|
44407
|
+
{
|
|
44408
|
+
"description": "Renders content when the component is in invalid state (validity.valid = false).",
|
|
44409
|
+
"name": "invalid"
|
|
44410
|
+
}
|
|
44411
|
+
],
|
|
44608
44412
|
"members": [
|
|
44609
44413
|
{
|
|
44610
44414
|
"kind": "field",
|
|
@@ -45035,52 +44839,80 @@
|
|
|
45035
44839
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
45036
44840
|
}
|
|
45037
44841
|
},
|
|
45038
|
-
{
|
|
45039
|
-
"kind": "field",
|
|
45040
|
-
"name": "_input",
|
|
45041
|
-
"type": {
|
|
45042
|
-
"text": "HTMLInputElement | undefined"
|
|
45043
|
-
},
|
|
45044
|
-
"privacy": "protected",
|
|
45045
|
-
"readonly": true,
|
|
45046
|
-
"inheritedFrom": {
|
|
45047
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
45048
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
45049
|
-
}
|
|
45050
|
-
},
|
|
45051
44842
|
{
|
|
45052
44843
|
"kind": "method",
|
|
45053
|
-
"name": "
|
|
45054
|
-
"privacy": "
|
|
44844
|
+
"name": "addEventListener",
|
|
44845
|
+
"privacy": "public",
|
|
45055
44846
|
"return": {
|
|
45056
44847
|
"type": {
|
|
45057
44848
|
"text": "void"
|
|
45058
44849
|
}
|
|
45059
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
|
+
],
|
|
45060
44872
|
"inheritedFrom": {
|
|
45061
|
-
"name": "
|
|
45062
|
-
"module": "src/components/
|
|
44873
|
+
"name": "EventEmitterMixin",
|
|
44874
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
45063
44875
|
}
|
|
45064
44876
|
},
|
|
45065
44877
|
{
|
|
45066
44878
|
"kind": "method",
|
|
45067
|
-
"name": "
|
|
44879
|
+
"name": "removeEventListener",
|
|
45068
44880
|
"privacy": "public",
|
|
45069
44881
|
"return": {
|
|
45070
44882
|
"type": {
|
|
45071
44883
|
"text": "void"
|
|
45072
44884
|
}
|
|
45073
44885
|
},
|
|
45074
|
-
"
|
|
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
|
+
],
|
|
45075
44907
|
"inheritedFrom": {
|
|
45076
|
-
"name": "
|
|
45077
|
-
"module": "src/components/
|
|
44908
|
+
"name": "EventEmitterMixin",
|
|
44909
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
45078
44910
|
}
|
|
45079
44911
|
},
|
|
45080
44912
|
{
|
|
45081
44913
|
"kind": "method",
|
|
45082
44914
|
"name": "emitEvent",
|
|
45083
|
-
"privacy": "
|
|
44915
|
+
"privacy": "public",
|
|
45084
44916
|
"return": {
|
|
45085
44917
|
"type": {
|
|
45086
44918
|
"text": "boolean"
|
|
@@ -45088,16 +44920,16 @@
|
|
|
45088
44920
|
},
|
|
45089
44921
|
"parameters": [
|
|
45090
44922
|
{
|
|
45091
|
-
"name": "
|
|
44923
|
+
"name": "type",
|
|
45092
44924
|
"type": {
|
|
45093
|
-
"text": "
|
|
44925
|
+
"text": "K"
|
|
45094
44926
|
}
|
|
45095
44927
|
},
|
|
45096
44928
|
{
|
|
45097
|
-
"name": "
|
|
44929
|
+
"name": "eventInitDict",
|
|
45098
44930
|
"optional": true,
|
|
45099
44931
|
"type": {
|
|
45100
|
-
"text": "CustomEventInit"
|
|
44932
|
+
"text": "CustomEventInit<D>"
|
|
45101
44933
|
}
|
|
45102
44934
|
}
|
|
45103
44935
|
],
|
|
@@ -45106,6 +44938,48 @@
|
|
|
45106
44938
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
45107
44939
|
}
|
|
45108
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
|
+
},
|
|
45109
44983
|
{
|
|
45110
44984
|
"kind": "method",
|
|
45111
44985
|
"name": "_handleEnterKeydown",
|
|
@@ -46015,76 +45889,6 @@
|
|
|
46015
45889
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
46016
45890
|
}
|
|
46017
45891
|
},
|
|
46018
|
-
{
|
|
46019
|
-
"kind": "method",
|
|
46020
|
-
"name": "addEventListener",
|
|
46021
|
-
"privacy": "public",
|
|
46022
|
-
"return": {
|
|
46023
|
-
"type": {
|
|
46024
|
-
"text": "void"
|
|
46025
|
-
}
|
|
46026
|
-
},
|
|
46027
|
-
"parameters": [
|
|
46028
|
-
{
|
|
46029
|
-
"name": "type",
|
|
46030
|
-
"type": {
|
|
46031
|
-
"text": "K"
|
|
46032
|
-
}
|
|
46033
|
-
},
|
|
46034
|
-
{
|
|
46035
|
-
"name": "listener",
|
|
46036
|
-
"type": {
|
|
46037
|
-
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
46038
|
-
}
|
|
46039
|
-
},
|
|
46040
|
-
{
|
|
46041
|
-
"name": "options",
|
|
46042
|
-
"optional": true,
|
|
46043
|
-
"type": {
|
|
46044
|
-
"text": "boolean | AddEventListenerOptions"
|
|
46045
|
-
}
|
|
46046
|
-
}
|
|
46047
|
-
],
|
|
46048
|
-
"inheritedFrom": {
|
|
46049
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
46050
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
46051
|
-
}
|
|
46052
|
-
},
|
|
46053
|
-
{
|
|
46054
|
-
"kind": "method",
|
|
46055
|
-
"name": "removeEventListener",
|
|
46056
|
-
"privacy": "public",
|
|
46057
|
-
"return": {
|
|
46058
|
-
"type": {
|
|
46059
|
-
"text": "void"
|
|
46060
|
-
}
|
|
46061
|
-
},
|
|
46062
|
-
"parameters": [
|
|
46063
|
-
{
|
|
46064
|
-
"name": "type",
|
|
46065
|
-
"type": {
|
|
46066
|
-
"text": "K"
|
|
46067
|
-
}
|
|
46068
|
-
},
|
|
46069
|
-
{
|
|
46070
|
-
"name": "listener",
|
|
46071
|
-
"type": {
|
|
46072
|
-
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
46073
|
-
}
|
|
46074
|
-
},
|
|
46075
|
-
{
|
|
46076
|
-
"name": "options",
|
|
46077
|
-
"optional": true,
|
|
46078
|
-
"type": {
|
|
46079
|
-
"text": "boolean | EventListenerOptions"
|
|
46080
|
-
}
|
|
46081
|
-
}
|
|
46082
|
-
],
|
|
46083
|
-
"inheritedFrom": {
|
|
46084
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
46085
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
46086
|
-
}
|
|
46087
|
-
},
|
|
46088
45892
|
{
|
|
46089
45893
|
"kind": "field",
|
|
46090
45894
|
"name": "_slots",
|
|
@@ -46643,6 +46447,25 @@
|
|
|
46643
46447
|
}
|
|
46644
46448
|
}
|
|
46645
46449
|
],
|
|
46450
|
+
"events": [
|
|
46451
|
+
{
|
|
46452
|
+
"description": "Emitted when the control input receives user input.",
|
|
46453
|
+
"name": "igcInput"
|
|
46454
|
+
},
|
|
46455
|
+
{
|
|
46456
|
+
"description": "Emitted when the control's checked state changes.",
|
|
46457
|
+
"name": "igcChange"
|
|
46458
|
+
},
|
|
46459
|
+
{
|
|
46460
|
+
"type": {
|
|
46461
|
+
"text": "CustomEvent"
|
|
46462
|
+
},
|
|
46463
|
+
"inheritedFrom": {
|
|
46464
|
+
"name": "EventEmitterMixin",
|
|
46465
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
46466
|
+
}
|
|
46467
|
+
}
|
|
46468
|
+
],
|
|
46646
46469
|
"attributes": [
|
|
46647
46470
|
{
|
|
46648
46471
|
"name": "value",
|
|
@@ -46882,21 +46705,18 @@
|
|
|
46882
46705
|
}
|
|
46883
46706
|
}
|
|
46884
46707
|
],
|
|
46708
|
+
"mixins": [
|
|
46709
|
+
{
|
|
46710
|
+
"name": "EventEmitterMixin",
|
|
46711
|
+
"module": "/src/components/common/mixins/event-emitter.js"
|
|
46712
|
+
}
|
|
46713
|
+
],
|
|
46885
46714
|
"superclass": {
|
|
46886
46715
|
"name": "IgcDateTimeInputBaseComponent",
|
|
46887
46716
|
"module": "/src/components/date-time-input/date-time-input.base.js"
|
|
46888
46717
|
},
|
|
46889
|
-
"
|
|
46890
|
-
|
|
46891
|
-
"type": {
|
|
46892
|
-
"text": "CustomEvent"
|
|
46893
|
-
},
|
|
46894
|
-
"inheritedFrom": {
|
|
46895
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
46896
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
46897
|
-
}
|
|
46898
|
-
}
|
|
46899
|
-
]
|
|
46718
|
+
"tagName": "igc-date-time-input",
|
|
46719
|
+
"customElement": true
|
|
46900
46720
|
}
|
|
46901
46721
|
],
|
|
46902
46722
|
"exports": [
|
|
@@ -50638,7 +50458,12 @@
|
|
|
50638
50458
|
"kind": "method",
|
|
50639
50459
|
"name": "register",
|
|
50640
50460
|
"privacy": "public",
|
|
50641
|
-
"static": true
|
|
50461
|
+
"static": true,
|
|
50462
|
+
"return": {
|
|
50463
|
+
"type": {
|
|
50464
|
+
"text": "void"
|
|
50465
|
+
}
|
|
50466
|
+
}
|
|
50642
50467
|
},
|
|
50643
50468
|
{
|
|
50644
50469
|
"kind": "field",
|
|
@@ -51083,52 +50908,80 @@
|
|
|
51083
50908
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51084
50909
|
}
|
|
51085
50910
|
},
|
|
51086
|
-
{
|
|
51087
|
-
"kind": "field",
|
|
51088
|
-
"name": "_input",
|
|
51089
|
-
"type": {
|
|
51090
|
-
"text": "HTMLInputElement | undefined"
|
|
51091
|
-
},
|
|
51092
|
-
"privacy": "protected",
|
|
51093
|
-
"readonly": true,
|
|
51094
|
-
"inheritedFrom": {
|
|
51095
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
51096
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51097
|
-
}
|
|
51098
|
-
},
|
|
51099
50911
|
{
|
|
51100
50912
|
"kind": "method",
|
|
51101
|
-
"name": "
|
|
51102
|
-
"privacy": "
|
|
50913
|
+
"name": "addEventListener",
|
|
50914
|
+
"privacy": "public",
|
|
51103
50915
|
"return": {
|
|
51104
50916
|
"type": {
|
|
51105
50917
|
"text": "void"
|
|
51106
50918
|
}
|
|
51107
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
|
+
],
|
|
51108
50941
|
"inheritedFrom": {
|
|
51109
|
-
"name": "
|
|
51110
|
-
"module": "src/components/
|
|
50942
|
+
"name": "EventEmitterMixin",
|
|
50943
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
51111
50944
|
}
|
|
51112
50945
|
},
|
|
51113
50946
|
{
|
|
51114
50947
|
"kind": "method",
|
|
51115
|
-
"name": "
|
|
50948
|
+
"name": "removeEventListener",
|
|
51116
50949
|
"privacy": "public",
|
|
51117
50950
|
"return": {
|
|
51118
50951
|
"type": {
|
|
51119
50952
|
"text": "void"
|
|
51120
50953
|
}
|
|
51121
50954
|
},
|
|
51122
|
-
"
|
|
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
|
+
],
|
|
51123
50976
|
"inheritedFrom": {
|
|
51124
|
-
"name": "
|
|
51125
|
-
"module": "src/components/
|
|
50977
|
+
"name": "EventEmitterMixin",
|
|
50978
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
51126
50979
|
}
|
|
51127
50980
|
},
|
|
51128
50981
|
{
|
|
51129
50982
|
"kind": "method",
|
|
51130
50983
|
"name": "emitEvent",
|
|
51131
|
-
"privacy": "
|
|
50984
|
+
"privacy": "public",
|
|
51132
50985
|
"return": {
|
|
51133
50986
|
"type": {
|
|
51134
50987
|
"text": "boolean"
|
|
@@ -51136,16 +50989,16 @@
|
|
|
51136
50989
|
},
|
|
51137
50990
|
"parameters": [
|
|
51138
50991
|
{
|
|
51139
|
-
"name": "
|
|
50992
|
+
"name": "type",
|
|
51140
50993
|
"type": {
|
|
51141
|
-
"text": "
|
|
50994
|
+
"text": "K"
|
|
51142
50995
|
}
|
|
51143
50996
|
},
|
|
51144
50997
|
{
|
|
51145
|
-
"name": "
|
|
50998
|
+
"name": "eventInitDict",
|
|
51146
50999
|
"optional": true,
|
|
51147
51000
|
"type": {
|
|
51148
|
-
"text": "CustomEventInit"
|
|
51001
|
+
"text": "CustomEventInit<D>"
|
|
51149
51002
|
}
|
|
51150
51003
|
}
|
|
51151
51004
|
],
|
|
@@ -51154,6 +51007,48 @@
|
|
|
51154
51007
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51155
51008
|
}
|
|
51156
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
|
+
},
|
|
51157
51052
|
{
|
|
51158
51053
|
"kind": "method",
|
|
51159
51054
|
"name": "_handleEnterKeydown",
|
|
@@ -52091,76 +51986,6 @@
|
|
|
52091
51986
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
52092
51987
|
}
|
|
52093
51988
|
},
|
|
52094
|
-
{
|
|
52095
|
-
"kind": "method",
|
|
52096
|
-
"name": "addEventListener",
|
|
52097
|
-
"privacy": "public",
|
|
52098
|
-
"return": {
|
|
52099
|
-
"type": {
|
|
52100
|
-
"text": "void"
|
|
52101
|
-
}
|
|
52102
|
-
},
|
|
52103
|
-
"parameters": [
|
|
52104
|
-
{
|
|
52105
|
-
"name": "type",
|
|
52106
|
-
"type": {
|
|
52107
|
-
"text": "K"
|
|
52108
|
-
}
|
|
52109
|
-
},
|
|
52110
|
-
{
|
|
52111
|
-
"name": "listener",
|
|
52112
|
-
"type": {
|
|
52113
|
-
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
52114
|
-
}
|
|
52115
|
-
},
|
|
52116
|
-
{
|
|
52117
|
-
"name": "options",
|
|
52118
|
-
"optional": true,
|
|
52119
|
-
"type": {
|
|
52120
|
-
"text": "boolean | AddEventListenerOptions"
|
|
52121
|
-
}
|
|
52122
|
-
}
|
|
52123
|
-
],
|
|
52124
|
-
"inheritedFrom": {
|
|
52125
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
52126
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
52127
|
-
}
|
|
52128
|
-
},
|
|
52129
|
-
{
|
|
52130
|
-
"kind": "method",
|
|
52131
|
-
"name": "removeEventListener",
|
|
52132
|
-
"privacy": "public",
|
|
52133
|
-
"return": {
|
|
52134
|
-
"type": {
|
|
52135
|
-
"text": "void"
|
|
52136
|
-
}
|
|
52137
|
-
},
|
|
52138
|
-
"parameters": [
|
|
52139
|
-
{
|
|
52140
|
-
"name": "type",
|
|
52141
|
-
"type": {
|
|
52142
|
-
"text": "K"
|
|
52143
|
-
}
|
|
52144
|
-
},
|
|
52145
|
-
{
|
|
52146
|
-
"name": "listener",
|
|
52147
|
-
"type": {
|
|
52148
|
-
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
52149
|
-
}
|
|
52150
|
-
},
|
|
52151
|
-
{
|
|
52152
|
-
"name": "options",
|
|
52153
|
-
"optional": true,
|
|
52154
|
-
"type": {
|
|
52155
|
-
"text": "boolean | EventListenerOptions"
|
|
52156
|
-
}
|
|
52157
|
-
}
|
|
52158
|
-
],
|
|
52159
|
-
"inheritedFrom": {
|
|
52160
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
52161
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
52162
|
-
}
|
|
52163
|
-
},
|
|
52164
51989
|
{
|
|
52165
51990
|
"kind": "field",
|
|
52166
51991
|
"name": "_slots",
|
|
@@ -52888,6 +52713,12 @@
|
|
|
52888
52713
|
}
|
|
52889
52714
|
}
|
|
52890
52715
|
],
|
|
52716
|
+
"mixins": [
|
|
52717
|
+
{
|
|
52718
|
+
"name": "EventEmitterMixin",
|
|
52719
|
+
"module": "/src/components/common/mixins/event-emitter.js"
|
|
52720
|
+
}
|
|
52721
|
+
],
|
|
52891
52722
|
"superclass": {
|
|
52892
52723
|
"name": "IgcDateTimeInputBaseComponent",
|
|
52893
52724
|
"module": "/src/components/date-time-input/date-time-input.base.js"
|
|
@@ -52898,8 +52729,8 @@
|
|
|
52898
52729
|
"text": "CustomEvent"
|
|
52899
52730
|
},
|
|
52900
52731
|
"inheritedFrom": {
|
|
52901
|
-
"name": "
|
|
52902
|
-
"module": "src/components/
|
|
52732
|
+
"name": "EventEmitterMixin",
|
|
52733
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
52903
52734
|
}
|
|
52904
52735
|
}
|
|
52905
52736
|
]
|
|
@@ -68784,13 +68615,16 @@
|
|
|
68784
68615
|
"kind": "field",
|
|
68785
68616
|
"name": "positioning",
|
|
68786
68617
|
"type": {
|
|
68787
|
-
"text": "
|
|
68618
|
+
"text": "NotificationPositioning"
|
|
68788
68619
|
},
|
|
68789
68620
|
"privacy": "public",
|
|
68790
68621
|
"default": "'viewport'",
|
|
68791
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.",
|
|
68792
68623
|
"attribute": "positioning",
|
|
68793
68624
|
"reflects": true,
|
|
68625
|
+
"expandedType": {
|
|
68626
|
+
"text": "'viewport' | 'container'"
|
|
68627
|
+
},
|
|
68794
68628
|
"inheritedFrom": {
|
|
68795
68629
|
"name": "IgcBaseAlertLikeComponent",
|
|
68796
68630
|
"module": "src/components/common/mixins/alert.ts"
|
|
@@ -68979,12 +68813,15 @@
|
|
|
68979
68813
|
{
|
|
68980
68814
|
"name": "positioning",
|
|
68981
68815
|
"type": {
|
|
68982
|
-
"text": "
|
|
68816
|
+
"text": "NotificationPositioning"
|
|
68983
68817
|
},
|
|
68984
68818
|
"default": "'viewport'",
|
|
68985
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.",
|
|
68986
68820
|
"fieldName": "positioning",
|
|
68987
68821
|
"attribute": "positioning",
|
|
68822
|
+
"expandedType": {
|
|
68823
|
+
"text": "'viewport' | 'container'"
|
|
68824
|
+
},
|
|
68988
68825
|
"inheritedFrom": {
|
|
68989
68826
|
"name": "IgcBaseAlertLikeComponent",
|
|
68990
68827
|
"module": "src/components/common/mixins/alert.ts"
|
|
@@ -79694,25 +79531,9 @@
|
|
|
79694
79531
|
"name": "IgcDateTimeInputComponentEventMap",
|
|
79695
79532
|
"declaration": {
|
|
79696
79533
|
"name": "IgcDateTimeInputComponentEventMap",
|
|
79697
|
-
"module": "./components/date-time-input/date-time-input.base.js"
|
|
79698
|
-
}
|
|
79699
|
-
},
|
|
79700
|
-
{
|
|
79701
|
-
"kind": "js",
|
|
79702
|
-
"name": "IgcDateTimeInputEventMap",
|
|
79703
|
-
"declaration": {
|
|
79704
|
-
"name": "IgcDateTimeInputEventMap",
|
|
79705
79534
|
"module": "./components/date-time-input/date-time-input.js"
|
|
79706
79535
|
}
|
|
79707
79536
|
},
|
|
79708
|
-
{
|
|
79709
|
-
"kind": "js",
|
|
79710
|
-
"name": "IgcDateRangeInputEventMap",
|
|
79711
|
-
"declaration": {
|
|
79712
|
-
"name": "IgcDateRangeInputEventMap",
|
|
79713
|
-
"module": "./components/date-range-picker/date-range-input.js"
|
|
79714
|
-
}
|
|
79715
|
-
},
|
|
79716
79537
|
{
|
|
79717
79538
|
"kind": "js",
|
|
79718
79539
|
"name": "IgcDialogComponentEventMap",
|