igniteui-webcomponents 7.2.1 → 7.2.3
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 +21 -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/combo.d.ts +0 -4
- package/components/combo/combo.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/combo/types.d.ts +4 -0
- package/components/combo/types.js.map +1 -1
- package/components/common/context.d.ts +2 -0
- package/components/common/context.js.map +1 -1
- package/components/common/controllers/drag.d.ts +10 -0
- package/components/common/controllers/drag.js +11 -0
- package/components/common/controllers/drag.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-range-picker/date-range-mask-parser.d.ts +11 -2
- package/components/date-range-picker/date-range-mask-parser.js.map +1 -1
- package/components/date-time-input/date-part.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/popover/popover.d.ts +10 -1
- package/components/popover/popover.js +31 -14
- package/components/popover/popover.js.map +1 -1
- package/components/popover/themes/light/popover.base.css.js +1 -1
- package/components/popover/themes/light/popover.base.css.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/tile-manager/tile-manager.d.ts +11 -0
- package/components/tile-manager/tile-manager.js +15 -0
- package/components/tile-manager/tile-manager.js.map +1 -1
- package/components/tile-manager/tile.js +1 -1
- package/components/tile-manager/tile.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 +310 -582
- package/igniteui-webcomponents.css-data.json +1 -1
- package/igniteui-webcomponents.html-data.json +1 -1
- package/index.d.ts +7 -5
- package/index.js +3 -2
- 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"
|
|
@@ -21454,6 +21466,16 @@
|
|
|
21454
21466
|
},
|
|
21455
21467
|
"privacy": "private"
|
|
21456
21468
|
},
|
|
21469
|
+
{
|
|
21470
|
+
"kind": "field",
|
|
21471
|
+
"name": "_strategy",
|
|
21472
|
+
"type": {
|
|
21473
|
+
"text": "'absolute' | 'fixed'"
|
|
21474
|
+
},
|
|
21475
|
+
"privacy": "private",
|
|
21476
|
+
"default": "'absolute'",
|
|
21477
|
+
"description": "The positioning strategy resolved when the popover is opened. The `fixed`\nstrategy is used when the anchor has a `position: sticky` ancestor, otherwise\nthe default `absolute` strategy is used. Cached here to avoid repeated DOM\ntraversals and style reflows on every scroll/resize reposition.\n\nAlso, time to migrate to CSS Anchor positioning!!!"
|
|
21478
|
+
},
|
|
21457
21479
|
{
|
|
21458
21480
|
"kind": "field",
|
|
21459
21481
|
"name": "_slots",
|
|
@@ -21666,17 +21688,17 @@
|
|
|
21666
21688
|
"privacy": "private",
|
|
21667
21689
|
"return": {
|
|
21668
21690
|
"type": {
|
|
21669
|
-
"text": "
|
|
21691
|
+
"text": "void"
|
|
21670
21692
|
}
|
|
21671
21693
|
}
|
|
21672
21694
|
},
|
|
21673
21695
|
{
|
|
21674
21696
|
"kind": "method",
|
|
21675
|
-
"name": "
|
|
21697
|
+
"name": "_resetAutoUpdate",
|
|
21676
21698
|
"privacy": "private",
|
|
21677
21699
|
"return": {
|
|
21678
21700
|
"type": {
|
|
21679
|
-
"text": "
|
|
21701
|
+
"text": "void"
|
|
21680
21702
|
}
|
|
21681
21703
|
}
|
|
21682
21704
|
},
|
|
@@ -26492,191 +26514,8 @@
|
|
|
26492
26514
|
{
|
|
26493
26515
|
"kind": "javascript-module",
|
|
26494
26516
|
"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
|
-
]
|
|
26517
|
+
"declarations": [],
|
|
26518
|
+
"exports": []
|
|
26680
26519
|
},
|
|
26681
26520
|
{
|
|
26682
26521
|
"kind": "javascript-module",
|
|
@@ -27221,7 +27060,7 @@
|
|
|
27221
27060
|
"privacy": "public",
|
|
27222
27061
|
"description": "The chat message currently being composed but not yet sent.\nIncludes the draft text and any attachments.",
|
|
27223
27062
|
"type": {
|
|
27224
|
-
"text": "
|
|
27063
|
+
"text": "IgcChatDraftMessage"
|
|
27225
27064
|
}
|
|
27226
27065
|
},
|
|
27227
27066
|
{
|
|
@@ -27756,16 +27595,16 @@
|
|
|
27756
27595
|
},
|
|
27757
27596
|
"parameters": [
|
|
27758
27597
|
{
|
|
27759
|
-
"name": "
|
|
27598
|
+
"name": "event",
|
|
27760
27599
|
"type": {
|
|
27761
|
-
"text": "
|
|
27600
|
+
"text": "K"
|
|
27762
27601
|
}
|
|
27763
27602
|
},
|
|
27764
27603
|
{
|
|
27765
|
-
"name": "
|
|
27604
|
+
"name": "eventInitDict",
|
|
27766
27605
|
"optional": true,
|
|
27767
27606
|
"type": {
|
|
27768
|
-
"text": "
|
|
27607
|
+
"text": "CustomEventInit<D>"
|
|
27769
27608
|
}
|
|
27770
27609
|
}
|
|
27771
27610
|
]
|
|
@@ -30151,6 +29990,17 @@
|
|
|
30151
29990
|
}
|
|
30152
29991
|
]
|
|
30153
29992
|
},
|
|
29993
|
+
{
|
|
29994
|
+
"kind": "method",
|
|
29995
|
+
"name": "_setMaximizedState",
|
|
29996
|
+
"privacy": "private",
|
|
29997
|
+
"return": {
|
|
29998
|
+
"type": {
|
|
29999
|
+
"text": "void"
|
|
30000
|
+
}
|
|
30001
|
+
},
|
|
30002
|
+
"description": "Locks/unlocks the grid container height in response to a tile's maximized state changing."
|
|
30003
|
+
},
|
|
30154
30004
|
{
|
|
30155
30005
|
"kind": "method",
|
|
30156
30006
|
"name": "saveLayout",
|
|
@@ -38893,24 +38743,10 @@
|
|
|
38893
38743
|
"name": "filteringOptions",
|
|
38894
38744
|
"privacy": "public",
|
|
38895
38745
|
"description": "An object that configures the filtering of the combo.",
|
|
38746
|
+
"attribute": "filtering-options",
|
|
38896
38747
|
"type": {
|
|
38897
38748
|
"text": "FilteringOptions<T>"
|
|
38898
|
-
}
|
|
38899
|
-
"parameters": [
|
|
38900
|
-
{
|
|
38901
|
-
"description": "The key in the data source used when filtering the list of options.",
|
|
38902
|
-
"name": "filterKey"
|
|
38903
|
-
},
|
|
38904
|
-
{
|
|
38905
|
-
"description": "Determines whether the filtering operation should be case sensitive.",
|
|
38906
|
-
"name": "caseSensitive"
|
|
38907
|
-
},
|
|
38908
|
-
{
|
|
38909
|
-
"description": "-If true, the filter distinguishes between accented letters and their base letters.",
|
|
38910
|
-
"name": "matchDiacritics"
|
|
38911
|
-
}
|
|
38912
|
-
],
|
|
38913
|
-
"attribute": "filtering-options"
|
|
38749
|
+
}
|
|
38914
38750
|
},
|
|
38915
38751
|
{
|
|
38916
38752
|
"kind": "field",
|
|
@@ -40484,25 +40320,11 @@
|
|
|
40484
40320
|
{
|
|
40485
40321
|
"name": "filtering-options",
|
|
40486
40322
|
"description": "An object that configures the filtering of the combo.",
|
|
40323
|
+
"fieldName": "filteringOptions",
|
|
40324
|
+
"attribute": "filtering-options",
|
|
40487
40325
|
"type": {
|
|
40488
40326
|
"text": "FilteringOptions<T>"
|
|
40489
|
-
}
|
|
40490
|
-
"parameters": [
|
|
40491
|
-
{
|
|
40492
|
-
"description": "The key in the data source used when filtering the list of options.",
|
|
40493
|
-
"name": "filterKey"
|
|
40494
|
-
},
|
|
40495
|
-
{
|
|
40496
|
-
"description": "Determines whether the filtering operation should be case sensitive.",
|
|
40497
|
-
"name": "caseSensitive"
|
|
40498
|
-
},
|
|
40499
|
-
{
|
|
40500
|
-
"description": "-If true, the filter distinguishes between accented letters and their base letters.",
|
|
40501
|
-
"name": "matchDiacritics"
|
|
40502
|
-
}
|
|
40503
|
-
],
|
|
40504
|
-
"fieldName": "filteringOptions",
|
|
40505
|
-
"attribute": "filtering-options"
|
|
40327
|
+
}
|
|
40506
40328
|
},
|
|
40507
40329
|
{
|
|
40508
40330
|
"name": "case-sensitive-icon",
|
|
@@ -42566,7 +42388,7 @@
|
|
|
42566
42388
|
{
|
|
42567
42389
|
"kind": "method",
|
|
42568
42390
|
"name": "emitEvent",
|
|
42569
|
-
"privacy": "
|
|
42391
|
+
"privacy": "public",
|
|
42570
42392
|
"return": {
|
|
42571
42393
|
"type": {
|
|
42572
42394
|
"text": "boolean"
|
|
@@ -42588,8 +42410,8 @@
|
|
|
42588
42410
|
}
|
|
42589
42411
|
],
|
|
42590
42412
|
"inheritedFrom": {
|
|
42591
|
-
"name": "
|
|
42592
|
-
"module": "src/components/common/mixins/
|
|
42413
|
+
"name": "MaskBehaviorMixin",
|
|
42414
|
+
"module": "src/components/common/mixins/mask-behavior.ts"
|
|
42593
42415
|
}
|
|
42594
42416
|
},
|
|
42595
42417
|
{
|
|
@@ -43542,76 +43364,6 @@
|
|
|
43542
43364
|
"name": "BaseFormAssociated",
|
|
43543
43365
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
43544
43366
|
}
|
|
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
43367
|
}
|
|
43616
43368
|
],
|
|
43617
43369
|
"attributes": [
|
|
@@ -43816,28 +43568,13 @@
|
|
|
43816
43568
|
{
|
|
43817
43569
|
"name": "FormAssociatedRequiredMixin",
|
|
43818
43570
|
"module": "/src/components/common/mixins/forms/associated-required.js"
|
|
43819
|
-
},
|
|
43820
|
-
{
|
|
43821
|
-
"name": "EventEmitterMixin",
|
|
43822
|
-
"module": "/src/components/common/mixins/event-emitter.js"
|
|
43823
43571
|
}
|
|
43824
43572
|
],
|
|
43825
43573
|
"superclass": {
|
|
43826
43574
|
"name": "LitElement",
|
|
43827
43575
|
"package": "lit"
|
|
43828
43576
|
},
|
|
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
|
-
]
|
|
43577
|
+
"customElement": true
|
|
43841
43578
|
}
|
|
43842
43579
|
],
|
|
43843
43580
|
"exports": [
|
|
@@ -45095,52 +44832,80 @@
|
|
|
45095
44832
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
45096
44833
|
}
|
|
45097
44834
|
},
|
|
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
44835
|
{
|
|
45112
44836
|
"kind": "method",
|
|
45113
|
-
"name": "
|
|
45114
|
-
"privacy": "
|
|
44837
|
+
"name": "addEventListener",
|
|
44838
|
+
"privacy": "public",
|
|
45115
44839
|
"return": {
|
|
45116
44840
|
"type": {
|
|
45117
44841
|
"text": "void"
|
|
45118
44842
|
}
|
|
45119
44843
|
},
|
|
44844
|
+
"parameters": [
|
|
44845
|
+
{
|
|
44846
|
+
"name": "type",
|
|
44847
|
+
"type": {
|
|
44848
|
+
"text": "K"
|
|
44849
|
+
}
|
|
44850
|
+
},
|
|
44851
|
+
{
|
|
44852
|
+
"name": "listener",
|
|
44853
|
+
"type": {
|
|
44854
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
44855
|
+
}
|
|
44856
|
+
},
|
|
44857
|
+
{
|
|
44858
|
+
"name": "options",
|
|
44859
|
+
"optional": true,
|
|
44860
|
+
"type": {
|
|
44861
|
+
"text": "boolean | AddEventListenerOptions"
|
|
44862
|
+
}
|
|
44863
|
+
}
|
|
44864
|
+
],
|
|
45120
44865
|
"inheritedFrom": {
|
|
45121
|
-
"name": "
|
|
45122
|
-
"module": "src/components/
|
|
44866
|
+
"name": "EventEmitterMixin",
|
|
44867
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
45123
44868
|
}
|
|
45124
44869
|
},
|
|
45125
44870
|
{
|
|
45126
44871
|
"kind": "method",
|
|
45127
|
-
"name": "
|
|
44872
|
+
"name": "removeEventListener",
|
|
45128
44873
|
"privacy": "public",
|
|
45129
44874
|
"return": {
|
|
45130
44875
|
"type": {
|
|
45131
44876
|
"text": "void"
|
|
45132
44877
|
}
|
|
45133
44878
|
},
|
|
45134
|
-
"
|
|
44879
|
+
"parameters": [
|
|
44880
|
+
{
|
|
44881
|
+
"name": "type",
|
|
44882
|
+
"type": {
|
|
44883
|
+
"text": "K"
|
|
44884
|
+
}
|
|
44885
|
+
},
|
|
44886
|
+
{
|
|
44887
|
+
"name": "listener",
|
|
44888
|
+
"type": {
|
|
44889
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
44890
|
+
}
|
|
44891
|
+
},
|
|
44892
|
+
{
|
|
44893
|
+
"name": "options",
|
|
44894
|
+
"optional": true,
|
|
44895
|
+
"type": {
|
|
44896
|
+
"text": "boolean | EventListenerOptions"
|
|
44897
|
+
}
|
|
44898
|
+
}
|
|
44899
|
+
],
|
|
45135
44900
|
"inheritedFrom": {
|
|
45136
|
-
"name": "
|
|
45137
|
-
"module": "src/components/
|
|
44901
|
+
"name": "EventEmitterMixin",
|
|
44902
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
45138
44903
|
}
|
|
45139
44904
|
},
|
|
45140
44905
|
{
|
|
45141
44906
|
"kind": "method",
|
|
45142
44907
|
"name": "emitEvent",
|
|
45143
|
-
"privacy": "
|
|
44908
|
+
"privacy": "public",
|
|
45144
44909
|
"return": {
|
|
45145
44910
|
"type": {
|
|
45146
44911
|
"text": "boolean"
|
|
@@ -45148,16 +44913,16 @@
|
|
|
45148
44913
|
},
|
|
45149
44914
|
"parameters": [
|
|
45150
44915
|
{
|
|
45151
|
-
"name": "
|
|
44916
|
+
"name": "type",
|
|
45152
44917
|
"type": {
|
|
45153
|
-
"text": "
|
|
44918
|
+
"text": "K"
|
|
45154
44919
|
}
|
|
45155
44920
|
},
|
|
45156
44921
|
{
|
|
45157
|
-
"name": "
|
|
44922
|
+
"name": "eventInitDict",
|
|
45158
44923
|
"optional": true,
|
|
45159
44924
|
"type": {
|
|
45160
|
-
"text": "CustomEventInit"
|
|
44925
|
+
"text": "CustomEventInit<D>"
|
|
45161
44926
|
}
|
|
45162
44927
|
}
|
|
45163
44928
|
],
|
|
@@ -45166,6 +44931,48 @@
|
|
|
45166
44931
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
45167
44932
|
}
|
|
45168
44933
|
},
|
|
44934
|
+
{
|
|
44935
|
+
"kind": "field",
|
|
44936
|
+
"name": "_input",
|
|
44937
|
+
"type": {
|
|
44938
|
+
"text": "HTMLInputElement | undefined"
|
|
44939
|
+
},
|
|
44940
|
+
"privacy": "protected",
|
|
44941
|
+
"readonly": true,
|
|
44942
|
+
"inheritedFrom": {
|
|
44943
|
+
"name": "IgcDateTimeInputBaseComponent",
|
|
44944
|
+
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
44945
|
+
}
|
|
44946
|
+
},
|
|
44947
|
+
{
|
|
44948
|
+
"kind": "method",
|
|
44949
|
+
"name": "_setTouchedState",
|
|
44950
|
+
"privacy": "protected",
|
|
44951
|
+
"return": {
|
|
44952
|
+
"type": {
|
|
44953
|
+
"text": "void"
|
|
44954
|
+
}
|
|
44955
|
+
},
|
|
44956
|
+
"inheritedFrom": {
|
|
44957
|
+
"name": "IgcDateTimeInputBaseComponent",
|
|
44958
|
+
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
44959
|
+
}
|
|
44960
|
+
},
|
|
44961
|
+
{
|
|
44962
|
+
"kind": "method",
|
|
44963
|
+
"name": "select",
|
|
44964
|
+
"privacy": "public",
|
|
44965
|
+
"return": {
|
|
44966
|
+
"type": {
|
|
44967
|
+
"text": "void"
|
|
44968
|
+
}
|
|
44969
|
+
},
|
|
44970
|
+
"description": "Selects all the text inside the input.",
|
|
44971
|
+
"inheritedFrom": {
|
|
44972
|
+
"name": "IgcDateTimeInputBaseComponent",
|
|
44973
|
+
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
44974
|
+
}
|
|
44975
|
+
},
|
|
45169
44976
|
{
|
|
45170
44977
|
"kind": "method",
|
|
45171
44978
|
"name": "_handleEnterKeydown",
|
|
@@ -46075,76 +45882,6 @@
|
|
|
46075
45882
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
46076
45883
|
}
|
|
46077
45884
|
},
|
|
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
45885
|
{
|
|
46149
45886
|
"kind": "field",
|
|
46150
45887
|
"name": "_slots",
|
|
@@ -46717,8 +46454,8 @@
|
|
|
46717
46454
|
"text": "CustomEvent"
|
|
46718
46455
|
},
|
|
46719
46456
|
"inheritedFrom": {
|
|
46720
|
-
"name": "
|
|
46721
|
-
"module": "src/components/
|
|
46457
|
+
"name": "EventEmitterMixin",
|
|
46458
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
46722
46459
|
}
|
|
46723
46460
|
}
|
|
46724
46461
|
],
|
|
@@ -46961,6 +46698,12 @@
|
|
|
46961
46698
|
}
|
|
46962
46699
|
}
|
|
46963
46700
|
],
|
|
46701
|
+
"mixins": [
|
|
46702
|
+
{
|
|
46703
|
+
"name": "EventEmitterMixin",
|
|
46704
|
+
"module": "/src/components/common/mixins/event-emitter.js"
|
|
46705
|
+
}
|
|
46706
|
+
],
|
|
46964
46707
|
"superclass": {
|
|
46965
46708
|
"name": "IgcDateTimeInputBaseComponent",
|
|
46966
46709
|
"module": "/src/components/date-time-input/date-time-input.base.js"
|
|
@@ -50708,7 +50451,12 @@
|
|
|
50708
50451
|
"kind": "method",
|
|
50709
50452
|
"name": "register",
|
|
50710
50453
|
"privacy": "public",
|
|
50711
|
-
"static": true
|
|
50454
|
+
"static": true,
|
|
50455
|
+
"return": {
|
|
50456
|
+
"type": {
|
|
50457
|
+
"text": "void"
|
|
50458
|
+
}
|
|
50459
|
+
}
|
|
50712
50460
|
},
|
|
50713
50461
|
{
|
|
50714
50462
|
"kind": "field",
|
|
@@ -51073,38 +50821,7 @@
|
|
|
51073
50821
|
}
|
|
51074
50822
|
}
|
|
51075
50823
|
],
|
|
51076
|
-
"description": "Increments a date/time portion.",
|
|
51077
|
-
"inheritedFrom": {
|
|
51078
|
-
"name": "IgcDateTimeInputBaseComponent",
|
|
51079
|
-
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51080
|
-
}
|
|
51081
|
-
},
|
|
51082
|
-
{
|
|
51083
|
-
"kind": "method",
|
|
51084
|
-
"name": "stepDown",
|
|
51085
|
-
"privacy": "public",
|
|
51086
|
-
"return": {
|
|
51087
|
-
"type": {
|
|
51088
|
-
"text": "void"
|
|
51089
|
-
}
|
|
51090
|
-
},
|
|
51091
|
-
"parameters": [
|
|
51092
|
-
{
|
|
51093
|
-
"name": "datePart",
|
|
51094
|
-
"optional": true,
|
|
51095
|
-
"type": {
|
|
51096
|
-
"text": "DateRangePart"
|
|
51097
|
-
}
|
|
51098
|
-
},
|
|
51099
|
-
{
|
|
51100
|
-
"name": "delta",
|
|
51101
|
-
"optional": true,
|
|
51102
|
-
"type": {
|
|
51103
|
-
"text": "number"
|
|
51104
|
-
}
|
|
51105
|
-
}
|
|
51106
|
-
],
|
|
51107
|
-
"description": "Decrements a date/time portion.",
|
|
50824
|
+
"description": "Increments a date/time portion.",
|
|
51108
50825
|
"inheritedFrom": {
|
|
51109
50826
|
"name": "IgcDateTimeInputBaseComponent",
|
|
51110
50827
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
@@ -51112,14 +50829,30 @@
|
|
|
51112
50829
|
},
|
|
51113
50830
|
{
|
|
51114
50831
|
"kind": "method",
|
|
51115
|
-
"name": "
|
|
50832
|
+
"name": "stepDown",
|
|
51116
50833
|
"privacy": "public",
|
|
51117
50834
|
"return": {
|
|
51118
50835
|
"type": {
|
|
51119
50836
|
"text": "void"
|
|
51120
50837
|
}
|
|
51121
50838
|
},
|
|
51122
|
-
"
|
|
50839
|
+
"parameters": [
|
|
50840
|
+
{
|
|
50841
|
+
"name": "datePart",
|
|
50842
|
+
"optional": true,
|
|
50843
|
+
"type": {
|
|
50844
|
+
"text": "DateRangePart"
|
|
50845
|
+
}
|
|
50846
|
+
},
|
|
50847
|
+
{
|
|
50848
|
+
"name": "delta",
|
|
50849
|
+
"optional": true,
|
|
50850
|
+
"type": {
|
|
50851
|
+
"text": "number"
|
|
50852
|
+
}
|
|
50853
|
+
}
|
|
50854
|
+
],
|
|
50855
|
+
"description": "Decrements a date/time portion.",
|
|
51123
50856
|
"inheritedFrom": {
|
|
51124
50857
|
"name": "IgcDateTimeInputBaseComponent",
|
|
51125
50858
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
@@ -51127,13 +50860,14 @@
|
|
|
51127
50860
|
},
|
|
51128
50861
|
{
|
|
51129
50862
|
"kind": "method",
|
|
51130
|
-
"name": "
|
|
50863
|
+
"name": "clear",
|
|
51131
50864
|
"privacy": "public",
|
|
51132
50865
|
"return": {
|
|
51133
50866
|
"type": {
|
|
51134
|
-
"text": "
|
|
50867
|
+
"text": "void"
|
|
51135
50868
|
}
|
|
51136
50869
|
},
|
|
50870
|
+
"description": "Clears the input element of user input.",
|
|
51137
50871
|
"inheritedFrom": {
|
|
51138
50872
|
"name": "IgcDateTimeInputBaseComponent",
|
|
51139
50873
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
@@ -51141,7 +50875,7 @@
|
|
|
51141
50875
|
},
|
|
51142
50876
|
{
|
|
51143
50877
|
"kind": "method",
|
|
51144
|
-
"name": "
|
|
50878
|
+
"name": "hasDateParts",
|
|
51145
50879
|
"privacy": "public",
|
|
51146
50880
|
"return": {
|
|
51147
50881
|
"type": {
|
|
@@ -51154,13 +50888,14 @@
|
|
|
51154
50888
|
}
|
|
51155
50889
|
},
|
|
51156
50890
|
{
|
|
51157
|
-
"kind": "
|
|
51158
|
-
"name": "
|
|
51159
|
-
"
|
|
51160
|
-
|
|
50891
|
+
"kind": "method",
|
|
50892
|
+
"name": "hasTimeParts",
|
|
50893
|
+
"privacy": "public",
|
|
50894
|
+
"return": {
|
|
50895
|
+
"type": {
|
|
50896
|
+
"text": "boolean"
|
|
50897
|
+
}
|
|
51161
50898
|
},
|
|
51162
|
-
"privacy": "protected",
|
|
51163
|
-
"readonly": true,
|
|
51164
50899
|
"inheritedFrom": {
|
|
51165
50900
|
"name": "IgcDateTimeInputBaseComponent",
|
|
51166
50901
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
@@ -51168,37 +50903,78 @@
|
|
|
51168
50903
|
},
|
|
51169
50904
|
{
|
|
51170
50905
|
"kind": "method",
|
|
51171
|
-
"name": "
|
|
51172
|
-
"privacy": "
|
|
50906
|
+
"name": "addEventListener",
|
|
50907
|
+
"privacy": "public",
|
|
51173
50908
|
"return": {
|
|
51174
50909
|
"type": {
|
|
51175
50910
|
"text": "void"
|
|
51176
50911
|
}
|
|
51177
50912
|
},
|
|
50913
|
+
"parameters": [
|
|
50914
|
+
{
|
|
50915
|
+
"name": "type",
|
|
50916
|
+
"type": {
|
|
50917
|
+
"text": "K"
|
|
50918
|
+
}
|
|
50919
|
+
},
|
|
50920
|
+
{
|
|
50921
|
+
"name": "listener",
|
|
50922
|
+
"type": {
|
|
50923
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
50924
|
+
}
|
|
50925
|
+
},
|
|
50926
|
+
{
|
|
50927
|
+
"name": "options",
|
|
50928
|
+
"optional": true,
|
|
50929
|
+
"type": {
|
|
50930
|
+
"text": "boolean | AddEventListenerOptions"
|
|
50931
|
+
}
|
|
50932
|
+
}
|
|
50933
|
+
],
|
|
51178
50934
|
"inheritedFrom": {
|
|
51179
|
-
"name": "
|
|
51180
|
-
"module": "src/components/
|
|
50935
|
+
"name": "EventEmitterMixin",
|
|
50936
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
51181
50937
|
}
|
|
51182
50938
|
},
|
|
51183
50939
|
{
|
|
51184
50940
|
"kind": "method",
|
|
51185
|
-
"name": "
|
|
50941
|
+
"name": "removeEventListener",
|
|
51186
50942
|
"privacy": "public",
|
|
51187
50943
|
"return": {
|
|
51188
50944
|
"type": {
|
|
51189
50945
|
"text": "void"
|
|
51190
50946
|
}
|
|
51191
50947
|
},
|
|
51192
|
-
"
|
|
50948
|
+
"parameters": [
|
|
50949
|
+
{
|
|
50950
|
+
"name": "type",
|
|
50951
|
+
"type": {
|
|
50952
|
+
"text": "K"
|
|
50953
|
+
}
|
|
50954
|
+
},
|
|
50955
|
+
{
|
|
50956
|
+
"name": "listener",
|
|
50957
|
+
"type": {
|
|
50958
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
50959
|
+
}
|
|
50960
|
+
},
|
|
50961
|
+
{
|
|
50962
|
+
"name": "options",
|
|
50963
|
+
"optional": true,
|
|
50964
|
+
"type": {
|
|
50965
|
+
"text": "boolean | EventListenerOptions"
|
|
50966
|
+
}
|
|
50967
|
+
}
|
|
50968
|
+
],
|
|
51193
50969
|
"inheritedFrom": {
|
|
51194
|
-
"name": "
|
|
51195
|
-
"module": "src/components/
|
|
50970
|
+
"name": "EventEmitterMixin",
|
|
50971
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
51196
50972
|
}
|
|
51197
50973
|
},
|
|
51198
50974
|
{
|
|
51199
50975
|
"kind": "method",
|
|
51200
50976
|
"name": "emitEvent",
|
|
51201
|
-
"privacy": "
|
|
50977
|
+
"privacy": "public",
|
|
51202
50978
|
"return": {
|
|
51203
50979
|
"type": {
|
|
51204
50980
|
"text": "boolean"
|
|
@@ -51206,16 +50982,16 @@
|
|
|
51206
50982
|
},
|
|
51207
50983
|
"parameters": [
|
|
51208
50984
|
{
|
|
51209
|
-
"name": "
|
|
50985
|
+
"name": "type",
|
|
51210
50986
|
"type": {
|
|
51211
|
-
"text": "
|
|
50987
|
+
"text": "K"
|
|
51212
50988
|
}
|
|
51213
50989
|
},
|
|
51214
50990
|
{
|
|
51215
|
-
"name": "
|
|
50991
|
+
"name": "eventInitDict",
|
|
51216
50992
|
"optional": true,
|
|
51217
50993
|
"type": {
|
|
51218
|
-
"text": "CustomEventInit"
|
|
50994
|
+
"text": "CustomEventInit<D>"
|
|
51219
50995
|
}
|
|
51220
50996
|
}
|
|
51221
50997
|
],
|
|
@@ -51224,6 +51000,48 @@
|
|
|
51224
51000
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51225
51001
|
}
|
|
51226
51002
|
},
|
|
51003
|
+
{
|
|
51004
|
+
"kind": "field",
|
|
51005
|
+
"name": "_input",
|
|
51006
|
+
"type": {
|
|
51007
|
+
"text": "HTMLInputElement | undefined"
|
|
51008
|
+
},
|
|
51009
|
+
"privacy": "protected",
|
|
51010
|
+
"readonly": true,
|
|
51011
|
+
"inheritedFrom": {
|
|
51012
|
+
"name": "IgcDateTimeInputBaseComponent",
|
|
51013
|
+
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51014
|
+
}
|
|
51015
|
+
},
|
|
51016
|
+
{
|
|
51017
|
+
"kind": "method",
|
|
51018
|
+
"name": "_setTouchedState",
|
|
51019
|
+
"privacy": "protected",
|
|
51020
|
+
"return": {
|
|
51021
|
+
"type": {
|
|
51022
|
+
"text": "void"
|
|
51023
|
+
}
|
|
51024
|
+
},
|
|
51025
|
+
"inheritedFrom": {
|
|
51026
|
+
"name": "IgcDateTimeInputBaseComponent",
|
|
51027
|
+
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51028
|
+
}
|
|
51029
|
+
},
|
|
51030
|
+
{
|
|
51031
|
+
"kind": "method",
|
|
51032
|
+
"name": "select",
|
|
51033
|
+
"privacy": "public",
|
|
51034
|
+
"return": {
|
|
51035
|
+
"type": {
|
|
51036
|
+
"text": "void"
|
|
51037
|
+
}
|
|
51038
|
+
},
|
|
51039
|
+
"description": "Selects all the text inside the input.",
|
|
51040
|
+
"inheritedFrom": {
|
|
51041
|
+
"name": "IgcDateTimeInputBaseComponent",
|
|
51042
|
+
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
51043
|
+
}
|
|
51044
|
+
},
|
|
51227
51045
|
{
|
|
51228
51046
|
"kind": "method",
|
|
51229
51047
|
"name": "_handleEnterKeydown",
|
|
@@ -52161,76 +51979,6 @@
|
|
|
52161
51979
|
"module": "src/components/date-time-input/date-time-input.base.ts"
|
|
52162
51980
|
}
|
|
52163
51981
|
},
|
|
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
51982
|
{
|
|
52235
51983
|
"kind": "field",
|
|
52236
51984
|
"name": "_slots",
|
|
@@ -52958,6 +52706,12 @@
|
|
|
52958
52706
|
}
|
|
52959
52707
|
}
|
|
52960
52708
|
],
|
|
52709
|
+
"mixins": [
|
|
52710
|
+
{
|
|
52711
|
+
"name": "EventEmitterMixin",
|
|
52712
|
+
"module": "/src/components/common/mixins/event-emitter.js"
|
|
52713
|
+
}
|
|
52714
|
+
],
|
|
52961
52715
|
"superclass": {
|
|
52962
52716
|
"name": "IgcDateTimeInputBaseComponent",
|
|
52963
52717
|
"module": "/src/components/date-time-input/date-time-input.base.js"
|
|
@@ -52968,8 +52722,8 @@
|
|
|
52968
52722
|
"text": "CustomEvent"
|
|
52969
52723
|
},
|
|
52970
52724
|
"inheritedFrom": {
|
|
52971
|
-
"name": "
|
|
52972
|
-
"module": "src/components/
|
|
52725
|
+
"name": "EventEmitterMixin",
|
|
52726
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
52973
52727
|
}
|
|
52974
52728
|
}
|
|
52975
52729
|
]
|
|
@@ -68854,13 +68608,16 @@
|
|
|
68854
68608
|
"kind": "field",
|
|
68855
68609
|
"name": "positioning",
|
|
68856
68610
|
"type": {
|
|
68857
|
-
"text": "
|
|
68611
|
+
"text": "NotificationPositioning"
|
|
68858
68612
|
},
|
|
68859
68613
|
"privacy": "public",
|
|
68860
68614
|
"default": "'viewport'",
|
|
68861
68615
|
"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
68616
|
"attribute": "positioning",
|
|
68863
68617
|
"reflects": true,
|
|
68618
|
+
"expandedType": {
|
|
68619
|
+
"text": "'viewport' | 'container'"
|
|
68620
|
+
},
|
|
68864
68621
|
"inheritedFrom": {
|
|
68865
68622
|
"name": "IgcBaseAlertLikeComponent",
|
|
68866
68623
|
"module": "src/components/common/mixins/alert.ts"
|
|
@@ -69049,12 +68806,15 @@
|
|
|
69049
68806
|
{
|
|
69050
68807
|
"name": "positioning",
|
|
69051
68808
|
"type": {
|
|
69052
|
-
"text": "
|
|
68809
|
+
"text": "NotificationPositioning"
|
|
69053
68810
|
},
|
|
69054
68811
|
"default": "'viewport'",
|
|
69055
68812
|
"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
68813
|
"fieldName": "positioning",
|
|
69057
68814
|
"attribute": "positioning",
|
|
68815
|
+
"expandedType": {
|
|
68816
|
+
"text": "'viewport' | 'container'"
|
|
68817
|
+
},
|
|
69058
68818
|
"inheritedFrom": {
|
|
69059
68819
|
"name": "IgcBaseAlertLikeComponent",
|
|
69060
68820
|
"module": "src/components/common/mixins/alert.ts"
|
|
@@ -79447,22 +79207,6 @@
|
|
|
79447
79207
|
"module": "./theming/types.js"
|
|
79448
79208
|
}
|
|
79449
79209
|
},
|
|
79450
|
-
{
|
|
79451
|
-
"kind": "js",
|
|
79452
|
-
"name": "θaddThemingController",
|
|
79453
|
-
"declaration": {
|
|
79454
|
-
"name": "addThemingController",
|
|
79455
|
-
"module": "./theming/theming-controller.js"
|
|
79456
|
-
}
|
|
79457
|
-
},
|
|
79458
|
-
{
|
|
79459
|
-
"kind": "js",
|
|
79460
|
-
"name": "θaddAdoptedStylesController",
|
|
79461
|
-
"declaration": {
|
|
79462
|
-
"name": "addAdoptedStylesController",
|
|
79463
|
-
"module": "./components/common/controllers/adopt-styles.js"
|
|
79464
|
-
}
|
|
79465
|
-
},
|
|
79466
79210
|
{
|
|
79467
79211
|
"kind": "js",
|
|
79468
79212
|
"name": "IgcCalendarResourceStringEN",
|
|
@@ -79764,25 +79508,9 @@
|
|
|
79764
79508
|
"name": "IgcDateTimeInputComponentEventMap",
|
|
79765
79509
|
"declaration": {
|
|
79766
79510
|
"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
79511
|
"module": "./components/date-time-input/date-time-input.js"
|
|
79776
79512
|
}
|
|
79777
79513
|
},
|
|
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
79514
|
{
|
|
79787
79515
|
"kind": "js",
|
|
79788
79516
|
"name": "IgcDialogComponentEventMap",
|