igniteui-webcomponents 6.3.4 → 6.4.0-alpha.1
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 +5 -0
- package/README.md +3 -0
- package/animations/player.d.ts +37 -11
- package/animations/player.js +32 -41
- package/animations/player.js.map +1 -1
- package/components/accordion/accordion.d.ts +18 -12
- package/components/accordion/accordion.js +82 -65
- package/components/accordion/accordion.js.map +1 -1
- package/components/badge/badge.d.ts +8 -0
- package/components/badge/badge.js +16 -1
- package/components/badge/badge.js.map +1 -1
- package/components/badge/themes/badge.base.css.js +1 -1
- package/components/badge/themes/badge.base.css.js.map +1 -1
- package/components/badge/themes/dark/badge.bootstrap.css.js +1 -1
- package/components/badge/themes/dark/badge.bootstrap.css.js.map +1 -1
- package/components/badge/themes/dark/badge.fluent.css.js +1 -1
- package/components/badge/themes/dark/badge.fluent.css.js.map +1 -1
- package/components/badge/themes/dark/badge.indigo.css.js +1 -1
- package/components/badge/themes/dark/badge.indigo.css.js.map +1 -1
- package/components/badge/themes/dark/badge.material.css.js +1 -1
- package/components/badge/themes/dark/badge.material.css.js.map +1 -1
- package/components/badge/themes/light/badge.bootstrap.css.js +1 -1
- package/components/badge/themes/light/badge.bootstrap.css.js.map +1 -1
- package/components/badge/themes/light/badge.fluent.css.js +1 -1
- package/components/badge/themes/light/badge.fluent.css.js.map +1 -1
- package/components/badge/themes/light/badge.indigo.css.js +1 -1
- package/components/badge/themes/light/badge.indigo.css.js.map +1 -1
- package/components/badge/themes/light/badge.material.css.js +1 -1
- package/components/badge/themes/light/badge.material.css.js.map +1 -1
- package/components/badge/themes/light/badge.shared.css.js +1 -1
- package/components/badge/themes/light/badge.shared.css.js.map +1 -1
- package/components/badge/themes/shared/badge.bootstrap.css.js +1 -1
- package/components/badge/themes/shared/badge.bootstrap.css.js.map +1 -1
- package/components/badge/themes/shared/badge.common.css.js +1 -1
- package/components/badge/themes/shared/badge.common.css.js.map +1 -1
- package/components/badge/themes/shared/badge.fluent.css.d.ts +1 -0
- package/components/badge/themes/shared/badge.fluent.css.js +3 -0
- package/components/badge/themes/shared/badge.fluent.css.js.map +1 -0
- package/components/badge/themes/shared/badge.indigo.css.js +1 -1
- package/components/badge/themes/shared/badge.indigo.css.js.map +1 -1
- package/components/badge/themes/shared/badge.material.css.d.ts +1 -0
- package/components/badge/themes/shared/badge.material.css.js +3 -0
- package/components/badge/themes/shared/badge.material.css.js.map +1 -0
- package/components/badge/themes/themes.js +6 -4
- package/components/badge/themes/themes.js.map +1 -1
- package/components/banner/banner.d.ts +2 -3
- package/components/banner/banner.js +13 -19
- package/components/banner/banner.js.map +1 -1
- package/components/calendar/base.d.ts +9 -1
- package/components/calendar/base.js +21 -2
- package/components/calendar/base.js.map +1 -1
- package/components/calendar/calendar.d.ts +0 -4
- package/components/calendar/calendar.js +0 -5
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/days-view/days-view.d.ts +0 -2
- package/components/calendar/days-view/days-view.js +0 -5
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/carousel/carousel.d.ts +19 -2
- package/components/carousel/carousel.js +41 -6
- package/components/carousel/carousel.js.map +1 -1
- package/components/carousel/themes/dark/carousel.indigo.css.js +1 -1
- package/components/carousel/themes/dark/carousel.indigo.css.js.map +1 -1
- package/components/carousel/themes/light/carousel.indigo.css.js +1 -1
- package/components/carousel/themes/light/carousel.indigo.css.js.map +1 -1
- package/components/carousel/themes/shared/carousel.common.css.js +1 -1
- package/components/carousel/themes/shared/carousel.common.css.js.map +1 -1
- package/components/carousel/themes/shared/carousel.indigo.css.js +1 -1
- package/components/carousel/themes/shared/carousel.indigo.css.js.map +1 -1
- package/components/carousel/themes/shared/indicator-container/indicator-container.common.css.js +1 -1
- package/components/carousel/themes/shared/indicator-container/indicator-container.common.css.js.map +1 -1
- package/components/chat/chat-input.d.ts +5 -0
- package/components/chat/chat-input.js +35 -6
- package/components/chat/chat-input.js.map +1 -1
- package/components/chat/chat-message.js +2 -2
- package/components/chat/chat-message.js.map +1 -1
- package/components/chat/chat-state.d.ts +3 -4
- package/components/chat/chat-state.js +4 -23
- package/components/chat/chat-state.js.map +1 -1
- package/components/chat/chat.d.ts +2 -1
- package/components/chat/chat.js +26 -22
- package/components/chat/chat.js.map +1 -1
- package/components/chat/themes/chat.base.css.js +1 -1
- package/components/chat/themes/chat.base.css.js.map +1 -1
- package/components/chat/types.d.ts +2 -0
- package/components/chat/types.js.map +1 -1
- package/components/chat/utils.d.ts +2 -2
- package/components/chat/utils.js +6 -3
- package/components/chat/utils.js.map +1 -1
- package/components/checkbox/themes/checkbox.base.css.js +1 -1
- package/components/checkbox/themes/checkbox.base.css.js.map +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.fluent.css.js +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.fluent.css.js +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.shared.css.js +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.shared.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.common.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.common.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.fluent.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.indigo.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.indigo.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.material.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.material.css.js.map +1 -1
- package/components/chip/chip.d.ts +13 -0
- package/components/chip/chip.js +29 -2
- package/components/chip/chip.js.map +1 -1
- package/components/chip/themes/chip.base.css.js +1 -1
- package/components/chip/themes/chip.base.css.js.map +1 -1
- package/components/chip/themes/shared/chip.bootstrap.css.js +1 -1
- package/components/chip/themes/shared/chip.bootstrap.css.js.map +1 -1
- package/components/chip/themes/shared/chip.common.css.js +1 -1
- package/components/chip/themes/shared/chip.common.css.js.map +1 -1
- package/components/chip/themes/shared/chip.fluent.css.js +1 -1
- package/components/chip/themes/shared/chip.fluent.css.js.map +1 -1
- package/components/chip/themes/shared/chip.indigo.css.js +1 -1
- package/components/chip/themes/shared/chip.indigo.css.js.map +1 -1
- package/components/combo/combo.d.ts +33 -10
- package/components/combo/combo.js +72 -53
- package/components/combo/combo.js.map +1 -1
- package/components/combo/controllers/navigation.d.ts +39 -43
- package/components/combo/controllers/navigation.js +153 -175
- package/components/combo/controllers/navigation.js.map +1 -1
- package/components/combo/operations/group.d.ts +0 -1
- package/components/combo/operations/group.js +19 -23
- package/components/combo/operations/group.js.map +1 -1
- package/components/combo/themes/combo-header.base.css.js +1 -1
- package/components/combo/themes/combo-header.base.css.js.map +1 -1
- package/components/combo/themes/combo-item.base.css.js +1 -1
- package/components/combo/themes/combo-item.base.css.js.map +1 -1
- package/components/combo/themes/combo.base.css.js +1 -1
- package/components/combo/themes/combo.base.css.js.map +1 -1
- package/components/combo/themes/shared/combo.bootstrap.css.js +1 -1
- package/components/combo/themes/shared/combo.bootstrap.css.js.map +1 -1
- package/components/combo/themes/shared/combo.fluent.css.js +1 -1
- package/components/combo/themes/shared/combo.fluent.css.js.map +1 -1
- package/components/combo/themes/shared/combo.indigo.css.js +1 -1
- package/components/combo/themes/shared/combo.indigo.css.js.map +1 -1
- package/components/combo/themes/shared/combo.material.css.js +1 -1
- package/components/combo/themes/shared/combo.material.css.js.map +1 -1
- package/components/combo/validators.js +2 -2
- package/components/combo/validators.js.map +1 -1
- package/components/common/i18n/EN/calendar.resources.js +4 -0
- package/components/common/i18n/EN/calendar.resources.js.map +1 -0
- package/components/common/i18n/EN/chat.resources.js.map +1 -0
- package/components/common/i18n/EN/date-range-picker.resources.js +8 -0
- package/components/common/i18n/EN/date-range-picker.resources.js.map +1 -0
- package/components/common/i18n/i18n-controller.d.ts +74 -0
- package/components/common/i18n/i18n-controller.js +89 -0
- package/components/common/i18n/i18n-controller.js.map +1 -0
- package/components/common/i18n/utils.d.ts +19 -0
- package/components/common/i18n/utils.js +100 -0
- package/components/common/i18n/utils.js.map +1 -0
- package/components/common/mixins/forms/associated.js +23 -3
- package/components/common/mixins/forms/associated.js.map +1 -1
- package/components/common/util.d.ts +0 -1
- package/components/common/util.js +0 -15
- package/components/common/util.js.map +1 -1
- package/components/common/validators.d.ts +4 -2
- package/components/common/validators.js +19 -13
- package/components/common/validators.js.map +1 -1
- package/components/date-picker/date-picker.d.ts +13 -8
- package/components/date-picker/date-picker.js +20 -6
- package/components/date-picker/date-picker.js.map +1 -1
- package/components/date-picker/themes/dark/date-picker.bootstrap.css.js +1 -1
- package/components/date-picker/themes/dark/date-picker.bootstrap.css.js.map +1 -1
- package/components/date-picker/themes/date-picker.base.css.js +1 -1
- package/components/date-picker/themes/date-picker.base.css.js.map +1 -1
- package/components/date-picker/themes/light/date-picker.bootstrap.css.js +1 -1
- package/components/date-picker/themes/light/date-picker.bootstrap.css.js.map +1 -1
- package/components/date-picker/themes/shared/date-picker.bootstrap.css.js +1 -1
- package/components/date-picker/themes/shared/date-picker.bootstrap.css.js.map +1 -1
- package/components/date-picker/themes/shared/date-picker.common.css.js +1 -1
- package/components/date-picker/themes/shared/date-picker.common.css.js.map +1 -1
- package/components/date-picker/themes/shared/date-picker.fluent.css.js +1 -1
- package/components/date-picker/themes/shared/date-picker.fluent.css.js.map +1 -1
- package/components/date-picker/themes/shared/date-picker.indigo.css.js +1 -1
- package/components/date-picker/themes/shared/date-picker.indigo.css.js.map +1 -1
- package/components/date-picker/themes/shared/date-picker.material.css.js +1 -1
- package/components/date-picker/themes/shared/date-picker.material.css.js.map +1 -1
- package/components/date-picker/validators.js +3 -2
- package/components/date-picker/validators.js.map +1 -1
- package/components/date-range-picker/date-range-picker.base.css.js +1 -1
- package/components/date-range-picker/date-range-picker.base.css.js.map +1 -1
- package/components/date-range-picker/date-range-picker.d.ts +10 -2
- package/components/date-range-picker/date-range-picker.js +19 -5
- package/components/date-range-picker/date-range-picker.js.map +1 -1
- package/components/date-range-picker/predefined-ranges-area.d.ts +4 -2
- package/components/date-range-picker/predefined-ranges-area.js +12 -3
- package/components/date-range-picker/predefined-ranges-area.js.map +1 -1
- package/components/date-range-picker/themes/dark/date-range-picker.bootstrap.css.js +1 -1
- package/components/date-range-picker/themes/dark/date-range-picker.bootstrap.css.js.map +1 -1
- package/components/date-range-picker/themes/dark/date-range-picker.fluent.css.js +1 -1
- package/components/date-range-picker/themes/dark/date-range-picker.fluent.css.js.map +1 -1
- package/components/date-range-picker/themes/dark/date-range-picker.indigo.css.js +1 -1
- package/components/date-range-picker/themes/dark/date-range-picker.indigo.css.js.map +1 -1
- package/components/date-range-picker/themes/dark/date-range-picker.material.css.js +1 -1
- package/components/date-range-picker/themes/dark/date-range-picker.material.css.js.map +1 -1
- package/components/date-range-picker/themes/light/date-range-picker.bootstrap.css.js +1 -1
- package/components/date-range-picker/themes/light/date-range-picker.bootstrap.css.js.map +1 -1
- package/components/date-range-picker/themes/light/date-range-picker.fluent.css.js +1 -1
- package/components/date-range-picker/themes/light/date-range-picker.fluent.css.js.map +1 -1
- package/components/date-range-picker/themes/light/date-range-picker.indigo.css.js +1 -1
- package/components/date-range-picker/themes/light/date-range-picker.indigo.css.js.map +1 -1
- package/components/date-range-picker/themes/light/date-range-picker.material.css.js +1 -1
- package/components/date-range-picker/themes/light/date-range-picker.material.css.js.map +1 -1
- package/components/date-range-picker/themes/light/date-range-picker.shared.css.js +1 -1
- package/components/date-range-picker/themes/light/date-range-picker.shared.css.js.map +1 -1
- package/components/date-range-picker/themes/shared/date-range-picker.bootstrap.css.js +1 -1
- package/components/date-range-picker/themes/shared/date-range-picker.bootstrap.css.js.map +1 -1
- package/components/date-range-picker/themes/shared/date-range-picker.common.css.js +1 -1
- package/components/date-range-picker/themes/shared/date-range-picker.common.css.js.map +1 -1
- package/components/date-range-picker/themes/shared/date-range-picker.fluent.css.js +1 -1
- package/components/date-range-picker/themes/shared/date-range-picker.fluent.css.js.map +1 -1
- package/components/date-range-picker/themes/shared/date-range-picker.indigo.css.js +1 -1
- package/components/date-range-picker/themes/shared/date-range-picker.indigo.css.js.map +1 -1
- package/components/date-range-picker/themes/shared/date-range-picker.material.css.js +1 -1
- package/components/date-range-picker/themes/shared/date-range-picker.material.css.js.map +1 -1
- package/components/date-range-picker/validators.js +8 -5
- package/components/date-range-picker/validators.js.map +1 -1
- package/components/date-time-input/date-time-input.d.ts +5 -3
- package/components/date-time-input/date-time-input.js +11 -2
- package/components/date-time-input/date-time-input.js.map +1 -1
- package/components/dialog/themes/shared/dialog.common.css.js +1 -1
- package/components/dialog/themes/shared/dialog.common.css.js.map +1 -1
- package/components/expansion-panel/expansion-panel.d.ts +6 -5
- package/components/expansion-panel/expansion-panel.js +33 -42
- package/components/expansion-panel/expansion-panel.js.map +1 -1
- package/components/input/themes/dark/input.bootstrap.css.js +1 -1
- package/components/input/themes/dark/input.bootstrap.css.js.map +1 -1
- package/components/input/themes/input.base.css.js +1 -1
- package/components/input/themes/input.base.css.js.map +1 -1
- package/components/input/themes/light/input.bootstrap.css.js +1 -1
- package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
- package/components/input/themes/shared/input.bootstrap.css.js +1 -1
- package/components/input/themes/shared/input.bootstrap.css.js.map +1 -1
- package/components/input/themes/shared/input.common.css.js +1 -1
- package/components/input/themes/shared/input.common.css.js.map +1 -1
- package/components/input/themes/shared/input.fluent.css.js +1 -1
- package/components/input/themes/shared/input.fluent.css.js.map +1 -1
- package/components/input/themes/shared/input.indigo.css.js +1 -1
- package/components/input/themes/shared/input.indigo.css.js.map +1 -1
- package/components/input/themes/shared/input.material.css.js +1 -1
- package/components/input/themes/shared/input.material.css.js.map +1 -1
- package/components/input/validators.js +3 -3
- package/components/input/validators.js.map +1 -1
- package/components/mask-input/validators.js +2 -2
- package/components/mask-input/validators.js.map +1 -1
- package/components/radio/validators.js +2 -2
- package/components/radio/validators.js.map +1 -1
- package/components/select/themes/select.base.css.js +1 -1
- package/components/select/themes/select.base.css.js.map +1 -1
- package/components/select/themes/shared/select.fluent.css.js +1 -1
- package/components/select/themes/shared/select.fluent.css.js.map +1 -1
- package/components/select/themes/shared/select.indigo.css.js +1 -1
- package/components/select/themes/shared/select.indigo.css.js.map +1 -1
- package/components/select/themes/shared/select.material.css.js +1 -1
- package/components/select/themes/shared/select.material.css.js.map +1 -1
- package/components/stepper/step.d.ts +1 -1
- package/components/stepper/step.js +4 -6
- package/components/stepper/step.js.map +1 -1
- package/components/textarea/textarea.d.ts +1 -1
- package/components/textarea/textarea.js +1 -1
- package/components/textarea/textarea.js.map +1 -1
- package/components/textarea/themes/dark/textarea.bootstrap.css.js +1 -1
- package/components/textarea/themes/dark/textarea.bootstrap.css.js.map +1 -1
- package/components/textarea/themes/light/textarea.bootstrap.css.js +1 -1
- package/components/textarea/themes/light/textarea.bootstrap.css.js.map +1 -1
- package/components/textarea/themes/shared/textarea.bootstrap.css.js +1 -1
- package/components/textarea/themes/shared/textarea.bootstrap.css.js.map +1 -1
- package/components/textarea/themes/shared/textarea.common.css.js +1 -1
- package/components/textarea/themes/shared/textarea.common.css.js.map +1 -1
- package/components/textarea/themes/shared/textarea.fluent.css.js +1 -1
- package/components/textarea/themes/shared/textarea.fluent.css.js.map +1 -1
- package/components/textarea/themes/shared/textarea.indigo.css.js +1 -1
- package/components/textarea/themes/shared/textarea.indigo.css.js.map +1 -1
- package/components/textarea/themes/shared/textarea.material.css.js +1 -1
- package/components/textarea/themes/shared/textarea.material.css.js.map +1 -1
- package/components/textarea/themes/textarea.base.css.js +1 -1
- package/components/textarea/themes/textarea.base.css.js.map +1 -1
- package/components/tile-manager/tile.js.map +1 -1
- package/components/tooltip/controller.d.ts +1 -0
- package/components/tooltip/controller.js +9 -0
- package/components/tooltip/controller.js.map +1 -1
- package/components/tooltip/themes/tooltip.base.css.js +1 -1
- package/components/tooltip/themes/tooltip.base.css.js.map +1 -1
- package/components/tooltip/tooltip.d.ts +2 -0
- package/components/tooltip/tooltip.js +10 -2
- package/components/tooltip/tooltip.js.map +1 -1
- package/components/tree/tree-item.js +1 -5
- package/components/tree/tree-item.js.map +1 -1
- package/custom-elements.json +2000 -985
- package/igniteui-webcomponents.css-data.json +1 -1
- package/igniteui-webcomponents.html-data.json +1 -1
- package/index.d.ts +3 -2
- package/index.js +3 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/web-types.json +2 -2
- package/components/common/i18n/calendar.resources.js +0 -17
- package/components/common/i18n/calendar.resources.js.map +0 -1
- package/components/common/i18n/chat.resources.js.map +0 -1
- package/components/common/i18n/date-range-picker.resources.js +0 -12
- package/components/common/i18n/date-range-picker.resources.js.map +0 -1
- package/components/common/localization/validation-en.d.ts +0 -13
- package/components/common/localization/validation-en.js +0 -13
- package/components/common/localization/validation-en.js.map +0 -1
- /package/components/common/i18n/{calendar.resources.d.ts → EN/calendar.resources.d.ts} +0 -0
- /package/components/common/i18n/{chat.resources.d.ts → EN/chat.resources.d.ts} +0 -0
- /package/components/common/i18n/{chat.resources.js → EN/chat.resources.js} +0 -0
- /package/components/common/i18n/{date-range-picker.resources.d.ts → EN/date-range-picker.resources.d.ts} +0 -0
package/custom-elements.json
CHANGED
|
@@ -605,20 +605,6 @@
|
|
|
605
605
|
}
|
|
606
606
|
]
|
|
607
607
|
},
|
|
608
|
-
{
|
|
609
|
-
"kind": "javascript-module",
|
|
610
|
-
"path": "src/components/common/localization/validation-en.ts",
|
|
611
|
-
"declarations": [],
|
|
612
|
-
"exports": [
|
|
613
|
-
{
|
|
614
|
-
"kind": "js",
|
|
615
|
-
"name": "default",
|
|
616
|
-
"declaration": {
|
|
617
|
-
"module": "src/components/common/localization/validation-en.ts"
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
]
|
|
621
|
-
},
|
|
622
608
|
{
|
|
623
609
|
"kind": "javascript-module",
|
|
624
610
|
"path": "src/components/common/definitions/register.ts",
|
|
@@ -2880,30 +2866,6 @@
|
|
|
2880
2866
|
}
|
|
2881
2867
|
]
|
|
2882
2868
|
},
|
|
2883
|
-
{
|
|
2884
|
-
"kind": "javascript-module",
|
|
2885
|
-
"path": "src/components/common/i18n/calendar.resources.ts",
|
|
2886
|
-
"declarations": [
|
|
2887
|
-
{
|
|
2888
|
-
"kind": "variable",
|
|
2889
|
-
"name": "IgcCalendarResourceStringEN",
|
|
2890
|
-
"type": {
|
|
2891
|
-
"text": "IgcCalendarResourceStrings"
|
|
2892
|
-
},
|
|
2893
|
-
"default": "{ selectMonth: 'Select month', selectYear: 'Select year', selectDate: 'Select date', selectRange: 'Select range', selectedDate: 'Selected date', startDate: 'Start', endDate: 'End', previousMonth: 'Previous month', nextMonth: 'Next month', previousYear: 'Previous year', nextYear: 'Next year', previousYears: 'Previous {0} years', nextYears: 'Next {0} years', weekLabel: 'Wk', }"
|
|
2894
|
-
}
|
|
2895
|
-
],
|
|
2896
|
-
"exports": [
|
|
2897
|
-
{
|
|
2898
|
-
"kind": "js",
|
|
2899
|
-
"name": "IgcCalendarResourceStringEN",
|
|
2900
|
-
"declaration": {
|
|
2901
|
-
"name": "IgcCalendarResourceStringEN",
|
|
2902
|
-
"module": "src/components/common/i18n/calendar.resources.ts"
|
|
2903
|
-
}
|
|
2904
|
-
}
|
|
2905
|
-
]
|
|
2906
|
-
},
|
|
2907
2869
|
{
|
|
2908
2870
|
"kind": "javascript-module",
|
|
2909
2871
|
"path": "src/components/common/localization/intl-formatters.ts",
|
|
@@ -3691,6 +3653,194 @@
|
|
|
3691
3653
|
}
|
|
3692
3654
|
]
|
|
3693
3655
|
},
|
|
3656
|
+
{
|
|
3657
|
+
"kind": "javascript-module",
|
|
3658
|
+
"path": "src/components/common/i18n/EN/calendar.resources.ts",
|
|
3659
|
+
"declarations": [
|
|
3660
|
+
{
|
|
3661
|
+
"kind": "variable",
|
|
3662
|
+
"name": "IgcCalendarResourceStringEN",
|
|
3663
|
+
"type": {
|
|
3664
|
+
"text": "IgcCalendarResourceStrings"
|
|
3665
|
+
}
|
|
3666
|
+
}
|
|
3667
|
+
],
|
|
3668
|
+
"exports": [
|
|
3669
|
+
{
|
|
3670
|
+
"kind": "js",
|
|
3671
|
+
"name": "IgcCalendarResourceStringEN",
|
|
3672
|
+
"declaration": {
|
|
3673
|
+
"name": "IgcCalendarResourceStringEN",
|
|
3674
|
+
"module": "src/components/common/i18n/EN/calendar.resources.ts"
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3677
|
+
]
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"kind": "javascript-module",
|
|
3681
|
+
"path": "src/components/common/i18n/i18n-controller.ts",
|
|
3682
|
+
"declarations": [
|
|
3683
|
+
{
|
|
3684
|
+
"kind": "class",
|
|
3685
|
+
"description": "Manages localization (i18n) for a Lit web component.\nIt handles the current locale, component-specific resource overrides,\nand updates when the global localization state changes.",
|
|
3686
|
+
"name": "I18nController",
|
|
3687
|
+
"members": [
|
|
3688
|
+
{
|
|
3689
|
+
"kind": "field",
|
|
3690
|
+
"name": "_host",
|
|
3691
|
+
"type": {
|
|
3692
|
+
"text": "I18nControllerHost"
|
|
3693
|
+
},
|
|
3694
|
+
"privacy": "private",
|
|
3695
|
+
"readonly": true,
|
|
3696
|
+
"default": "host"
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"kind": "field",
|
|
3700
|
+
"name": "_defaultEN",
|
|
3701
|
+
"type": {
|
|
3702
|
+
"text": "T"
|
|
3703
|
+
},
|
|
3704
|
+
"privacy": "private",
|
|
3705
|
+
"readonly": true
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"kind": "field",
|
|
3709
|
+
"name": "_resourceChangeCallback",
|
|
3710
|
+
"type": {
|
|
3711
|
+
"text": "ResourceChangeCallback | undefined"
|
|
3712
|
+
},
|
|
3713
|
+
"privacy": "private"
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"kind": "field",
|
|
3717
|
+
"name": "_defaultResourceStrings",
|
|
3718
|
+
"type": {
|
|
3719
|
+
"text": "T"
|
|
3720
|
+
},
|
|
3721
|
+
"privacy": "private"
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"kind": "field",
|
|
3725
|
+
"name": "_locale",
|
|
3726
|
+
"type": {
|
|
3727
|
+
"text": "string | undefined"
|
|
3728
|
+
},
|
|
3729
|
+
"privacy": "private"
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
"kind": "field",
|
|
3733
|
+
"name": "_resourceStrings",
|
|
3734
|
+
"type": {
|
|
3735
|
+
"text": "T | undefined"
|
|
3736
|
+
},
|
|
3737
|
+
"privacy": "private"
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"kind": "field",
|
|
3741
|
+
"name": "locale",
|
|
3742
|
+
"privacy": "public",
|
|
3743
|
+
"description": "Gets the resolved locale for the host component.\nThis is the component's custom locale if set, otherwise it falls back to the\nglobal locale.",
|
|
3744
|
+
"type": {
|
|
3745
|
+
"text": "string"
|
|
3746
|
+
}
|
|
3747
|
+
},
|
|
3748
|
+
{
|
|
3749
|
+
"kind": "field",
|
|
3750
|
+
"name": "resourceStrings",
|
|
3751
|
+
"privacy": "public",
|
|
3752
|
+
"description": "Get resolved resource strings for component",
|
|
3753
|
+
"type": {
|
|
3754
|
+
"text": "T"
|
|
3755
|
+
}
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"kind": "method",
|
|
3759
|
+
"name": "_registerResources",
|
|
3760
|
+
"privacy": "private",
|
|
3761
|
+
"return": {
|
|
3762
|
+
"type": {
|
|
3763
|
+
"text": "void"
|
|
3764
|
+
}
|
|
3765
|
+
},
|
|
3766
|
+
"parameters": [
|
|
3767
|
+
{
|
|
3768
|
+
"name": "resource",
|
|
3769
|
+
"type": {
|
|
3770
|
+
"text": "T"
|
|
3771
|
+
}
|
|
3772
|
+
}
|
|
3773
|
+
],
|
|
3774
|
+
"description": "Registers the default English resources with the global i18n manager."
|
|
3775
|
+
},
|
|
3776
|
+
{
|
|
3777
|
+
"kind": "method",
|
|
3778
|
+
"name": "_getResourceMapForComponent",
|
|
3779
|
+
"privacy": "private",
|
|
3780
|
+
"return": {
|
|
3781
|
+
"type": {
|
|
3782
|
+
"text": "| Map<string, string | undefined>\n | undefined"
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3785
|
+
"description": "Helper to find the correct resource map based on the component's default resources (`#defaultEN`).\nThis relies on structural checking (the component's key names)."
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"kind": "method",
|
|
3789
|
+
"name": "_getCurrentResourceStrings",
|
|
3790
|
+
"privacy": "private",
|
|
3791
|
+
"return": {
|
|
3792
|
+
"type": {
|
|
3793
|
+
"text": "T"
|
|
3794
|
+
}
|
|
3795
|
+
},
|
|
3796
|
+
"description": "Gets the current, locale-specific resource strings for the component.\nThe logic maps component keys (from defaultEN) to core library keys\nand retrieves the localized string from the i18n manager.\n\nResult is truncated, containing only relevant locale strings."
|
|
3797
|
+
}
|
|
3798
|
+
]
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"kind": "function",
|
|
3802
|
+
"name": "addI18nController",
|
|
3803
|
+
"return": {
|
|
3804
|
+
"type": {
|
|
3805
|
+
"text": "I18nController<T>"
|
|
3806
|
+
}
|
|
3807
|
+
},
|
|
3808
|
+
"parameters": [
|
|
3809
|
+
{
|
|
3810
|
+
"name": "host",
|
|
3811
|
+
"type": {
|
|
3812
|
+
"text": "I18nControllerHost"
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "config",
|
|
3817
|
+
"type": {
|
|
3818
|
+
"text": "I18nControllerConfig<T>"
|
|
3819
|
+
}
|
|
3820
|
+
}
|
|
3821
|
+
],
|
|
3822
|
+
"description": "Factory function to create and attach the I18nController to a host."
|
|
3823
|
+
}
|
|
3824
|
+
],
|
|
3825
|
+
"exports": [
|
|
3826
|
+
{
|
|
3827
|
+
"kind": "js",
|
|
3828
|
+
"name": "addI18nController",
|
|
3829
|
+
"declaration": {
|
|
3830
|
+
"name": "addI18nController",
|
|
3831
|
+
"module": "src/components/common/i18n/i18n-controller.ts"
|
|
3832
|
+
}
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"kind": "js",
|
|
3836
|
+
"name": "I18nController",
|
|
3837
|
+
"declaration": {
|
|
3838
|
+
"name": "I18nController",
|
|
3839
|
+
"module": "src/components/common/i18n/i18n-controller.ts"
|
|
3840
|
+
}
|
|
3841
|
+
}
|
|
3842
|
+
]
|
|
3843
|
+
},
|
|
3694
3844
|
{
|
|
3695
3845
|
"kind": "javascript-module",
|
|
3696
3846
|
"path": "src/components/calendar/types.ts",
|
|
@@ -3706,6 +3856,12 @@
|
|
|
3706
3856
|
"description": "",
|
|
3707
3857
|
"name": "IgcCalendarBaseComponent",
|
|
3708
3858
|
"members": [
|
|
3859
|
+
{
|
|
3860
|
+
"kind": "field",
|
|
3861
|
+
"name": "_i18nController",
|
|
3862
|
+
"privacy": "protected",
|
|
3863
|
+
"readonly": true
|
|
3864
|
+
},
|
|
3709
3865
|
{
|
|
3710
3866
|
"kind": "field",
|
|
3711
3867
|
"name": "_initialActiveDateSet",
|
|
@@ -3870,14 +4026,19 @@
|
|
|
3870
4026
|
{
|
|
3871
4027
|
"kind": "field",
|
|
3872
4028
|
"name": "locale",
|
|
3873
|
-
"type": {
|
|
3874
|
-
"text": "string"
|
|
3875
|
-
},
|
|
3876
4029
|
"privacy": "public",
|
|
3877
|
-
"default": "'en'",
|
|
3878
4030
|
"description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
|
|
3879
4031
|
"attribute": "locale"
|
|
3880
4032
|
},
|
|
4033
|
+
{
|
|
4034
|
+
"kind": "field",
|
|
4035
|
+
"name": "resourceStrings",
|
|
4036
|
+
"privacy": "public",
|
|
4037
|
+
"description": "The resource strings for localization.",
|
|
4038
|
+
"type": {
|
|
4039
|
+
"text": "IgcCalendarResourceStrings"
|
|
4040
|
+
}
|
|
4041
|
+
},
|
|
3881
4042
|
{
|
|
3882
4043
|
"kind": "field",
|
|
3883
4044
|
"name": "specialDates",
|
|
@@ -3964,10 +4125,6 @@
|
|
|
3964
4125
|
},
|
|
3965
4126
|
{
|
|
3966
4127
|
"name": "locale",
|
|
3967
|
-
"type": {
|
|
3968
|
-
"text": "string"
|
|
3969
|
-
},
|
|
3970
|
-
"default": "'en'",
|
|
3971
4128
|
"description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
|
|
3972
4129
|
"fieldName": "locale",
|
|
3973
4130
|
"attribute": "locale"
|
|
@@ -4131,13 +4288,6 @@
|
|
|
4131
4288
|
"privacy": "public",
|
|
4132
4289
|
"description": "The range preview date."
|
|
4133
4290
|
},
|
|
4134
|
-
{
|
|
4135
|
-
"kind": "field",
|
|
4136
|
-
"name": "resourceStrings",
|
|
4137
|
-
"privacy": "public",
|
|
4138
|
-
"default": "IgcCalendarResourceStringEN",
|
|
4139
|
-
"description": "The resource strings."
|
|
4140
|
-
},
|
|
4141
4291
|
{
|
|
4142
4292
|
"kind": "field",
|
|
4143
4293
|
"name": "weekDayFormat",
|
|
@@ -4530,6 +4680,16 @@
|
|
|
4530
4680
|
"module": "src/components/common/mixins/event-emitter.ts"
|
|
4531
4681
|
}
|
|
4532
4682
|
},
|
|
4683
|
+
{
|
|
4684
|
+
"kind": "field",
|
|
4685
|
+
"name": "_i18nController",
|
|
4686
|
+
"privacy": "protected",
|
|
4687
|
+
"readonly": true,
|
|
4688
|
+
"inheritedFrom": {
|
|
4689
|
+
"name": "IgcCalendarBaseComponent",
|
|
4690
|
+
"module": "src/components/calendar/base.ts"
|
|
4691
|
+
}
|
|
4692
|
+
},
|
|
4533
4693
|
{
|
|
4534
4694
|
"kind": "field",
|
|
4535
4695
|
"name": "_initialActiveDateSet",
|
|
@@ -4766,11 +4926,7 @@
|
|
|
4766
4926
|
{
|
|
4767
4927
|
"kind": "field",
|
|
4768
4928
|
"name": "locale",
|
|
4769
|
-
"type": {
|
|
4770
|
-
"text": "string"
|
|
4771
|
-
},
|
|
4772
4929
|
"privacy": "public",
|
|
4773
|
-
"default": "'en'",
|
|
4774
4930
|
"description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
|
|
4775
4931
|
"attribute": "locale",
|
|
4776
4932
|
"inheritedFrom": {
|
|
@@ -4778,6 +4934,19 @@
|
|
|
4778
4934
|
"module": "src/components/calendar/base.ts"
|
|
4779
4935
|
}
|
|
4780
4936
|
},
|
|
4937
|
+
{
|
|
4938
|
+
"kind": "field",
|
|
4939
|
+
"name": "resourceStrings",
|
|
4940
|
+
"privacy": "public",
|
|
4941
|
+
"description": "The resource strings for localization.",
|
|
4942
|
+
"type": {
|
|
4943
|
+
"text": "IgcCalendarResourceStrings"
|
|
4944
|
+
},
|
|
4945
|
+
"inheritedFrom": {
|
|
4946
|
+
"name": "IgcCalendarBaseComponent",
|
|
4947
|
+
"module": "src/components/calendar/base.ts"
|
|
4948
|
+
}
|
|
4949
|
+
},
|
|
4781
4950
|
{
|
|
4782
4951
|
"kind": "field",
|
|
4783
4952
|
"name": "specialDates",
|
|
@@ -4958,10 +5127,6 @@
|
|
|
4958
5127
|
},
|
|
4959
5128
|
{
|
|
4960
5129
|
"name": "locale",
|
|
4961
|
-
"type": {
|
|
4962
|
-
"text": "string"
|
|
4963
|
-
},
|
|
4964
|
-
"default": "'en'",
|
|
4965
5130
|
"description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
|
|
4966
5131
|
"fieldName": "locale",
|
|
4967
5132
|
"attribute": "locale",
|
|
@@ -5924,13 +6089,6 @@
|
|
|
5924
6089
|
"default": "{ month: 'long', weekday: 'narrow' }",
|
|
5925
6090
|
"description": "The options used to format the months and the weekdays in the calendar views."
|
|
5926
6091
|
},
|
|
5927
|
-
{
|
|
5928
|
-
"kind": "field",
|
|
5929
|
-
"name": "resourceStrings",
|
|
5930
|
-
"privacy": "public",
|
|
5931
|
-
"default": "IgcCalendarResourceStringEN",
|
|
5932
|
-
"description": "The resource strings for localization."
|
|
5933
|
-
},
|
|
5934
6092
|
{
|
|
5935
6093
|
"kind": "field",
|
|
5936
6094
|
"name": "_intl",
|
|
@@ -6389,6 +6547,16 @@
|
|
|
6389
6547
|
"module": "src/components/common/mixins/event-emitter.ts"
|
|
6390
6548
|
}
|
|
6391
6549
|
},
|
|
6550
|
+
{
|
|
6551
|
+
"kind": "field",
|
|
6552
|
+
"name": "_i18nController",
|
|
6553
|
+
"privacy": "protected",
|
|
6554
|
+
"readonly": true,
|
|
6555
|
+
"inheritedFrom": {
|
|
6556
|
+
"name": "IgcCalendarBaseComponent",
|
|
6557
|
+
"module": "src/components/calendar/base.ts"
|
|
6558
|
+
}
|
|
6559
|
+
},
|
|
6392
6560
|
{
|
|
6393
6561
|
"kind": "field",
|
|
6394
6562
|
"name": "_initialActiveDateSet",
|
|
@@ -6625,11 +6793,7 @@
|
|
|
6625
6793
|
{
|
|
6626
6794
|
"kind": "field",
|
|
6627
6795
|
"name": "locale",
|
|
6628
|
-
"type": {
|
|
6629
|
-
"text": "string"
|
|
6630
|
-
},
|
|
6631
6796
|
"privacy": "public",
|
|
6632
|
-
"default": "'en'",
|
|
6633
6797
|
"description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
|
|
6634
6798
|
"attribute": "locale",
|
|
6635
6799
|
"inheritedFrom": {
|
|
@@ -6637,6 +6801,19 @@
|
|
|
6637
6801
|
"module": "src/components/calendar/base.ts"
|
|
6638
6802
|
}
|
|
6639
6803
|
},
|
|
6804
|
+
{
|
|
6805
|
+
"kind": "field",
|
|
6806
|
+
"name": "resourceStrings",
|
|
6807
|
+
"privacy": "public",
|
|
6808
|
+
"description": "The resource strings for localization.",
|
|
6809
|
+
"type": {
|
|
6810
|
+
"text": "IgcCalendarResourceStrings"
|
|
6811
|
+
},
|
|
6812
|
+
"inheritedFrom": {
|
|
6813
|
+
"name": "IgcCalendarBaseComponent",
|
|
6814
|
+
"module": "src/components/calendar/base.ts"
|
|
6815
|
+
}
|
|
6816
|
+
},
|
|
6640
6817
|
{
|
|
6641
6818
|
"kind": "field",
|
|
6642
6819
|
"name": "specialDates",
|
|
@@ -6843,10 +7020,6 @@
|
|
|
6843
7020
|
},
|
|
6844
7021
|
{
|
|
6845
7022
|
"name": "locale",
|
|
6846
|
-
"type": {
|
|
6847
|
-
"text": "string"
|
|
6848
|
-
},
|
|
6849
|
-
"default": "'en'",
|
|
6850
7023
|
"description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
|
|
6851
7024
|
"fieldName": "locale",
|
|
6852
7025
|
"attribute": "locale",
|
|
@@ -7041,7 +7214,7 @@
|
|
|
7041
7214
|
},
|
|
7042
7215
|
{
|
|
7043
7216
|
"kind": "javascript-module",
|
|
7044
|
-
"path": "src/components/common/i18n/date-range-picker.resources.ts",
|
|
7217
|
+
"path": "src/components/common/i18n/EN/date-range-picker.resources.ts",
|
|
7045
7218
|
"declarations": [
|
|
7046
7219
|
{
|
|
7047
7220
|
"kind": "variable",
|
|
@@ -7049,7 +7222,7 @@
|
|
|
7049
7222
|
"type": {
|
|
7050
7223
|
"text": "IgcDateRangePickerResourceStrings"
|
|
7051
7224
|
},
|
|
7052
|
-
"default": "{
|
|
7225
|
+
"default": "{ ...convertToIgcResource(DateRangePickerResourceStringsEN), ...IgcCalendarResourceStringEN, }"
|
|
7053
7226
|
}
|
|
7054
7227
|
],
|
|
7055
7228
|
"exports": [
|
|
@@ -7058,7 +7231,7 @@
|
|
|
7058
7231
|
"name": "IgcDateRangePickerResourceStringsEN",
|
|
7059
7232
|
"declaration": {
|
|
7060
7233
|
"name": "IgcDateRangePickerResourceStringsEN",
|
|
7061
|
-
"module": "src/components/common/i18n/date-range-picker.resources.ts"
|
|
7234
|
+
"module": "src/components/common/i18n/EN/date-range-picker.resources.ts"
|
|
7062
7235
|
}
|
|
7063
7236
|
}
|
|
7064
7237
|
]
|
|
@@ -7566,6 +7739,16 @@
|
|
|
7566
7739
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
7567
7740
|
}
|
|
7568
7741
|
},
|
|
7742
|
+
{
|
|
7743
|
+
"kind": "field",
|
|
7744
|
+
"name": "__i18nController",
|
|
7745
|
+
"privacy": "private",
|
|
7746
|
+
"readonly": true,
|
|
7747
|
+
"inheritedFrom": {
|
|
7748
|
+
"name": "BaseFormAssociated",
|
|
7749
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
7750
|
+
}
|
|
7751
|
+
},
|
|
7569
7752
|
{
|
|
7570
7753
|
"kind": "field",
|
|
7571
7754
|
"name": "_formValue",
|
|
@@ -7811,6 +7994,19 @@
|
|
|
7811
7994
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
7812
7995
|
}
|
|
7813
7996
|
},
|
|
7997
|
+
{
|
|
7998
|
+
"kind": "field",
|
|
7999
|
+
"name": "resourceStrings",
|
|
8000
|
+
"privacy": "public",
|
|
8001
|
+
"description": "The resource strings for localization.",
|
|
8002
|
+
"type": {
|
|
8003
|
+
"text": "IValidationResourceStrings"
|
|
8004
|
+
},
|
|
8005
|
+
"inheritedFrom": {
|
|
8006
|
+
"name": "BaseFormAssociated",
|
|
8007
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
8008
|
+
}
|
|
8009
|
+
},
|
|
7814
8010
|
{
|
|
7815
8011
|
"kind": "method",
|
|
7816
8012
|
"name": "_handleInvalid",
|
|
@@ -8209,6 +8405,16 @@
|
|
|
8209
8405
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
8210
8406
|
}
|
|
8211
8407
|
},
|
|
8408
|
+
{
|
|
8409
|
+
"kind": "field",
|
|
8410
|
+
"name": "__i18nController",
|
|
8411
|
+
"privacy": "private",
|
|
8412
|
+
"readonly": true,
|
|
8413
|
+
"inheritedFrom": {
|
|
8414
|
+
"name": "BaseFormAssociated",
|
|
8415
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
8416
|
+
}
|
|
8417
|
+
},
|
|
8212
8418
|
{
|
|
8213
8419
|
"kind": "field",
|
|
8214
8420
|
"name": "_formValue",
|
|
@@ -8454,6 +8660,19 @@
|
|
|
8454
8660
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
8455
8661
|
}
|
|
8456
8662
|
},
|
|
8663
|
+
{
|
|
8664
|
+
"kind": "field",
|
|
8665
|
+
"name": "resourceStrings",
|
|
8666
|
+
"privacy": "public",
|
|
8667
|
+
"description": "The resource strings for localization.",
|
|
8668
|
+
"type": {
|
|
8669
|
+
"text": "IValidationResourceStrings"
|
|
8670
|
+
},
|
|
8671
|
+
"inheritedFrom": {
|
|
8672
|
+
"name": "BaseFormAssociated",
|
|
8673
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
8674
|
+
}
|
|
8675
|
+
},
|
|
8457
8676
|
{
|
|
8458
8677
|
"kind": "method",
|
|
8459
8678
|
"name": "_handleInvalid",
|
|
@@ -8901,6 +9120,16 @@
|
|
|
8901
9120
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
8902
9121
|
}
|
|
8903
9122
|
},
|
|
9123
|
+
{
|
|
9124
|
+
"kind": "field",
|
|
9125
|
+
"name": "__i18nController",
|
|
9126
|
+
"privacy": "private",
|
|
9127
|
+
"readonly": true,
|
|
9128
|
+
"inheritedFrom": {
|
|
9129
|
+
"name": "BaseFormAssociated",
|
|
9130
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
9131
|
+
}
|
|
9132
|
+
},
|
|
8904
9133
|
{
|
|
8905
9134
|
"kind": "field",
|
|
8906
9135
|
"name": "_formValue",
|
|
@@ -9146,6 +9375,19 @@
|
|
|
9146
9375
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
9147
9376
|
}
|
|
9148
9377
|
},
|
|
9378
|
+
{
|
|
9379
|
+
"kind": "field",
|
|
9380
|
+
"name": "resourceStrings",
|
|
9381
|
+
"privacy": "public",
|
|
9382
|
+
"description": "The resource strings for localization.",
|
|
9383
|
+
"type": {
|
|
9384
|
+
"text": "IValidationResourceStrings"
|
|
9385
|
+
},
|
|
9386
|
+
"inheritedFrom": {
|
|
9387
|
+
"name": "BaseFormAssociated",
|
|
9388
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
9389
|
+
}
|
|
9390
|
+
},
|
|
9149
9391
|
{
|
|
9150
9392
|
"kind": "method",
|
|
9151
9393
|
"name": "_handleInvalid",
|
|
@@ -9579,6 +9821,16 @@
|
|
|
9579
9821
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
9580
9822
|
}
|
|
9581
9823
|
},
|
|
9824
|
+
{
|
|
9825
|
+
"kind": "field",
|
|
9826
|
+
"name": "__i18nController",
|
|
9827
|
+
"privacy": "private",
|
|
9828
|
+
"readonly": true,
|
|
9829
|
+
"inheritedFrom": {
|
|
9830
|
+
"name": "BaseFormAssociated",
|
|
9831
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
9832
|
+
}
|
|
9833
|
+
},
|
|
9582
9834
|
{
|
|
9583
9835
|
"kind": "field",
|
|
9584
9836
|
"name": "_formValue",
|
|
@@ -9824,6 +10076,19 @@
|
|
|
9824
10076
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
9825
10077
|
}
|
|
9826
10078
|
},
|
|
10079
|
+
{
|
|
10080
|
+
"kind": "field",
|
|
10081
|
+
"name": "resourceStrings",
|
|
10082
|
+
"privacy": "public",
|
|
10083
|
+
"description": "The resource strings for localization.",
|
|
10084
|
+
"type": {
|
|
10085
|
+
"text": "IValidationResourceStrings"
|
|
10086
|
+
},
|
|
10087
|
+
"inheritedFrom": {
|
|
10088
|
+
"name": "BaseFormAssociated",
|
|
10089
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
10090
|
+
}
|
|
10091
|
+
},
|
|
9827
10092
|
{
|
|
9828
10093
|
"kind": "method",
|
|
9829
10094
|
"name": "_handleInvalid",
|
|
@@ -10734,6 +10999,16 @@
|
|
|
10734
10999
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
10735
11000
|
}
|
|
10736
11001
|
},
|
|
11002
|
+
{
|
|
11003
|
+
"kind": "field",
|
|
11004
|
+
"name": "__i18nController",
|
|
11005
|
+
"privacy": "private",
|
|
11006
|
+
"readonly": true,
|
|
11007
|
+
"inheritedFrom": {
|
|
11008
|
+
"name": "BaseFormAssociated",
|
|
11009
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
11010
|
+
}
|
|
11011
|
+
},
|
|
10737
11012
|
{
|
|
10738
11013
|
"kind": "field",
|
|
10739
11014
|
"name": "_formValue",
|
|
@@ -10979,6 +11254,19 @@
|
|
|
10979
11254
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
10980
11255
|
}
|
|
10981
11256
|
},
|
|
11257
|
+
{
|
|
11258
|
+
"kind": "field",
|
|
11259
|
+
"name": "resourceStrings",
|
|
11260
|
+
"privacy": "public",
|
|
11261
|
+
"description": "The resource strings for localization.",
|
|
11262
|
+
"type": {
|
|
11263
|
+
"text": "IValidationResourceStrings"
|
|
11264
|
+
},
|
|
11265
|
+
"inheritedFrom": {
|
|
11266
|
+
"name": "BaseFormAssociated",
|
|
11267
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
11268
|
+
}
|
|
11269
|
+
},
|
|
10982
11270
|
{
|
|
10983
11271
|
"kind": "method",
|
|
10984
11272
|
"name": "_handleInvalid",
|
|
@@ -12103,6 +12391,16 @@
|
|
|
12103
12391
|
"module": "src/components/input/input-base.ts"
|
|
12104
12392
|
}
|
|
12105
12393
|
},
|
|
12394
|
+
{
|
|
12395
|
+
"kind": "field",
|
|
12396
|
+
"name": "__i18nController",
|
|
12397
|
+
"privacy": "private",
|
|
12398
|
+
"readonly": true,
|
|
12399
|
+
"inheritedFrom": {
|
|
12400
|
+
"name": "IgcInputBaseComponent",
|
|
12401
|
+
"module": "src/components/input/input-base.ts"
|
|
12402
|
+
}
|
|
12403
|
+
},
|
|
12106
12404
|
{
|
|
12107
12405
|
"kind": "field",
|
|
12108
12406
|
"name": "_formValue",
|
|
@@ -12348,6 +12646,19 @@
|
|
|
12348
12646
|
"module": "src/components/input/input-base.ts"
|
|
12349
12647
|
}
|
|
12350
12648
|
},
|
|
12649
|
+
{
|
|
12650
|
+
"kind": "field",
|
|
12651
|
+
"name": "resourceStrings",
|
|
12652
|
+
"privacy": "public",
|
|
12653
|
+
"description": "The resource strings for localization.",
|
|
12654
|
+
"type": {
|
|
12655
|
+
"text": "IValidationResourceStrings"
|
|
12656
|
+
},
|
|
12657
|
+
"inheritedFrom": {
|
|
12658
|
+
"name": "IgcInputBaseComponent",
|
|
12659
|
+
"module": "src/components/input/input-base.ts"
|
|
12660
|
+
}
|
|
12661
|
+
},
|
|
12351
12662
|
{
|
|
12352
12663
|
"kind": "method",
|
|
12353
12664
|
"name": "_handleInvalid",
|
|
@@ -14274,6 +14585,12 @@
|
|
|
14274
14585
|
"module": "src/components/input/input-base.ts"
|
|
14275
14586
|
}
|
|
14276
14587
|
},
|
|
14588
|
+
{
|
|
14589
|
+
"kind": "field",
|
|
14590
|
+
"name": "_i18nController",
|
|
14591
|
+
"privacy": "private",
|
|
14592
|
+
"readonly": true
|
|
14593
|
+
},
|
|
14277
14594
|
{
|
|
14278
14595
|
"kind": "field",
|
|
14279
14596
|
"name": "_defaultMask",
|
|
@@ -14411,12 +14728,8 @@
|
|
|
14411
14728
|
{
|
|
14412
14729
|
"kind": "field",
|
|
14413
14730
|
"name": "locale",
|
|
14414
|
-
"type": {
|
|
14415
|
-
"text": "string"
|
|
14416
|
-
},
|
|
14417
14731
|
"privacy": "public",
|
|
14418
|
-
"
|
|
14419
|
-
"description": "The locale settings used to display the value.",
|
|
14732
|
+
"description": "Gets/Sets the locale used for formatting the display value.",
|
|
14420
14733
|
"attribute": "locale"
|
|
14421
14734
|
},
|
|
14422
14735
|
{
|
|
@@ -15271,6 +15584,16 @@
|
|
|
15271
15584
|
"module": "src/components/input/input-base.ts"
|
|
15272
15585
|
}
|
|
15273
15586
|
},
|
|
15587
|
+
{
|
|
15588
|
+
"kind": "field",
|
|
15589
|
+
"name": "__i18nController",
|
|
15590
|
+
"privacy": "private",
|
|
15591
|
+
"readonly": true,
|
|
15592
|
+
"inheritedFrom": {
|
|
15593
|
+
"name": "IgcInputBaseComponent",
|
|
15594
|
+
"module": "src/components/input/input-base.ts"
|
|
15595
|
+
}
|
|
15596
|
+
},
|
|
15274
15597
|
{
|
|
15275
15598
|
"kind": "field",
|
|
15276
15599
|
"name": "_isFormSubmit",
|
|
@@ -15490,6 +15813,19 @@
|
|
|
15490
15813
|
"module": "src/components/input/input-base.ts"
|
|
15491
15814
|
}
|
|
15492
15815
|
},
|
|
15816
|
+
{
|
|
15817
|
+
"kind": "field",
|
|
15818
|
+
"name": "resourceStrings",
|
|
15819
|
+
"privacy": "public",
|
|
15820
|
+
"description": "The resource strings for localization.",
|
|
15821
|
+
"type": {
|
|
15822
|
+
"text": "IValidationResourceStrings"
|
|
15823
|
+
},
|
|
15824
|
+
"inheritedFrom": {
|
|
15825
|
+
"name": "IgcInputBaseComponent",
|
|
15826
|
+
"module": "src/components/input/input-base.ts"
|
|
15827
|
+
}
|
|
15828
|
+
},
|
|
15493
15829
|
{
|
|
15494
15830
|
"kind": "method",
|
|
15495
15831
|
"name": "_handleInvalid",
|
|
@@ -16127,11 +16463,7 @@
|
|
|
16127
16463
|
},
|
|
16128
16464
|
{
|
|
16129
16465
|
"name": "locale",
|
|
16130
|
-
"
|
|
16131
|
-
"text": "string"
|
|
16132
|
-
},
|
|
16133
|
-
"default": "'en'",
|
|
16134
|
-
"description": "The locale settings used to display the value.",
|
|
16466
|
+
"description": "Gets/Sets the locale used for formatting the display value.",
|
|
16135
16467
|
"fieldName": "locale",
|
|
16136
16468
|
"attribute": "locale"
|
|
16137
16469
|
},
|
|
@@ -16344,19 +16676,48 @@
|
|
|
16344
16676
|
"declarations": [
|
|
16345
16677
|
{
|
|
16346
16678
|
"kind": "class",
|
|
16347
|
-
"description": "",
|
|
16679
|
+
"description": "A ReactiveController for managing Web Animation API (WAAPI) playback\non a host element or a specified target element.\n\nIt provides methods to play, stop, and coordinate animations, including\nsupport for 'height: auto' transitions and reduced motion preference.",
|
|
16348
16680
|
"name": "AnimationController",
|
|
16349
16681
|
"members": [
|
|
16350
16682
|
{
|
|
16351
16683
|
"kind": "field",
|
|
16352
|
-
"name": "
|
|
16684
|
+
"name": "_host",
|
|
16685
|
+
"type": {
|
|
16686
|
+
"text": "ReactiveControllerHost & HTMLElement"
|
|
16687
|
+
},
|
|
16688
|
+
"privacy": "private",
|
|
16689
|
+
"readonly": true,
|
|
16690
|
+
"default": "host"
|
|
16691
|
+
},
|
|
16692
|
+
{
|
|
16693
|
+
"kind": "field",
|
|
16694
|
+
"name": "_ref",
|
|
16695
|
+
"type": {
|
|
16696
|
+
"text": "Ref<HTMLElement> | HTMLElement | undefined"
|
|
16697
|
+
},
|
|
16698
|
+
"privacy": "private",
|
|
16699
|
+
"readonly": true,
|
|
16700
|
+
"default": "ref"
|
|
16701
|
+
},
|
|
16702
|
+
{
|
|
16703
|
+
"kind": "field",
|
|
16704
|
+
"name": "_target",
|
|
16705
|
+
"type": {
|
|
16706
|
+
"text": "HTMLElement"
|
|
16707
|
+
},
|
|
16353
16708
|
"privacy": "protected",
|
|
16709
|
+
"description": "The actual HTMLElement target for the animations.\nPrioritizes a passed-in Ref value, then a direct HTMLElement, falling back to the host.",
|
|
16354
16710
|
"readonly": true
|
|
16355
16711
|
},
|
|
16356
16712
|
{
|
|
16357
16713
|
"kind": "method",
|
|
16358
|
-
"name": "
|
|
16714
|
+
"name": "_parseKeyframes",
|
|
16359
16715
|
"privacy": "private",
|
|
16716
|
+
"return": {
|
|
16717
|
+
"type": {
|
|
16718
|
+
"text": "Keyframe[]"
|
|
16719
|
+
}
|
|
16720
|
+
},
|
|
16360
16721
|
"parameters": [
|
|
16361
16722
|
{
|
|
16362
16723
|
"name": "keyframes",
|
|
@@ -16364,12 +16725,18 @@
|
|
|
16364
16725
|
"text": "Keyframe[]"
|
|
16365
16726
|
}
|
|
16366
16727
|
}
|
|
16367
|
-
]
|
|
16728
|
+
],
|
|
16729
|
+
"description": "Pre-processes keyframes, specifically resolving 'auto' height to the element's scrollHeight."
|
|
16368
16730
|
},
|
|
16369
16731
|
{
|
|
16370
16732
|
"kind": "method",
|
|
16371
|
-
"name": "
|
|
16733
|
+
"name": "playExclusive",
|
|
16372
16734
|
"privacy": "public",
|
|
16735
|
+
"return": {
|
|
16736
|
+
"type": {
|
|
16737
|
+
"text": "Promise<boolean>"
|
|
16738
|
+
}
|
|
16739
|
+
},
|
|
16373
16740
|
"parameters": [
|
|
16374
16741
|
{
|
|
16375
16742
|
"name": "animation",
|
|
@@ -16377,17 +16744,18 @@
|
|
|
16377
16744
|
"text": "AnimationReferenceMetadata"
|
|
16378
16745
|
}
|
|
16379
16746
|
}
|
|
16380
|
-
]
|
|
16381
|
-
|
|
16382
|
-
{
|
|
16383
|
-
"kind": "method",
|
|
16384
|
-
"name": "stopAll",
|
|
16385
|
-
"privacy": "public"
|
|
16747
|
+
],
|
|
16748
|
+
"description": "Plays a sequence of keyframes, first cancelling all existing animations on the target."
|
|
16386
16749
|
},
|
|
16387
16750
|
{
|
|
16388
16751
|
"kind": "method",
|
|
16389
|
-
"name": "
|
|
16752
|
+
"name": "play",
|
|
16390
16753
|
"privacy": "public",
|
|
16754
|
+
"return": {
|
|
16755
|
+
"type": {
|
|
16756
|
+
"text": "Promise<AnimationPlaybackEvent>"
|
|
16757
|
+
}
|
|
16758
|
+
},
|
|
16391
16759
|
"parameters": [
|
|
16392
16760
|
{
|
|
16393
16761
|
"name": "animation",
|
|
@@ -16395,18 +16763,30 @@
|
|
|
16395
16763
|
"text": "AnimationReferenceMetadata"
|
|
16396
16764
|
}
|
|
16397
16765
|
}
|
|
16398
|
-
]
|
|
16766
|
+
],
|
|
16767
|
+
"description": "Plays a sequence of keyframes using WAAPI.\nAutomatically sets duration to 0 if 'prefers-reduced-motion' is set."
|
|
16399
16768
|
},
|
|
16400
16769
|
{
|
|
16401
16770
|
"kind": "method",
|
|
16402
|
-
"name": "
|
|
16403
|
-
"privacy": "public"
|
|
16771
|
+
"name": "cancelAll",
|
|
16772
|
+
"privacy": "public",
|
|
16773
|
+
"return": {
|
|
16774
|
+
"type": {
|
|
16775
|
+
"text": "Promise<void>"
|
|
16776
|
+
}
|
|
16777
|
+
},
|
|
16778
|
+
"description": "Cancels all active animations on the target element."
|
|
16404
16779
|
}
|
|
16405
16780
|
]
|
|
16406
16781
|
},
|
|
16407
16782
|
{
|
|
16408
16783
|
"kind": "function",
|
|
16409
16784
|
"name": "addAnimationController",
|
|
16785
|
+
"return": {
|
|
16786
|
+
"type": {
|
|
16787
|
+
"text": "AnimationController"
|
|
16788
|
+
}
|
|
16789
|
+
},
|
|
16410
16790
|
"parameters": [
|
|
16411
16791
|
{
|
|
16412
16792
|
"name": "host",
|
|
@@ -16440,7 +16820,8 @@
|
|
|
16440
16820
|
"text": "ViewTransitionUpdateCallback"
|
|
16441
16821
|
}
|
|
16442
16822
|
}
|
|
16443
|
-
]
|
|
16823
|
+
],
|
|
16824
|
+
"description": "Initiates a View Transition if supported by the browser and not suppressed by\nthe 'prefers-reduced-motion' setting."
|
|
16444
16825
|
}
|
|
16445
16826
|
],
|
|
16446
16827
|
"exports": [
|
|
@@ -17473,7 +17854,7 @@
|
|
|
17473
17854
|
"type": {
|
|
17474
17855
|
"text": "Validator<IgcInputComponent>[]"
|
|
17475
17856
|
},
|
|
17476
|
-
"default": "[ requiredValidator, minLengthValidator, maxLengthValidator, patternValidator, { key: 'typeMismatch', isValid: (host) => { switch (host.type) { case 'email': return emailValidator.isValid(host); case 'url': return urlValidator.isValid(host); default: return true; } },
|
|
17857
|
+
"default": "[ requiredValidator, minLengthValidator, maxLengthValidator, patternValidator, { key: 'typeMismatch', isValid: (host) => { switch (host.type) { case 'email': return emailValidator.isValid(host); case 'url': return urlValidator.isValid(host); default: return true; } }, messageResourceKey: (host) => (host.type === 'email' ? emailValidator.messageResourceKey : urlValidator.messageResourceKey) as string, }, ]"
|
|
17477
17858
|
},
|
|
17478
17859
|
{
|
|
17479
17860
|
"kind": "variable",
|
|
@@ -17977,6 +18358,16 @@
|
|
|
17977
18358
|
"module": "src/components/input/input-base.ts"
|
|
17978
18359
|
}
|
|
17979
18360
|
},
|
|
18361
|
+
{
|
|
18362
|
+
"kind": "field",
|
|
18363
|
+
"name": "__i18nController",
|
|
18364
|
+
"privacy": "private",
|
|
18365
|
+
"readonly": true,
|
|
18366
|
+
"inheritedFrom": {
|
|
18367
|
+
"name": "IgcInputBaseComponent",
|
|
18368
|
+
"module": "src/components/input/input-base.ts"
|
|
18369
|
+
}
|
|
18370
|
+
},
|
|
17980
18371
|
{
|
|
17981
18372
|
"kind": "field",
|
|
17982
18373
|
"name": "_isFormSubmit",
|
|
@@ -18196,6 +18587,19 @@
|
|
|
18196
18587
|
"module": "src/components/input/input-base.ts"
|
|
18197
18588
|
}
|
|
18198
18589
|
},
|
|
18590
|
+
{
|
|
18591
|
+
"kind": "field",
|
|
18592
|
+
"name": "resourceStrings",
|
|
18593
|
+
"privacy": "public",
|
|
18594
|
+
"description": "The resource strings for localization.",
|
|
18595
|
+
"type": {
|
|
18596
|
+
"text": "IValidationResourceStrings"
|
|
18597
|
+
},
|
|
18598
|
+
"inheritedFrom": {
|
|
18599
|
+
"name": "IgcInputBaseComponent",
|
|
18600
|
+
"module": "src/components/input/input-base.ts"
|
|
18601
|
+
}
|
|
18602
|
+
},
|
|
18199
18603
|
{
|
|
18200
18604
|
"kind": "method",
|
|
18201
18605
|
"name": "_handleInvalid",
|
|
@@ -19738,6 +20142,28 @@
|
|
|
19738
20142
|
"text": "'primary' | 'info' | 'success' | 'warning' | 'danger'"
|
|
19739
20143
|
}
|
|
19740
20144
|
},
|
|
20145
|
+
{
|
|
20146
|
+
"kind": "field",
|
|
20147
|
+
"name": "locale",
|
|
20148
|
+
"privacy": "public",
|
|
20149
|
+
"description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
|
|
20150
|
+
"attribute": "locale"
|
|
20151
|
+
},
|
|
20152
|
+
{
|
|
20153
|
+
"kind": "field",
|
|
20154
|
+
"name": "resourceStrings",
|
|
20155
|
+
"privacy": "public",
|
|
20156
|
+
"description": "The resource strings for localization.",
|
|
20157
|
+
"type": {
|
|
20158
|
+
"text": "IChipResourceStrings"
|
|
20159
|
+
}
|
|
20160
|
+
},
|
|
20161
|
+
{
|
|
20162
|
+
"kind": "field",
|
|
20163
|
+
"name": "_i18nController",
|
|
20164
|
+
"privacy": "private",
|
|
20165
|
+
"readonly": true
|
|
20166
|
+
},
|
|
19741
20167
|
{
|
|
19742
20168
|
"kind": "method",
|
|
19743
20169
|
"name": "_handleSelect",
|
|
@@ -19947,6 +20373,12 @@
|
|
|
19947
20373
|
"expandedType": {
|
|
19948
20374
|
"text": "'primary' | 'info' | 'success' | 'warning' | 'danger'"
|
|
19949
20375
|
}
|
|
20376
|
+
},
|
|
20377
|
+
{
|
|
20378
|
+
"name": "locale",
|
|
20379
|
+
"description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
|
|
20380
|
+
"fieldName": "locale",
|
|
20381
|
+
"attribute": "locale"
|
|
19950
20382
|
}
|
|
19951
20383
|
],
|
|
19952
20384
|
"mixins": [
|
|
@@ -19994,6 +20426,12 @@
|
|
|
19994
20426
|
"readonly": true,
|
|
19995
20427
|
"default": "'igc-predefined-ranges-area'"
|
|
19996
20428
|
},
|
|
20429
|
+
{
|
|
20430
|
+
"kind": "field",
|
|
20431
|
+
"name": "_i18nController",
|
|
20432
|
+
"privacy": "private",
|
|
20433
|
+
"readonly": true
|
|
20434
|
+
},
|
|
19997
20435
|
{
|
|
19998
20436
|
"kind": "method",
|
|
19999
20437
|
"name": "register",
|
|
@@ -20039,12 +20477,11 @@
|
|
|
20039
20477
|
{
|
|
20040
20478
|
"kind": "field",
|
|
20041
20479
|
"name": "resourceStrings",
|
|
20480
|
+
"privacy": "public",
|
|
20481
|
+
"description": "The resource strings of the date range area component.",
|
|
20042
20482
|
"type": {
|
|
20043
20483
|
"text": "IgcDateRangePickerResourceStrings"
|
|
20044
|
-
}
|
|
20045
|
-
"privacy": "public",
|
|
20046
|
-
"default": "IgcDateRangePickerResourceStringsEN",
|
|
20047
|
-
"description": "The resource strings of the date range area component."
|
|
20484
|
+
}
|
|
20048
20485
|
},
|
|
20049
20486
|
{
|
|
20050
20487
|
"kind": "method",
|
|
@@ -20129,7 +20566,7 @@
|
|
|
20129
20566
|
"type": {
|
|
20130
20567
|
"text": "Validator<{\n value?: DateRangeValue | null;\n min?: Date | null;\n}>"
|
|
20131
20568
|
},
|
|
20132
|
-
"default": "{ key: 'rangeUnderflow',
|
|
20569
|
+
"default": "{ key: 'rangeUnderflow', messageResourceKey: validationResourcesKeys.min, messageFormat: (message, { min }) => formatString(message, min), isValid: ({ value, min }) => { if (!min) { return true; } const isStartInvalid = value?.start && CalendarDay.compare(value.start, min) < 0; const isEndInvalid = value?.end && CalendarDay.compare(value.end, min) < 0; return !(isStartInvalid || isEndInvalid); }, }"
|
|
20133
20570
|
},
|
|
20134
20571
|
{
|
|
20135
20572
|
"kind": "variable",
|
|
@@ -20137,7 +20574,7 @@
|
|
|
20137
20574
|
"type": {
|
|
20138
20575
|
"text": "Validator<{\n value?: DateRangeValue | null;\n max?: Date | null;\n}>"
|
|
20139
20576
|
},
|
|
20140
|
-
"default": "{ key: 'rangeOverflow',
|
|
20577
|
+
"default": "{ key: 'rangeOverflow', messageResourceKey: validationResourcesKeys.max, messageFormat: (message, { max }) => formatString(message, max), isValid: ({ value, max }) => { if (!max) { return true; } const isStartInvalid = value?.start && CalendarDay.compare(value.start, max) > 0; const isEndInvalid = value?.end && CalendarDay.compare(value.end, max) > 0; return !(isStartInvalid || isEndInvalid); }, }"
|
|
20141
20578
|
},
|
|
20142
20579
|
{
|
|
20143
20580
|
"kind": "variable",
|
|
@@ -20145,7 +20582,7 @@
|
|
|
20145
20582
|
"type": {
|
|
20146
20583
|
"text": "Validator<{\n required: boolean;\n value: DateRangeValue | null;\n}>"
|
|
20147
20584
|
},
|
|
20148
|
-
"default": "{ key: 'valueMissing',
|
|
20585
|
+
"default": "{ key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: ({ required, value }) => { return required ? isCompleteDateRange(value) : true; }, }"
|
|
20149
20586
|
},
|
|
20150
20587
|
{
|
|
20151
20588
|
"kind": "variable",
|
|
@@ -20153,7 +20590,7 @@
|
|
|
20153
20590
|
"type": {
|
|
20154
20591
|
"text": "Validator<{\n required: boolean;\n value: DateRangeValue | null;\n disabledDates?: DateRangeDescriptor[];\n}>"
|
|
20155
20592
|
},
|
|
20156
|
-
"default": "{ key: 'badInput',
|
|
20593
|
+
"default": "{ key: 'badInput', messageResourceKey: validationResourcesKeys.disabledDate, messageFormat: (message, { value }) => formatString(message, value), isValid: ({ value, disabledDates }) => { if ( !isCompleteDateRange(value) || !disabledDates || isEmpty(disabledDates) ) { return true; } return Array.from( calendarRange({ start: value.start, end: value.end, inclusive: true }) ).every((date) => !isDateInRanges(date, disabledDates)); }, }"
|
|
20157
20594
|
},
|
|
20158
20595
|
{
|
|
20159
20596
|
"kind": "variable",
|
|
@@ -20633,6 +21070,12 @@
|
|
|
20633
21070
|
"module": "src/components/common/mixins/combo-box.ts"
|
|
20634
21071
|
}
|
|
20635
21072
|
},
|
|
21073
|
+
{
|
|
21074
|
+
"kind": "field",
|
|
21075
|
+
"name": "_i18nController",
|
|
21076
|
+
"privacy": "private",
|
|
21077
|
+
"readonly": true
|
|
21078
|
+
},
|
|
20636
21079
|
{
|
|
20637
21080
|
"kind": "field",
|
|
20638
21081
|
"name": "_activeDate",
|
|
@@ -20871,10 +21314,11 @@
|
|
|
20871
21314
|
"kind": "field",
|
|
20872
21315
|
"name": "value",
|
|
20873
21316
|
"privacy": "public",
|
|
21317
|
+
"description": "The value of the picker",
|
|
21318
|
+
"attribute": "value",
|
|
20874
21319
|
"type": {
|
|
20875
21320
|
"text": "DateRangeValue | null"
|
|
20876
|
-
}
|
|
20877
|
-
"attribute": "value"
|
|
21321
|
+
}
|
|
20878
21322
|
},
|
|
20879
21323
|
{
|
|
20880
21324
|
"kind": "field",
|
|
@@ -20927,11 +21371,7 @@
|
|
|
20927
21371
|
{
|
|
20928
21372
|
"kind": "field",
|
|
20929
21373
|
"name": "locale",
|
|
20930
|
-
"type": {
|
|
20931
|
-
"text": "string"
|
|
20932
|
-
},
|
|
20933
21374
|
"privacy": "public",
|
|
20934
|
-
"default": "'en'",
|
|
20935
21375
|
"description": "The locale settings used to display the value.",
|
|
20936
21376
|
"attribute": "locale"
|
|
20937
21377
|
},
|
|
@@ -20939,8 +21379,14 @@
|
|
|
20939
21379
|
"kind": "field",
|
|
20940
21380
|
"name": "resourceStrings",
|
|
20941
21381
|
"privacy": "public",
|
|
20942
|
-
"
|
|
20943
|
-
"
|
|
21382
|
+
"description": "The resource strings of the date range picker.",
|
|
21383
|
+
"type": {
|
|
21384
|
+
"text": "IValidationResourceStrings"
|
|
21385
|
+
},
|
|
21386
|
+
"inheritedFrom": {
|
|
21387
|
+
"name": "BaseFormAssociated",
|
|
21388
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
21389
|
+
}
|
|
20944
21390
|
},
|
|
20945
21391
|
{
|
|
20946
21392
|
"kind": "field",
|
|
@@ -21696,6 +22142,16 @@
|
|
|
21696
22142
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
21697
22143
|
}
|
|
21698
22144
|
},
|
|
22145
|
+
{
|
|
22146
|
+
"kind": "field",
|
|
22147
|
+
"name": "__i18nController",
|
|
22148
|
+
"privacy": "private",
|
|
22149
|
+
"readonly": true,
|
|
22150
|
+
"inheritedFrom": {
|
|
22151
|
+
"name": "BaseFormAssociated",
|
|
22152
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
22153
|
+
}
|
|
22154
|
+
},
|
|
21699
22155
|
{
|
|
21700
22156
|
"kind": "field",
|
|
21701
22157
|
"name": "_isFormSubmit",
|
|
@@ -22500,6 +22956,15 @@
|
|
|
22500
22956
|
}
|
|
22501
22957
|
],
|
|
22502
22958
|
"attributes": [
|
|
22959
|
+
{
|
|
22960
|
+
"name": "value",
|
|
22961
|
+
"description": "The value of the picker",
|
|
22962
|
+
"fieldName": "value",
|
|
22963
|
+
"attribute": "value",
|
|
22964
|
+
"type": {
|
|
22965
|
+
"text": "DateRangeValue | null"
|
|
22966
|
+
}
|
|
22967
|
+
},
|
|
22503
22968
|
{
|
|
22504
22969
|
"name": "mode",
|
|
22505
22970
|
"type": {
|
|
@@ -22534,10 +22999,6 @@
|
|
|
22534
22999
|
},
|
|
22535
23000
|
{
|
|
22536
23001
|
"name": "locale",
|
|
22537
|
-
"type": {
|
|
22538
|
-
"text": "string"
|
|
22539
|
-
},
|
|
22540
|
-
"default": "'en'",
|
|
22541
23002
|
"description": "The locale settings used to display the value.",
|
|
22542
23003
|
"fieldName": "locale",
|
|
22543
23004
|
"attribute": "locale"
|
|
@@ -22741,13 +23202,6 @@
|
|
|
22741
23202
|
"fieldName": "hideOutsideDays",
|
|
22742
23203
|
"attribute": "hide-outside-days"
|
|
22743
23204
|
},
|
|
22744
|
-
{
|
|
22745
|
-
"name": "value",
|
|
22746
|
-
"type": {
|
|
22747
|
-
"text": "DateRangeValue | null"
|
|
22748
|
-
},
|
|
22749
|
-
"fieldName": "value"
|
|
22750
|
-
},
|
|
22751
23205
|
{
|
|
22752
23206
|
"name": "use-predefined-ranges",
|
|
22753
23207
|
"type": {
|
|
@@ -24043,6 +24497,16 @@
|
|
|
24043
24497
|
"module": "src/components/input/input-base.ts"
|
|
24044
24498
|
}
|
|
24045
24499
|
},
|
|
24500
|
+
{
|
|
24501
|
+
"kind": "field",
|
|
24502
|
+
"name": "__i18nController",
|
|
24503
|
+
"privacy": "private",
|
|
24504
|
+
"readonly": true,
|
|
24505
|
+
"inheritedFrom": {
|
|
24506
|
+
"name": "IgcInputBaseComponent",
|
|
24507
|
+
"module": "src/components/input/input-base.ts"
|
|
24508
|
+
}
|
|
24509
|
+
},
|
|
24046
24510
|
{
|
|
24047
24511
|
"kind": "field",
|
|
24048
24512
|
"name": "_isFormSubmit",
|
|
@@ -24262,6 +24726,19 @@
|
|
|
24262
24726
|
"module": "src/components/input/input-base.ts"
|
|
24263
24727
|
}
|
|
24264
24728
|
},
|
|
24729
|
+
{
|
|
24730
|
+
"kind": "field",
|
|
24731
|
+
"name": "resourceStrings",
|
|
24732
|
+
"privacy": "public",
|
|
24733
|
+
"description": "The resource strings for localization.",
|
|
24734
|
+
"type": {
|
|
24735
|
+
"text": "IValidationResourceStrings"
|
|
24736
|
+
},
|
|
24737
|
+
"inheritedFrom": {
|
|
24738
|
+
"name": "IgcInputBaseComponent",
|
|
24739
|
+
"module": "src/components/input/input-base.ts"
|
|
24740
|
+
}
|
|
24741
|
+
},
|
|
24265
24742
|
{
|
|
24266
24743
|
"kind": "method",
|
|
24267
24744
|
"name": "_handleInvalid",
|
|
@@ -25273,24 +25750,6 @@
|
|
|
25273
25750
|
}
|
|
25274
25751
|
]
|
|
25275
25752
|
},
|
|
25276
|
-
{
|
|
25277
|
-
"kind": "function",
|
|
25278
|
-
"name": "groupBy",
|
|
25279
|
-
"parameters": [
|
|
25280
|
-
{
|
|
25281
|
-
"name": "array",
|
|
25282
|
-
"type": {
|
|
25283
|
-
"text": "T[]"
|
|
25284
|
-
}
|
|
25285
|
-
},
|
|
25286
|
-
{
|
|
25287
|
-
"name": "key",
|
|
25288
|
-
"type": {
|
|
25289
|
-
"text": "keyof T | ((item: T) => any)"
|
|
25290
|
-
}
|
|
25291
|
-
}
|
|
25292
|
-
]
|
|
25293
|
-
},
|
|
25294
25753
|
{
|
|
25295
25754
|
"kind": "function",
|
|
25296
25755
|
"name": "first",
|
|
@@ -25981,14 +26440,6 @@
|
|
|
25981
26440
|
"module": "src/components/common/util.ts"
|
|
25982
26441
|
}
|
|
25983
26442
|
},
|
|
25984
|
-
{
|
|
25985
|
-
"kind": "js",
|
|
25986
|
-
"name": "groupBy",
|
|
25987
|
-
"declaration": {
|
|
25988
|
-
"name": "groupBy",
|
|
25989
|
-
"module": "src/components/common/util.ts"
|
|
25990
|
-
}
|
|
25991
|
-
},
|
|
25992
26443
|
{
|
|
25993
26444
|
"kind": "js",
|
|
25994
26445
|
"name": "first",
|
|
@@ -26215,6 +26666,106 @@
|
|
|
26215
26666
|
}
|
|
26216
26667
|
]
|
|
26217
26668
|
},
|
|
26669
|
+
{
|
|
26670
|
+
"kind": "javascript-module",
|
|
26671
|
+
"path": "src/components/common/i18n/utils.ts",
|
|
26672
|
+
"declarations": [
|
|
26673
|
+
{
|
|
26674
|
+
"kind": "variable",
|
|
26675
|
+
"name": "validationResourcesKeys",
|
|
26676
|
+
"type": {
|
|
26677
|
+
"text": "{\n minLength: 'min_length_validation_error',\n maxLength: 'max_length_validation_error',\n required: 'required_validation_error',\n pattern: 'pattern_validation_error',\n mask: 'mask_validation_error',\n min: 'min_validation_error',\n max: 'max_validation_error',\n email: 'email_validation_error',\n url: 'url_validation_error',\n disabledDate: 'disabled_date_validation_error',\n}"
|
|
26678
|
+
},
|
|
26679
|
+
"default": "{ minLength: 'min_length_validation_error', maxLength: 'max_length_validation_error', required: 'required_validation_error', pattern: 'pattern_validation_error', mask: 'mask_validation_error', min: 'min_validation_error', max: 'max_validation_error', email: 'email_validation_error', url: 'url_validation_error', disabledDate: 'disabled_date_validation_error', }"
|
|
26680
|
+
},
|
|
26681
|
+
{
|
|
26682
|
+
"kind": "variable",
|
|
26683
|
+
"name": "calendarResourcesMap",
|
|
26684
|
+
"default": "new Map< keyof IgcCalendarResourceStrings, string | undefined >([ ['selectMonth', 'calendar_select_month'], ['selectYear', 'calendar_select_year'], ['selectDate', 'calendar_select_date'], ['selectRange', 'calendar_range_placeholder'], ['selectedDate', undefined], // This one seems not to be in use anyway ['startDate', 'calendar_range_label_start'], ['endDate', 'calendar_range_label_end'], ['previousMonth', 'calendar_previous_month'], ['nextMonth', 'calendar_next_month'], ['previousYear', 'calendar_previous_year'], ['nextYear', 'calendar_next_year'], ['previousYears', 'calendar_previous_years'], ['nextYears', 'calendar_next_years'], ['weekLabel', 'i18n/getWeekLabel'], ])"
|
|
26685
|
+
},
|
|
26686
|
+
{
|
|
26687
|
+
"kind": "variable",
|
|
26688
|
+
"name": "dateRangePickerResourcesMap",
|
|
26689
|
+
"default": "new Map< keyof IgcDateRangePickerResourceStrings, string | undefined >([ ['separator', 'date_range_picker_date_separator'], ['done', 'date_range_picker_done_button'], ['cancel', 'date_range_picker_cancel_button'], ['last7Days', 'date_range_picker_last7Days'], ['last30Days', 'date_range_picker_last30Days'], ['currentMonth', 'date_range_picker_currentMonth'], ['yearToDate', 'date_range_picker_yearToDate'], ...( calendarResourcesMap as Map< keyof IgcDateRangePickerResourceStrings, string | undefined > ).entries(), ])"
|
|
26690
|
+
},
|
|
26691
|
+
{
|
|
26692
|
+
"kind": "function",
|
|
26693
|
+
"name": "convertToIgcResource",
|
|
26694
|
+
"return": {
|
|
26695
|
+
"type": {
|
|
26696
|
+
"text": "T"
|
|
26697
|
+
}
|
|
26698
|
+
},
|
|
26699
|
+
"parameters": [
|
|
26700
|
+
{
|
|
26701
|
+
"name": "resource",
|
|
26702
|
+
"type": {
|
|
26703
|
+
"text": "IResourceStrings"
|
|
26704
|
+
}
|
|
26705
|
+
}
|
|
26706
|
+
]
|
|
26707
|
+
},
|
|
26708
|
+
{
|
|
26709
|
+
"kind": "function",
|
|
26710
|
+
"name": "convertToCoreResource",
|
|
26711
|
+
"return": {
|
|
26712
|
+
"type": {
|
|
26713
|
+
"text": "IResourceStrings"
|
|
26714
|
+
}
|
|
26715
|
+
},
|
|
26716
|
+
"parameters": [
|
|
26717
|
+
{
|
|
26718
|
+
"name": "resource",
|
|
26719
|
+
"type": {
|
|
26720
|
+
"text": "T"
|
|
26721
|
+
}
|
|
26722
|
+
}
|
|
26723
|
+
]
|
|
26724
|
+
}
|
|
26725
|
+
],
|
|
26726
|
+
"exports": [
|
|
26727
|
+
{
|
|
26728
|
+
"kind": "js",
|
|
26729
|
+
"name": "validationResourcesKeys",
|
|
26730
|
+
"declaration": {
|
|
26731
|
+
"name": "validationResourcesKeys",
|
|
26732
|
+
"module": "src/components/common/i18n/utils.ts"
|
|
26733
|
+
}
|
|
26734
|
+
},
|
|
26735
|
+
{
|
|
26736
|
+
"kind": "js",
|
|
26737
|
+
"name": "calendarResourcesMap",
|
|
26738
|
+
"declaration": {
|
|
26739
|
+
"name": "calendarResourcesMap",
|
|
26740
|
+
"module": "src/components/common/i18n/utils.ts"
|
|
26741
|
+
}
|
|
26742
|
+
},
|
|
26743
|
+
{
|
|
26744
|
+
"kind": "js",
|
|
26745
|
+
"name": "dateRangePickerResourcesMap",
|
|
26746
|
+
"declaration": {
|
|
26747
|
+
"name": "dateRangePickerResourcesMap",
|
|
26748
|
+
"module": "src/components/common/i18n/utils.ts"
|
|
26749
|
+
}
|
|
26750
|
+
},
|
|
26751
|
+
{
|
|
26752
|
+
"kind": "js",
|
|
26753
|
+
"name": "convertToIgcResource",
|
|
26754
|
+
"declaration": {
|
|
26755
|
+
"name": "convertToIgcResource",
|
|
26756
|
+
"module": "src/components/common/i18n/utils.ts"
|
|
26757
|
+
}
|
|
26758
|
+
},
|
|
26759
|
+
{
|
|
26760
|
+
"kind": "js",
|
|
26761
|
+
"name": "convertToCoreResource",
|
|
26762
|
+
"declaration": {
|
|
26763
|
+
"name": "convertToCoreResource",
|
|
26764
|
+
"module": "src/components/common/i18n/utils.ts"
|
|
26765
|
+
}
|
|
26766
|
+
}
|
|
26767
|
+
]
|
|
26768
|
+
},
|
|
26218
26769
|
{
|
|
26219
26770
|
"kind": "javascript-module",
|
|
26220
26771
|
"path": "src/components/common/validators.ts",
|
|
@@ -26225,7 +26776,7 @@
|
|
|
26225
26776
|
"type": {
|
|
26226
26777
|
"text": "Validator<{\n required: boolean;\n value?: unknown;\n}>"
|
|
26227
26778
|
},
|
|
26228
|
-
"default": "{ key: 'valueMissing',
|
|
26779
|
+
"default": "{ key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: ({ required, value }) => (required ? !!value : true), }"
|
|
26229
26780
|
},
|
|
26230
26781
|
{
|
|
26231
26782
|
"kind": "variable",
|
|
@@ -26233,7 +26784,7 @@
|
|
|
26233
26784
|
"type": {
|
|
26234
26785
|
"text": "Validator<{\n required: boolean;\n checked: boolean;\n}>"
|
|
26235
26786
|
},
|
|
26236
|
-
"default": "{ key: 'valueMissing',
|
|
26787
|
+
"default": "{ key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: ({ required, checked }) => (required ? checked : true), }"
|
|
26237
26788
|
},
|
|
26238
26789
|
{
|
|
26239
26790
|
"kind": "variable",
|
|
@@ -26241,7 +26792,7 @@
|
|
|
26241
26792
|
"type": {
|
|
26242
26793
|
"text": "Validator<{\n minLength?: number;\n value: string;\n}>"
|
|
26243
26794
|
},
|
|
26244
|
-
"default": "{ key: 'tooShort',
|
|
26795
|
+
"default": "{ key: 'tooShort', messageResourceKey: validationResourcesKeys.minLength, messageFormat: (message, { minLength }) => formatString(message, minLength), isValid: ({ minLength, value }) => minLength && value ? value.length >= asNumber(minLength) : true, }"
|
|
26245
26796
|
},
|
|
26246
26797
|
{
|
|
26247
26798
|
"kind": "variable",
|
|
@@ -26249,7 +26800,7 @@
|
|
|
26249
26800
|
"type": {
|
|
26250
26801
|
"text": "Validator<{\n maxLength?: number;\n value: string;\n}>"
|
|
26251
26802
|
},
|
|
26252
|
-
"default": "{ key: 'tooLong',
|
|
26803
|
+
"default": "{ key: 'tooLong', messageResourceKey: validationResourcesKeys.maxLength, messageFormat: (message, { maxLength }) => formatString(message, maxLength), isValid: ({ maxLength, value }) => maxLength && value ? value.length <= asNumber(maxLength) : true, }"
|
|
26253
26804
|
},
|
|
26254
26805
|
{
|
|
26255
26806
|
"kind": "variable",
|
|
@@ -26257,7 +26808,7 @@
|
|
|
26257
26808
|
"type": {
|
|
26258
26809
|
"text": "Validator<{ pattern?: string; value: string }>"
|
|
26259
26810
|
},
|
|
26260
|
-
"default": "{ key: 'patternMismatch',
|
|
26811
|
+
"default": "{ key: 'patternMismatch', messageResourceKey: validationResourcesKeys.pattern, isValid: ({ pattern, value }) => pattern && value ? new RegExp(pattern, 'u').test(value) : true, }"
|
|
26261
26812
|
},
|
|
26262
26813
|
{
|
|
26263
26814
|
"kind": "variable",
|
|
@@ -26265,7 +26816,7 @@
|
|
|
26265
26816
|
"type": {
|
|
26266
26817
|
"text": "Validator<{\n min?: number;\n value: number | string;\n}>"
|
|
26267
26818
|
},
|
|
26268
|
-
"default": "{ key: 'rangeUnderflow',
|
|
26819
|
+
"default": "{ key: 'rangeUnderflow', messageResourceKey: validationResourcesKeys.min, messageFormat: (message, { min }) => formatString(message, min), isValid: ({ min, value }) => isDefined(value) && value !== '' && isDefined(min) ? asNumber(value) >= asNumber(min) : true, }"
|
|
26269
26820
|
},
|
|
26270
26821
|
{
|
|
26271
26822
|
"kind": "variable",
|
|
@@ -26273,7 +26824,7 @@
|
|
|
26273
26824
|
"type": {
|
|
26274
26825
|
"text": "Validator<{\n max?: number;\n value: number | string;\n}>"
|
|
26275
26826
|
},
|
|
26276
|
-
"default": "{ key: 'rangeOverflow',
|
|
26827
|
+
"default": "{ key: 'rangeOverflow', messageResourceKey: validationResourcesKeys.max, messageFormat: (message, { max }) => formatString(message, max), isValid: ({ max, value }) => isDefined(value) && value !== '' && isDefined(max) ? asNumber(value) <= asNumber(max) : true, }"
|
|
26277
26828
|
},
|
|
26278
26829
|
{
|
|
26279
26830
|
"kind": "variable",
|
|
@@ -26281,7 +26832,7 @@
|
|
|
26281
26832
|
"type": {
|
|
26282
26833
|
"text": "Validator<{\n min?: number;\n step?: number;\n value: number | string;\n}>"
|
|
26283
26834
|
},
|
|
26284
|
-
"default": "{ key: 'stepMismatch',
|
|
26835
|
+
"default": "{ key: 'stepMismatch', messageResourceKey: 'Value does not conform to step constraint', isValid: ({ min, step, value }) => { if (isDefined(value) && value !== '' && isDefined(step)) { const _value = asNumber(value) - asNumber(min); const _step = asNumber(step); const magnitude = numberOfDecimals(_step) + 1; const rem = roundPrecise( Math.abs(_value - _step * Math.round(_value / _step)), magnitude ); return !rem; } return true; }, }"
|
|
26285
26836
|
},
|
|
26286
26837
|
{
|
|
26287
26838
|
"kind": "variable",
|
|
@@ -26289,7 +26840,7 @@
|
|
|
26289
26840
|
"type": {
|
|
26290
26841
|
"text": "Validator<{ value: string }>"
|
|
26291
26842
|
},
|
|
26292
|
-
"default": "{ key: 'typeMismatch',
|
|
26843
|
+
"default": "{ key: 'typeMismatch', messageResourceKey: validationResourcesKeys.email, isValid: ({ value }) => (value ? emailRegex.test(value) : true), }"
|
|
26293
26844
|
},
|
|
26294
26845
|
{
|
|
26295
26846
|
"kind": "variable",
|
|
@@ -26297,7 +26848,7 @@
|
|
|
26297
26848
|
"type": {
|
|
26298
26849
|
"text": "Validator<{ value: string }>"
|
|
26299
26850
|
},
|
|
26300
|
-
"default": "{ key: 'typeMismatch',
|
|
26851
|
+
"default": "{ key: 'typeMismatch', messageResourceKey: validationResourcesKeys.url, isValid: ({ value }) => (value ? URL.canParse(value) : true), }"
|
|
26301
26852
|
},
|
|
26302
26853
|
{
|
|
26303
26854
|
"kind": "variable",
|
|
@@ -26305,7 +26856,7 @@
|
|
|
26305
26856
|
"type": {
|
|
26306
26857
|
"text": "Validator<{\n value?: Date | null;\n min?: Date | null;\n}>"
|
|
26307
26858
|
},
|
|
26308
|
-
"default": "{ key: 'rangeUnderflow',
|
|
26859
|
+
"default": "{ key: 'rangeUnderflow', messageResourceKey: validationResourcesKeys.min, messageFormat: (message, { min }) => formatString(message, min), isValid: ({ value, min }) => value && min ? CalendarDay.compare(value, min) >= 0 : true, }"
|
|
26309
26860
|
},
|
|
26310
26861
|
{
|
|
26311
26862
|
"kind": "variable",
|
|
@@ -26313,7 +26864,7 @@
|
|
|
26313
26864
|
"type": {
|
|
26314
26865
|
"text": "Validator<{\n value?: Date | null;\n max?: Date | null;\n}>"
|
|
26315
26866
|
},
|
|
26316
|
-
"default": "{ key: 'rangeOverflow',
|
|
26867
|
+
"default": "{ key: 'rangeOverflow', messageResourceKey: validationResourcesKeys.max, messageFormat: (message, { max }) => formatString(message, max), isValid: ({ value, max }) => value && max ? CalendarDay.compare(value, max) <= 0 : true, }"
|
|
26317
26868
|
}
|
|
26318
26869
|
],
|
|
26319
26870
|
"exports": [
|
|
@@ -28095,7 +28646,7 @@
|
|
|
28095
28646
|
},
|
|
28096
28647
|
{
|
|
28097
28648
|
"kind": "field",
|
|
28098
|
-
"name": "
|
|
28649
|
+
"name": "_panelRef",
|
|
28099
28650
|
"privacy": "private",
|
|
28100
28651
|
"readonly": true
|
|
28101
28652
|
},
|
|
@@ -28162,35 +28713,25 @@
|
|
|
28162
28713
|
},
|
|
28163
28714
|
{
|
|
28164
28715
|
"kind": "method",
|
|
28165
|
-
"name": "
|
|
28166
|
-
"privacy": "private",
|
|
28167
|
-
"return": {
|
|
28168
|
-
"type": {
|
|
28169
|
-
"text": "void"
|
|
28170
|
-
}
|
|
28171
|
-
}
|
|
28172
|
-
},
|
|
28173
|
-
{
|
|
28174
|
-
"kind": "method",
|
|
28175
|
-
"name": "_toggleAnimation",
|
|
28716
|
+
"name": "_setOpenState",
|
|
28176
28717
|
"privacy": "private",
|
|
28177
28718
|
"return": {
|
|
28178
28719
|
"type": {
|
|
28179
|
-
"text": "Promise<
|
|
28720
|
+
"text": "Promise<void>"
|
|
28180
28721
|
}
|
|
28181
28722
|
},
|
|
28182
28723
|
"parameters": [
|
|
28183
28724
|
{
|
|
28184
|
-
"name": "
|
|
28725
|
+
"name": "{\n state,\n withEvent,\n }",
|
|
28185
28726
|
"type": {
|
|
28186
|
-
"text": "
|
|
28727
|
+
"text": "{\n state: boolean;\n withEvent?: boolean;\n }"
|
|
28187
28728
|
}
|
|
28188
28729
|
}
|
|
28189
28730
|
]
|
|
28190
28731
|
},
|
|
28191
28732
|
{
|
|
28192
28733
|
"kind": "method",
|
|
28193
|
-
"name": "
|
|
28734
|
+
"name": "_toggle",
|
|
28194
28735
|
"privacy": "private",
|
|
28195
28736
|
"return": {
|
|
28196
28737
|
"type": {
|
|
@@ -28200,7 +28741,17 @@
|
|
|
28200
28741
|
},
|
|
28201
28742
|
{
|
|
28202
28743
|
"kind": "method",
|
|
28203
|
-
"name": "
|
|
28744
|
+
"name": "_show",
|
|
28745
|
+
"privacy": "private",
|
|
28746
|
+
"return": {
|
|
28747
|
+
"type": {
|
|
28748
|
+
"text": "Promise<void>"
|
|
28749
|
+
}
|
|
28750
|
+
}
|
|
28751
|
+
},
|
|
28752
|
+
{
|
|
28753
|
+
"kind": "method",
|
|
28754
|
+
"name": "_hide",
|
|
28204
28755
|
"privacy": "private",
|
|
28205
28756
|
"return": {
|
|
28206
28757
|
"type": {
|
|
@@ -28473,15 +29024,36 @@
|
|
|
28473
29024
|
"kind": "method",
|
|
28474
29025
|
"name": "register",
|
|
28475
29026
|
"privacy": "public",
|
|
28476
|
-
"static": true
|
|
29027
|
+
"static": true,
|
|
29028
|
+
"return": {
|
|
29029
|
+
"type": {
|
|
29030
|
+
"text": "void"
|
|
29031
|
+
}
|
|
29032
|
+
}
|
|
28477
29033
|
},
|
|
28478
29034
|
{
|
|
28479
29035
|
"kind": "field",
|
|
28480
|
-
"name": "
|
|
29036
|
+
"name": "_panels",
|
|
28481
29037
|
"type": {
|
|
28482
|
-
"text": "
|
|
29038
|
+
"text": "IgcExpansionPanelComponent[]"
|
|
28483
29039
|
},
|
|
28484
|
-
"privacy": "private"
|
|
29040
|
+
"privacy": "private",
|
|
29041
|
+
"default": "[]"
|
|
29042
|
+
},
|
|
29043
|
+
{
|
|
29044
|
+
"kind": "field",
|
|
29045
|
+
"name": "_slots",
|
|
29046
|
+
"privacy": "private",
|
|
29047
|
+
"readonly": true
|
|
29048
|
+
},
|
|
29049
|
+
{
|
|
29050
|
+
"kind": "field",
|
|
29051
|
+
"name": "_interactivePanels",
|
|
29052
|
+
"type": {
|
|
29053
|
+
"text": "IgcExpansionPanelComponent[]"
|
|
29054
|
+
},
|
|
29055
|
+
"privacy": "private",
|
|
29056
|
+
"readonly": true
|
|
28485
29057
|
},
|
|
28486
29058
|
{
|
|
28487
29059
|
"kind": "field",
|
|
@@ -28499,15 +29071,49 @@
|
|
|
28499
29071
|
"kind": "field",
|
|
28500
29072
|
"name": "panels",
|
|
28501
29073
|
"type": {
|
|
28502
|
-
"text": "
|
|
29074
|
+
"text": "IgcExpansionPanelComponent[]"
|
|
28503
29075
|
},
|
|
28504
29076
|
"privacy": "public",
|
|
28505
|
-
"description": "Returns all of the accordions's direct igc-expansion-panel children."
|
|
29077
|
+
"description": "Returns all of the accordions's direct igc-expansion-panel children.",
|
|
29078
|
+
"readonly": true
|
|
29079
|
+
},
|
|
29080
|
+
{
|
|
29081
|
+
"kind": "method",
|
|
29082
|
+
"name": "_handleSlotChange",
|
|
29083
|
+
"privacy": "private",
|
|
29084
|
+
"return": {
|
|
29085
|
+
"type": {
|
|
29086
|
+
"text": "void"
|
|
29087
|
+
}
|
|
29088
|
+
}
|
|
29089
|
+
},
|
|
29090
|
+
{
|
|
29091
|
+
"kind": "method",
|
|
29092
|
+
"name": "_handlePanelOpening",
|
|
29093
|
+
"privacy": "private",
|
|
29094
|
+
"return": {
|
|
29095
|
+
"type": {
|
|
29096
|
+
"text": "Promise<void>"
|
|
29097
|
+
}
|
|
29098
|
+
},
|
|
29099
|
+
"parameters": [
|
|
29100
|
+
{
|
|
29101
|
+
"name": "event",
|
|
29102
|
+
"type": {
|
|
29103
|
+
"text": "Event"
|
|
29104
|
+
}
|
|
29105
|
+
}
|
|
29106
|
+
]
|
|
28506
29107
|
},
|
|
28507
29108
|
{
|
|
28508
29109
|
"kind": "method",
|
|
28509
|
-
"name": "
|
|
29110
|
+
"name": "_skipKeybinding",
|
|
28510
29111
|
"privacy": "private",
|
|
29112
|
+
"return": {
|
|
29113
|
+
"type": {
|
|
29114
|
+
"text": "boolean"
|
|
29115
|
+
}
|
|
29116
|
+
},
|
|
28511
29117
|
"parameters": [
|
|
28512
29118
|
{
|
|
28513
29119
|
"name": "target",
|
|
@@ -28519,8 +29125,33 @@
|
|
|
28519
29125
|
},
|
|
28520
29126
|
{
|
|
28521
29127
|
"kind": "method",
|
|
28522
|
-
"name": "
|
|
29128
|
+
"name": "_navigateToFirst",
|
|
29129
|
+
"privacy": "private",
|
|
29130
|
+
"return": {
|
|
29131
|
+
"type": {
|
|
29132
|
+
"text": "void"
|
|
29133
|
+
}
|
|
29134
|
+
}
|
|
29135
|
+
},
|
|
29136
|
+
{
|
|
29137
|
+
"kind": "method",
|
|
29138
|
+
"name": "_navigateToLast",
|
|
29139
|
+
"privacy": "private",
|
|
29140
|
+
"return": {
|
|
29141
|
+
"type": {
|
|
29142
|
+
"text": "void"
|
|
29143
|
+
}
|
|
29144
|
+
}
|
|
29145
|
+
},
|
|
29146
|
+
{
|
|
29147
|
+
"kind": "method",
|
|
29148
|
+
"name": "_navigateToPrevious",
|
|
28523
29149
|
"privacy": "private",
|
|
29150
|
+
"return": {
|
|
29151
|
+
"type": {
|
|
29152
|
+
"text": "void"
|
|
29153
|
+
}
|
|
29154
|
+
},
|
|
28524
29155
|
"parameters": [
|
|
28525
29156
|
{
|
|
28526
29157
|
"name": "event",
|
|
@@ -28532,8 +29163,13 @@
|
|
|
28532
29163
|
},
|
|
28533
29164
|
{
|
|
28534
29165
|
"kind": "method",
|
|
28535
|
-
"name": "
|
|
29166
|
+
"name": "_navigateToNext",
|
|
28536
29167
|
"privacy": "private",
|
|
29168
|
+
"return": {
|
|
29169
|
+
"type": {
|
|
29170
|
+
"text": "void"
|
|
29171
|
+
}
|
|
29172
|
+
},
|
|
28537
29173
|
"parameters": [
|
|
28538
29174
|
{
|
|
28539
29175
|
"name": "event",
|
|
@@ -28545,13 +29181,23 @@
|
|
|
28545
29181
|
},
|
|
28546
29182
|
{
|
|
28547
29183
|
"kind": "method",
|
|
28548
|
-
"name": "
|
|
28549
|
-
"privacy": "private"
|
|
29184
|
+
"name": "_collapseAll",
|
|
29185
|
+
"privacy": "private",
|
|
29186
|
+
"return": {
|
|
29187
|
+
"type": {
|
|
29188
|
+
"text": "Promise<void>"
|
|
29189
|
+
}
|
|
29190
|
+
}
|
|
28550
29191
|
},
|
|
28551
29192
|
{
|
|
28552
29193
|
"kind": "method",
|
|
28553
|
-
"name": "
|
|
29194
|
+
"name": "_expandAll",
|
|
28554
29195
|
"privacy": "private",
|
|
29196
|
+
"return": {
|
|
29197
|
+
"type": {
|
|
29198
|
+
"text": "Promise<void>"
|
|
29199
|
+
}
|
|
29200
|
+
},
|
|
28555
29201
|
"parameters": [
|
|
28556
29202
|
{
|
|
28557
29203
|
"name": "event",
|
|
@@ -28563,21 +29209,31 @@
|
|
|
28563
29209
|
},
|
|
28564
29210
|
{
|
|
28565
29211
|
"kind": "method",
|
|
28566
|
-
"name": "
|
|
29212
|
+
"name": "_getPanelHeader",
|
|
28567
29213
|
"privacy": "private",
|
|
29214
|
+
"return": {
|
|
29215
|
+
"type": {
|
|
29216
|
+
"text": "HTMLElement | undefined"
|
|
29217
|
+
}
|
|
29218
|
+
},
|
|
28568
29219
|
"parameters": [
|
|
28569
29220
|
{
|
|
28570
|
-
"name": "
|
|
29221
|
+
"name": "panel",
|
|
28571
29222
|
"type": {
|
|
28572
|
-
"text": "
|
|
29223
|
+
"text": "IgcExpansionPanelComponent"
|
|
28573
29224
|
}
|
|
28574
29225
|
}
|
|
28575
29226
|
]
|
|
28576
29227
|
},
|
|
28577
29228
|
{
|
|
28578
29229
|
"kind": "method",
|
|
28579
|
-
"name": "
|
|
29230
|
+
"name": "_getNextPanel",
|
|
28580
29231
|
"privacy": "private",
|
|
29232
|
+
"return": {
|
|
29233
|
+
"type": {
|
|
29234
|
+
"text": "IgcExpansionPanelComponent"
|
|
29235
|
+
}
|
|
29236
|
+
},
|
|
28581
29237
|
"parameters": [
|
|
28582
29238
|
{
|
|
28583
29239
|
"name": "panel",
|
|
@@ -28596,24 +29252,16 @@
|
|
|
28596
29252
|
},
|
|
28597
29253
|
{
|
|
28598
29254
|
"kind": "method",
|
|
28599
|
-
"name": "
|
|
29255
|
+
"name": "_closePanel",
|
|
28600
29256
|
"privacy": "private",
|
|
28601
|
-
"
|
|
28602
|
-
{
|
|
28603
|
-
"
|
|
28604
|
-
"type": {
|
|
28605
|
-
"text": "IgcExpansionPanelComponent"
|
|
28606
|
-
}
|
|
29257
|
+
"return": {
|
|
29258
|
+
"type": {
|
|
29259
|
+
"text": "Promise<void>"
|
|
28607
29260
|
}
|
|
28608
|
-
|
|
28609
|
-
},
|
|
28610
|
-
{
|
|
28611
|
-
"kind": "method",
|
|
28612
|
-
"name": "closePanel",
|
|
28613
|
-
"privacy": "private",
|
|
29261
|
+
},
|
|
28614
29262
|
"parameters": [
|
|
28615
29263
|
{
|
|
28616
|
-
"name": "
|
|
29264
|
+
"name": "p",
|
|
28617
29265
|
"type": {
|
|
28618
29266
|
"text": "IgcExpansionPanelComponent"
|
|
28619
29267
|
}
|
|
@@ -28622,11 +29270,16 @@
|
|
|
28622
29270
|
},
|
|
28623
29271
|
{
|
|
28624
29272
|
"kind": "method",
|
|
28625
|
-
"name": "
|
|
29273
|
+
"name": "_openPanel",
|
|
28626
29274
|
"privacy": "private",
|
|
29275
|
+
"return": {
|
|
29276
|
+
"type": {
|
|
29277
|
+
"text": "Promise<void>"
|
|
29278
|
+
}
|
|
29279
|
+
},
|
|
28627
29280
|
"parameters": [
|
|
28628
29281
|
{
|
|
28629
|
-
"name": "
|
|
29282
|
+
"name": "p",
|
|
28630
29283
|
"type": {
|
|
28631
29284
|
"text": "IgcExpansionPanelComponent"
|
|
28632
29285
|
}
|
|
@@ -28730,6 +29383,31 @@
|
|
|
28730
29383
|
}
|
|
28731
29384
|
}
|
|
28732
29385
|
},
|
|
29386
|
+
{
|
|
29387
|
+
"kind": "field",
|
|
29388
|
+
"name": "_iconPart",
|
|
29389
|
+
"type": {
|
|
29390
|
+
"text": "boolean"
|
|
29391
|
+
},
|
|
29392
|
+
"privacy": "private",
|
|
29393
|
+
"default": "false"
|
|
29394
|
+
},
|
|
29395
|
+
{
|
|
29396
|
+
"kind": "field",
|
|
29397
|
+
"name": "_slots",
|
|
29398
|
+
"privacy": "private",
|
|
29399
|
+
"readonly": true
|
|
29400
|
+
},
|
|
29401
|
+
{
|
|
29402
|
+
"kind": "method",
|
|
29403
|
+
"name": "_handleSlotChange",
|
|
29404
|
+
"privacy": "protected",
|
|
29405
|
+
"return": {
|
|
29406
|
+
"type": {
|
|
29407
|
+
"text": "void"
|
|
29408
|
+
}
|
|
29409
|
+
}
|
|
29410
|
+
},
|
|
28733
29411
|
{
|
|
28734
29412
|
"kind": "field",
|
|
28735
29413
|
"name": "_internals",
|
|
@@ -28777,6 +29455,18 @@
|
|
|
28777
29455
|
"expandedType": {
|
|
28778
29456
|
"text": "'rounded' | 'square'"
|
|
28779
29457
|
}
|
|
29458
|
+
},
|
|
29459
|
+
{
|
|
29460
|
+
"kind": "field",
|
|
29461
|
+
"name": "dot",
|
|
29462
|
+
"type": {
|
|
29463
|
+
"text": "boolean"
|
|
29464
|
+
},
|
|
29465
|
+
"privacy": "public",
|
|
29466
|
+
"default": "false",
|
|
29467
|
+
"description": "Sets whether to render a dot type badge.",
|
|
29468
|
+
"attribute": "dot",
|
|
29469
|
+
"reflects": true
|
|
28780
29470
|
}
|
|
28781
29471
|
],
|
|
28782
29472
|
"attributes": [
|
|
@@ -28815,6 +29505,16 @@
|
|
|
28815
29505
|
"expandedType": {
|
|
28816
29506
|
"text": "'rounded' | 'square'"
|
|
28817
29507
|
}
|
|
29508
|
+
},
|
|
29509
|
+
{
|
|
29510
|
+
"name": "dot",
|
|
29511
|
+
"type": {
|
|
29512
|
+
"text": "boolean"
|
|
29513
|
+
},
|
|
29514
|
+
"default": "false",
|
|
29515
|
+
"description": "Sets whether to render a dot type badge.",
|
|
29516
|
+
"fieldName": "dot",
|
|
29517
|
+
"attribute": "dot"
|
|
28818
29518
|
}
|
|
28819
29519
|
],
|
|
28820
29520
|
"superclass": {
|
|
@@ -28910,15 +29610,12 @@
|
|
|
28910
29610
|
{
|
|
28911
29611
|
"kind": "field",
|
|
28912
29612
|
"name": "_bannerRef",
|
|
28913
|
-
"type": {
|
|
28914
|
-
"text": "Ref<HTMLElement>"
|
|
28915
|
-
},
|
|
28916
29613
|
"privacy": "private",
|
|
28917
29614
|
"readonly": true
|
|
28918
29615
|
},
|
|
28919
29616
|
{
|
|
28920
29617
|
"kind": "field",
|
|
28921
|
-
"name": "
|
|
29618
|
+
"name": "_player",
|
|
28922
29619
|
"privacy": "private",
|
|
28923
29620
|
"readonly": true
|
|
28924
29621
|
},
|
|
@@ -28934,6 +29631,16 @@
|
|
|
28934
29631
|
"attribute": "open",
|
|
28935
29632
|
"reflects": true
|
|
28936
29633
|
},
|
|
29634
|
+
{
|
|
29635
|
+
"kind": "method",
|
|
29636
|
+
"name": "_handleClick",
|
|
29637
|
+
"privacy": "private",
|
|
29638
|
+
"return": {
|
|
29639
|
+
"type": {
|
|
29640
|
+
"text": "Promise<void>"
|
|
29641
|
+
}
|
|
29642
|
+
}
|
|
29643
|
+
},
|
|
28937
29644
|
{
|
|
28938
29645
|
"kind": "method",
|
|
28939
29646
|
"name": "show",
|
|
@@ -28967,24 +29674,6 @@
|
|
|
28967
29674
|
},
|
|
28968
29675
|
"description": "Toggles between shown/hidden state. Returns `true` when the animation has completed."
|
|
28969
29676
|
},
|
|
28970
|
-
{
|
|
28971
|
-
"kind": "method",
|
|
28972
|
-
"name": "toggleAnimation",
|
|
28973
|
-
"privacy": "private",
|
|
28974
|
-
"parameters": [
|
|
28975
|
-
{
|
|
28976
|
-
"name": "dir",
|
|
28977
|
-
"type": {
|
|
28978
|
-
"text": "'open' | 'close'"
|
|
28979
|
-
}
|
|
28980
|
-
}
|
|
28981
|
-
]
|
|
28982
|
-
},
|
|
28983
|
-
{
|
|
28984
|
-
"kind": "method",
|
|
28985
|
-
"name": "handleClick",
|
|
28986
|
-
"privacy": "private"
|
|
28987
|
-
},
|
|
28988
29677
|
{
|
|
28989
29678
|
"kind": "method",
|
|
28990
29679
|
"name": "addEventListener",
|
|
@@ -30149,7 +30838,7 @@
|
|
|
30149
30838
|
},
|
|
30150
30839
|
{
|
|
30151
30840
|
"kind": "javascript-module",
|
|
30152
|
-
"path": "src/components/common/i18n/chat.resources.ts",
|
|
30841
|
+
"path": "src/components/common/i18n/EN/chat.resources.ts",
|
|
30153
30842
|
"declarations": [
|
|
30154
30843
|
{
|
|
30155
30844
|
"kind": "variable",
|
|
@@ -30166,7 +30855,7 @@
|
|
|
30166
30855
|
"name": "IgcChatResourceStringEN",
|
|
30167
30856
|
"declaration": {
|
|
30168
30857
|
"name": "IgcChatResourceStringEN",
|
|
30169
|
-
"module": "src/components/common/i18n/chat.resources.ts"
|
|
30858
|
+
"module": "src/components/common/i18n/EN/chat.resources.ts"
|
|
30170
30859
|
}
|
|
30171
30860
|
}
|
|
30172
30861
|
]
|
|
@@ -30772,6 +31461,10 @@
|
|
|
30772
31461
|
{
|
|
30773
31462
|
"description": "The wrapping container of the tooltip content.",
|
|
30774
31463
|
"name": "base"
|
|
31464
|
+
},
|
|
31465
|
+
{
|
|
31466
|
+
"description": "The container where the message property of the tooltip is rendered.",
|
|
31467
|
+
"name": "simple-text"
|
|
30775
31468
|
}
|
|
30776
31469
|
],
|
|
30777
31470
|
"slots": [
|
|
@@ -30831,6 +31524,12 @@
|
|
|
30831
31524
|
"privacy": "private",
|
|
30832
31525
|
"readonly": true
|
|
30833
31526
|
},
|
|
31527
|
+
{
|
|
31528
|
+
"kind": "field",
|
|
31529
|
+
"name": "_slots",
|
|
31530
|
+
"privacy": "private",
|
|
31531
|
+
"readonly": true
|
|
31532
|
+
},
|
|
30834
31533
|
{
|
|
30835
31534
|
"kind": "field",
|
|
30836
31535
|
"name": "_showAnimation",
|
|
@@ -32689,8 +33388,8 @@
|
|
|
32689
33388
|
"text": "number"
|
|
32690
33389
|
},
|
|
32691
33390
|
"privacy": "public",
|
|
32692
|
-
"default": "
|
|
32693
|
-
"description": "The number of visible text lines for the control. If it is specified, it must be a positive integer.\nIf it is not specified, the default value is
|
|
33391
|
+
"default": "3",
|
|
33392
|
+
"description": "The number of visible text lines for the control. If it is specified, it must be a positive integer.\nIf it is not specified, the default value is 3.",
|
|
32694
33393
|
"attribute": "rows"
|
|
32695
33394
|
},
|
|
32696
33395
|
{
|
|
@@ -33059,6 +33758,16 @@
|
|
|
33059
33758
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
33060
33759
|
}
|
|
33061
33760
|
},
|
|
33761
|
+
{
|
|
33762
|
+
"kind": "field",
|
|
33763
|
+
"name": "__i18nController",
|
|
33764
|
+
"privacy": "private",
|
|
33765
|
+
"readonly": true,
|
|
33766
|
+
"inheritedFrom": {
|
|
33767
|
+
"name": "BaseFormAssociated",
|
|
33768
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
33769
|
+
}
|
|
33770
|
+
},
|
|
33062
33771
|
{
|
|
33063
33772
|
"kind": "field",
|
|
33064
33773
|
"name": "_isFormSubmit",
|
|
@@ -33278,6 +33987,19 @@
|
|
|
33278
33987
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
33279
33988
|
}
|
|
33280
33989
|
},
|
|
33990
|
+
{
|
|
33991
|
+
"kind": "field",
|
|
33992
|
+
"name": "resourceStrings",
|
|
33993
|
+
"privacy": "public",
|
|
33994
|
+
"description": "The resource strings for localization.",
|
|
33995
|
+
"type": {
|
|
33996
|
+
"text": "IValidationResourceStrings"
|
|
33997
|
+
},
|
|
33998
|
+
"inheritedFrom": {
|
|
33999
|
+
"name": "BaseFormAssociated",
|
|
34000
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
34001
|
+
}
|
|
34002
|
+
},
|
|
33281
34003
|
{
|
|
33282
34004
|
"kind": "method",
|
|
33283
34005
|
"name": "_handleInvalid",
|
|
@@ -33800,8 +34522,8 @@
|
|
|
33800
34522
|
"type": {
|
|
33801
34523
|
"text": "number"
|
|
33802
34524
|
},
|
|
33803
|
-
"default": "
|
|
33804
|
-
"description": "The number of visible text lines for the control. If it is specified, it must be a positive integer.\nIf it is not specified, the default value is
|
|
34525
|
+
"default": "3",
|
|
34526
|
+
"description": "The number of visible text lines for the control. If it is specified, it must be a positive integer.\nIf it is not specified, the default value is 3.",
|
|
33805
34527
|
"fieldName": "rows",
|
|
33806
34528
|
"attribute": "rows"
|
|
33807
34529
|
},
|
|
@@ -33935,355 +34657,6 @@
|
|
|
33935
34657
|
"declarations": [],
|
|
33936
34658
|
"exports": []
|
|
33937
34659
|
},
|
|
33938
|
-
{
|
|
33939
|
-
"kind": "javascript-module",
|
|
33940
|
-
"path": "src/components/chat/message-attachments.ts",
|
|
33941
|
-
"declarations": [
|
|
33942
|
-
{
|
|
33943
|
-
"kind": "class",
|
|
33944
|
-
"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.",
|
|
33945
|
-
"name": "IgcMessageAttachmentsComponent",
|
|
33946
|
-
"cssParts": [
|
|
33947
|
-
{
|
|
33948
|
-
"description": "Container wrapping all attachments.",
|
|
33949
|
-
"name": "attachments-container"
|
|
33950
|
-
},
|
|
33951
|
-
{
|
|
33952
|
-
"description": "Wrapper for a single attachment.",
|
|
33953
|
-
"name": "attachment"
|
|
33954
|
-
},
|
|
33955
|
-
{
|
|
33956
|
-
"description": "Wrapper for a single attachment header.",
|
|
33957
|
-
"name": "attachment-header"
|
|
33958
|
-
},
|
|
33959
|
-
{
|
|
33960
|
-
"description": "Part representing the attachment preview.",
|
|
33961
|
-
"name": "attachments-content"
|
|
33962
|
-
},
|
|
33963
|
-
{
|
|
33964
|
-
"description": "Icon part representing the attachment type.",
|
|
33965
|
-
"name": "attachment-icon"
|
|
33966
|
-
},
|
|
33967
|
-
{
|
|
33968
|
-
"description": "Part representing the attachment's file name.",
|
|
33969
|
-
"name": "file-name"
|
|
33970
|
-
},
|
|
33971
|
-
{
|
|
33972
|
-
"description": "Container for header action buttons.",
|
|
33973
|
-
"name": "actions"
|
|
33974
|
-
},
|
|
33975
|
-
{
|
|
33976
|
-
"description": "Part for the image element inside an image attachment.",
|
|
33977
|
-
"name": "image-attachment"
|
|
33978
|
-
}
|
|
33979
|
-
],
|
|
33980
|
-
"members": [
|
|
33981
|
-
{
|
|
33982
|
-
"kind": "field",
|
|
33983
|
-
"name": "tagName",
|
|
33984
|
-
"type": {
|
|
33985
|
-
"text": "string"
|
|
33986
|
-
},
|
|
33987
|
-
"privacy": "public",
|
|
33988
|
-
"static": true,
|
|
33989
|
-
"readonly": true,
|
|
33990
|
-
"default": "'igc-message-attachments'"
|
|
33991
|
-
},
|
|
33992
|
-
{
|
|
33993
|
-
"kind": "method",
|
|
33994
|
-
"name": "register",
|
|
33995
|
-
"privacy": "public",
|
|
33996
|
-
"static": true,
|
|
33997
|
-
"return": {
|
|
33998
|
-
"type": {
|
|
33999
|
-
"text": "void"
|
|
34000
|
-
}
|
|
34001
|
-
}
|
|
34002
|
-
},
|
|
34003
|
-
{
|
|
34004
|
-
"kind": "field",
|
|
34005
|
-
"name": "_defaults",
|
|
34006
|
-
"type": {
|
|
34007
|
-
"text": "Readonly<DefaultAttachmentRenderers>"
|
|
34008
|
-
},
|
|
34009
|
-
"privacy": "private",
|
|
34010
|
-
"readonly": true
|
|
34011
|
-
},
|
|
34012
|
-
{
|
|
34013
|
-
"kind": "field",
|
|
34014
|
-
"name": "_state",
|
|
34015
|
-
"type": {
|
|
34016
|
-
"text": "ChatState"
|
|
34017
|
-
},
|
|
34018
|
-
"privacy": "private",
|
|
34019
|
-
"readonly": true
|
|
34020
|
-
},
|
|
34021
|
-
{
|
|
34022
|
-
"kind": "field",
|
|
34023
|
-
"name": "message",
|
|
34024
|
-
"type": {
|
|
34025
|
-
"text": "IgcChatMessage | undefined"
|
|
34026
|
-
},
|
|
34027
|
-
"privacy": "public",
|
|
34028
|
-
"description": "The array of attachments to render."
|
|
34029
|
-
},
|
|
34030
|
-
{
|
|
34031
|
-
"kind": "method",
|
|
34032
|
-
"name": "_getRenderer",
|
|
34033
|
-
"privacy": "private",
|
|
34034
|
-
"parameters": [
|
|
34035
|
-
{
|
|
34036
|
-
"name": "name",
|
|
34037
|
-
"type": {
|
|
34038
|
-
"text": "keyof DefaultAttachmentRenderers"
|
|
34039
|
-
}
|
|
34040
|
-
}
|
|
34041
|
-
]
|
|
34042
|
-
},
|
|
34043
|
-
{
|
|
34044
|
-
"kind": "field",
|
|
34045
|
-
"name": "_handleHeaderClick",
|
|
34046
|
-
"privacy": "private"
|
|
34047
|
-
},
|
|
34048
|
-
{
|
|
34049
|
-
"kind": "method",
|
|
34050
|
-
"name": "renderHeader",
|
|
34051
|
-
"privacy": "private",
|
|
34052
|
-
"parameters": [
|
|
34053
|
-
{
|
|
34054
|
-
"name": "attachment",
|
|
34055
|
-
"type": {
|
|
34056
|
-
"text": "IgcChatMessageAttachment"
|
|
34057
|
-
},
|
|
34058
|
-
"description": "The message attachment to render"
|
|
34059
|
-
}
|
|
34060
|
-
],
|
|
34061
|
-
"description": "Default attachment header template used when no custom template is provided.\nRenders the attachment icon and name.",
|
|
34062
|
-
"return": {
|
|
34063
|
-
"type": {
|
|
34064
|
-
"text": ""
|
|
34065
|
-
}
|
|
34066
|
-
}
|
|
34067
|
-
},
|
|
34068
|
-
{
|
|
34069
|
-
"kind": "method",
|
|
34070
|
-
"name": "_renderContent",
|
|
34071
|
-
"privacy": "private",
|
|
34072
|
-
"parameters": [
|
|
34073
|
-
{
|
|
34074
|
-
"name": "attachment",
|
|
34075
|
-
"type": {
|
|
34076
|
-
"text": "IgcChatMessageAttachment"
|
|
34077
|
-
},
|
|
34078
|
-
"description": "The message attachment to render"
|
|
34079
|
-
}
|
|
34080
|
-
],
|
|
34081
|
-
"description": "Default attachment content template used when no custom template is provided.\nRenders the attachment content based on its type.",
|
|
34082
|
-
"return": {
|
|
34083
|
-
"type": {
|
|
34084
|
-
"text": ""
|
|
34085
|
-
}
|
|
34086
|
-
}
|
|
34087
|
-
},
|
|
34088
|
-
{
|
|
34089
|
-
"kind": "method",
|
|
34090
|
-
"name": "_renderAttachment",
|
|
34091
|
-
"privacy": "private",
|
|
34092
|
-
"parameters": [
|
|
34093
|
-
{
|
|
34094
|
-
"name": "attachment",
|
|
34095
|
-
"type": {
|
|
34096
|
-
"text": "IgcChatMessageAttachment"
|
|
34097
|
-
}
|
|
34098
|
-
}
|
|
34099
|
-
]
|
|
34100
|
-
}
|
|
34101
|
-
],
|
|
34102
|
-
"events": [
|
|
34103
|
-
{
|
|
34104
|
-
"description": "Fired when an attachment header is toggled (clicked).",
|
|
34105
|
-
"name": "igcAttachmentClick"
|
|
34106
|
-
}
|
|
34107
|
-
],
|
|
34108
|
-
"superclass": {
|
|
34109
|
-
"name": "LitElement",
|
|
34110
|
-
"package": "lit"
|
|
34111
|
-
},
|
|
34112
|
-
"tagName": "igc-message-attachments",
|
|
34113
|
-
"customElement": true
|
|
34114
|
-
}
|
|
34115
|
-
],
|
|
34116
|
-
"exports": [
|
|
34117
|
-
{
|
|
34118
|
-
"kind": "js",
|
|
34119
|
-
"name": "default",
|
|
34120
|
-
"declaration": {
|
|
34121
|
-
"name": "IgcMessageAttachmentsComponent",
|
|
34122
|
-
"module": "src/components/chat/message-attachments.ts"
|
|
34123
|
-
}
|
|
34124
|
-
}
|
|
34125
|
-
]
|
|
34126
|
-
},
|
|
34127
|
-
{
|
|
34128
|
-
"kind": "javascript-module",
|
|
34129
|
-
"path": "src/components/chat/chat-message.ts",
|
|
34130
|
-
"declarations": [
|
|
34131
|
-
{
|
|
34132
|
-
"kind": "class",
|
|
34133
|
-
"description": "A chat message component for displaying individual messages in `<igc-chat>`.",
|
|
34134
|
-
"name": "IgcChatMessageComponent",
|
|
34135
|
-
"members": [
|
|
34136
|
-
{
|
|
34137
|
-
"kind": "field",
|
|
34138
|
-
"name": "tagName",
|
|
34139
|
-
"type": {
|
|
34140
|
-
"text": "string"
|
|
34141
|
-
},
|
|
34142
|
-
"privacy": "public",
|
|
34143
|
-
"static": true,
|
|
34144
|
-
"readonly": true,
|
|
34145
|
-
"default": "'igc-chat-message'"
|
|
34146
|
-
},
|
|
34147
|
-
{
|
|
34148
|
-
"kind": "method",
|
|
34149
|
-
"name": "register",
|
|
34150
|
-
"privacy": "public",
|
|
34151
|
-
"static": true,
|
|
34152
|
-
"return": {
|
|
34153
|
-
"type": {
|
|
34154
|
-
"text": "void"
|
|
34155
|
-
}
|
|
34156
|
-
}
|
|
34157
|
-
},
|
|
34158
|
-
{
|
|
34159
|
-
"kind": "field",
|
|
34160
|
-
"name": "_defaults",
|
|
34161
|
-
"privacy": "private",
|
|
34162
|
-
"readonly": true
|
|
34163
|
-
},
|
|
34164
|
-
{
|
|
34165
|
-
"kind": "field",
|
|
34166
|
-
"name": "_state",
|
|
34167
|
-
"type": {
|
|
34168
|
-
"text": "ChatState"
|
|
34169
|
-
},
|
|
34170
|
-
"privacy": "private",
|
|
34171
|
-
"readonly": true
|
|
34172
|
-
},
|
|
34173
|
-
{
|
|
34174
|
-
"kind": "field",
|
|
34175
|
-
"name": "message",
|
|
34176
|
-
"type": {
|
|
34177
|
-
"text": "IgcChatMessage"
|
|
34178
|
-
},
|
|
34179
|
-
"privacy": "public",
|
|
34180
|
-
"description": "The chat message to render."
|
|
34181
|
-
},
|
|
34182
|
-
{
|
|
34183
|
-
"kind": "method",
|
|
34184
|
-
"name": "_getRenderer",
|
|
34185
|
-
"privacy": "private",
|
|
34186
|
-
"parameters": [
|
|
34187
|
-
{
|
|
34188
|
-
"name": "name",
|
|
34189
|
-
"type": {
|
|
34190
|
-
"text": "keyof DefaultMessageRenderers"
|
|
34191
|
-
}
|
|
34192
|
-
}
|
|
34193
|
-
]
|
|
34194
|
-
},
|
|
34195
|
-
{
|
|
34196
|
-
"kind": "method",
|
|
34197
|
-
"name": "_handleCopy",
|
|
34198
|
-
"privacy": "private",
|
|
34199
|
-
"return": {
|
|
34200
|
-
"type": {
|
|
34201
|
-
"text": "Promise<void>"
|
|
34202
|
-
}
|
|
34203
|
-
}
|
|
34204
|
-
},
|
|
34205
|
-
{
|
|
34206
|
-
"kind": "method",
|
|
34207
|
-
"name": "_handleMessageActionClick",
|
|
34208
|
-
"privacy": "private",
|
|
34209
|
-
"return": {
|
|
34210
|
-
"type": {
|
|
34211
|
-
"text": "void"
|
|
34212
|
-
}
|
|
34213
|
-
},
|
|
34214
|
-
"parameters": [
|
|
34215
|
-
{
|
|
34216
|
-
"name": "event",
|
|
34217
|
-
"type": {
|
|
34218
|
-
"text": "PointerEvent"
|
|
34219
|
-
}
|
|
34220
|
-
}
|
|
34221
|
-
]
|
|
34222
|
-
},
|
|
34223
|
-
{
|
|
34224
|
-
"kind": "method",
|
|
34225
|
-
"name": "_renderHeader",
|
|
34226
|
-
"privacy": "private"
|
|
34227
|
-
},
|
|
34228
|
-
{
|
|
34229
|
-
"kind": "method",
|
|
34230
|
-
"name": "_renderContent",
|
|
34231
|
-
"privacy": "private"
|
|
34232
|
-
},
|
|
34233
|
-
{
|
|
34234
|
-
"kind": "method",
|
|
34235
|
-
"name": "_renderActions",
|
|
34236
|
-
"privacy": "private"
|
|
34237
|
-
},
|
|
34238
|
-
{
|
|
34239
|
-
"kind": "method",
|
|
34240
|
-
"name": "_renderActionButton",
|
|
34241
|
-
"privacy": "private",
|
|
34242
|
-
"parameters": [
|
|
34243
|
-
{
|
|
34244
|
-
"name": "name",
|
|
34245
|
-
"type": {
|
|
34246
|
-
"text": "string"
|
|
34247
|
-
}
|
|
34248
|
-
},
|
|
34249
|
-
{
|
|
34250
|
-
"name": "tooltipMessage",
|
|
34251
|
-
"type": {
|
|
34252
|
-
"text": "string"
|
|
34253
|
-
}
|
|
34254
|
-
}
|
|
34255
|
-
]
|
|
34256
|
-
},
|
|
34257
|
-
{
|
|
34258
|
-
"kind": "method",
|
|
34259
|
-
"name": "_renderAttachments",
|
|
34260
|
-
"privacy": "private"
|
|
34261
|
-
},
|
|
34262
|
-
{
|
|
34263
|
-
"kind": "method",
|
|
34264
|
-
"name": "_renderMessage",
|
|
34265
|
-
"privacy": "private"
|
|
34266
|
-
}
|
|
34267
|
-
],
|
|
34268
|
-
"superclass": {
|
|
34269
|
-
"name": "LitElement",
|
|
34270
|
-
"package": "lit"
|
|
34271
|
-
},
|
|
34272
|
-
"tagName": "igc-chat-message",
|
|
34273
|
-
"customElement": true
|
|
34274
|
-
}
|
|
34275
|
-
],
|
|
34276
|
-
"exports": [
|
|
34277
|
-
{
|
|
34278
|
-
"kind": "js",
|
|
34279
|
-
"name": "default",
|
|
34280
|
-
"declaration": {
|
|
34281
|
-
"name": "IgcChatMessageComponent",
|
|
34282
|
-
"module": "src/components/chat/chat-message.ts"
|
|
34283
|
-
}
|
|
34284
|
-
}
|
|
34285
|
-
]
|
|
34286
|
-
},
|
|
34287
34660
|
{
|
|
34288
34661
|
"kind": "javascript-module",
|
|
34289
34662
|
"path": "src/components/chat/utils.ts",
|
|
@@ -34422,7 +34795,7 @@
|
|
|
34422
34795
|
},
|
|
34423
34796
|
{
|
|
34424
34797
|
"kind": "function",
|
|
34425
|
-
"name": "
|
|
34798
|
+
"name": "adoptPageStyles",
|
|
34426
34799
|
"return": {
|
|
34427
34800
|
"type": {
|
|
34428
34801
|
"text": "void"
|
|
@@ -34430,9 +34803,9 @@
|
|
|
34430
34803
|
},
|
|
34431
34804
|
"parameters": [
|
|
34432
34805
|
{
|
|
34433
|
-
"name": "
|
|
34806
|
+
"name": "element",
|
|
34434
34807
|
"type": {
|
|
34435
|
-
"text": "
|
|
34808
|
+
"text": "LitElement"
|
|
34436
34809
|
}
|
|
34437
34810
|
}
|
|
34438
34811
|
]
|
|
@@ -34505,9 +34878,9 @@
|
|
|
34505
34878
|
},
|
|
34506
34879
|
{
|
|
34507
34880
|
"kind": "js",
|
|
34508
|
-
"name": "
|
|
34881
|
+
"name": "adoptPageStyles",
|
|
34509
34882
|
"declaration": {
|
|
34510
|
-
"name": "
|
|
34883
|
+
"name": "adoptPageStyles",
|
|
34511
34884
|
"module": "src/components/chat/utils.ts"
|
|
34512
34885
|
}
|
|
34513
34886
|
}
|
|
@@ -34593,6 +34966,29 @@
|
|
|
34593
34966
|
"privacy": "private",
|
|
34594
34967
|
"readonly": true
|
|
34595
34968
|
},
|
|
34969
|
+
{
|
|
34970
|
+
"kind": "field",
|
|
34971
|
+
"name": "_userIsTyping",
|
|
34972
|
+
"type": {
|
|
34973
|
+
"text": "boolean"
|
|
34974
|
+
},
|
|
34975
|
+
"privacy": "private",
|
|
34976
|
+
"default": "false"
|
|
34977
|
+
},
|
|
34978
|
+
{
|
|
34979
|
+
"kind": "field",
|
|
34980
|
+
"name": "_userLastTypeTime",
|
|
34981
|
+
"privacy": "private"
|
|
34982
|
+
},
|
|
34983
|
+
{
|
|
34984
|
+
"kind": "field",
|
|
34985
|
+
"name": "_typingTimeout",
|
|
34986
|
+
"type": {
|
|
34987
|
+
"text": "number"
|
|
34988
|
+
},
|
|
34989
|
+
"privacy": "private",
|
|
34990
|
+
"default": "0"
|
|
34991
|
+
},
|
|
34596
34992
|
{
|
|
34597
34993
|
"kind": "field",
|
|
34598
34994
|
"name": "_state",
|
|
@@ -34672,6 +35068,24 @@
|
|
|
34672
35068
|
}
|
|
34673
35069
|
}
|
|
34674
35070
|
},
|
|
35071
|
+
{
|
|
35072
|
+
"kind": "method",
|
|
35073
|
+
"name": "_setTypingStateAndEmit",
|
|
35074
|
+
"privacy": "private",
|
|
35075
|
+
"return": {
|
|
35076
|
+
"type": {
|
|
35077
|
+
"text": "void"
|
|
35078
|
+
}
|
|
35079
|
+
},
|
|
35080
|
+
"parameters": [
|
|
35081
|
+
{
|
|
35082
|
+
"name": "state",
|
|
35083
|
+
"type": {
|
|
35084
|
+
"text": "boolean"
|
|
35085
|
+
}
|
|
35086
|
+
}
|
|
35087
|
+
]
|
|
35088
|
+
},
|
|
34675
35089
|
{
|
|
34676
35090
|
"kind": "method",
|
|
34677
35091
|
"name": "_handleAttachmentRemoved",
|
|
@@ -34935,6 +35349,355 @@
|
|
|
34935
35349
|
}
|
|
34936
35350
|
]
|
|
34937
35351
|
},
|
|
35352
|
+
{
|
|
35353
|
+
"kind": "javascript-module",
|
|
35354
|
+
"path": "src/components/chat/message-attachments.ts",
|
|
35355
|
+
"declarations": [
|
|
35356
|
+
{
|
|
35357
|
+
"kind": "class",
|
|
35358
|
+
"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.",
|
|
35359
|
+
"name": "IgcMessageAttachmentsComponent",
|
|
35360
|
+
"cssParts": [
|
|
35361
|
+
{
|
|
35362
|
+
"description": "Container wrapping all attachments.",
|
|
35363
|
+
"name": "attachments-container"
|
|
35364
|
+
},
|
|
35365
|
+
{
|
|
35366
|
+
"description": "Wrapper for a single attachment.",
|
|
35367
|
+
"name": "attachment"
|
|
35368
|
+
},
|
|
35369
|
+
{
|
|
35370
|
+
"description": "Wrapper for a single attachment header.",
|
|
35371
|
+
"name": "attachment-header"
|
|
35372
|
+
},
|
|
35373
|
+
{
|
|
35374
|
+
"description": "Part representing the attachment preview.",
|
|
35375
|
+
"name": "attachments-content"
|
|
35376
|
+
},
|
|
35377
|
+
{
|
|
35378
|
+
"description": "Icon part representing the attachment type.",
|
|
35379
|
+
"name": "attachment-icon"
|
|
35380
|
+
},
|
|
35381
|
+
{
|
|
35382
|
+
"description": "Part representing the attachment's file name.",
|
|
35383
|
+
"name": "file-name"
|
|
35384
|
+
},
|
|
35385
|
+
{
|
|
35386
|
+
"description": "Container for header action buttons.",
|
|
35387
|
+
"name": "actions"
|
|
35388
|
+
},
|
|
35389
|
+
{
|
|
35390
|
+
"description": "Part for the image element inside an image attachment.",
|
|
35391
|
+
"name": "image-attachment"
|
|
35392
|
+
}
|
|
35393
|
+
],
|
|
35394
|
+
"members": [
|
|
35395
|
+
{
|
|
35396
|
+
"kind": "field",
|
|
35397
|
+
"name": "tagName",
|
|
35398
|
+
"type": {
|
|
35399
|
+
"text": "string"
|
|
35400
|
+
},
|
|
35401
|
+
"privacy": "public",
|
|
35402
|
+
"static": true,
|
|
35403
|
+
"readonly": true,
|
|
35404
|
+
"default": "'igc-message-attachments'"
|
|
35405
|
+
},
|
|
35406
|
+
{
|
|
35407
|
+
"kind": "method",
|
|
35408
|
+
"name": "register",
|
|
35409
|
+
"privacy": "public",
|
|
35410
|
+
"static": true,
|
|
35411
|
+
"return": {
|
|
35412
|
+
"type": {
|
|
35413
|
+
"text": "void"
|
|
35414
|
+
}
|
|
35415
|
+
}
|
|
35416
|
+
},
|
|
35417
|
+
{
|
|
35418
|
+
"kind": "field",
|
|
35419
|
+
"name": "_defaults",
|
|
35420
|
+
"type": {
|
|
35421
|
+
"text": "Readonly<DefaultAttachmentRenderers>"
|
|
35422
|
+
},
|
|
35423
|
+
"privacy": "private",
|
|
35424
|
+
"readonly": true
|
|
35425
|
+
},
|
|
35426
|
+
{
|
|
35427
|
+
"kind": "field",
|
|
35428
|
+
"name": "_state",
|
|
35429
|
+
"type": {
|
|
35430
|
+
"text": "ChatState"
|
|
35431
|
+
},
|
|
35432
|
+
"privacy": "private",
|
|
35433
|
+
"readonly": true
|
|
35434
|
+
},
|
|
35435
|
+
{
|
|
35436
|
+
"kind": "field",
|
|
35437
|
+
"name": "message",
|
|
35438
|
+
"type": {
|
|
35439
|
+
"text": "IgcChatMessage | undefined"
|
|
35440
|
+
},
|
|
35441
|
+
"privacy": "public",
|
|
35442
|
+
"description": "The array of attachments to render."
|
|
35443
|
+
},
|
|
35444
|
+
{
|
|
35445
|
+
"kind": "method",
|
|
35446
|
+
"name": "_getRenderer",
|
|
35447
|
+
"privacy": "private",
|
|
35448
|
+
"parameters": [
|
|
35449
|
+
{
|
|
35450
|
+
"name": "name",
|
|
35451
|
+
"type": {
|
|
35452
|
+
"text": "keyof DefaultAttachmentRenderers"
|
|
35453
|
+
}
|
|
35454
|
+
}
|
|
35455
|
+
]
|
|
35456
|
+
},
|
|
35457
|
+
{
|
|
35458
|
+
"kind": "field",
|
|
35459
|
+
"name": "_handleHeaderClick",
|
|
35460
|
+
"privacy": "private"
|
|
35461
|
+
},
|
|
35462
|
+
{
|
|
35463
|
+
"kind": "method",
|
|
35464
|
+
"name": "renderHeader",
|
|
35465
|
+
"privacy": "private",
|
|
35466
|
+
"parameters": [
|
|
35467
|
+
{
|
|
35468
|
+
"name": "attachment",
|
|
35469
|
+
"type": {
|
|
35470
|
+
"text": "IgcChatMessageAttachment"
|
|
35471
|
+
},
|
|
35472
|
+
"description": "The message attachment to render"
|
|
35473
|
+
}
|
|
35474
|
+
],
|
|
35475
|
+
"description": "Default attachment header template used when no custom template is provided.\nRenders the attachment icon and name.",
|
|
35476
|
+
"return": {
|
|
35477
|
+
"type": {
|
|
35478
|
+
"text": ""
|
|
35479
|
+
}
|
|
35480
|
+
}
|
|
35481
|
+
},
|
|
35482
|
+
{
|
|
35483
|
+
"kind": "method",
|
|
35484
|
+
"name": "_renderContent",
|
|
35485
|
+
"privacy": "private",
|
|
35486
|
+
"parameters": [
|
|
35487
|
+
{
|
|
35488
|
+
"name": "attachment",
|
|
35489
|
+
"type": {
|
|
35490
|
+
"text": "IgcChatMessageAttachment"
|
|
35491
|
+
},
|
|
35492
|
+
"description": "The message attachment to render"
|
|
35493
|
+
}
|
|
35494
|
+
],
|
|
35495
|
+
"description": "Default attachment content template used when no custom template is provided.\nRenders the attachment content based on its type.",
|
|
35496
|
+
"return": {
|
|
35497
|
+
"type": {
|
|
35498
|
+
"text": ""
|
|
35499
|
+
}
|
|
35500
|
+
}
|
|
35501
|
+
},
|
|
35502
|
+
{
|
|
35503
|
+
"kind": "method",
|
|
35504
|
+
"name": "_renderAttachment",
|
|
35505
|
+
"privacy": "private",
|
|
35506
|
+
"parameters": [
|
|
35507
|
+
{
|
|
35508
|
+
"name": "attachment",
|
|
35509
|
+
"type": {
|
|
35510
|
+
"text": "IgcChatMessageAttachment"
|
|
35511
|
+
}
|
|
35512
|
+
}
|
|
35513
|
+
]
|
|
35514
|
+
}
|
|
35515
|
+
],
|
|
35516
|
+
"events": [
|
|
35517
|
+
{
|
|
35518
|
+
"description": "Fired when an attachment header is toggled (clicked).",
|
|
35519
|
+
"name": "igcAttachmentClick"
|
|
35520
|
+
}
|
|
35521
|
+
],
|
|
35522
|
+
"superclass": {
|
|
35523
|
+
"name": "LitElement",
|
|
35524
|
+
"package": "lit"
|
|
35525
|
+
},
|
|
35526
|
+
"tagName": "igc-message-attachments",
|
|
35527
|
+
"customElement": true
|
|
35528
|
+
}
|
|
35529
|
+
],
|
|
35530
|
+
"exports": [
|
|
35531
|
+
{
|
|
35532
|
+
"kind": "js",
|
|
35533
|
+
"name": "default",
|
|
35534
|
+
"declaration": {
|
|
35535
|
+
"name": "IgcMessageAttachmentsComponent",
|
|
35536
|
+
"module": "src/components/chat/message-attachments.ts"
|
|
35537
|
+
}
|
|
35538
|
+
}
|
|
35539
|
+
]
|
|
35540
|
+
},
|
|
35541
|
+
{
|
|
35542
|
+
"kind": "javascript-module",
|
|
35543
|
+
"path": "src/components/chat/chat-message.ts",
|
|
35544
|
+
"declarations": [
|
|
35545
|
+
{
|
|
35546
|
+
"kind": "class",
|
|
35547
|
+
"description": "A chat message component for displaying individual messages in `<igc-chat>`.",
|
|
35548
|
+
"name": "IgcChatMessageComponent",
|
|
35549
|
+
"members": [
|
|
35550
|
+
{
|
|
35551
|
+
"kind": "field",
|
|
35552
|
+
"name": "tagName",
|
|
35553
|
+
"type": {
|
|
35554
|
+
"text": "string"
|
|
35555
|
+
},
|
|
35556
|
+
"privacy": "public",
|
|
35557
|
+
"static": true,
|
|
35558
|
+
"readonly": true,
|
|
35559
|
+
"default": "'igc-chat-message'"
|
|
35560
|
+
},
|
|
35561
|
+
{
|
|
35562
|
+
"kind": "method",
|
|
35563
|
+
"name": "register",
|
|
35564
|
+
"privacy": "public",
|
|
35565
|
+
"static": true,
|
|
35566
|
+
"return": {
|
|
35567
|
+
"type": {
|
|
35568
|
+
"text": "void"
|
|
35569
|
+
}
|
|
35570
|
+
}
|
|
35571
|
+
},
|
|
35572
|
+
{
|
|
35573
|
+
"kind": "field",
|
|
35574
|
+
"name": "_defaults",
|
|
35575
|
+
"privacy": "private",
|
|
35576
|
+
"readonly": true
|
|
35577
|
+
},
|
|
35578
|
+
{
|
|
35579
|
+
"kind": "field",
|
|
35580
|
+
"name": "_state",
|
|
35581
|
+
"type": {
|
|
35582
|
+
"text": "ChatState"
|
|
35583
|
+
},
|
|
35584
|
+
"privacy": "private",
|
|
35585
|
+
"readonly": true
|
|
35586
|
+
},
|
|
35587
|
+
{
|
|
35588
|
+
"kind": "field",
|
|
35589
|
+
"name": "message",
|
|
35590
|
+
"type": {
|
|
35591
|
+
"text": "IgcChatMessage"
|
|
35592
|
+
},
|
|
35593
|
+
"privacy": "public",
|
|
35594
|
+
"description": "The chat message to render."
|
|
35595
|
+
},
|
|
35596
|
+
{
|
|
35597
|
+
"kind": "method",
|
|
35598
|
+
"name": "_getRenderer",
|
|
35599
|
+
"privacy": "private",
|
|
35600
|
+
"parameters": [
|
|
35601
|
+
{
|
|
35602
|
+
"name": "name",
|
|
35603
|
+
"type": {
|
|
35604
|
+
"text": "keyof DefaultMessageRenderers"
|
|
35605
|
+
}
|
|
35606
|
+
}
|
|
35607
|
+
]
|
|
35608
|
+
},
|
|
35609
|
+
{
|
|
35610
|
+
"kind": "method",
|
|
35611
|
+
"name": "_handleCopy",
|
|
35612
|
+
"privacy": "private",
|
|
35613
|
+
"return": {
|
|
35614
|
+
"type": {
|
|
35615
|
+
"text": "Promise<void>"
|
|
35616
|
+
}
|
|
35617
|
+
}
|
|
35618
|
+
},
|
|
35619
|
+
{
|
|
35620
|
+
"kind": "method",
|
|
35621
|
+
"name": "_handleMessageActionClick",
|
|
35622
|
+
"privacy": "private",
|
|
35623
|
+
"return": {
|
|
35624
|
+
"type": {
|
|
35625
|
+
"text": "void"
|
|
35626
|
+
}
|
|
35627
|
+
},
|
|
35628
|
+
"parameters": [
|
|
35629
|
+
{
|
|
35630
|
+
"name": "event",
|
|
35631
|
+
"type": {
|
|
35632
|
+
"text": "PointerEvent"
|
|
35633
|
+
}
|
|
35634
|
+
}
|
|
35635
|
+
]
|
|
35636
|
+
},
|
|
35637
|
+
{
|
|
35638
|
+
"kind": "method",
|
|
35639
|
+
"name": "_renderHeader",
|
|
35640
|
+
"privacy": "private"
|
|
35641
|
+
},
|
|
35642
|
+
{
|
|
35643
|
+
"kind": "method",
|
|
35644
|
+
"name": "_renderContent",
|
|
35645
|
+
"privacy": "private"
|
|
35646
|
+
},
|
|
35647
|
+
{
|
|
35648
|
+
"kind": "method",
|
|
35649
|
+
"name": "_renderActions",
|
|
35650
|
+
"privacy": "private"
|
|
35651
|
+
},
|
|
35652
|
+
{
|
|
35653
|
+
"kind": "method",
|
|
35654
|
+
"name": "_renderActionButton",
|
|
35655
|
+
"privacy": "private",
|
|
35656
|
+
"parameters": [
|
|
35657
|
+
{
|
|
35658
|
+
"name": "name",
|
|
35659
|
+
"type": {
|
|
35660
|
+
"text": "string"
|
|
35661
|
+
}
|
|
35662
|
+
},
|
|
35663
|
+
{
|
|
35664
|
+
"name": "tooltipMessage",
|
|
35665
|
+
"type": {
|
|
35666
|
+
"text": "string"
|
|
35667
|
+
}
|
|
35668
|
+
}
|
|
35669
|
+
]
|
|
35670
|
+
},
|
|
35671
|
+
{
|
|
35672
|
+
"kind": "method",
|
|
35673
|
+
"name": "_renderAttachments",
|
|
35674
|
+
"privacy": "private"
|
|
35675
|
+
},
|
|
35676
|
+
{
|
|
35677
|
+
"kind": "method",
|
|
35678
|
+
"name": "_renderMessage",
|
|
35679
|
+
"privacy": "private"
|
|
35680
|
+
}
|
|
35681
|
+
],
|
|
35682
|
+
"superclass": {
|
|
35683
|
+
"name": "LitElement",
|
|
35684
|
+
"package": "lit"
|
|
35685
|
+
},
|
|
35686
|
+
"tagName": "igc-chat-message",
|
|
35687
|
+
"customElement": true
|
|
35688
|
+
}
|
|
35689
|
+
],
|
|
35690
|
+
"exports": [
|
|
35691
|
+
{
|
|
35692
|
+
"kind": "js",
|
|
35693
|
+
"name": "default",
|
|
35694
|
+
"declaration": {
|
|
35695
|
+
"name": "IgcChatMessageComponent",
|
|
35696
|
+
"module": "src/components/chat/chat-message.ts"
|
|
35697
|
+
}
|
|
35698
|
+
}
|
|
35699
|
+
]
|
|
35700
|
+
},
|
|
34938
35701
|
{
|
|
34939
35702
|
"kind": "javascript-module",
|
|
34940
35703
|
"path": "src/components/chat/chat.ts",
|
|
@@ -35141,6 +35904,10 @@
|
|
|
35141
35904
|
{
|
|
35142
35905
|
"description": "Slot shown when there are no messages.",
|
|
35143
35906
|
"name": "empty-state"
|
|
35907
|
+
},
|
|
35908
|
+
{
|
|
35909
|
+
"description": "Slot for the \"is typing\" indicator.",
|
|
35910
|
+
"name": "typing-indicator"
|
|
35144
35911
|
}
|
|
35145
35912
|
],
|
|
35146
35913
|
"members": [
|
|
@@ -35668,20 +36435,6 @@
|
|
|
35668
36435
|
"default": "null",
|
|
35669
36436
|
"description": "Cache of accepted file types, organized into extensions, mimeTypes, and wildcardTypes"
|
|
35670
36437
|
},
|
|
35671
|
-
{
|
|
35672
|
-
"kind": "field",
|
|
35673
|
-
"name": "_isTyping",
|
|
35674
|
-
"type": {
|
|
35675
|
-
"text": "boolean"
|
|
35676
|
-
},
|
|
35677
|
-
"privacy": "private",
|
|
35678
|
-
"default": "false"
|
|
35679
|
-
},
|
|
35680
|
-
{
|
|
35681
|
-
"kind": "field",
|
|
35682
|
-
"name": "_lastTyped",
|
|
35683
|
-
"privacy": "private"
|
|
35684
|
-
},
|
|
35685
36438
|
{
|
|
35686
36439
|
"kind": "field",
|
|
35687
36440
|
"name": "resourceStrings",
|
|
@@ -35869,11 +36622,6 @@
|
|
|
35869
36622
|
}
|
|
35870
36623
|
}
|
|
35871
36624
|
]
|
|
35872
|
-
},
|
|
35873
|
-
{
|
|
35874
|
-
"kind": "field",
|
|
35875
|
-
"name": "handleKeyDown",
|
|
35876
|
-
"privacy": "public"
|
|
35877
36625
|
}
|
|
35878
36626
|
]
|
|
35879
36627
|
},
|
|
@@ -37142,7 +37890,7 @@
|
|
|
37142
37890
|
"kind": "field",
|
|
37143
37891
|
"name": "_cssContainer",
|
|
37144
37892
|
"type": {
|
|
37145
|
-
"text": "HTMLElement"
|
|
37893
|
+
"text": "HTMLElement | undefined"
|
|
37146
37894
|
},
|
|
37147
37895
|
"privacy": "private",
|
|
37148
37896
|
"description": "Returns the tile manager internal CSS grid container.",
|
|
@@ -39006,6 +39754,12 @@
|
|
|
39006
39754
|
"privacy": "private",
|
|
39007
39755
|
"readonly": true
|
|
39008
39756
|
},
|
|
39757
|
+
{
|
|
39758
|
+
"kind": "field",
|
|
39759
|
+
"name": "_i18nController",
|
|
39760
|
+
"privacy": "private",
|
|
39761
|
+
"readonly": true
|
|
39762
|
+
},
|
|
39009
39763
|
{
|
|
39010
39764
|
"kind": "field",
|
|
39011
39765
|
"name": "_context",
|
|
@@ -39159,25 +39913,33 @@
|
|
|
39159
39913
|
{
|
|
39160
39914
|
"kind": "field",
|
|
39161
39915
|
"name": "indicatorsLabelFormat",
|
|
39162
|
-
"type": {
|
|
39163
|
-
"text": "string"
|
|
39164
|
-
},
|
|
39165
39916
|
"privacy": "public",
|
|
39166
|
-
"default": "'Slide {0}'",
|
|
39167
39917
|
"description": "The format used to set the aria-label on the carousel indicators.\nInstances of '{0}' will be replaced with the index of the corresponding slide.",
|
|
39168
39918
|
"attribute": "indicators-label-format"
|
|
39169
39919
|
},
|
|
39170
39920
|
{
|
|
39171
39921
|
"kind": "field",
|
|
39172
|
-
"name": "
|
|
39922
|
+
"name": "_indicatorsLabelFormat",
|
|
39173
39923
|
"type": {
|
|
39174
|
-
"text": "string"
|
|
39924
|
+
"text": "string | undefined"
|
|
39175
39925
|
},
|
|
39926
|
+
"privacy": "private"
|
|
39927
|
+
},
|
|
39928
|
+
{
|
|
39929
|
+
"kind": "field",
|
|
39930
|
+
"name": "slidesLabelFormat",
|
|
39176
39931
|
"privacy": "public",
|
|
39177
|
-
"default": "'{0} of {1}'",
|
|
39178
39932
|
"description": "The format used to set the aria-label on the carousel slides and the text displayed\nwhen the number of indicators is greater than tha maximum indicator count.\nInstances of '{0}' will be replaced with the index of the corresponding slide.\nInstances of '{1}' will be replaced with the total amount of slides.",
|
|
39179
39933
|
"attribute": "slides-label-format"
|
|
39180
39934
|
},
|
|
39935
|
+
{
|
|
39936
|
+
"kind": "field",
|
|
39937
|
+
"name": "_slidesLabelFormat",
|
|
39938
|
+
"type": {
|
|
39939
|
+
"text": "string | undefined"
|
|
39940
|
+
},
|
|
39941
|
+
"privacy": "private"
|
|
39942
|
+
},
|
|
39181
39943
|
{
|
|
39182
39944
|
"kind": "field",
|
|
39183
39945
|
"name": "interval",
|
|
@@ -39213,6 +39975,22 @@
|
|
|
39213
39975
|
"text": "'slide' | 'fade' | 'none'"
|
|
39214
39976
|
}
|
|
39215
39977
|
},
|
|
39978
|
+
{
|
|
39979
|
+
"kind": "field",
|
|
39980
|
+
"name": "locale",
|
|
39981
|
+
"privacy": "public",
|
|
39982
|
+
"description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
|
|
39983
|
+
"attribute": "locale"
|
|
39984
|
+
},
|
|
39985
|
+
{
|
|
39986
|
+
"kind": "field",
|
|
39987
|
+
"name": "resourceStrings",
|
|
39988
|
+
"privacy": "public",
|
|
39989
|
+
"description": "The resource strings for localization.",
|
|
39990
|
+
"type": {
|
|
39991
|
+
"text": "ICarouselResourceStrings"
|
|
39992
|
+
}
|
|
39993
|
+
},
|
|
39216
39994
|
{
|
|
39217
39995
|
"kind": "field",
|
|
39218
39996
|
"name": "slides",
|
|
@@ -39900,20 +40678,12 @@
|
|
|
39900
40678
|
},
|
|
39901
40679
|
{
|
|
39902
40680
|
"name": "indicators-label-format",
|
|
39903
|
-
"type": {
|
|
39904
|
-
"text": "string"
|
|
39905
|
-
},
|
|
39906
|
-
"default": "'Slide {0}'",
|
|
39907
40681
|
"description": "The format used to set the aria-label on the carousel indicators.\nInstances of '{0}' will be replaced with the index of the corresponding slide.",
|
|
39908
40682
|
"fieldName": "indicatorsLabelFormat",
|
|
39909
40683
|
"attribute": "indicators-label-format"
|
|
39910
40684
|
},
|
|
39911
40685
|
{
|
|
39912
40686
|
"name": "slides-label-format",
|
|
39913
|
-
"type": {
|
|
39914
|
-
"text": "string"
|
|
39915
|
-
},
|
|
39916
|
-
"default": "'{0} of {1}'",
|
|
39917
40687
|
"description": "The format used to set the aria-label on the carousel slides and the text displayed\nwhen the number of indicators is greater than tha maximum indicator count.\nInstances of '{0}' will be replaced with the index of the corresponding slide.\nInstances of '{1}' will be replaced with the total amount of slides.",
|
|
39918
40688
|
"fieldName": "slidesLabelFormat",
|
|
39919
40689
|
"attribute": "slides-label-format"
|
|
@@ -39949,6 +40719,12 @@
|
|
|
39949
40719
|
"expandedType": {
|
|
39950
40720
|
"text": "'slide' | 'fade' | 'none'"
|
|
39951
40721
|
}
|
|
40722
|
+
},
|
|
40723
|
+
{
|
|
40724
|
+
"name": "locale",
|
|
40725
|
+
"description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
|
|
40726
|
+
"fieldName": "locale",
|
|
40727
|
+
"attribute": "locale"
|
|
39952
40728
|
}
|
|
39953
40729
|
],
|
|
39954
40730
|
"mixins": [
|
|
@@ -40244,6 +41020,16 @@
|
|
|
40244
41020
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
40245
41021
|
}
|
|
40246
41022
|
},
|
|
41023
|
+
{
|
|
41024
|
+
"kind": "field",
|
|
41025
|
+
"name": "__i18nController",
|
|
41026
|
+
"privacy": "private",
|
|
41027
|
+
"readonly": true,
|
|
41028
|
+
"inheritedFrom": {
|
|
41029
|
+
"name": "BaseFormAssociated",
|
|
41030
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
41031
|
+
}
|
|
41032
|
+
},
|
|
40247
41033
|
{
|
|
40248
41034
|
"kind": "field",
|
|
40249
41035
|
"name": "_isFormSubmit",
|
|
@@ -40463,6 +41249,19 @@
|
|
|
40463
41249
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
40464
41250
|
}
|
|
40465
41251
|
},
|
|
41252
|
+
{
|
|
41253
|
+
"kind": "field",
|
|
41254
|
+
"name": "resourceStrings",
|
|
41255
|
+
"privacy": "public",
|
|
41256
|
+
"description": "The resource strings for localization.",
|
|
41257
|
+
"type": {
|
|
41258
|
+
"text": "IValidationResourceStrings"
|
|
41259
|
+
},
|
|
41260
|
+
"inheritedFrom": {
|
|
41261
|
+
"name": "BaseFormAssociated",
|
|
41262
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
41263
|
+
}
|
|
41264
|
+
},
|
|
40466
41265
|
{
|
|
40467
41266
|
"kind": "method",
|
|
40468
41267
|
"name": "_handleInvalid",
|
|
@@ -41202,6 +42001,16 @@
|
|
|
41202
42001
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
41203
42002
|
}
|
|
41204
42003
|
},
|
|
42004
|
+
{
|
|
42005
|
+
"kind": "field",
|
|
42006
|
+
"name": "__i18nController",
|
|
42007
|
+
"privacy": "private",
|
|
42008
|
+
"readonly": true,
|
|
42009
|
+
"inheritedFrom": {
|
|
42010
|
+
"name": "IgcCheckboxBaseComponent",
|
|
42011
|
+
"module": "src/components/checkbox/checkbox-base.ts"
|
|
42012
|
+
}
|
|
42013
|
+
},
|
|
41205
42014
|
{
|
|
41206
42015
|
"kind": "field",
|
|
41207
42016
|
"name": "_formValue",
|
|
@@ -41447,6 +42256,19 @@
|
|
|
41447
42256
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
41448
42257
|
}
|
|
41449
42258
|
},
|
|
42259
|
+
{
|
|
42260
|
+
"kind": "field",
|
|
42261
|
+
"name": "resourceStrings",
|
|
42262
|
+
"privacy": "public",
|
|
42263
|
+
"description": "The resource strings for localization.",
|
|
42264
|
+
"type": {
|
|
42265
|
+
"text": "IValidationResourceStrings"
|
|
42266
|
+
},
|
|
42267
|
+
"inheritedFrom": {
|
|
42268
|
+
"name": "IgcCheckboxBaseComponent",
|
|
42269
|
+
"module": "src/components/checkbox/checkbox-base.ts"
|
|
42270
|
+
}
|
|
42271
|
+
},
|
|
41450
42272
|
{
|
|
41451
42273
|
"kind": "method",
|
|
41452
42274
|
"name": "_handleInvalid",
|
|
@@ -43426,16 +44248,15 @@
|
|
|
43426
44248
|
"description": "",
|
|
43427
44249
|
"name": "GroupDataOperation",
|
|
43428
44250
|
"members": [
|
|
43429
|
-
{
|
|
43430
|
-
"kind": "field",
|
|
43431
|
-
"name": "orderBy",
|
|
43432
|
-
"privacy": "protected",
|
|
43433
|
-
"default": "new Map( Object.entries({ asc: 1, desc: -1, }) )"
|
|
43434
|
-
},
|
|
43435
44251
|
{
|
|
43436
44252
|
"kind": "method",
|
|
43437
44253
|
"name": "apply",
|
|
43438
44254
|
"privacy": "public",
|
|
44255
|
+
"return": {
|
|
44256
|
+
"type": {
|
|
44257
|
+
"text": "ComboRecord<T>[]"
|
|
44258
|
+
}
|
|
44259
|
+
},
|
|
43439
44260
|
"parameters": [
|
|
43440
44261
|
{
|
|
43441
44262
|
"name": "data",
|
|
@@ -43609,360 +44430,255 @@
|
|
|
43609
44430
|
{
|
|
43610
44431
|
"kind": "class",
|
|
43611
44432
|
"description": "",
|
|
43612
|
-
"name": "
|
|
44433
|
+
"name": "ComboNavigationController",
|
|
43613
44434
|
"members": [
|
|
43614
44435
|
{
|
|
43615
44436
|
"kind": "field",
|
|
43616
|
-
"name": "
|
|
43617
|
-
"
|
|
43618
|
-
|
|
43619
|
-
|
|
43620
|
-
|
|
43621
|
-
"
|
|
43622
|
-
"name": "mainInputHandlers",
|
|
43623
|
-
"privacy": "protected",
|
|
43624
|
-
"default": "new Map( Object.entries({ Escape: this.escape, ArrowUp: this.hide, ArrowDown: this.mainInputArrowDown, Tab: this.tab, Enter: this.enter, }) )"
|
|
43625
|
-
},
|
|
43626
|
-
{
|
|
43627
|
-
"kind": "field",
|
|
43628
|
-
"name": "searchInputHandlers",
|
|
43629
|
-
"privacy": "protected",
|
|
43630
|
-
"default": "new Map( Object.entries({ Escape: this.escape, ArrowUp: this.escape, ArrowDown: this.inputArrowDown, Tab: this.inputArrowDown, }) )"
|
|
44437
|
+
"name": "_active",
|
|
44438
|
+
"type": {
|
|
44439
|
+
"text": "number"
|
|
44440
|
+
},
|
|
44441
|
+
"privacy": "private",
|
|
44442
|
+
"default": "-1"
|
|
43631
44443
|
},
|
|
43632
44444
|
{
|
|
43633
44445
|
"kind": "field",
|
|
43634
|
-
"name": "
|
|
43635
|
-
"
|
|
43636
|
-
|
|
44446
|
+
"name": "_config",
|
|
44447
|
+
"type": {
|
|
44448
|
+
"text": "ComboNavigationConfig"
|
|
44449
|
+
},
|
|
44450
|
+
"privacy": "private",
|
|
44451
|
+
"default": "config"
|
|
43637
44452
|
},
|
|
43638
44453
|
{
|
|
43639
44454
|
"kind": "field",
|
|
43640
|
-
"name": "
|
|
43641
|
-
"privacy": "protected",
|
|
43642
|
-
"default": "-1",
|
|
44455
|
+
"name": "active",
|
|
43643
44456
|
"type": {
|
|
43644
|
-
"text": "
|
|
43645
|
-
}
|
|
44457
|
+
"text": "number"
|
|
44458
|
+
},
|
|
44459
|
+
"privacy": "public"
|
|
43646
44460
|
},
|
|
43647
44461
|
{
|
|
43648
44462
|
"kind": "field",
|
|
43649
44463
|
"name": "input",
|
|
44464
|
+
"type": {
|
|
44465
|
+
"text": "IgcInputComponent"
|
|
44466
|
+
},
|
|
43650
44467
|
"privacy": "public",
|
|
43651
44468
|
"readonly": true
|
|
43652
44469
|
},
|
|
43653
44470
|
{
|
|
43654
44471
|
"kind": "field",
|
|
43655
|
-
"name": "
|
|
44472
|
+
"name": "searchInput",
|
|
44473
|
+
"type": {
|
|
44474
|
+
"text": "IgcInputComponent"
|
|
44475
|
+
},
|
|
43656
44476
|
"privacy": "public",
|
|
43657
44477
|
"readonly": true
|
|
43658
44478
|
},
|
|
43659
|
-
{
|
|
43660
|
-
"kind": "method",
|
|
43661
|
-
"name": "show",
|
|
43662
|
-
"privacy": "public"
|
|
43663
|
-
},
|
|
43664
|
-
{
|
|
43665
|
-
"kind": "method",
|
|
43666
|
-
"name": "hide",
|
|
43667
|
-
"privacy": "public"
|
|
43668
|
-
},
|
|
43669
|
-
{
|
|
43670
|
-
"kind": "method",
|
|
43671
|
-
"name": "toggleSelect",
|
|
43672
|
-
"privacy": "public",
|
|
43673
|
-
"parameters": [
|
|
43674
|
-
{
|
|
43675
|
-
"name": "index",
|
|
43676
|
-
"type": {
|
|
43677
|
-
"text": "number"
|
|
43678
|
-
}
|
|
43679
|
-
}
|
|
43680
|
-
]
|
|
43681
|
-
},
|
|
43682
|
-
{
|
|
43683
|
-
"kind": "method",
|
|
43684
|
-
"name": "select",
|
|
43685
|
-
"privacy": "public",
|
|
43686
|
-
"parameters": [
|
|
43687
|
-
{
|
|
43688
|
-
"name": "index",
|
|
43689
|
-
"type": {
|
|
43690
|
-
"text": "number"
|
|
43691
|
-
}
|
|
43692
|
-
}
|
|
43693
|
-
]
|
|
43694
|
-
},
|
|
43695
44479
|
{
|
|
43696
44480
|
"kind": "field",
|
|
43697
|
-
"name": "
|
|
43698
|
-
"
|
|
44481
|
+
"name": "list",
|
|
44482
|
+
"type": {
|
|
44483
|
+
"text": "IgcComboListComponent"
|
|
44484
|
+
},
|
|
44485
|
+
"privacy": "public",
|
|
43699
44486
|
"readonly": true
|
|
43700
44487
|
},
|
|
43701
44488
|
{
|
|
43702
44489
|
"kind": "field",
|
|
43703
|
-
"name": "
|
|
44490
|
+
"name": "_firstItem",
|
|
44491
|
+
"type": {
|
|
44492
|
+
"text": "number"
|
|
44493
|
+
},
|
|
43704
44494
|
"privacy": "protected",
|
|
43705
44495
|
"readonly": true
|
|
43706
44496
|
},
|
|
43707
44497
|
{
|
|
43708
44498
|
"kind": "field",
|
|
43709
|
-
"name": "
|
|
44499
|
+
"name": "_lastItem",
|
|
44500
|
+
"type": {
|
|
44501
|
+
"text": "number"
|
|
44502
|
+
},
|
|
43710
44503
|
"privacy": "protected",
|
|
43711
44504
|
"readonly": true
|
|
43712
44505
|
},
|
|
43713
44506
|
{
|
|
43714
44507
|
"kind": "method",
|
|
43715
|
-
"name": "
|
|
44508
|
+
"name": "_hide",
|
|
43716
44509
|
"privacy": "protected",
|
|
43717
|
-
"
|
|
43718
|
-
{
|
|
43719
|
-
"
|
|
43720
|
-
"type": {
|
|
43721
|
-
"text": "IgcComboListComponent"
|
|
43722
|
-
}
|
|
43723
|
-
},
|
|
43724
|
-
{
|
|
43725
|
-
"name": "behavior",
|
|
43726
|
-
"default": "'auto'",
|
|
43727
|
-
"type": {
|
|
43728
|
-
"text": "ScrollBehavior"
|
|
43729
|
-
}
|
|
44510
|
+
"return": {
|
|
44511
|
+
"type": {
|
|
44512
|
+
"text": "Promise<boolean>"
|
|
43730
44513
|
}
|
|
43731
|
-
|
|
43732
|
-
},
|
|
43733
|
-
{
|
|
43734
|
-
"kind": "field",
|
|
43735
|
-
"name": "active",
|
|
43736
|
-
"privacy": "public"
|
|
44514
|
+
}
|
|
43737
44515
|
},
|
|
43738
44516
|
{
|
|
43739
44517
|
"kind": "method",
|
|
43740
|
-
"name": "
|
|
44518
|
+
"name": "_show",
|
|
43741
44519
|
"privacy": "protected",
|
|
43742
|
-
"
|
|
43743
|
-
{
|
|
43744
|
-
"
|
|
43745
|
-
"type": {
|
|
43746
|
-
"text": "IgcComboListComponent"
|
|
43747
|
-
}
|
|
44520
|
+
"return": {
|
|
44521
|
+
"type": {
|
|
44522
|
+
"text": "Promise<boolean>"
|
|
43748
44523
|
}
|
|
43749
|
-
|
|
44524
|
+
}
|
|
43750
44525
|
},
|
|
43751
44526
|
{
|
|
43752
44527
|
"kind": "method",
|
|
43753
|
-
"name": "
|
|
44528
|
+
"name": "_toggleSelection",
|
|
43754
44529
|
"privacy": "protected",
|
|
44530
|
+
"return": {
|
|
44531
|
+
"type": {
|
|
44532
|
+
"text": "void"
|
|
44533
|
+
}
|
|
44534
|
+
},
|
|
43755
44535
|
"parameters": [
|
|
43756
44536
|
{
|
|
43757
|
-
"name": "
|
|
44537
|
+
"name": "index",
|
|
43758
44538
|
"type": {
|
|
43759
|
-
"text": "
|
|
44539
|
+
"text": "number"
|
|
43760
44540
|
}
|
|
43761
44541
|
}
|
|
43762
44542
|
]
|
|
43763
44543
|
},
|
|
43764
44544
|
{
|
|
43765
44545
|
"kind": "method",
|
|
43766
|
-
"name": "
|
|
43767
|
-
"privacy": "protected"
|
|
43768
|
-
},
|
|
43769
|
-
{
|
|
43770
|
-
"kind": "method",
|
|
43771
|
-
"name": "escape",
|
|
43772
|
-
"privacy": "protected"
|
|
43773
|
-
},
|
|
43774
|
-
{
|
|
43775
|
-
"kind": "method",
|
|
43776
|
-
"name": "enter",
|
|
43777
|
-
"privacy": "protected"
|
|
43778
|
-
},
|
|
43779
|
-
{
|
|
43780
|
-
"kind": "method",
|
|
43781
|
-
"name": "inputArrowDown",
|
|
44546
|
+
"name": "_select",
|
|
43782
44547
|
"privacy": "protected",
|
|
44548
|
+
"return": {
|
|
44549
|
+
"type": {
|
|
44550
|
+
"text": "void"
|
|
44551
|
+
}
|
|
44552
|
+
},
|
|
43783
44553
|
"parameters": [
|
|
43784
44554
|
{
|
|
43785
|
-
"name": "
|
|
44555
|
+
"name": "index",
|
|
43786
44556
|
"type": {
|
|
43787
|
-
"text": "
|
|
44557
|
+
"text": "number"
|
|
43788
44558
|
}
|
|
43789
44559
|
}
|
|
43790
44560
|
]
|
|
43791
44561
|
},
|
|
43792
44562
|
{
|
|
43793
|
-
"kind": "
|
|
43794
|
-
"name": "
|
|
43795
|
-
"privacy": "
|
|
43796
|
-
"parameters": [
|
|
43797
|
-
{
|
|
43798
|
-
"name": "container",
|
|
43799
|
-
"type": {
|
|
43800
|
-
"text": "IgcComboListComponent"
|
|
43801
|
-
}
|
|
43802
|
-
}
|
|
43803
|
-
]
|
|
44563
|
+
"kind": "field",
|
|
44564
|
+
"name": "_onSpace",
|
|
44565
|
+
"privacy": "private"
|
|
43804
44566
|
},
|
|
43805
44567
|
{
|
|
43806
|
-
"kind": "
|
|
43807
|
-
"name": "
|
|
43808
|
-
"privacy": "
|
|
44568
|
+
"kind": "field",
|
|
44569
|
+
"name": "_onEnter",
|
|
44570
|
+
"privacy": "private"
|
|
43809
44571
|
},
|
|
43810
44572
|
{
|
|
43811
|
-
"kind": "
|
|
43812
|
-
"name": "
|
|
43813
|
-
"privacy": "
|
|
43814
|
-
"parameters": [
|
|
43815
|
-
{
|
|
43816
|
-
"name": "container",
|
|
43817
|
-
"type": {
|
|
43818
|
-
"text": "IgcComboListComponent"
|
|
43819
|
-
}
|
|
43820
|
-
}
|
|
43821
|
-
]
|
|
44573
|
+
"kind": "field",
|
|
44574
|
+
"name": "_onTab",
|
|
44575
|
+
"privacy": "private"
|
|
43822
44576
|
},
|
|
43823
44577
|
{
|
|
43824
|
-
"kind": "
|
|
43825
|
-
"name": "
|
|
43826
|
-
"privacy": "
|
|
43827
|
-
"parameters": [
|
|
43828
|
-
{
|
|
43829
|
-
"name": "container",
|
|
43830
|
-
"type": {
|
|
43831
|
-
"text": "IgcComboListComponent"
|
|
43832
|
-
}
|
|
43833
|
-
}
|
|
43834
|
-
]
|
|
44578
|
+
"kind": "field",
|
|
44579
|
+
"name": "_onEscape",
|
|
44580
|
+
"privacy": "private"
|
|
43835
44581
|
},
|
|
43836
44582
|
{
|
|
43837
|
-
"kind": "
|
|
43838
|
-
"name": "
|
|
43839
|
-
"privacy": "
|
|
43840
|
-
"parameters": [
|
|
43841
|
-
{
|
|
43842
|
-
"name": "direction",
|
|
43843
|
-
"type": {
|
|
43844
|
-
"text": "DIRECTION"
|
|
43845
|
-
}
|
|
43846
|
-
}
|
|
43847
|
-
]
|
|
44583
|
+
"kind": "field",
|
|
44584
|
+
"name": "_onMainInputArrowDown",
|
|
44585
|
+
"privacy": "private"
|
|
43848
44586
|
},
|
|
43849
44587
|
{
|
|
43850
|
-
"kind": "
|
|
43851
|
-
"name": "
|
|
43852
|
-
"privacy": "
|
|
43853
|
-
"parameters": [
|
|
43854
|
-
{
|
|
43855
|
-
"name": "startIndex",
|
|
43856
|
-
"type": {
|
|
43857
|
-
"text": "number"
|
|
43858
|
-
}
|
|
43859
|
-
},
|
|
43860
|
-
{
|
|
43861
|
-
"name": "direction",
|
|
43862
|
-
"type": {
|
|
43863
|
-
"text": "number"
|
|
43864
|
-
}
|
|
43865
|
-
}
|
|
43866
|
-
]
|
|
44588
|
+
"kind": "field",
|
|
44589
|
+
"name": "_onSearchArrowDown",
|
|
44590
|
+
"privacy": "private"
|
|
43867
44591
|
},
|
|
43868
44592
|
{
|
|
43869
|
-
"kind": "
|
|
43870
|
-
"name": "
|
|
43871
|
-
"privacy": "
|
|
44593
|
+
"kind": "field",
|
|
44594
|
+
"name": "_onHome",
|
|
44595
|
+
"privacy": "private"
|
|
43872
44596
|
},
|
|
43873
44597
|
{
|
|
43874
|
-
"kind": "
|
|
43875
|
-
"name": "
|
|
43876
|
-
"privacy": "
|
|
44598
|
+
"kind": "field",
|
|
44599
|
+
"name": "_onEnd",
|
|
44600
|
+
"privacy": "private"
|
|
43877
44601
|
},
|
|
43878
44602
|
{
|
|
43879
|
-
"kind": "
|
|
43880
|
-
"name": "
|
|
43881
|
-
"privacy": "
|
|
43882
|
-
|
|
43883
|
-
|
|
43884
|
-
|
|
43885
|
-
|
|
43886
|
-
|
|
43887
|
-
}
|
|
43888
|
-
},
|
|
43889
|
-
{
|
|
43890
|
-
"name": "container",
|
|
43891
|
-
"type": {
|
|
43892
|
-
"text": "IgcComboListComponent"
|
|
43893
|
-
}
|
|
43894
|
-
}
|
|
43895
|
-
]
|
|
44603
|
+
"kind": "field",
|
|
44604
|
+
"name": "_onArrowUp",
|
|
44605
|
+
"privacy": "private"
|
|
44606
|
+
},
|
|
44607
|
+
{
|
|
44608
|
+
"kind": "field",
|
|
44609
|
+
"name": "_onArrowDown",
|
|
44610
|
+
"privacy": "private"
|
|
43896
44611
|
},
|
|
43897
44612
|
{
|
|
43898
44613
|
"kind": "method",
|
|
43899
|
-
"name": "
|
|
43900
|
-
"privacy": "
|
|
44614
|
+
"name": "_scrollToActive",
|
|
44615
|
+
"privacy": "private",
|
|
44616
|
+
"return": {
|
|
44617
|
+
"type": {
|
|
44618
|
+
"text": "void"
|
|
44619
|
+
}
|
|
44620
|
+
},
|
|
43901
44621
|
"parameters": [
|
|
43902
44622
|
{
|
|
43903
|
-
"name": "
|
|
44623
|
+
"name": "behavior",
|
|
44624
|
+
"optional": true,
|
|
43904
44625
|
"type": {
|
|
43905
|
-
"text": "
|
|
44626
|
+
"text": "ScrollBehavior"
|
|
43906
44627
|
}
|
|
43907
44628
|
}
|
|
43908
44629
|
]
|
|
43909
44630
|
},
|
|
43910
44631
|
{
|
|
43911
44632
|
"kind": "method",
|
|
43912
|
-
"name": "
|
|
43913
|
-
"privacy": "
|
|
44633
|
+
"name": "_getNearestItem",
|
|
44634
|
+
"privacy": "private",
|
|
44635
|
+
"return": {
|
|
44636
|
+
"type": {
|
|
44637
|
+
"text": "number"
|
|
44638
|
+
}
|
|
44639
|
+
},
|
|
43914
44640
|
"parameters": [
|
|
43915
44641
|
{
|
|
43916
|
-
"name": "
|
|
44642
|
+
"name": "start",
|
|
43917
44643
|
"type": {
|
|
43918
|
-
"text": "
|
|
44644
|
+
"text": "number"
|
|
43919
44645
|
}
|
|
43920
44646
|
},
|
|
43921
44647
|
{
|
|
43922
|
-
"name": "
|
|
44648
|
+
"name": "delta",
|
|
43923
44649
|
"type": {
|
|
43924
|
-
"text": "
|
|
44650
|
+
"text": "-1 | 1"
|
|
43925
44651
|
}
|
|
43926
44652
|
}
|
|
43927
44653
|
]
|
|
43928
44654
|
},
|
|
43929
44655
|
{
|
|
43930
44656
|
"kind": "method",
|
|
43931
|
-
"name": "
|
|
43932
|
-
"privacy": "
|
|
44657
|
+
"name": "_getNextItem",
|
|
44658
|
+
"privacy": "private",
|
|
44659
|
+
"return": {
|
|
44660
|
+
"type": {
|
|
44661
|
+
"text": "void"
|
|
44662
|
+
}
|
|
44663
|
+
},
|
|
43933
44664
|
"parameters": [
|
|
43934
44665
|
{
|
|
43935
|
-
"name": "
|
|
43936
|
-
"type": {
|
|
43937
|
-
"text": "KeyboardEvent"
|
|
43938
|
-
}
|
|
43939
|
-
},
|
|
43940
|
-
{
|
|
43941
|
-
"name": "container",
|
|
44666
|
+
"name": "delta",
|
|
43942
44667
|
"type": {
|
|
43943
|
-
"text": "
|
|
44668
|
+
"text": "-1 | 1"
|
|
43944
44669
|
}
|
|
43945
44670
|
}
|
|
43946
44671
|
]
|
|
43947
44672
|
},
|
|
43948
44673
|
{
|
|
43949
44674
|
"kind": "method",
|
|
43950
|
-
"name": "
|
|
44675
|
+
"name": "hostDisconnected",
|
|
43951
44676
|
"privacy": "public",
|
|
43952
|
-
"
|
|
43953
|
-
{
|
|
43954
|
-
"
|
|
43955
|
-
"type": {
|
|
43956
|
-
"text": "KeyboardEvent"
|
|
43957
|
-
}
|
|
43958
|
-
},
|
|
43959
|
-
{
|
|
43960
|
-
"name": "container",
|
|
43961
|
-
"type": {
|
|
43962
|
-
"text": "IgcComboListComponent"
|
|
43963
|
-
}
|
|
44677
|
+
"return": {
|
|
44678
|
+
"type": {
|
|
44679
|
+
"text": "void"
|
|
43964
44680
|
}
|
|
43965
|
-
|
|
44681
|
+
}
|
|
43966
44682
|
}
|
|
43967
44683
|
]
|
|
43968
44684
|
}
|
|
@@ -43970,9 +44686,9 @@
|
|
|
43970
44686
|
"exports": [
|
|
43971
44687
|
{
|
|
43972
44688
|
"kind": "js",
|
|
43973
|
-
"name": "
|
|
44689
|
+
"name": "ComboNavigationController",
|
|
43974
44690
|
"declaration": {
|
|
43975
|
-
"name": "
|
|
44691
|
+
"name": "ComboNavigationController",
|
|
43976
44692
|
"module": "src/components/combo/controllers/navigation.ts"
|
|
43977
44693
|
}
|
|
43978
44694
|
}
|
|
@@ -44253,7 +44969,7 @@
|
|
|
44253
44969
|
"type": {
|
|
44254
44970
|
"text": "Validator<IgcComboComponent>[]"
|
|
44255
44971
|
},
|
|
44256
|
-
"default": "[ { key: 'valueMissing',
|
|
44972
|
+
"default": "[ { key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: ({ required, value }) => required ? Array.isArray(value) && value.length > 0 : true, }, ]"
|
|
44257
44973
|
}
|
|
44258
44974
|
],
|
|
44259
44975
|
"exports": [
|
|
@@ -44382,6 +45098,10 @@
|
|
|
44382
45098
|
"description": "Renders a container after the list of options of the combo.",
|
|
44383
45099
|
"name": "footer"
|
|
44384
45100
|
},
|
|
45101
|
+
{
|
|
45102
|
+
"description": "Renders content when the combo dropdown list has no items/data.",
|
|
45103
|
+
"name": "empty"
|
|
45104
|
+
},
|
|
44385
45105
|
{
|
|
44386
45106
|
"description": "Renders content below the input of the combo.",
|
|
44387
45107
|
"name": "helper-text"
|
|
@@ -44438,12 +45158,36 @@
|
|
|
44438
45158
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
44439
45159
|
}
|
|
44440
45160
|
},
|
|
45161
|
+
{
|
|
45162
|
+
"kind": "field",
|
|
45163
|
+
"name": "_inputRef",
|
|
45164
|
+
"privacy": "private",
|
|
45165
|
+
"description": "The primary input of the combo component."
|
|
45166
|
+
},
|
|
45167
|
+
{
|
|
45168
|
+
"kind": "field",
|
|
45169
|
+
"name": "_searchRef",
|
|
45170
|
+
"privacy": "private",
|
|
45171
|
+
"description": "The search input of the combo component."
|
|
45172
|
+
},
|
|
45173
|
+
{
|
|
45174
|
+
"kind": "field",
|
|
45175
|
+
"name": "_listRef",
|
|
45176
|
+
"privacy": "private",
|
|
45177
|
+
"description": "The combo virtualized dropdown list."
|
|
45178
|
+
},
|
|
44441
45179
|
{
|
|
44442
45180
|
"kind": "field",
|
|
44443
45181
|
"name": "_rootClickController",
|
|
44444
45182
|
"privacy": "private",
|
|
44445
45183
|
"readonly": true
|
|
44446
45184
|
},
|
|
45185
|
+
{
|
|
45186
|
+
"kind": "field",
|
|
45187
|
+
"name": "_i18nController",
|
|
45188
|
+
"privacy": "private",
|
|
45189
|
+
"readonly": true
|
|
45190
|
+
},
|
|
44447
45191
|
{
|
|
44448
45192
|
"kind": "field",
|
|
44449
45193
|
"name": "_formValue",
|
|
@@ -44562,7 +45306,7 @@
|
|
|
44562
45306
|
"kind": "field",
|
|
44563
45307
|
"name": "_navigation",
|
|
44564
45308
|
"privacy": "protected",
|
|
44565
|
-
"default": "new
|
|
45309
|
+
"default": "new ComboNavigationController(this, this._state, { input: this._inputRef, search: this._searchRef, list: this._listRef, })"
|
|
44566
45310
|
},
|
|
44567
45311
|
{
|
|
44568
45312
|
"kind": "field",
|
|
@@ -44580,30 +45324,6 @@
|
|
|
44580
45324
|
},
|
|
44581
45325
|
"privacy": "protected"
|
|
44582
45326
|
},
|
|
44583
|
-
{
|
|
44584
|
-
"kind": "field",
|
|
44585
|
-
"name": "_searchInput",
|
|
44586
|
-
"type": {
|
|
44587
|
-
"text": "IgcInputComponent"
|
|
44588
|
-
},
|
|
44589
|
-
"privacy": "protected"
|
|
44590
|
-
},
|
|
44591
|
-
{
|
|
44592
|
-
"kind": "field",
|
|
44593
|
-
"name": "_input",
|
|
44594
|
-
"type": {
|
|
44595
|
-
"text": "IgcInputComponent"
|
|
44596
|
-
},
|
|
44597
|
-
"privacy": "private"
|
|
44598
|
-
},
|
|
44599
|
-
{
|
|
44600
|
-
"kind": "field",
|
|
44601
|
-
"name": "_list",
|
|
44602
|
-
"type": {
|
|
44603
|
-
"text": "IgcComboListComponent"
|
|
44604
|
-
},
|
|
44605
|
-
"privacy": "private"
|
|
44606
|
-
},
|
|
44607
45327
|
{
|
|
44608
45328
|
"kind": "field",
|
|
44609
45329
|
"name": "data",
|
|
@@ -44655,6 +45375,13 @@
|
|
|
44655
45375
|
"description": "Focuses the list of options when the menu opens.",
|
|
44656
45376
|
"attribute": "autofocus-list"
|
|
44657
45377
|
},
|
|
45378
|
+
{
|
|
45379
|
+
"kind": "field",
|
|
45380
|
+
"name": "locale",
|
|
45381
|
+
"privacy": "public",
|
|
45382
|
+
"description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
|
|
45383
|
+
"attribute": "locale"
|
|
45384
|
+
},
|
|
44658
45385
|
{
|
|
44659
45386
|
"kind": "field",
|
|
44660
45387
|
"name": "label",
|
|
@@ -44678,14 +45405,18 @@
|
|
|
44678
45405
|
{
|
|
44679
45406
|
"kind": "field",
|
|
44680
45407
|
"name": "placeholderSearch",
|
|
44681
|
-
"type": {
|
|
44682
|
-
"text": "string"
|
|
44683
|
-
},
|
|
44684
45408
|
"privacy": "public",
|
|
44685
|
-
"default": "'Search'",
|
|
44686
45409
|
"description": "The placeholder attribute of the search input.",
|
|
44687
45410
|
"attribute": "placeholder-search"
|
|
44688
45411
|
},
|
|
45412
|
+
{
|
|
45413
|
+
"kind": "field",
|
|
45414
|
+
"name": "_placeholderSearch",
|
|
45415
|
+
"type": {
|
|
45416
|
+
"text": "string | undefined"
|
|
45417
|
+
},
|
|
45418
|
+
"privacy": "private"
|
|
45419
|
+
},
|
|
44689
45420
|
{
|
|
44690
45421
|
"kind": "field",
|
|
44691
45422
|
"name": "open",
|
|
@@ -44698,6 +45429,19 @@
|
|
|
44698
45429
|
"attribute": "open",
|
|
44699
45430
|
"reflects": true
|
|
44700
45431
|
},
|
|
45432
|
+
{
|
|
45433
|
+
"kind": "field",
|
|
45434
|
+
"name": "resourceStrings",
|
|
45435
|
+
"privacy": "public",
|
|
45436
|
+
"description": "The resource strings for localization.",
|
|
45437
|
+
"type": {
|
|
45438
|
+
"text": "IValidationResourceStrings"
|
|
45439
|
+
},
|
|
45440
|
+
"inheritedFrom": {
|
|
45441
|
+
"name": "BaseFormAssociated",
|
|
45442
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
45443
|
+
}
|
|
45444
|
+
},
|
|
44701
45445
|
{
|
|
44702
45446
|
"kind": "field",
|
|
44703
45447
|
"name": "valueKey",
|
|
@@ -44776,6 +45520,17 @@
|
|
|
44776
45520
|
"text": "boolean"
|
|
44777
45521
|
}
|
|
44778
45522
|
},
|
|
45523
|
+
{
|
|
45524
|
+
"kind": "field",
|
|
45525
|
+
"name": "disableClear",
|
|
45526
|
+
"type": {
|
|
45527
|
+
"text": "boolean"
|
|
45528
|
+
},
|
|
45529
|
+
"privacy": "public",
|
|
45530
|
+
"default": "false",
|
|
45531
|
+
"description": "Hides the clear button.",
|
|
45532
|
+
"attribute": "disable-clear"
|
|
45533
|
+
},
|
|
44779
45534
|
{
|
|
44780
45535
|
"kind": "field",
|
|
44781
45536
|
"name": "itemTemplate",
|
|
@@ -45105,19 +45860,6 @@
|
|
|
45105
45860
|
},
|
|
45106
45861
|
"privacy": "protected"
|
|
45107
45862
|
},
|
|
45108
|
-
{
|
|
45109
|
-
"kind": "method",
|
|
45110
|
-
"name": "listKeydownHandler",
|
|
45111
|
-
"privacy": "protected",
|
|
45112
|
-
"parameters": [
|
|
45113
|
-
{
|
|
45114
|
-
"name": "event",
|
|
45115
|
-
"type": {
|
|
45116
|
-
"text": "KeyboardEvent"
|
|
45117
|
-
}
|
|
45118
|
-
}
|
|
45119
|
-
]
|
|
45120
|
-
},
|
|
45121
45863
|
{
|
|
45122
45864
|
"kind": "method",
|
|
45123
45865
|
"name": "itemClickHandler",
|
|
@@ -45175,32 +45917,6 @@
|
|
|
45175
45917
|
}
|
|
45176
45918
|
]
|
|
45177
45919
|
},
|
|
45178
|
-
{
|
|
45179
|
-
"kind": "method",
|
|
45180
|
-
"name": "handleMainInputKeydown",
|
|
45181
|
-
"privacy": "protected",
|
|
45182
|
-
"parameters": [
|
|
45183
|
-
{
|
|
45184
|
-
"name": "e",
|
|
45185
|
-
"type": {
|
|
45186
|
-
"text": "KeyboardEvent"
|
|
45187
|
-
}
|
|
45188
|
-
}
|
|
45189
|
-
]
|
|
45190
|
-
},
|
|
45191
|
-
{
|
|
45192
|
-
"kind": "method",
|
|
45193
|
-
"name": "handleSearchInputKeydown",
|
|
45194
|
-
"privacy": "protected",
|
|
45195
|
-
"parameters": [
|
|
45196
|
-
{
|
|
45197
|
-
"name": "e",
|
|
45198
|
-
"type": {
|
|
45199
|
-
"text": "KeyboardEvent"
|
|
45200
|
-
}
|
|
45201
|
-
}
|
|
45202
|
-
]
|
|
45203
|
-
},
|
|
45204
45920
|
{
|
|
45205
45921
|
"kind": "method",
|
|
45206
45922
|
"name": "toggleCaseSensitivity",
|
|
@@ -45325,6 +46041,16 @@
|
|
|
45325
46041
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
45326
46042
|
}
|
|
45327
46043
|
},
|
|
46044
|
+
{
|
|
46045
|
+
"kind": "field",
|
|
46046
|
+
"name": "__i18nController",
|
|
46047
|
+
"privacy": "private",
|
|
46048
|
+
"readonly": true,
|
|
46049
|
+
"inheritedFrom": {
|
|
46050
|
+
"name": "BaseFormAssociated",
|
|
46051
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
46052
|
+
}
|
|
46053
|
+
},
|
|
45328
46054
|
{
|
|
45329
46055
|
"kind": "field",
|
|
45330
46056
|
"name": "_isFormSubmit",
|
|
@@ -45937,6 +46663,12 @@
|
|
|
45937
46663
|
"fieldName": "autofocusList",
|
|
45938
46664
|
"attribute": "autofocus-list"
|
|
45939
46665
|
},
|
|
46666
|
+
{
|
|
46667
|
+
"name": "locale",
|
|
46668
|
+
"description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
|
|
46669
|
+
"fieldName": "locale",
|
|
46670
|
+
"attribute": "locale"
|
|
46671
|
+
},
|
|
45940
46672
|
{
|
|
45941
46673
|
"name": "label",
|
|
45942
46674
|
"type": {
|
|
@@ -45957,10 +46689,6 @@
|
|
|
45957
46689
|
},
|
|
45958
46690
|
{
|
|
45959
46691
|
"name": "placeholder-search",
|
|
45960
|
-
"type": {
|
|
45961
|
-
"text": "string"
|
|
45962
|
-
},
|
|
45963
|
-
"default": "'Search'",
|
|
45964
46692
|
"description": "The placeholder attribute of the search input.",
|
|
45965
46693
|
"fieldName": "placeholderSearch",
|
|
45966
46694
|
"attribute": "placeholder-search"
|
|
@@ -46046,6 +46774,16 @@
|
|
|
46046
46774
|
"text": "boolean"
|
|
46047
46775
|
}
|
|
46048
46776
|
},
|
|
46777
|
+
{
|
|
46778
|
+
"name": "disable-clear",
|
|
46779
|
+
"type": {
|
|
46780
|
+
"text": "boolean"
|
|
46781
|
+
},
|
|
46782
|
+
"default": "false",
|
|
46783
|
+
"description": "Hides the clear button.",
|
|
46784
|
+
"fieldName": "disableClear",
|
|
46785
|
+
"attribute": "disable-clear"
|
|
46786
|
+
},
|
|
46049
46787
|
{
|
|
46050
46788
|
"name": "value",
|
|
46051
46789
|
"description": "Returns the current selection as a list of comma separated values,\nrepresented by the value key, when provided.",
|
|
@@ -46150,7 +46888,7 @@
|
|
|
46150
46888
|
"type": {
|
|
46151
46889
|
"text": "Validator<IgcDatePickerComponent>[]"
|
|
46152
46890
|
},
|
|
46153
|
-
"default": "[ requiredValidator, minDateValidator, maxDateValidator, { key: 'badInput',
|
|
46891
|
+
"default": "[ requiredValidator, minDateValidator, maxDateValidator, { key: 'badInput', messageResourceKey: validationResourcesKeys.disabledDate, messageFormat: (message, { value }) => formatString(message, value), isValid: ({ value, disabledDates }) => value && disabledDates ? !isDateInRanges(value, disabledDates) : true, }, ]"
|
|
46154
46892
|
}
|
|
46155
46893
|
],
|
|
46156
46894
|
"exports": [
|
|
@@ -46484,6 +47222,12 @@
|
|
|
46484
47222
|
"privacy": "private",
|
|
46485
47223
|
"default": "null"
|
|
46486
47224
|
},
|
|
47225
|
+
{
|
|
47226
|
+
"kind": "field",
|
|
47227
|
+
"name": "_i18nController",
|
|
47228
|
+
"privacy": "private",
|
|
47229
|
+
"readonly": true
|
|
47230
|
+
},
|
|
46487
47231
|
{
|
|
46488
47232
|
"kind": "field",
|
|
46489
47233
|
"name": "_activeDate",
|
|
@@ -46842,17 +47586,6 @@
|
|
|
46842
47586
|
"text": "string"
|
|
46843
47587
|
}
|
|
46844
47588
|
},
|
|
46845
|
-
{
|
|
46846
|
-
"kind": "field",
|
|
46847
|
-
"name": "locale",
|
|
46848
|
-
"type": {
|
|
46849
|
-
"text": "string"
|
|
46850
|
-
},
|
|
46851
|
-
"privacy": "public",
|
|
46852
|
-
"default": "'en'",
|
|
46853
|
-
"description": "The locale settings used to display the value.",
|
|
46854
|
-
"attribute": "locale"
|
|
46855
|
-
},
|
|
46856
47589
|
{
|
|
46857
47590
|
"kind": "field",
|
|
46858
47591
|
"name": "prompt",
|
|
@@ -46864,15 +47597,25 @@
|
|
|
46864
47597
|
"description": "The prompt symbol to use for unfilled parts of the mask.",
|
|
46865
47598
|
"attribute": "prompt"
|
|
46866
47599
|
},
|
|
47600
|
+
{
|
|
47601
|
+
"kind": "field",
|
|
47602
|
+
"name": "locale",
|
|
47603
|
+
"privacy": "public",
|
|
47604
|
+
"description": "Gets/Sets the locale used for formatting the display value.",
|
|
47605
|
+
"attribute": "locale"
|
|
47606
|
+
},
|
|
46867
47607
|
{
|
|
46868
47608
|
"kind": "field",
|
|
46869
47609
|
"name": "resourceStrings",
|
|
47610
|
+
"privacy": "public",
|
|
47611
|
+
"description": "The resource strings for localization.",
|
|
46870
47612
|
"type": {
|
|
46871
|
-
"text": "
|
|
47613
|
+
"text": "IValidationResourceStrings"
|
|
46872
47614
|
},
|
|
46873
|
-
"
|
|
46874
|
-
|
|
46875
|
-
|
|
47615
|
+
"inheritedFrom": {
|
|
47616
|
+
"name": "BaseFormAssociated",
|
|
47617
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
47618
|
+
}
|
|
46876
47619
|
},
|
|
46877
47620
|
{
|
|
46878
47621
|
"kind": "field",
|
|
@@ -47384,6 +48127,16 @@
|
|
|
47384
48127
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
47385
48128
|
}
|
|
47386
48129
|
},
|
|
48130
|
+
{
|
|
48131
|
+
"kind": "field",
|
|
48132
|
+
"name": "__i18nController",
|
|
48133
|
+
"privacy": "private",
|
|
48134
|
+
"readonly": true,
|
|
48135
|
+
"inheritedFrom": {
|
|
48136
|
+
"name": "BaseFormAssociated",
|
|
48137
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
48138
|
+
}
|
|
48139
|
+
},
|
|
47387
48140
|
{
|
|
47388
48141
|
"kind": "field",
|
|
47389
48142
|
"name": "_isFormSubmit",
|
|
@@ -48372,16 +49125,6 @@
|
|
|
48372
49125
|
"text": "string"
|
|
48373
49126
|
}
|
|
48374
49127
|
},
|
|
48375
|
-
{
|
|
48376
|
-
"name": "locale",
|
|
48377
|
-
"type": {
|
|
48378
|
-
"text": "string"
|
|
48379
|
-
},
|
|
48380
|
-
"default": "'en'",
|
|
48381
|
-
"description": "The locale settings used to display the value.",
|
|
48382
|
-
"fieldName": "locale",
|
|
48383
|
-
"attribute": "locale"
|
|
48384
|
-
},
|
|
48385
49128
|
{
|
|
48386
49129
|
"name": "prompt",
|
|
48387
49130
|
"type": {
|
|
@@ -48392,6 +49135,12 @@
|
|
|
48392
49135
|
"fieldName": "prompt",
|
|
48393
49136
|
"attribute": "prompt"
|
|
48394
49137
|
},
|
|
49138
|
+
{
|
|
49139
|
+
"name": "locale",
|
|
49140
|
+
"description": "Gets/Sets the locale used for formatting the display value.",
|
|
49141
|
+
"fieldName": "locale",
|
|
49142
|
+
"attribute": "locale"
|
|
49143
|
+
},
|
|
48395
49144
|
{
|
|
48396
49145
|
"name": "active-date",
|
|
48397
49146
|
"description": "Gets/Sets the date which is shown in the calendar picker and is highlighted.\nBy default it is the current date.",
|
|
@@ -51553,6 +52302,16 @@
|
|
|
51553
52302
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
51554
52303
|
}
|
|
51555
52304
|
},
|
|
52305
|
+
{
|
|
52306
|
+
"kind": "field",
|
|
52307
|
+
"name": "__i18nController",
|
|
52308
|
+
"privacy": "private",
|
|
52309
|
+
"readonly": true,
|
|
52310
|
+
"inheritedFrom": {
|
|
52311
|
+
"name": "BaseFormAssociated",
|
|
52312
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
52313
|
+
}
|
|
52314
|
+
},
|
|
51556
52315
|
{
|
|
51557
52316
|
"kind": "field",
|
|
51558
52317
|
"name": "_isFormSubmit",
|
|
@@ -51772,6 +52531,19 @@
|
|
|
51772
52531
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
51773
52532
|
}
|
|
51774
52533
|
},
|
|
52534
|
+
{
|
|
52535
|
+
"kind": "field",
|
|
52536
|
+
"name": "resourceStrings",
|
|
52537
|
+
"privacy": "public",
|
|
52538
|
+
"description": "The resource strings for localization.",
|
|
52539
|
+
"type": {
|
|
52540
|
+
"text": "IValidationResourceStrings"
|
|
52541
|
+
},
|
|
52542
|
+
"inheritedFrom": {
|
|
52543
|
+
"name": "BaseFormAssociated",
|
|
52544
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
52545
|
+
}
|
|
52546
|
+
},
|
|
51775
52547
|
{
|
|
51776
52548
|
"kind": "method",
|
|
51777
52549
|
"name": "_handleInvalid",
|
|
@@ -53109,7 +53881,7 @@
|
|
|
53109
53881
|
"type": {
|
|
53110
53882
|
"text": "Validator<IgcMaskInputComponent>[]"
|
|
53111
53883
|
},
|
|
53112
|
-
"default": "[ requiredValidator, { key: 'badInput',
|
|
53884
|
+
"default": "[ requiredValidator, { key: 'badInput', messageResourceKey: validationResourcesKeys.mask, // @ts-expect-error - protected access isValid: ({ _parser, _maskedValue }) => _parser.isValidString(_maskedValue), }, ]"
|
|
53113
53885
|
}
|
|
53114
53886
|
],
|
|
53115
53887
|
"exports": [
|
|
@@ -53755,6 +54527,16 @@
|
|
|
53755
54527
|
"module": "src/components/input/input-base.ts"
|
|
53756
54528
|
}
|
|
53757
54529
|
},
|
|
54530
|
+
{
|
|
54531
|
+
"kind": "field",
|
|
54532
|
+
"name": "__i18nController",
|
|
54533
|
+
"privacy": "private",
|
|
54534
|
+
"readonly": true,
|
|
54535
|
+
"inheritedFrom": {
|
|
54536
|
+
"name": "IgcInputBaseComponent",
|
|
54537
|
+
"module": "src/components/input/input-base.ts"
|
|
54538
|
+
}
|
|
54539
|
+
},
|
|
53758
54540
|
{
|
|
53759
54541
|
"kind": "field",
|
|
53760
54542
|
"name": "_isFormSubmit",
|
|
@@ -53974,6 +54756,19 @@
|
|
|
53974
54756
|
"module": "src/components/input/input-base.ts"
|
|
53975
54757
|
}
|
|
53976
54758
|
},
|
|
54759
|
+
{
|
|
54760
|
+
"kind": "field",
|
|
54761
|
+
"name": "resourceStrings",
|
|
54762
|
+
"privacy": "public",
|
|
54763
|
+
"description": "The resource strings for localization.",
|
|
54764
|
+
"type": {
|
|
54765
|
+
"text": "IValidationResourceStrings"
|
|
54766
|
+
},
|
|
54767
|
+
"inheritedFrom": {
|
|
54768
|
+
"name": "IgcInputBaseComponent",
|
|
54769
|
+
"module": "src/components/input/input-base.ts"
|
|
54770
|
+
}
|
|
54771
|
+
},
|
|
53977
54772
|
{
|
|
53978
54773
|
"kind": "method",
|
|
53979
54774
|
"name": "_handleInvalid",
|
|
@@ -55299,7 +56094,7 @@
|
|
|
55299
56094
|
"type": {
|
|
55300
56095
|
"text": "Validator<IgcRadioComponent>[]"
|
|
55301
56096
|
},
|
|
55302
|
-
"default": "[ { key: 'valueMissing',
|
|
56097
|
+
"default": "[ { key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: (host) => { const { radios, checked } = getGroup(host); return radios.some((radio) => radio.required) ? checked.length > 0 : true; }, }, ]"
|
|
55303
56098
|
}
|
|
55304
56099
|
],
|
|
55305
56100
|
"exports": [
|
|
@@ -55819,6 +56614,16 @@
|
|
|
55819
56614
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
55820
56615
|
}
|
|
55821
56616
|
},
|
|
56617
|
+
{
|
|
56618
|
+
"kind": "field",
|
|
56619
|
+
"name": "__i18nController",
|
|
56620
|
+
"privacy": "private",
|
|
56621
|
+
"readonly": true,
|
|
56622
|
+
"inheritedFrom": {
|
|
56623
|
+
"name": "BaseFormAssociated",
|
|
56624
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
56625
|
+
}
|
|
56626
|
+
},
|
|
55822
56627
|
{
|
|
55823
56628
|
"kind": "field",
|
|
55824
56629
|
"name": "_isFormSubmit",
|
|
@@ -56038,6 +56843,19 @@
|
|
|
56038
56843
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
56039
56844
|
}
|
|
56040
56845
|
},
|
|
56846
|
+
{
|
|
56847
|
+
"kind": "field",
|
|
56848
|
+
"name": "resourceStrings",
|
|
56849
|
+
"privacy": "public",
|
|
56850
|
+
"description": "The resource strings for localization.",
|
|
56851
|
+
"type": {
|
|
56852
|
+
"text": "IValidationResourceStrings"
|
|
56853
|
+
},
|
|
56854
|
+
"inheritedFrom": {
|
|
56855
|
+
"name": "BaseFormAssociated",
|
|
56856
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
56857
|
+
}
|
|
56858
|
+
},
|
|
56041
56859
|
{
|
|
56042
56860
|
"kind": "method",
|
|
56043
56861
|
"name": "_handleInvalid",
|
|
@@ -57238,6 +58056,16 @@
|
|
|
57238
58056
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
57239
58057
|
}
|
|
57240
58058
|
},
|
|
58059
|
+
{
|
|
58060
|
+
"kind": "field",
|
|
58061
|
+
"name": "__i18nController",
|
|
58062
|
+
"privacy": "private",
|
|
58063
|
+
"readonly": true,
|
|
58064
|
+
"inheritedFrom": {
|
|
58065
|
+
"name": "BaseFormAssociated",
|
|
58066
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
58067
|
+
}
|
|
58068
|
+
},
|
|
57241
58069
|
{
|
|
57242
58070
|
"kind": "field",
|
|
57243
58071
|
"name": "_isFormSubmit",
|
|
@@ -57470,6 +58298,19 @@
|
|
|
57470
58298
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
57471
58299
|
}
|
|
57472
58300
|
},
|
|
58301
|
+
{
|
|
58302
|
+
"kind": "field",
|
|
58303
|
+
"name": "resourceStrings",
|
|
58304
|
+
"privacy": "public",
|
|
58305
|
+
"description": "The resource strings for localization.",
|
|
58306
|
+
"type": {
|
|
58307
|
+
"text": "IValidationResourceStrings"
|
|
58308
|
+
},
|
|
58309
|
+
"inheritedFrom": {
|
|
58310
|
+
"name": "BaseFormAssociated",
|
|
58311
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
58312
|
+
}
|
|
58313
|
+
},
|
|
57473
58314
|
{
|
|
57474
58315
|
"kind": "method",
|
|
57475
58316
|
"name": "_handleInvalid",
|
|
@@ -61281,6 +62122,16 @@
|
|
|
61281
62122
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
61282
62123
|
}
|
|
61283
62124
|
},
|
|
62125
|
+
{
|
|
62126
|
+
"kind": "field",
|
|
62127
|
+
"name": "__i18nController",
|
|
62128
|
+
"privacy": "private",
|
|
62129
|
+
"readonly": true,
|
|
62130
|
+
"inheritedFrom": {
|
|
62131
|
+
"name": "BaseFormAssociated",
|
|
62132
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
62133
|
+
}
|
|
62134
|
+
},
|
|
61284
62135
|
{
|
|
61285
62136
|
"kind": "field",
|
|
61286
62137
|
"name": "_isFormSubmit",
|
|
@@ -61513,6 +62364,19 @@
|
|
|
61513
62364
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
61514
62365
|
}
|
|
61515
62366
|
},
|
|
62367
|
+
{
|
|
62368
|
+
"kind": "field",
|
|
62369
|
+
"name": "resourceStrings",
|
|
62370
|
+
"privacy": "public",
|
|
62371
|
+
"description": "The resource strings for localization.",
|
|
62372
|
+
"type": {
|
|
62373
|
+
"text": "IValidationResourceStrings"
|
|
62374
|
+
},
|
|
62375
|
+
"inheritedFrom": {
|
|
62376
|
+
"name": "BaseFormAssociated",
|
|
62377
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
62378
|
+
}
|
|
62379
|
+
},
|
|
61516
62380
|
{
|
|
61517
62381
|
"kind": "method",
|
|
61518
62382
|
"name": "_handleInvalid",
|
|
@@ -64037,6 +64901,16 @@
|
|
|
64037
64901
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
64038
64902
|
}
|
|
64039
64903
|
},
|
|
64904
|
+
{
|
|
64905
|
+
"kind": "field",
|
|
64906
|
+
"name": "__i18nController",
|
|
64907
|
+
"privacy": "private",
|
|
64908
|
+
"readonly": true,
|
|
64909
|
+
"inheritedFrom": {
|
|
64910
|
+
"name": "IgcCheckboxBaseComponent",
|
|
64911
|
+
"module": "src/components/checkbox/checkbox-base.ts"
|
|
64912
|
+
}
|
|
64913
|
+
},
|
|
64040
64914
|
{
|
|
64041
64915
|
"kind": "field",
|
|
64042
64916
|
"name": "_formValue",
|
|
@@ -64282,6 +65156,19 @@
|
|
|
64282
65156
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
64283
65157
|
}
|
|
64284
65158
|
},
|
|
65159
|
+
{
|
|
65160
|
+
"kind": "field",
|
|
65161
|
+
"name": "resourceStrings",
|
|
65162
|
+
"privacy": "public",
|
|
65163
|
+
"description": "The resource strings for localization.",
|
|
65164
|
+
"type": {
|
|
65165
|
+
"text": "IValidationResourceStrings"
|
|
65166
|
+
},
|
|
65167
|
+
"inheritedFrom": {
|
|
65168
|
+
"name": "IgcCheckboxBaseComponent",
|
|
65169
|
+
"module": "src/components/checkbox/checkbox-base.ts"
|
|
65170
|
+
}
|
|
65171
|
+
},
|
|
64285
65172
|
{
|
|
64286
65173
|
"kind": "method",
|
|
64287
65174
|
"name": "_handleInvalid",
|
|
@@ -68885,7 +69772,7 @@
|
|
|
68885
69772
|
"name": "IgcCalendarResourceStringEN",
|
|
68886
69773
|
"declaration": {
|
|
68887
69774
|
"name": "IgcCalendarResourceStringEN",
|
|
68888
|
-
"module": "./components/common/i18n/calendar.resources.js"
|
|
69775
|
+
"module": "./components/common/i18n/EN/calendar.resources.js"
|
|
68889
69776
|
}
|
|
68890
69777
|
},
|
|
68891
69778
|
{
|
|
@@ -68893,7 +69780,7 @@
|
|
|
68893
69780
|
"name": "IgcCalendarResourceStrings",
|
|
68894
69781
|
"declaration": {
|
|
68895
69782
|
"name": "IgcCalendarResourceStrings",
|
|
68896
|
-
"module": "./components/common/i18n/calendar.resources.js"
|
|
69783
|
+
"module": "./components/common/i18n/EN/calendar.resources.js"
|
|
68897
69784
|
}
|
|
68898
69785
|
},
|
|
68899
69786
|
{
|
|
@@ -68901,7 +69788,7 @@
|
|
|
68901
69788
|
"name": "IgcChatResourceStringEN",
|
|
68902
69789
|
"declaration": {
|
|
68903
69790
|
"name": "IgcChatResourceStringEN",
|
|
68904
|
-
"module": "./components/common/i18n/chat.resources.js"
|
|
69791
|
+
"module": "./components/common/i18n/EN/chat.resources.js"
|
|
68905
69792
|
}
|
|
68906
69793
|
},
|
|
68907
69794
|
{
|
|
@@ -68909,7 +69796,135 @@
|
|
|
68909
69796
|
"name": "IgcChatResourceStrings",
|
|
68910
69797
|
"declaration": {
|
|
68911
69798
|
"name": "IgcChatResourceStrings",
|
|
68912
|
-
"module": "./components/common/i18n/chat.resources.js"
|
|
69799
|
+
"module": "./components/common/i18n/EN/chat.resources.js"
|
|
69800
|
+
}
|
|
69801
|
+
},
|
|
69802
|
+
{
|
|
69803
|
+
"kind": "js",
|
|
69804
|
+
"name": "ICalendarResourceStrings",
|
|
69805
|
+
"declaration": {
|
|
69806
|
+
"name": "ICalendarResourceStrings",
|
|
69807
|
+
"package": "igniteui-i18n-core"
|
|
69808
|
+
}
|
|
69809
|
+
},
|
|
69810
|
+
{
|
|
69811
|
+
"kind": "js",
|
|
69812
|
+
"name": "ICarouselResourceStrings",
|
|
69813
|
+
"declaration": {
|
|
69814
|
+
"name": "ICarouselResourceStrings",
|
|
69815
|
+
"package": "igniteui-i18n-core"
|
|
69816
|
+
}
|
|
69817
|
+
},
|
|
69818
|
+
{
|
|
69819
|
+
"kind": "js",
|
|
69820
|
+
"name": "IComboResourceStrings",
|
|
69821
|
+
"declaration": {
|
|
69822
|
+
"name": "IComboResourceStrings",
|
|
69823
|
+
"package": "igniteui-i18n-core"
|
|
69824
|
+
}
|
|
69825
|
+
},
|
|
69826
|
+
{
|
|
69827
|
+
"kind": "js",
|
|
69828
|
+
"name": "IChipResourceStrings",
|
|
69829
|
+
"declaration": {
|
|
69830
|
+
"name": "IChipResourceStrings",
|
|
69831
|
+
"package": "igniteui-i18n-core"
|
|
69832
|
+
}
|
|
69833
|
+
},
|
|
69834
|
+
{
|
|
69835
|
+
"kind": "js",
|
|
69836
|
+
"name": "IDateRangePickerResourceStrings",
|
|
69837
|
+
"declaration": {
|
|
69838
|
+
"name": "IDateRangePickerResourceStrings",
|
|
69839
|
+
"package": "igniteui-i18n-core"
|
|
69840
|
+
}
|
|
69841
|
+
},
|
|
69842
|
+
{
|
|
69843
|
+
"kind": "js",
|
|
69844
|
+
"name": "IValidationResourceStrings",
|
|
69845
|
+
"declaration": {
|
|
69846
|
+
"name": "IValidationResourceStrings",
|
|
69847
|
+
"package": "igniteui-i18n-core"
|
|
69848
|
+
}
|
|
69849
|
+
},
|
|
69850
|
+
{
|
|
69851
|
+
"kind": "js",
|
|
69852
|
+
"name": "CalendarResourceStringsEN",
|
|
69853
|
+
"declaration": {
|
|
69854
|
+
"name": "CalendarResourceStringsEN",
|
|
69855
|
+
"package": "igniteui-i18n-core"
|
|
69856
|
+
}
|
|
69857
|
+
},
|
|
69858
|
+
{
|
|
69859
|
+
"kind": "js",
|
|
69860
|
+
"name": "CarouselResourceStringsEN",
|
|
69861
|
+
"declaration": {
|
|
69862
|
+
"name": "CarouselResourceStringsEN",
|
|
69863
|
+
"package": "igniteui-i18n-core"
|
|
69864
|
+
}
|
|
69865
|
+
},
|
|
69866
|
+
{
|
|
69867
|
+
"kind": "js",
|
|
69868
|
+
"name": "ComboResourceStringsEN",
|
|
69869
|
+
"declaration": {
|
|
69870
|
+
"name": "ComboResourceStringsEN",
|
|
69871
|
+
"package": "igniteui-i18n-core"
|
|
69872
|
+
}
|
|
69873
|
+
},
|
|
69874
|
+
{
|
|
69875
|
+
"kind": "js",
|
|
69876
|
+
"name": "ChipResourceStringsEN",
|
|
69877
|
+
"declaration": {
|
|
69878
|
+
"name": "ChipResourceStringsEN",
|
|
69879
|
+
"package": "igniteui-i18n-core"
|
|
69880
|
+
}
|
|
69881
|
+
},
|
|
69882
|
+
{
|
|
69883
|
+
"kind": "js",
|
|
69884
|
+
"name": "DateRangePickerResourceStringsEN",
|
|
69885
|
+
"declaration": {
|
|
69886
|
+
"name": "DateRangePickerResourceStringsEN",
|
|
69887
|
+
"package": "igniteui-i18n-core"
|
|
69888
|
+
}
|
|
69889
|
+
},
|
|
69890
|
+
{
|
|
69891
|
+
"kind": "js",
|
|
69892
|
+
"name": "ValidationResourceStringsEN",
|
|
69893
|
+
"declaration": {
|
|
69894
|
+
"name": "ValidationResourceStringsEN",
|
|
69895
|
+
"package": "igniteui-i18n-core"
|
|
69896
|
+
}
|
|
69897
|
+
},
|
|
69898
|
+
{
|
|
69899
|
+
"kind": "js",
|
|
69900
|
+
"name": "registerI18n",
|
|
69901
|
+
"declaration": {
|
|
69902
|
+
"name": "registerI18n",
|
|
69903
|
+
"package": "igniteui-i18n-core"
|
|
69904
|
+
}
|
|
69905
|
+
},
|
|
69906
|
+
{
|
|
69907
|
+
"kind": "js",
|
|
69908
|
+
"name": "setCurrentI18n",
|
|
69909
|
+
"declaration": {
|
|
69910
|
+
"name": "setCurrentI18n",
|
|
69911
|
+
"package": "igniteui-i18n-core"
|
|
69912
|
+
}
|
|
69913
|
+
},
|
|
69914
|
+
{
|
|
69915
|
+
"kind": "js",
|
|
69916
|
+
"name": "getCurrentI18n",
|
|
69917
|
+
"declaration": {
|
|
69918
|
+
"name": "getCurrentI18n",
|
|
69919
|
+
"package": "igniteui-i18n-core"
|
|
69920
|
+
}
|
|
69921
|
+
},
|
|
69922
|
+
{
|
|
69923
|
+
"kind": "js",
|
|
69924
|
+
"name": "getCurrentResourceStrings",
|
|
69925
|
+
"declaration": {
|
|
69926
|
+
"name": "getCurrentResourceStrings",
|
|
69927
|
+
"package": "igniteui-i18n-core"
|
|
68913
69928
|
}
|
|
68914
69929
|
},
|
|
68915
69930
|
{
|