@carbon/ai-chat-components 1.0.0 → 1.1.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/custom-elements.json +873 -684
- package/es/components/audio-player/src/providers/native-audio-provider.js.map +1 -1
- package/es/components/card/src/card-footer.scss.js +1 -1
- package/es/components/card/src/card-steps.scss.js +1 -1
- package/es/components/card/src/card.scss.js +1 -1
- package/es/components/carousel/index.d.ts +9 -0
- package/es/components/carousel/index.js +9 -0
- package/es/components/carousel/index.js.map +1 -0
- package/es/components/carousel/src/carousel.d.ts +39 -0
- package/es/components/carousel/src/carousel.js +130 -0
- package/es/components/carousel/src/carousel.js.map +1 -0
- package/es/components/carousel/src/carousel.scss.js +13 -0
- package/es/components/carousel/src/carousel.scss.js.map +1 -0
- package/es/components/chat-button/src/chat-button.js +9 -4
- package/es/components/chat-button/src/chat-button.js.map +1 -1
- package/es/components/chat-button/src/chat-button.scss.js +1 -1
- package/es/components/chat-history/src/history-panel-item-input.d.ts +0 -705
- package/es/components/chat-history/src/history-panel-item.d.ts +0 -699
- package/es/components/chat-history/src/history-search-item.d.ts +0 -699
- package/es/components/chat-shell/src/shell.scss.js +1 -1
- package/es/components/chat-shell/src/slot-observer.js +3 -3
- package/es/components/chat-shell/src/slot-observer.js.map +1 -1
- package/es/components/code-snippet/src/code-snippet.d.ts +0 -353
- package/es/components/markdown/src/markdown.js +1 -1
- package/es/components/markdown/src/markdown.js.map +1 -1
- package/es/components/reasoning-steps/src/reasoning-step.scss.js +1 -1
- package/es/components/shared/media-utils/script-loader.js +3 -2
- package/es/components/shared/media-utils/script-loader.js.map +1 -1
- package/es/components/toolbar/src/toolbar.d.ts +5 -0
- package/es/components/toolbar/src/toolbar.js +38 -0
- package/es/components/toolbar/src/toolbar.js.map +1 -1
- package/es/components/video-player/src/providers/native-video-provider.js +2 -1
- package/es/components/video-player/src/providers/native-video-provider.js.map +1 -1
- package/es-custom/components/audio-player/src/audio-player.d.ts +5 -5
- package/es-custom/components/audio-player/src/audio-player.js +9 -9
- package/es-custom/components/audio-player/src/audio-player.scss.js +1 -1
- package/es-custom/components/audio-player/src/providers/native-audio-provider.js.map +1 -1
- package/es-custom/components/audio-player/src/transcript.d.ts +2 -2
- package/es-custom/components/audio-player/src/transcript.js +5 -5
- package/es-custom/components/audio-player/src/transcript.scss.js +1 -1
- package/es-custom/components/card/src/card-footer.d.ts +1 -1
- package/es-custom/components/card/src/card-footer.js +2 -2
- package/es-custom/components/card/src/card-footer.scss.js +1 -1
- package/es-custom/components/card/src/card-steps.d.ts +1 -1
- package/es-custom/components/card/src/card-steps.js +1 -1
- package/es-custom/components/card/src/card-steps.scss.js +1 -1
- package/es-custom/components/card/src/card.d.ts +1 -1
- package/es-custom/components/card/src/card.js +1 -1
- package/es-custom/components/card/src/card.scss.js +1 -1
- package/es-custom/components/carousel/index.d.ts +9 -0
- package/es-custom/components/carousel/index.js +9 -0
- package/es-custom/components/carousel/index.js.map +1 -0
- package/es-custom/components/carousel/src/carousel.d.ts +39 -0
- package/es-custom/components/carousel/src/carousel.js +130 -0
- package/es-custom/components/carousel/src/carousel.js.map +1 -0
- package/es-custom/components/carousel/src/carousel.scss.js +13 -0
- package/es-custom/components/carousel/src/carousel.scss.js.map +1 -0
- package/es-custom/components/chain-of-thought/src/chain-of-thought-step.d.ts +2 -2
- package/es-custom/components/chain-of-thought/src/chain-of-thought-step.js +2 -2
- package/es-custom/components/chain-of-thought/src/chain-of-thought-step.scss.js +1 -1
- package/es-custom/components/chain-of-thought/src/chain-of-thought-toggle.d.ts +2 -2
- package/es-custom/components/chain-of-thought/src/chain-of-thought-toggle.js +1 -1
- package/es-custom/components/chain-of-thought/src/chain-of-thought-toggle.scss.js +1 -1
- package/es-custom/components/chain-of-thought/src/chain-of-thought.d.ts +2 -2
- package/es-custom/components/chain-of-thought/src/chain-of-thought.js +1 -1
- package/es-custom/components/chain-of-thought/src/chain-of-thought.scss.js +1 -1
- package/es-custom/components/chain-of-thought/src/tool-call-data.d.ts +2 -2
- package/es-custom/components/chain-of-thought/src/tool-call-data.js +1 -1
- package/es-custom/components/chain-of-thought/src/tool-call-data.scss.js +1 -1
- package/es-custom/components/chat-button/src/chat-button.d.ts +2 -2
- package/es-custom/components/chat-button/src/chat-button.js +10 -5
- package/es-custom/components/chat-button/src/chat-button.js.map +1 -1
- package/es-custom/components/chat-button/src/chat-button.scss.js +1 -1
- package/es-custom/components/chat-history/src/chat-history.scss.js +1 -1
- package/es-custom/components/chat-history/src/history-content.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-content.js +1 -1
- package/es-custom/components/chat-history/src/history-delete-panel.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-delete-panel.js +6 -6
- package/es-custom/components/chat-history/src/history-header.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-header.js +1 -1
- package/es-custom/components/chat-history/src/history-loading.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-loading.js +1 -1
- package/es-custom/components/chat-history/src/history-panel-item-input.d.ts +1 -706
- package/es-custom/components/chat-history/src/history-panel-item-input.js +1 -1
- package/es-custom/components/chat-history/src/history-panel-item.d.ts +1 -700
- package/es-custom/components/chat-history/src/history-panel-item.js +3 -3
- package/es-custom/components/chat-history/src/history-panel-items.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-panel-items.js +1 -1
- package/es-custom/components/chat-history/src/history-panel-menu.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-panel-menu.js +1 -1
- package/es-custom/components/chat-history/src/history-panel.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-panel.js +1 -1
- package/es-custom/components/chat-history/src/history-search-item.d.ts +1 -700
- package/es-custom/components/chat-history/src/history-search-item.js +1 -1
- package/es-custom/components/chat-history/src/history-shell.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-shell.js +1 -1
- package/es-custom/components/chat-history/src/history-toolbar.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-toolbar.js +1 -1
- package/es-custom/components/chat-shell/src/chat-header.d.ts +2 -2
- package/es-custom/components/chat-shell/src/chat-header.js +6 -6
- package/es-custom/components/chat-shell/src/chat-header.scss.js +1 -1
- package/es-custom/components/chat-shell/src/panel-manager.js +2 -2
- package/es-custom/components/chat-shell/src/shell.js +4 -4
- package/es-custom/components/chat-shell/src/shell.scss.js +1 -1
- package/es-custom/components/chat-shell/src/slot-observer.js +3 -3
- package/es-custom/components/chat-shell/src/slot-observer.js.map +1 -1
- package/es-custom/components/chat-shell/src/workspace-manager.d.ts +1 -1
- package/es-custom/components/chat-shell/src/workspace-manager.js +1 -1
- package/es-custom/components/code-snippet/src/code-snippet.d.ts +2 -355
- package/es-custom/components/code-snippet/src/code-snippet.js +3 -3
- package/es-custom/components/code-snippet/src/code-snippet.scss.js +1 -1
- package/es-custom/components/feedback/src/feedback-buttons.d.ts +2 -2
- package/es-custom/components/feedback/src/feedback-buttons.js +1 -1
- package/es-custom/components/feedback/src/feedback-buttons.scss.js +1 -1
- package/es-custom/components/feedback/src/feedback.d.ts +2 -2
- package/es-custom/components/feedback/src/feedback.js +3 -3
- package/es-custom/components/feedback/src/feedback.scss.js +1 -1
- package/es-custom/components/markdown/src/markdown-renderer.js +7 -7
- package/es-custom/components/markdown/src/markdown.d.ts +2 -2
- package/es-custom/components/markdown/src/markdown.js +3 -3
- package/es-custom/components/markdown/src/markdown.js.map +1 -1
- package/es-custom/components/markdown/src/markdown.scss.js +1 -1
- package/es-custom/components/markdown/src/markdown.template.js +1 -1
- package/es-custom/components/markdown/src/utils/table-helpers.d.ts +1 -1
- package/es-custom/components/markdown/src/utils/table-helpers.js +1 -1
- package/es-custom/components/processing/src/processing.d.ts +2 -2
- package/es-custom/components/processing/src/processing.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-step.d.ts +2 -2
- package/es-custom/components/reasoning-steps/src/reasoning-step.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-step.scss.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-steps-toggle.d.ts +2 -2
- package/es-custom/components/reasoning-steps/src/reasoning-steps-toggle.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-steps-toggle.scss.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-steps.d.ts +2 -2
- package/es-custom/components/reasoning-steps/src/reasoning-steps.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-steps.scss.js +1 -1
- package/es-custom/components/shared/media-utils/script-loader.js +3 -2
- package/es-custom/components/shared/media-utils/script-loader.js.map +1 -1
- package/es-custom/components/table/src/table.d.ts +2 -2
- package/es-custom/components/table/src/table.js +1 -1
- package/es-custom/components/toolbar/src/toolbar.d.ts +6 -1
- package/es-custom/components/toolbar/src/toolbar.js +41 -3
- package/es-custom/components/toolbar/src/toolbar.js.map +1 -1
- package/es-custom/components/toolbar/src/toolbar.scss.js +1 -1
- package/es-custom/components/truncated-text/src/truncated-text.d.ts +3 -3
- package/es-custom/components/truncated-text/src/truncated-text.js +2 -2
- package/es-custom/components/truncated-text/src/truncated-text.scss.js +1 -1
- package/es-custom/components/video-player/src/providers/native-video-provider.js +2 -1
- package/es-custom/components/video-player/src/providers/native-video-provider.js.map +1 -1
- package/es-custom/components/video-player/src/video-player.d.ts +5 -5
- package/es-custom/components/video-player/src/video-player.js +9 -9
- package/es-custom/components/video-player/src/video-player.scss.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-body.d.ts +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-body.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-footer.d.ts +2 -2
- package/es-custom/components/workspace-shell/src/workspace-shell-footer.js +2 -2
- package/es-custom/components/workspace-shell/src/workspace-shell-footer.scss.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-header.d.ts +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-header.js +5 -5
- package/es-custom/components/workspace-shell/src/workspace-shell-header.scss.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell.d.ts +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell.scss.js +1 -1
- package/es-custom/globals/settings.d.ts +1 -1
- package/es-custom/globals/settings.js +1 -1
- package/es-custom/react/audio-player.js +5 -5
- package/es-custom/react/card.js +4 -4
- package/es-custom/react/chain-of-thought-step.js +1 -1
- package/es-custom/react/chain-of-thought-toggle.js +1 -1
- package/es-custom/react/chain-of-thought.js +1 -1
- package/es-custom/react/chat-button.js +1 -1
- package/es-custom/react/chat-header.js +1 -1
- package/es-custom/react/chat-shell.js +1 -1
- package/es-custom/react/code-snippet.js +1 -1
- package/es-custom/react/feedback-buttons.js +1 -1
- package/es-custom/react/feedback.js +1 -1
- package/es-custom/react/history/history-content.js +1 -1
- package/es-custom/react/history/history-delete-panel.js +1 -1
- package/es-custom/react/history/history-header.js +1 -1
- package/es-custom/react/history/history-loading.js +1 -1
- package/es-custom/react/history/history-panel-item-input.js +1 -1
- package/es-custom/react/history/history-panel-item.js +1 -1
- package/es-custom/react/history/history-panel-items.js +1 -1
- package/es-custom/react/history/history-panel-menu.js +1 -1
- package/es-custom/react/history/history-panel.js +1 -1
- package/es-custom/react/history/history-search-item.js +1 -1
- package/es-custom/react/history/history-shell.js +1 -1
- package/es-custom/react/history/history-toolbar.js +1 -1
- package/es-custom/react/markdown.js +1 -1
- package/es-custom/react/panel.js +1 -1
- package/es-custom/react/processing.js +1 -1
- package/es-custom/react/reasoning-step.js +1 -1
- package/es-custom/react/reasoning-steps-toggle.js +1 -1
- package/es-custom/react/reasoning-steps.js +1 -1
- package/es-custom/react/tool-call-data.js +1 -1
- package/es-custom/react/toolbar.js +1 -1
- package/es-custom/react/transcript.js +2 -2
- package/es-custom/react/video-player.js +5 -5
- package/es-custom/react/workspace-shell.js +5 -5
- package/package.json +10 -9
- package/scss/_utilities.scss +1 -0
package/custom-elements.json
CHANGED
|
@@ -2,30 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "src/globals/settings.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "variable",
|
|
11
|
-
"name": "prefix",
|
|
12
|
-
"type": {
|
|
13
|
-
"text": "string"
|
|
14
|
-
},
|
|
15
|
-
"default": "\"cds-aichat\""
|
|
16
|
-
}
|
|
17
|
-
],
|
|
18
|
-
"exports": [
|
|
19
|
-
{
|
|
20
|
-
"kind": "js",
|
|
21
|
-
"name": "default",
|
|
22
|
-
"declaration": {
|
|
23
|
-
"name": "prefix",
|
|
24
|
-
"module": "src/globals/settings.ts"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
]
|
|
28
|
-
},
|
|
29
5
|
{
|
|
30
6
|
"kind": "javascript-module",
|
|
31
7
|
"path": "src/react/audio-player.ts",
|
|
@@ -602,6 +578,30 @@
|
|
|
602
578
|
}
|
|
603
579
|
]
|
|
604
580
|
},
|
|
581
|
+
{
|
|
582
|
+
"kind": "javascript-module",
|
|
583
|
+
"path": "src/globals/settings.ts",
|
|
584
|
+
"declarations": [
|
|
585
|
+
{
|
|
586
|
+
"kind": "variable",
|
|
587
|
+
"name": "prefix",
|
|
588
|
+
"type": {
|
|
589
|
+
"text": "string"
|
|
590
|
+
},
|
|
591
|
+
"default": "\"cds-aichat\""
|
|
592
|
+
}
|
|
593
|
+
],
|
|
594
|
+
"exports": [
|
|
595
|
+
{
|
|
596
|
+
"kind": "js",
|
|
597
|
+
"name": "default",
|
|
598
|
+
"declaration": {
|
|
599
|
+
"name": "prefix",
|
|
600
|
+
"module": "src/globals/settings.ts"
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
]
|
|
604
|
+
},
|
|
605
605
|
{
|
|
606
606
|
"kind": "javascript-module",
|
|
607
607
|
"path": "src/testing/PageObjectId.ts",
|
|
@@ -685,6 +685,12 @@
|
|
|
685
685
|
"declarations": [],
|
|
686
686
|
"exports": []
|
|
687
687
|
},
|
|
688
|
+
{
|
|
689
|
+
"kind": "javascript-module",
|
|
690
|
+
"path": "src/components/carousel/index.ts",
|
|
691
|
+
"declarations": [],
|
|
692
|
+
"exports": []
|
|
693
|
+
},
|
|
688
694
|
{
|
|
689
695
|
"kind": "javascript-module",
|
|
690
696
|
"path": "src/components/chain-of-thought/defs.ts",
|
|
@@ -1024,345 +1030,197 @@
|
|
|
1024
1030
|
},
|
|
1025
1031
|
{
|
|
1026
1032
|
"kind": "javascript-module",
|
|
1027
|
-
"path": "src/
|
|
1033
|
+
"path": "src/react/__tests__/jest.setup.ts",
|
|
1034
|
+
"declarations": [],
|
|
1035
|
+
"exports": []
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"kind": "javascript-module",
|
|
1039
|
+
"path": "src/react/history/history-content.ts",
|
|
1028
1040
|
"declarations": [
|
|
1029
1041
|
{
|
|
1030
|
-
"kind": "
|
|
1031
|
-
"name": "
|
|
1032
|
-
"parameters": [
|
|
1033
|
-
{
|
|
1034
|
-
"name": "tagName",
|
|
1035
|
-
"type": {
|
|
1036
|
-
"text": "string"
|
|
1037
|
-
},
|
|
1038
|
-
"description": "The tag name of the custom element to define."
|
|
1039
|
-
}
|
|
1040
|
-
],
|
|
1041
|
-
"description": "Class decorator factory that defines the decorated class as a custom element.\n\n```js"
|
|
1042
|
+
"kind": "variable",
|
|
1043
|
+
"name": "HistoryContent"
|
|
1042
1044
|
}
|
|
1043
1045
|
],
|
|
1044
1046
|
"exports": [
|
|
1045
1047
|
{
|
|
1046
|
-
"kind": "
|
|
1047
|
-
"name": "
|
|
1048
|
+
"kind": "js",
|
|
1049
|
+
"name": "default",
|
|
1048
1050
|
"declaration": {
|
|
1049
|
-
"name": "
|
|
1050
|
-
"module": "src/
|
|
1051
|
+
"name": "HistoryContent",
|
|
1052
|
+
"module": "src/react/history/history-content.ts"
|
|
1051
1053
|
}
|
|
1052
|
-
}
|
|
1054
|
+
}
|
|
1055
|
+
]
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"kind": "javascript-module",
|
|
1059
|
+
"path": "src/react/history/history-delete-panel.ts",
|
|
1060
|
+
"declarations": [
|
|
1053
1061
|
{
|
|
1054
|
-
"kind": "
|
|
1055
|
-
"name": "
|
|
1062
|
+
"kind": "variable",
|
|
1063
|
+
"name": "HistoryDeletePanel"
|
|
1064
|
+
}
|
|
1065
|
+
],
|
|
1066
|
+
"exports": [
|
|
1067
|
+
{
|
|
1068
|
+
"kind": "js",
|
|
1069
|
+
"name": "default",
|
|
1056
1070
|
"declaration": {
|
|
1057
|
-
"name": "
|
|
1058
|
-
"module": "src/
|
|
1071
|
+
"name": "HistoryDeletePanel",
|
|
1072
|
+
"module": "src/react/history/history-delete-panel.ts"
|
|
1059
1073
|
}
|
|
1060
|
-
}
|
|
1074
|
+
}
|
|
1075
|
+
]
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"kind": "javascript-module",
|
|
1079
|
+
"path": "src/react/history/history-header.ts",
|
|
1080
|
+
"declarations": [
|
|
1081
|
+
{
|
|
1082
|
+
"kind": "variable",
|
|
1083
|
+
"name": "HistoryHeader"
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"exports": [
|
|
1061
1087
|
{
|
|
1062
1088
|
"kind": "js",
|
|
1063
|
-
"name": "
|
|
1089
|
+
"name": "default",
|
|
1064
1090
|
"declaration": {
|
|
1065
|
-
"name": "
|
|
1066
|
-
"module": "src/
|
|
1091
|
+
"name": "HistoryHeader",
|
|
1092
|
+
"module": "src/react/history/history-header.ts"
|
|
1067
1093
|
}
|
|
1068
1094
|
}
|
|
1069
1095
|
]
|
|
1070
1096
|
},
|
|
1071
1097
|
{
|
|
1072
1098
|
"kind": "javascript-module",
|
|
1073
|
-
"path": "src/
|
|
1074
|
-
"declarations": [
|
|
1099
|
+
"path": "src/react/history/history-loading.ts",
|
|
1100
|
+
"declarations": [
|
|
1101
|
+
{
|
|
1102
|
+
"kind": "variable",
|
|
1103
|
+
"name": "HistoryLoading"
|
|
1104
|
+
}
|
|
1105
|
+
],
|
|
1075
1106
|
"exports": [
|
|
1076
1107
|
{
|
|
1077
1108
|
"kind": "js",
|
|
1078
|
-
"name": "
|
|
1109
|
+
"name": "default",
|
|
1079
1110
|
"declaration": {
|
|
1080
|
-
"name": "
|
|
1081
|
-
"module": "
|
|
1111
|
+
"name": "HistoryLoading",
|
|
1112
|
+
"module": "src/react/history/history-loading.ts"
|
|
1082
1113
|
}
|
|
1083
1114
|
}
|
|
1084
1115
|
]
|
|
1085
1116
|
},
|
|
1086
1117
|
{
|
|
1087
1118
|
"kind": "javascript-module",
|
|
1088
|
-
"path": "src/
|
|
1119
|
+
"path": "src/react/history/history-panel-item-input.ts",
|
|
1089
1120
|
"declarations": [
|
|
1090
1121
|
{
|
|
1091
|
-
"kind": "
|
|
1092
|
-
"name": "
|
|
1093
|
-
"parameters": [
|
|
1094
|
-
{
|
|
1095
|
-
"name": "components",
|
|
1096
|
-
"type": {
|
|
1097
|
-
"text": "Array"
|
|
1098
|
-
},
|
|
1099
|
-
"description": "array of components to render"
|
|
1100
|
-
}
|
|
1101
|
-
],
|
|
1102
|
-
"description": "This is the markdown block for JS via CDN"
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
"kind": "function",
|
|
1106
|
-
"name": "cdnCss",
|
|
1107
|
-
"description": "This is the markdown block for CSS via CDN"
|
|
1122
|
+
"kind": "variable",
|
|
1123
|
+
"name": "HistoryPanelItemInput"
|
|
1108
1124
|
}
|
|
1109
1125
|
],
|
|
1110
1126
|
"exports": [
|
|
1111
1127
|
{
|
|
1112
1128
|
"kind": "js",
|
|
1113
|
-
"name": "
|
|
1129
|
+
"name": "default",
|
|
1114
1130
|
"declaration": {
|
|
1115
|
-
"name": "
|
|
1116
|
-
"module": "src/
|
|
1131
|
+
"name": "HistoryPanelItemInput",
|
|
1132
|
+
"module": "src/react/history/history-panel-item-input.ts"
|
|
1117
1133
|
}
|
|
1118
|
-
}
|
|
1134
|
+
}
|
|
1135
|
+
]
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"kind": "javascript-module",
|
|
1139
|
+
"path": "src/react/history/history-panel-item.ts",
|
|
1140
|
+
"declarations": [
|
|
1141
|
+
{
|
|
1142
|
+
"kind": "variable",
|
|
1143
|
+
"name": "HistoryPanelItem"
|
|
1144
|
+
}
|
|
1145
|
+
],
|
|
1146
|
+
"exports": [
|
|
1119
1147
|
{
|
|
1120
1148
|
"kind": "js",
|
|
1121
|
-
"name": "
|
|
1149
|
+
"name": "default",
|
|
1122
1150
|
"declaration": {
|
|
1123
|
-
"name": "
|
|
1124
|
-
"module": "src/
|
|
1151
|
+
"name": "HistoryPanelItem",
|
|
1152
|
+
"module": "src/react/history/history-panel-item.ts"
|
|
1125
1153
|
}
|
|
1126
1154
|
}
|
|
1127
1155
|
]
|
|
1128
1156
|
},
|
|
1129
1157
|
{
|
|
1130
1158
|
"kind": "javascript-module",
|
|
1131
|
-
"path": "src/
|
|
1159
|
+
"path": "src/react/history/history-panel-items.ts",
|
|
1132
1160
|
"declarations": [
|
|
1133
1161
|
{
|
|
1134
|
-
"kind": "
|
|
1135
|
-
"name": "
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
}
|
|
1140
|
-
},
|
|
1141
|
-
"description": "Gets the deepest active element, traversing through all shadow DOM boundaries.\nThis handles nested shadow roots, slotted elements, and will return the actual\nfocused element regardless of how many shadow DOM levels exist."
|
|
1142
|
-
},
|
|
1162
|
+
"kind": "variable",
|
|
1163
|
+
"name": "HistoryPanelItems"
|
|
1164
|
+
}
|
|
1165
|
+
],
|
|
1166
|
+
"exports": [
|
|
1143
1167
|
{
|
|
1144
|
-
"kind": "
|
|
1145
|
-
"name": "
|
|
1146
|
-
"
|
|
1147
|
-
"
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
"description": "The DOM element to check"
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"name": "exceptions",
|
|
1161
|
-
"default": "[\"dialog\", \"[popover]\"]",
|
|
1162
|
-
"type": {
|
|
1163
|
-
"text": "string[]"
|
|
1164
|
-
},
|
|
1165
|
-
"description": "Array of selectors to ignore when checking the element (e.g., 'dialog', '[popover]')"
|
|
1166
|
-
}
|
|
1167
|
-
],
|
|
1168
|
-
"description": "Checks if an element should be ignored due to visibility or accessibility attributes."
|
|
1169
|
-
},
|
|
1168
|
+
"kind": "js",
|
|
1169
|
+
"name": "default",
|
|
1170
|
+
"declaration": {
|
|
1171
|
+
"name": "HistoryPanelItems",
|
|
1172
|
+
"module": "src/react/history/history-panel-items.ts"
|
|
1173
|
+
}
|
|
1174
|
+
}
|
|
1175
|
+
]
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"kind": "javascript-module",
|
|
1179
|
+
"path": "src/react/history/history-panel-menu.ts",
|
|
1180
|
+
"declarations": [
|
|
1170
1181
|
{
|
|
1171
|
-
"kind": "
|
|
1172
|
-
"name": "
|
|
1173
|
-
"return": {
|
|
1174
|
-
"type": {
|
|
1175
|
-
"text": ""
|
|
1176
|
-
}
|
|
1177
|
-
},
|
|
1178
|
-
"parameters": [
|
|
1179
|
-
{
|
|
1180
|
-
"name": "element",
|
|
1181
|
-
"type": {
|
|
1182
|
-
"text": "Element"
|
|
1183
|
-
},
|
|
1184
|
-
"description": "The DOM element to check for focusability"
|
|
1185
|
-
}
|
|
1186
|
-
],
|
|
1187
|
-
"description": "Checks if an element is focusable. An element is considered focusable if it matches\nstandard focusable elements criteria (such as buttons, inputs, etc., that are not disabled\nand do not have a negative tabindex) or is a custom element with a shadow root that delegates focus.\nBased on https://gist.github.com/oscarmarina/9ce95f491a4c53ed01d989de4a87c0c9"
|
|
1188
|
-
},
|
|
1189
|
-
{
|
|
1190
|
-
"kind": "function",
|
|
1191
|
-
"name": "tryFocus",
|
|
1192
|
-
"return": {
|
|
1193
|
-
"type": {
|
|
1194
|
-
"text": ""
|
|
1195
|
-
}
|
|
1196
|
-
},
|
|
1197
|
-
"parameters": [
|
|
1198
|
-
{
|
|
1199
|
-
"name": "element",
|
|
1200
|
-
"type": {
|
|
1201
|
-
"text": "Element | null | undefined"
|
|
1202
|
-
},
|
|
1203
|
-
"description": "The element to attempt to focus"
|
|
1204
|
-
},
|
|
1205
|
-
{
|
|
1206
|
-
"name": "exceptions",
|
|
1207
|
-
"optional": true,
|
|
1208
|
-
"type": {
|
|
1209
|
-
"text": "string[]"
|
|
1210
|
-
},
|
|
1211
|
-
"description": "Array of selectors to ignore when checking visibility (e.g., 'dialog', '[popover]')"
|
|
1212
|
-
}
|
|
1213
|
-
],
|
|
1214
|
-
"description": "Attempts to focus an element if it's focusable, visible, and not disabled.\nThis is an enhanced version that checks visibility, accessibility attributes,\nand proper focusability before attempting to set focus. It is shadow DOM aware\nand handles slotted elements correctly."
|
|
1215
|
-
},
|
|
1216
|
-
{
|
|
1217
|
-
"kind": "function",
|
|
1218
|
-
"name": "walkComposedTree",
|
|
1219
|
-
"return": {
|
|
1220
|
-
"type": {
|
|
1221
|
-
"text": ""
|
|
1222
|
-
}
|
|
1223
|
-
},
|
|
1224
|
-
"parameters": [
|
|
1225
|
-
{
|
|
1226
|
-
"name": "node",
|
|
1227
|
-
"type": {
|
|
1228
|
-
"text": "Node"
|
|
1229
|
-
},
|
|
1230
|
-
"description": "The root node for traversal"
|
|
1231
|
-
},
|
|
1232
|
-
{
|
|
1233
|
-
"name": "whatToShow",
|
|
1234
|
-
"default": "0",
|
|
1235
|
-
"description": "NodeFilter code for node types to include (use 0 to retrieve all nodes)"
|
|
1236
|
-
},
|
|
1237
|
-
{
|
|
1238
|
-
"name": "filter",
|
|
1239
|
-
"default": "() => true",
|
|
1240
|
-
"type": {
|
|
1241
|
-
"text": "(node: Node) => boolean"
|
|
1242
|
-
},
|
|
1243
|
-
"description": "Filters nodes. Child nodes are considered even if parent does not satisfy the filter"
|
|
1244
|
-
},
|
|
1245
|
-
{
|
|
1246
|
-
"name": "skipNode",
|
|
1247
|
-
"default": "() => false",
|
|
1248
|
-
"type": {
|
|
1249
|
-
"text": "(node: Node) => boolean"
|
|
1250
|
-
},
|
|
1251
|
-
"description": "Determines whether to skip a node and its children"
|
|
1252
|
-
}
|
|
1253
|
-
],
|
|
1254
|
-
"description": "Traverse the composed tree from the root, selecting elements that meet the provided filter criteria.\nThis function properly handles Shadow DOM boundaries.\nBased on https://github.com/JanMiksovsky/elix/blob/main/src/core/dom.js#L320"
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"kind": "function",
|
|
1258
|
-
"name": "getFirstAndLastFocusableChildren",
|
|
1259
|
-
"return": {
|
|
1260
|
-
"type": {
|
|
1261
|
-
"text": ""
|
|
1262
|
-
}
|
|
1263
|
-
},
|
|
1264
|
-
"parameters": [
|
|
1265
|
-
{
|
|
1266
|
-
"name": "walker",
|
|
1267
|
-
"type": {
|
|
1268
|
-
"text": "IterableIterator<HTMLElement>"
|
|
1269
|
-
},
|
|
1270
|
-
"description": "The TreeWalker object used to traverse the node's children"
|
|
1271
|
-
}
|
|
1272
|
-
],
|
|
1273
|
-
"description": "Retrieves the first and last focusable children of a node using a TreeWalker."
|
|
1182
|
+
"kind": "variable",
|
|
1183
|
+
"name": "HistoryPanelMenu"
|
|
1274
1184
|
}
|
|
1275
1185
|
],
|
|
1276
1186
|
"exports": [
|
|
1277
1187
|
{
|
|
1278
1188
|
"kind": "js",
|
|
1279
|
-
"name": "
|
|
1280
|
-
"declaration": {
|
|
1281
|
-
"name": "getDeepActiveElement",
|
|
1282
|
-
"module": "src/globals/utils/focus-utils.ts"
|
|
1283
|
-
}
|
|
1284
|
-
},
|
|
1285
|
-
{
|
|
1286
|
-
"kind": "js",
|
|
1287
|
-
"name": "isElementInvisible",
|
|
1288
|
-
"declaration": {
|
|
1289
|
-
"name": "isElementInvisible",
|
|
1290
|
-
"module": "src/globals/utils/focus-utils.ts"
|
|
1291
|
-
}
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"kind": "js",
|
|
1295
|
-
"name": "isFocusable",
|
|
1296
|
-
"declaration": {
|
|
1297
|
-
"name": "isFocusable",
|
|
1298
|
-
"module": "src/globals/utils/focus-utils.ts"
|
|
1299
|
-
}
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
"kind": "js",
|
|
1303
|
-
"name": "tryFocus",
|
|
1304
|
-
"declaration": {
|
|
1305
|
-
"name": "tryFocus",
|
|
1306
|
-
"module": "src/globals/utils/focus-utils.ts"
|
|
1307
|
-
}
|
|
1308
|
-
},
|
|
1309
|
-
{
|
|
1310
|
-
"kind": "js",
|
|
1311
|
-
"name": "walkComposedTree",
|
|
1312
|
-
"declaration": {
|
|
1313
|
-
"name": "walkComposedTree",
|
|
1314
|
-
"module": "src/globals/utils/focus-utils.ts"
|
|
1315
|
-
}
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"kind": "js",
|
|
1319
|
-
"name": "getFirstAndLastFocusableChildren",
|
|
1189
|
+
"name": "default",
|
|
1320
1190
|
"declaration": {
|
|
1321
|
-
"name": "
|
|
1322
|
-
"module": "src/
|
|
1191
|
+
"name": "HistoryPanelMenu",
|
|
1192
|
+
"module": "src/react/history/history-panel-menu.ts"
|
|
1323
1193
|
}
|
|
1324
1194
|
}
|
|
1325
1195
|
]
|
|
1326
1196
|
},
|
|
1327
1197
|
{
|
|
1328
1198
|
"kind": "javascript-module",
|
|
1329
|
-
"path": "src/
|
|
1199
|
+
"path": "src/react/history/history-panel.ts",
|
|
1330
1200
|
"declarations": [
|
|
1331
1201
|
{
|
|
1332
|
-
"kind": "
|
|
1333
|
-
"name": "
|
|
1334
|
-
"return": {
|
|
1335
|
-
"type": {
|
|
1336
|
-
"text": "string"
|
|
1337
|
-
}
|
|
1338
|
-
},
|
|
1339
|
-
"description": "Generates a v4 UUID. Uses `crypto.randomUUID` when available, otherwise falls back to a simple implementation."
|
|
1202
|
+
"kind": "variable",
|
|
1203
|
+
"name": "HistoryPanel"
|
|
1340
1204
|
}
|
|
1341
1205
|
],
|
|
1342
1206
|
"exports": [
|
|
1343
1207
|
{
|
|
1344
1208
|
"kind": "js",
|
|
1345
|
-
"name": "
|
|
1209
|
+
"name": "default",
|
|
1346
1210
|
"declaration": {
|
|
1347
|
-
"name": "
|
|
1348
|
-
"module": "src/
|
|
1211
|
+
"name": "HistoryPanel",
|
|
1212
|
+
"module": "src/react/history/history-panel.ts"
|
|
1349
1213
|
}
|
|
1350
1214
|
}
|
|
1351
1215
|
]
|
|
1352
1216
|
},
|
|
1353
1217
|
{
|
|
1354
1218
|
"kind": "javascript-module",
|
|
1355
|
-
"path": "src/react/
|
|
1356
|
-
"declarations": [],
|
|
1357
|
-
"exports": []
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"kind": "javascript-module",
|
|
1361
|
-
"path": "src/react/history/history-content.ts",
|
|
1219
|
+
"path": "src/react/history/history-search-item.ts",
|
|
1362
1220
|
"declarations": [
|
|
1363
1221
|
{
|
|
1364
1222
|
"kind": "variable",
|
|
1365
|
-
"name": "
|
|
1223
|
+
"name": "HistorySearchItem"
|
|
1366
1224
|
}
|
|
1367
1225
|
],
|
|
1368
1226
|
"exports": [
|
|
@@ -1370,19 +1228,19 @@
|
|
|
1370
1228
|
"kind": "js",
|
|
1371
1229
|
"name": "default",
|
|
1372
1230
|
"declaration": {
|
|
1373
|
-
"name": "
|
|
1374
|
-
"module": "src/react/history/history-
|
|
1231
|
+
"name": "HistorySearchItem",
|
|
1232
|
+
"module": "src/react/history/history-search-item.ts"
|
|
1375
1233
|
}
|
|
1376
1234
|
}
|
|
1377
1235
|
]
|
|
1378
1236
|
},
|
|
1379
1237
|
{
|
|
1380
1238
|
"kind": "javascript-module",
|
|
1381
|
-
"path": "src/react/history/history-
|
|
1239
|
+
"path": "src/react/history/history-shell.ts",
|
|
1382
1240
|
"declarations": [
|
|
1383
1241
|
{
|
|
1384
1242
|
"kind": "variable",
|
|
1385
|
-
"name": "
|
|
1243
|
+
"name": "HistoryShell"
|
|
1386
1244
|
}
|
|
1387
1245
|
],
|
|
1388
1246
|
"exports": [
|
|
@@ -1390,19 +1248,19 @@
|
|
|
1390
1248
|
"kind": "js",
|
|
1391
1249
|
"name": "default",
|
|
1392
1250
|
"declaration": {
|
|
1393
|
-
"name": "
|
|
1394
|
-
"module": "src/react/history/history-
|
|
1251
|
+
"name": "HistoryShell",
|
|
1252
|
+
"module": "src/react/history/history-shell.ts"
|
|
1395
1253
|
}
|
|
1396
1254
|
}
|
|
1397
1255
|
]
|
|
1398
1256
|
},
|
|
1399
1257
|
{
|
|
1400
1258
|
"kind": "javascript-module",
|
|
1401
|
-
"path": "src/react/history/history-
|
|
1259
|
+
"path": "src/react/history/history-toolbar.ts",
|
|
1402
1260
|
"declarations": [
|
|
1403
1261
|
{
|
|
1404
1262
|
"kind": "variable",
|
|
1405
|
-
"name": "
|
|
1263
|
+
"name": "HistoryToolbar"
|
|
1406
1264
|
}
|
|
1407
1265
|
],
|
|
1408
1266
|
"exports": [
|
|
@@ -1410,291 +1268,439 @@
|
|
|
1410
1268
|
"kind": "js",
|
|
1411
1269
|
"name": "default",
|
|
1412
1270
|
"declaration": {
|
|
1413
|
-
"name": "
|
|
1414
|
-
"module": "src/react/history/history-
|
|
1271
|
+
"name": "HistoryToolbar",
|
|
1272
|
+
"module": "src/react/history/history-toolbar.ts"
|
|
1415
1273
|
}
|
|
1416
1274
|
}
|
|
1417
1275
|
]
|
|
1418
1276
|
},
|
|
1419
1277
|
{
|
|
1420
1278
|
"kind": "javascript-module",
|
|
1421
|
-
"path": "src/react/history/
|
|
1422
|
-
"declarations": [
|
|
1423
|
-
{
|
|
1424
|
-
"kind": "variable",
|
|
1425
|
-
"name": "HistoryLoading"
|
|
1426
|
-
}
|
|
1427
|
-
],
|
|
1279
|
+
"path": "src/react/history/index.ts",
|
|
1280
|
+
"declarations": [],
|
|
1428
1281
|
"exports": [
|
|
1429
1282
|
{
|
|
1430
1283
|
"kind": "js",
|
|
1431
|
-
"name": "
|
|
1284
|
+
"name": "HistoryShell",
|
|
1432
1285
|
"declaration": {
|
|
1433
|
-
"name": "
|
|
1434
|
-
"module": "
|
|
1286
|
+
"name": "default",
|
|
1287
|
+
"module": "./history-shell.js"
|
|
1435
1288
|
}
|
|
1436
|
-
}
|
|
1437
|
-
]
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"kind": "javascript-module",
|
|
1441
|
-
"path": "src/react/history/history-panel-item-input.ts",
|
|
1442
|
-
"declarations": [
|
|
1289
|
+
},
|
|
1443
1290
|
{
|
|
1444
|
-
"kind": "
|
|
1445
|
-
"name": "
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1291
|
+
"kind": "js",
|
|
1292
|
+
"name": "HistoryHeader",
|
|
1293
|
+
"declaration": {
|
|
1294
|
+
"name": "default",
|
|
1295
|
+
"module": "./history-header.js"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1449
1298
|
{
|
|
1450
1299
|
"kind": "js",
|
|
1451
|
-
"name": "
|
|
1300
|
+
"name": "HistoryToolbar",
|
|
1452
1301
|
"declaration": {
|
|
1453
|
-
"name": "
|
|
1454
|
-
"module": "
|
|
1302
|
+
"name": "default",
|
|
1303
|
+
"module": "./history-toolbar.js"
|
|
1455
1304
|
}
|
|
1456
|
-
}
|
|
1457
|
-
]
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"kind": "javascript-module",
|
|
1461
|
-
"path": "src/react/history/history-panel-item.ts",
|
|
1462
|
-
"declarations": [
|
|
1305
|
+
},
|
|
1463
1306
|
{
|
|
1464
|
-
"kind": "
|
|
1465
|
-
"name": "
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1307
|
+
"kind": "js",
|
|
1308
|
+
"name": "HistoryContent",
|
|
1309
|
+
"declaration": {
|
|
1310
|
+
"name": "default",
|
|
1311
|
+
"module": "./history-content.js"
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1469
1314
|
{
|
|
1470
1315
|
"kind": "js",
|
|
1471
|
-
"name": "
|
|
1316
|
+
"name": "HistoryLoading",
|
|
1472
1317
|
"declaration": {
|
|
1473
|
-
"name": "
|
|
1474
|
-
"module": "
|
|
1318
|
+
"name": "default",
|
|
1319
|
+
"module": "./history-loading.js"
|
|
1475
1320
|
}
|
|
1476
|
-
}
|
|
1477
|
-
]
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/react/history/history-panel-items.ts",
|
|
1482
|
-
"declarations": [
|
|
1321
|
+
},
|
|
1483
1322
|
{
|
|
1484
|
-
"kind": "
|
|
1485
|
-
"name": "
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1323
|
+
"kind": "js",
|
|
1324
|
+
"name": "HistoryPanel",
|
|
1325
|
+
"declaration": {
|
|
1326
|
+
"name": "default",
|
|
1327
|
+
"module": "./history-panel.js"
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1489
1330
|
{
|
|
1490
1331
|
"kind": "js",
|
|
1491
|
-
"name": "
|
|
1332
|
+
"name": "HistoryPanelMenu",
|
|
1492
1333
|
"declaration": {
|
|
1493
|
-
"name": "
|
|
1494
|
-
"module": "
|
|
1334
|
+
"name": "default",
|
|
1335
|
+
"module": "./history-panel-menu.js"
|
|
1495
1336
|
}
|
|
1496
|
-
}
|
|
1497
|
-
]
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
"kind": "javascript-module",
|
|
1501
|
-
"path": "src/react/history/history-panel-menu.ts",
|
|
1502
|
-
"declarations": [
|
|
1337
|
+
},
|
|
1503
1338
|
{
|
|
1504
|
-
"kind": "
|
|
1505
|
-
"name": "
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1339
|
+
"kind": "js",
|
|
1340
|
+
"name": "HistoryPanelItem",
|
|
1341
|
+
"declaration": {
|
|
1342
|
+
"name": "default",
|
|
1343
|
+
"module": "./history-panel-item.js"
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1509
1346
|
{
|
|
1510
1347
|
"kind": "js",
|
|
1511
|
-
"name": "
|
|
1348
|
+
"name": "HistoryPanelItems",
|
|
1512
1349
|
"declaration": {
|
|
1513
|
-
"name": "
|
|
1514
|
-
"module": "
|
|
1350
|
+
"name": "default",
|
|
1351
|
+
"module": "./history-panel-items.js"
|
|
1515
1352
|
}
|
|
1516
|
-
}
|
|
1517
|
-
]
|
|
1518
|
-
},
|
|
1519
|
-
{
|
|
1520
|
-
"kind": "javascript-module",
|
|
1521
|
-
"path": "src/react/history/history-panel.ts",
|
|
1522
|
-
"declarations": [
|
|
1353
|
+
},
|
|
1523
1354
|
{
|
|
1524
|
-
"kind": "
|
|
1525
|
-
"name": "
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1355
|
+
"kind": "js",
|
|
1356
|
+
"name": "HistorySearchItem",
|
|
1357
|
+
"declaration": {
|
|
1358
|
+
"name": "default",
|
|
1359
|
+
"module": "./history-search-item.js"
|
|
1360
|
+
}
|
|
1361
|
+
},
|
|
1529
1362
|
{
|
|
1530
1363
|
"kind": "js",
|
|
1531
|
-
"name": "
|
|
1364
|
+
"name": "HistoryPanelItemInput",
|
|
1532
1365
|
"declaration": {
|
|
1533
|
-
"name": "
|
|
1534
|
-
"module": "
|
|
1366
|
+
"name": "default",
|
|
1367
|
+
"module": "./history-panel-item-input.js"
|
|
1368
|
+
}
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"kind": "js",
|
|
1372
|
+
"name": "HistoryDeletePanel",
|
|
1373
|
+
"declaration": {
|
|
1374
|
+
"name": "default",
|
|
1375
|
+
"module": "./history-delete-panel.js"
|
|
1535
1376
|
}
|
|
1536
1377
|
}
|
|
1537
1378
|
]
|
|
1538
1379
|
},
|
|
1539
1380
|
{
|
|
1540
1381
|
"kind": "javascript-module",
|
|
1541
|
-
"path": "src/
|
|
1382
|
+
"path": "src/globals/decorators/carbon-element.ts",
|
|
1542
1383
|
"declarations": [
|
|
1543
1384
|
{
|
|
1544
|
-
"kind": "
|
|
1545
|
-
"name": "
|
|
1385
|
+
"kind": "function",
|
|
1386
|
+
"name": "carbonElement",
|
|
1387
|
+
"parameters": [
|
|
1388
|
+
{
|
|
1389
|
+
"name": "tagName",
|
|
1390
|
+
"type": {
|
|
1391
|
+
"text": "string"
|
|
1392
|
+
},
|
|
1393
|
+
"description": "The tag name of the custom element to define."
|
|
1394
|
+
}
|
|
1395
|
+
],
|
|
1396
|
+
"description": "Class decorator factory that defines the decorated class as a custom element.\n\n```js"
|
|
1546
1397
|
}
|
|
1547
1398
|
],
|
|
1548
1399
|
"exports": [
|
|
1400
|
+
{
|
|
1401
|
+
"kind": "custom-element-definition",
|
|
1402
|
+
"name": "tagName",
|
|
1403
|
+
"declaration": {
|
|
1404
|
+
"name": "anonymous_0",
|
|
1405
|
+
"module": "src/globals/decorators/carbon-element.ts"
|
|
1406
|
+
}
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"kind": "custom-element-definition",
|
|
1410
|
+
"name": "tagName",
|
|
1411
|
+
"declaration": {
|
|
1412
|
+
"name": "clazz",
|
|
1413
|
+
"module": "src/globals/decorators/carbon-element.ts"
|
|
1414
|
+
}
|
|
1415
|
+
},
|
|
1549
1416
|
{
|
|
1550
1417
|
"kind": "js",
|
|
1551
|
-
"name": "
|
|
1418
|
+
"name": "carbonElement",
|
|
1552
1419
|
"declaration": {
|
|
1553
|
-
"name": "
|
|
1554
|
-
"module": "src/
|
|
1420
|
+
"name": "carbonElement",
|
|
1421
|
+
"module": "src/globals/decorators/carbon-element.ts"
|
|
1555
1422
|
}
|
|
1556
1423
|
}
|
|
1557
1424
|
]
|
|
1558
1425
|
},
|
|
1559
1426
|
{
|
|
1560
1427
|
"kind": "javascript-module",
|
|
1561
|
-
"path": "src/
|
|
1562
|
-
"declarations": [
|
|
1563
|
-
{
|
|
1564
|
-
"kind": "variable",
|
|
1565
|
-
"name": "HistoryShell"
|
|
1566
|
-
}
|
|
1567
|
-
],
|
|
1428
|
+
"path": "src/globals/decorators/index.ts",
|
|
1429
|
+
"declarations": [],
|
|
1568
1430
|
"exports": [
|
|
1569
1431
|
{
|
|
1570
1432
|
"kind": "js",
|
|
1571
|
-
"name": "
|
|
1433
|
+
"name": "carbonElement",
|
|
1572
1434
|
"declaration": {
|
|
1573
|
-
"name": "
|
|
1574
|
-
"module": "
|
|
1435
|
+
"name": "carbonElement",
|
|
1436
|
+
"module": "./carbon-element.js"
|
|
1575
1437
|
}
|
|
1576
1438
|
}
|
|
1577
1439
|
]
|
|
1578
1440
|
},
|
|
1579
1441
|
{
|
|
1580
1442
|
"kind": "javascript-module",
|
|
1581
|
-
"path": "src/
|
|
1443
|
+
"path": "src/globals/internal/storybook-cdn.ts",
|
|
1582
1444
|
"declarations": [
|
|
1583
1445
|
{
|
|
1584
|
-
"kind": "
|
|
1585
|
-
"name": "
|
|
1446
|
+
"kind": "function",
|
|
1447
|
+
"name": "cdnJs",
|
|
1448
|
+
"parameters": [
|
|
1449
|
+
{
|
|
1450
|
+
"name": "components",
|
|
1451
|
+
"type": {
|
|
1452
|
+
"text": "Array"
|
|
1453
|
+
},
|
|
1454
|
+
"description": "array of components to render"
|
|
1455
|
+
}
|
|
1456
|
+
],
|
|
1457
|
+
"description": "This is the markdown block for JS via CDN"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"kind": "function",
|
|
1461
|
+
"name": "cdnCss",
|
|
1462
|
+
"description": "This is the markdown block for CSS via CDN"
|
|
1586
1463
|
}
|
|
1587
1464
|
],
|
|
1588
1465
|
"exports": [
|
|
1589
1466
|
{
|
|
1590
1467
|
"kind": "js",
|
|
1591
|
-
"name": "
|
|
1468
|
+
"name": "cdnJs",
|
|
1592
1469
|
"declaration": {
|
|
1593
|
-
"name": "
|
|
1594
|
-
"module": "src/
|
|
1470
|
+
"name": "cdnJs",
|
|
1471
|
+
"module": "src/globals/internal/storybook-cdn.ts"
|
|
1472
|
+
}
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"kind": "js",
|
|
1476
|
+
"name": "cdnCss",
|
|
1477
|
+
"declaration": {
|
|
1478
|
+
"name": "cdnCss",
|
|
1479
|
+
"module": "src/globals/internal/storybook-cdn.ts"
|
|
1595
1480
|
}
|
|
1596
1481
|
}
|
|
1597
1482
|
]
|
|
1598
1483
|
},
|
|
1599
1484
|
{
|
|
1600
1485
|
"kind": "javascript-module",
|
|
1601
|
-
"path": "src/
|
|
1602
|
-
"declarations": [
|
|
1603
|
-
"exports": [
|
|
1486
|
+
"path": "src/globals/utils/focus-utils.ts",
|
|
1487
|
+
"declarations": [
|
|
1604
1488
|
{
|
|
1605
|
-
"kind": "
|
|
1606
|
-
"name": "
|
|
1607
|
-
"
|
|
1608
|
-
"
|
|
1609
|
-
|
|
1610
|
-
|
|
1489
|
+
"kind": "function",
|
|
1490
|
+
"name": "getDeepActiveElement",
|
|
1491
|
+
"return": {
|
|
1492
|
+
"type": {
|
|
1493
|
+
"text": ""
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
"description": "Gets the deepest active element, traversing through all shadow DOM boundaries.\nThis handles nested shadow roots, slotted elements, and will return the actual\nfocused element regardless of how many shadow DOM levels exist."
|
|
1611
1497
|
},
|
|
1612
1498
|
{
|
|
1613
|
-
"kind": "
|
|
1614
|
-
"name": "
|
|
1615
|
-
"
|
|
1616
|
-
"
|
|
1617
|
-
|
|
1618
|
-
|
|
1499
|
+
"kind": "function",
|
|
1500
|
+
"name": "isElementInvisible",
|
|
1501
|
+
"return": {
|
|
1502
|
+
"type": {
|
|
1503
|
+
"text": ""
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
"parameters": [
|
|
1507
|
+
{
|
|
1508
|
+
"name": "element",
|
|
1509
|
+
"type": {
|
|
1510
|
+
"text": "Element"
|
|
1511
|
+
},
|
|
1512
|
+
"description": "The DOM element to check"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "exceptions",
|
|
1516
|
+
"default": "[\"dialog\", \"[popover]\"]",
|
|
1517
|
+
"type": {
|
|
1518
|
+
"text": "string[]"
|
|
1519
|
+
},
|
|
1520
|
+
"description": "Array of selectors to ignore when checking the element (e.g., 'dialog', '[popover]')"
|
|
1521
|
+
}
|
|
1522
|
+
],
|
|
1523
|
+
"description": "Checks if an element should be ignored due to visibility or accessibility attributes."
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"kind": "function",
|
|
1527
|
+
"name": "isFocusable",
|
|
1528
|
+
"return": {
|
|
1529
|
+
"type": {
|
|
1530
|
+
"text": ""
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
"parameters": [
|
|
1534
|
+
{
|
|
1535
|
+
"name": "element",
|
|
1536
|
+
"type": {
|
|
1537
|
+
"text": "Element"
|
|
1538
|
+
},
|
|
1539
|
+
"description": "The DOM element to check for focusability"
|
|
1540
|
+
}
|
|
1541
|
+
],
|
|
1542
|
+
"description": "Checks if an element is focusable. An element is considered focusable if it matches\nstandard focusable elements criteria (such as buttons, inputs, etc., that are not disabled\nand do not have a negative tabindex) or is a custom element with a shadow root that delegates focus.\nBased on https://gist.github.com/oscarmarina/9ce95f491a4c53ed01d989de4a87c0c9"
|
|
1619
1543
|
},
|
|
1620
1544
|
{
|
|
1621
|
-
"kind": "
|
|
1622
|
-
"name": "
|
|
1623
|
-
"
|
|
1624
|
-
"
|
|
1625
|
-
|
|
1626
|
-
|
|
1545
|
+
"kind": "function",
|
|
1546
|
+
"name": "tryFocus",
|
|
1547
|
+
"return": {
|
|
1548
|
+
"type": {
|
|
1549
|
+
"text": ""
|
|
1550
|
+
}
|
|
1551
|
+
},
|
|
1552
|
+
"parameters": [
|
|
1553
|
+
{
|
|
1554
|
+
"name": "element",
|
|
1555
|
+
"type": {
|
|
1556
|
+
"text": "Element | null | undefined"
|
|
1557
|
+
},
|
|
1558
|
+
"description": "The element to attempt to focus"
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"name": "exceptions",
|
|
1562
|
+
"optional": true,
|
|
1563
|
+
"type": {
|
|
1564
|
+
"text": "string[]"
|
|
1565
|
+
},
|
|
1566
|
+
"description": "Array of selectors to ignore when checking visibility (e.g., 'dialog', '[popover]')"
|
|
1567
|
+
}
|
|
1568
|
+
],
|
|
1569
|
+
"description": "Attempts to focus an element if it's focusable, visible, and not disabled.\nThis is an enhanced version that checks visibility, accessibility attributes,\nand proper focusability before attempting to set focus. It is shadow DOM aware\nand handles slotted elements correctly."
|
|
1627
1570
|
},
|
|
1628
1571
|
{
|
|
1629
|
-
"kind": "
|
|
1630
|
-
"name": "
|
|
1631
|
-
"
|
|
1632
|
-
"
|
|
1633
|
-
|
|
1634
|
-
|
|
1572
|
+
"kind": "function",
|
|
1573
|
+
"name": "walkComposedTree",
|
|
1574
|
+
"return": {
|
|
1575
|
+
"type": {
|
|
1576
|
+
"text": ""
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
"parameters": [
|
|
1580
|
+
{
|
|
1581
|
+
"name": "node",
|
|
1582
|
+
"type": {
|
|
1583
|
+
"text": "Node"
|
|
1584
|
+
},
|
|
1585
|
+
"description": "The root node for traversal"
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"name": "whatToShow",
|
|
1589
|
+
"default": "0",
|
|
1590
|
+
"description": "NodeFilter code for node types to include (use 0 to retrieve all nodes)"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "filter",
|
|
1594
|
+
"default": "() => true",
|
|
1595
|
+
"type": {
|
|
1596
|
+
"text": "(node: Node) => boolean"
|
|
1597
|
+
},
|
|
1598
|
+
"description": "Filters nodes. Child nodes are considered even if parent does not satisfy the filter"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"name": "skipNode",
|
|
1602
|
+
"default": "() => false",
|
|
1603
|
+
"type": {
|
|
1604
|
+
"text": "(node: Node) => boolean"
|
|
1605
|
+
},
|
|
1606
|
+
"description": "Determines whether to skip a node and its children"
|
|
1607
|
+
}
|
|
1608
|
+
],
|
|
1609
|
+
"description": "Traverse the composed tree from the root, selecting elements that meet the provided filter criteria.\nThis function properly handles Shadow DOM boundaries.\nBased on https://github.com/JanMiksovsky/elix/blob/main/src/core/dom.js#L320"
|
|
1635
1610
|
},
|
|
1636
1611
|
{
|
|
1637
|
-
"kind": "
|
|
1638
|
-
"name": "
|
|
1639
|
-
"
|
|
1640
|
-
"
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1612
|
+
"kind": "function",
|
|
1613
|
+
"name": "getFirstAndLastFocusableChildren",
|
|
1614
|
+
"return": {
|
|
1615
|
+
"type": {
|
|
1616
|
+
"text": ""
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
"parameters": [
|
|
1620
|
+
{
|
|
1621
|
+
"name": "walker",
|
|
1622
|
+
"type": {
|
|
1623
|
+
"text": "IterableIterator<HTMLElement>"
|
|
1624
|
+
},
|
|
1625
|
+
"description": "The TreeWalker object used to traverse the node's children"
|
|
1626
|
+
}
|
|
1627
|
+
],
|
|
1628
|
+
"description": "Retrieves the first and last focusable children of a node using a TreeWalker."
|
|
1629
|
+
}
|
|
1630
|
+
],
|
|
1631
|
+
"exports": [
|
|
1644
1632
|
{
|
|
1645
1633
|
"kind": "js",
|
|
1646
|
-
"name": "
|
|
1634
|
+
"name": "getDeepActiveElement",
|
|
1647
1635
|
"declaration": {
|
|
1648
|
-
"name": "
|
|
1649
|
-
"module": "
|
|
1636
|
+
"name": "getDeepActiveElement",
|
|
1637
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1650
1638
|
}
|
|
1651
1639
|
},
|
|
1652
1640
|
{
|
|
1653
1641
|
"kind": "js",
|
|
1654
|
-
"name": "
|
|
1642
|
+
"name": "isElementInvisible",
|
|
1655
1643
|
"declaration": {
|
|
1656
|
-
"name": "
|
|
1657
|
-
"module": "
|
|
1644
|
+
"name": "isElementInvisible",
|
|
1645
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1658
1646
|
}
|
|
1659
1647
|
},
|
|
1660
1648
|
{
|
|
1661
1649
|
"kind": "js",
|
|
1662
|
-
"name": "
|
|
1650
|
+
"name": "isFocusable",
|
|
1663
1651
|
"declaration": {
|
|
1664
|
-
"name": "
|
|
1665
|
-
"module": "
|
|
1652
|
+
"name": "isFocusable",
|
|
1653
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1666
1654
|
}
|
|
1667
1655
|
},
|
|
1668
1656
|
{
|
|
1669
1657
|
"kind": "js",
|
|
1670
|
-
"name": "
|
|
1658
|
+
"name": "tryFocus",
|
|
1671
1659
|
"declaration": {
|
|
1672
|
-
"name": "
|
|
1673
|
-
"module": "
|
|
1660
|
+
"name": "tryFocus",
|
|
1661
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1674
1662
|
}
|
|
1675
1663
|
},
|
|
1676
1664
|
{
|
|
1677
1665
|
"kind": "js",
|
|
1678
|
-
"name": "
|
|
1666
|
+
"name": "walkComposedTree",
|
|
1679
1667
|
"declaration": {
|
|
1680
|
-
"name": "
|
|
1681
|
-
"module": "
|
|
1668
|
+
"name": "walkComposedTree",
|
|
1669
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1682
1670
|
}
|
|
1683
1671
|
},
|
|
1684
1672
|
{
|
|
1685
1673
|
"kind": "js",
|
|
1686
|
-
"name": "
|
|
1674
|
+
"name": "getFirstAndLastFocusableChildren",
|
|
1687
1675
|
"declaration": {
|
|
1688
|
-
"name": "
|
|
1689
|
-
"module": "
|
|
1676
|
+
"name": "getFirstAndLastFocusableChildren",
|
|
1677
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1690
1678
|
}
|
|
1691
|
-
}
|
|
1679
|
+
}
|
|
1680
|
+
]
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"kind": "javascript-module",
|
|
1684
|
+
"path": "src/globals/utils/uuid.ts",
|
|
1685
|
+
"declarations": [
|
|
1686
|
+
{
|
|
1687
|
+
"kind": "function",
|
|
1688
|
+
"name": "uuid",
|
|
1689
|
+
"return": {
|
|
1690
|
+
"type": {
|
|
1691
|
+
"text": "string"
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"description": "Generates a v4 UUID. Uses `crypto.randomUUID` when available, otherwise falls back to a simple implementation."
|
|
1695
|
+
}
|
|
1696
|
+
],
|
|
1697
|
+
"exports": [
|
|
1692
1698
|
{
|
|
1693
1699
|
"kind": "js",
|
|
1694
|
-
"name": "
|
|
1700
|
+
"name": "uuid",
|
|
1695
1701
|
"declaration": {
|
|
1696
|
-
"name": "
|
|
1697
|
-
"module": "
|
|
1702
|
+
"name": "uuid",
|
|
1703
|
+
"module": "src/globals/utils/uuid.ts"
|
|
1698
1704
|
}
|
|
1699
1705
|
}
|
|
1700
1706
|
]
|
|
@@ -2462,52 +2468,197 @@
|
|
|
2462
2468
|
"members": [
|
|
2463
2469
|
{
|
|
2464
2470
|
"kind": "field",
|
|
2465
|
-
"name": "isLayered",
|
|
2471
|
+
"name": "isLayered",
|
|
2472
|
+
"type": {
|
|
2473
|
+
"text": "boolean"
|
|
2474
|
+
},
|
|
2475
|
+
"default": "false",
|
|
2476
|
+
"description": "Specify whether the `Card` layering style. if true, the card will follow carbon layering style, otherwise chat shell layering style.",
|
|
2477
|
+
"attribute": "is-layered",
|
|
2478
|
+
"reflects": true
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"kind": "field",
|
|
2482
|
+
"name": "isFlush",
|
|
2483
|
+
"type": {
|
|
2484
|
+
"text": "boolean"
|
|
2485
|
+
},
|
|
2486
|
+
"default": "false",
|
|
2487
|
+
"description": "Specify whether the padding should be removed from the card. default is false.\nWhen true, removes the default padding from cds-tile, useful when the card\nis used as a container for other components that need to be flush against edges.",
|
|
2488
|
+
"attribute": "is-flush",
|
|
2489
|
+
"reflects": true
|
|
2490
|
+
}
|
|
2491
|
+
],
|
|
2492
|
+
"attributes": [
|
|
2493
|
+
{
|
|
2494
|
+
"name": "is-layered",
|
|
2495
|
+
"type": {
|
|
2496
|
+
"text": "boolean"
|
|
2497
|
+
},
|
|
2498
|
+
"default": "false",
|
|
2499
|
+
"description": "Specify whether the `Card` layering style. if true, the card will follow carbon layering style, otherwise chat shell layering style.",
|
|
2500
|
+
"fieldName": "isLayered"
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"name": "is-flush",
|
|
2504
|
+
"type": {
|
|
2505
|
+
"text": "boolean"
|
|
2506
|
+
},
|
|
2507
|
+
"default": "false",
|
|
2508
|
+
"description": "Specify whether the padding should be removed from the card. default is false.\nWhen true, removes the default padding from cds-tile, useful when the card\nis used as a container for other components that need to be flush against edges.",
|
|
2509
|
+
"fieldName": "isFlush"
|
|
2510
|
+
}
|
|
2511
|
+
],
|
|
2512
|
+
"superclass": {
|
|
2513
|
+
"name": "CDSTile",
|
|
2514
|
+
"package": "@carbon/web-components/es/components/tile/tile.js"
|
|
2515
|
+
},
|
|
2516
|
+
"tagName": "cds-aichat-card",
|
|
2517
|
+
"customElement": true
|
|
2518
|
+
}
|
|
2519
|
+
],
|
|
2520
|
+
"exports": [
|
|
2521
|
+
{
|
|
2522
|
+
"kind": "js",
|
|
2523
|
+
"name": "default",
|
|
2524
|
+
"declaration": {
|
|
2525
|
+
"name": "Card",
|
|
2526
|
+
"module": "src/components/card/src/card.ts"
|
|
2527
|
+
}
|
|
2528
|
+
}
|
|
2529
|
+
]
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
"kind": "javascript-module",
|
|
2533
|
+
"path": "src/components/carousel/src/carousel.ts",
|
|
2534
|
+
"declarations": [
|
|
2535
|
+
{
|
|
2536
|
+
"kind": "class",
|
|
2537
|
+
"description": "Carousel component",
|
|
2538
|
+
"name": "CDSAICarousel",
|
|
2539
|
+
"slots": [
|
|
2540
|
+
{
|
|
2541
|
+
"description": "The body",
|
|
2542
|
+
"name": "body"
|
|
2543
|
+
}
|
|
2544
|
+
],
|
|
2545
|
+
"members": [
|
|
2546
|
+
{
|
|
2547
|
+
"kind": "field",
|
|
2548
|
+
"name": "nextBtnText",
|
|
2549
|
+
"type": {
|
|
2550
|
+
"text": "string | undefined"
|
|
2551
|
+
},
|
|
2552
|
+
"description": "Text for the next button",
|
|
2553
|
+
"attribute": "nextBtnText"
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
"kind": "field",
|
|
2557
|
+
"name": "previousBtnText",
|
|
2558
|
+
"type": {
|
|
2559
|
+
"text": "string | undefined"
|
|
2560
|
+
},
|
|
2561
|
+
"description": "Text for the previous button",
|
|
2562
|
+
"attribute": "previousBtnText"
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"kind": "field",
|
|
2566
|
+
"name": "container",
|
|
2567
|
+
"type": {
|
|
2568
|
+
"text": "Array<HTMLElement> | undefined"
|
|
2569
|
+
},
|
|
2570
|
+
"privacy": "private"
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"kind": "field",
|
|
2574
|
+
"name": "carousel",
|
|
2466
2575
|
"type": {
|
|
2467
|
-
"text": "
|
|
2576
|
+
"text": "InitCarousel | undefined"
|
|
2468
2577
|
},
|
|
2469
|
-
"
|
|
2470
|
-
"description": "Specify whether the `Card` layering style. if true, the card will follow carbon layering style, otherwise chat shell layering style.",
|
|
2471
|
-
"attribute": "is-layered",
|
|
2472
|
-
"reflects": true
|
|
2578
|
+
"privacy": "private"
|
|
2473
2579
|
},
|
|
2474
2580
|
{
|
|
2475
2581
|
"kind": "field",
|
|
2476
|
-
"name": "
|
|
2582
|
+
"name": "_currentIndex",
|
|
2477
2583
|
"type": {
|
|
2478
|
-
"text": "
|
|
2584
|
+
"text": "number"
|
|
2479
2585
|
},
|
|
2480
|
-
"
|
|
2481
|
-
"
|
|
2482
|
-
|
|
2483
|
-
|
|
2586
|
+
"privacy": "private",
|
|
2587
|
+
"default": "0"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"kind": "field",
|
|
2591
|
+
"name": "_lastIndex",
|
|
2592
|
+
"type": {
|
|
2593
|
+
"text": "number"
|
|
2594
|
+
},
|
|
2595
|
+
"privacy": "private",
|
|
2596
|
+
"default": "0"
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"kind": "method",
|
|
2600
|
+
"name": "_handlePrev",
|
|
2601
|
+
"privacy": "private"
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"kind": "method",
|
|
2605
|
+
"name": "_handleNext",
|
|
2606
|
+
"privacy": "private"
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"kind": "method",
|
|
2610
|
+
"name": "_dispatchChange",
|
|
2611
|
+
"privacy": "private",
|
|
2612
|
+
"parameters": [
|
|
2613
|
+
{
|
|
2614
|
+
"name": "data",
|
|
2615
|
+
"type": {
|
|
2616
|
+
"text": "CarouselResponse"
|
|
2617
|
+
}
|
|
2618
|
+
}
|
|
2619
|
+
]
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"kind": "field",
|
|
2623
|
+
"name": "eventOnChange",
|
|
2624
|
+
"static": true,
|
|
2625
|
+
"readonly": true
|
|
2626
|
+
}
|
|
2627
|
+
],
|
|
2628
|
+
"events": [
|
|
2629
|
+
{
|
|
2630
|
+
"type": {
|
|
2631
|
+
"text": "CustomEvent"
|
|
2632
|
+
}
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"description": "custom event for when the carousel changes",
|
|
2636
|
+
"name": "cds-aichat-carousel-onchange"
|
|
2484
2637
|
}
|
|
2485
2638
|
],
|
|
2486
2639
|
"attributes": [
|
|
2487
2640
|
{
|
|
2488
|
-
"name": "
|
|
2641
|
+
"name": "nextBtnText",
|
|
2489
2642
|
"type": {
|
|
2490
|
-
"text": "
|
|
2643
|
+
"text": "string | undefined"
|
|
2491
2644
|
},
|
|
2492
|
-
"
|
|
2493
|
-
"
|
|
2494
|
-
"fieldName": "isLayered"
|
|
2645
|
+
"description": "Text for the next button",
|
|
2646
|
+
"fieldName": "nextBtnText"
|
|
2495
2647
|
},
|
|
2496
2648
|
{
|
|
2497
|
-
"name": "
|
|
2649
|
+
"name": "previousBtnText",
|
|
2498
2650
|
"type": {
|
|
2499
|
-
"text": "
|
|
2651
|
+
"text": "string | undefined"
|
|
2500
2652
|
},
|
|
2501
|
-
"
|
|
2502
|
-
"
|
|
2503
|
-
"fieldName": "isFlush"
|
|
2653
|
+
"description": "Text for the previous button",
|
|
2654
|
+
"fieldName": "previousBtnText"
|
|
2504
2655
|
}
|
|
2505
2656
|
],
|
|
2506
2657
|
"superclass": {
|
|
2507
|
-
"name": "
|
|
2508
|
-
"package": "
|
|
2658
|
+
"name": "LitElement",
|
|
2659
|
+
"package": "lit"
|
|
2509
2660
|
},
|
|
2510
|
-
"tagName": "cds-aichat-
|
|
2661
|
+
"tagName": "cds-aichat-carousel",
|
|
2511
2662
|
"customElement": true
|
|
2512
2663
|
}
|
|
2513
2664
|
],
|
|
@@ -2516,8 +2667,8 @@
|
|
|
2516
2667
|
"kind": "js",
|
|
2517
2668
|
"name": "default",
|
|
2518
2669
|
"declaration": {
|
|
2519
|
-
"name": "
|
|
2520
|
-
"module": "src/components/
|
|
2670
|
+
"name": "CDSAICarousel",
|
|
2671
|
+
"module": "src/components/carousel/src/carousel.ts"
|
|
2521
2672
|
}
|
|
2522
2673
|
}
|
|
2523
2674
|
]
|
|
@@ -3395,7 +3546,15 @@
|
|
|
3395
3546
|
"type": {
|
|
3396
3547
|
"text": "void"
|
|
3397
3548
|
}
|
|
3398
|
-
}
|
|
3549
|
+
},
|
|
3550
|
+
"parameters": [
|
|
3551
|
+
{
|
|
3552
|
+
"name": "changedProps",
|
|
3553
|
+
"type": {
|
|
3554
|
+
"text": "PropertyValues<this>"
|
|
3555
|
+
}
|
|
3556
|
+
}
|
|
3557
|
+
]
|
|
3399
3558
|
}
|
|
3400
3559
|
],
|
|
3401
3560
|
"attributes": [
|
|
@@ -7091,6 +7250,12 @@
|
|
|
7091
7250
|
"text": "void"
|
|
7092
7251
|
}
|
|
7093
7252
|
},
|
|
7253
|
+
"parameters": [
|
|
7254
|
+
{
|
|
7255
|
+
"name": "forceCallback",
|
|
7256
|
+
"default": "false"
|
|
7257
|
+
}
|
|
7258
|
+
],
|
|
7094
7259
|
"description": "Update the state for all observed slots"
|
|
7095
7260
|
},
|
|
7096
7261
|
{
|
|
@@ -10143,7 +10308,7 @@
|
|
|
10143
10308
|
"type": {
|
|
10144
10309
|
"text": "boolean"
|
|
10145
10310
|
},
|
|
10146
|
-
"default": "
|
|
10311
|
+
"default": "true",
|
|
10147
10312
|
"description": "Enable syntax highlighting for any code fence blocks.",
|
|
10148
10313
|
"attribute": "code-snippet-highlight"
|
|
10149
10314
|
},
|
|
@@ -10384,7 +10549,7 @@
|
|
|
10384
10549
|
"type": {
|
|
10385
10550
|
"text": "boolean"
|
|
10386
10551
|
},
|
|
10387
|
-
"default": "
|
|
10552
|
+
"default": "true",
|
|
10388
10553
|
"description": "Enable syntax highlighting for any code fence blocks.",
|
|
10389
10554
|
"fieldName": "codeSnippetHighlight"
|
|
10390
10555
|
},
|
|
@@ -11769,6 +11934,30 @@
|
|
|
11769
11934
|
"name": "setupOverflowHandler",
|
|
11770
11935
|
"privacy": "private"
|
|
11771
11936
|
},
|
|
11937
|
+
{
|
|
11938
|
+
"kind": "method",
|
|
11939
|
+
"name": "findFocusedOverflowMenuItem",
|
|
11940
|
+
"privacy": "private",
|
|
11941
|
+
"return": {
|
|
11942
|
+
"type": {
|
|
11943
|
+
"text": "Element | null"
|
|
11944
|
+
}
|
|
11945
|
+
},
|
|
11946
|
+
"parameters": [
|
|
11947
|
+
{
|
|
11948
|
+
"name": "activeElem",
|
|
11949
|
+
"type": {
|
|
11950
|
+
"text": "Element"
|
|
11951
|
+
}
|
|
11952
|
+
}
|
|
11953
|
+
],
|
|
11954
|
+
"description": "Returns the focused overflow menu item (if exists) by traversing shadow DOM"
|
|
11955
|
+
},
|
|
11956
|
+
{
|
|
11957
|
+
"kind": "field",
|
|
11958
|
+
"name": "_handleToolbarKeydown",
|
|
11959
|
+
"privacy": "private"
|
|
11960
|
+
},
|
|
11772
11961
|
{
|
|
11773
11962
|
"kind": "field",
|
|
11774
11963
|
"name": "renderIconButton",
|
|
@@ -17572,216 +17761,73 @@
|
|
|
17572
17761
|
}
|
|
17573
17762
|
},
|
|
17574
17763
|
{
|
|
17575
|
-
"kind": "method",
|
|
17576
|
-
"name": "triggerPlay",
|
|
17577
|
-
"privacy": "protected",
|
|
17578
|
-
"return": {
|
|
17579
|
-
"type": {
|
|
17580
|
-
"text": "void"
|
|
17581
|
-
}
|
|
17582
|
-
},
|
|
17583
|
-
"description": "Trigger the play callback",
|
|
17584
|
-
"inheritedFrom": {
|
|
17585
|
-
"name": "BaseProvider",
|
|
17586
|
-
"module": "src/components/video-player/src/providers/base-provider.ts"
|
|
17587
|
-
}
|
|
17588
|
-
},
|
|
17589
|
-
{
|
|
17590
|
-
"kind": "method",
|
|
17591
|
-
"name": "triggerPause",
|
|
17592
|
-
"privacy": "protected",
|
|
17593
|
-
"return": {
|
|
17594
|
-
"type": {
|
|
17595
|
-
"text": "void"
|
|
17596
|
-
}
|
|
17597
|
-
},
|
|
17598
|
-
"description": "Trigger the pause callback",
|
|
17599
|
-
"inheritedFrom": {
|
|
17600
|
-
"name": "BaseProvider",
|
|
17601
|
-
"module": "src/components/video-player/src/providers/base-provider.ts"
|
|
17602
|
-
}
|
|
17603
|
-
},
|
|
17604
|
-
{
|
|
17605
|
-
"kind": "method",
|
|
17606
|
-
"name": "triggerError",
|
|
17607
|
-
"privacy": "protected",
|
|
17608
|
-
"return": {
|
|
17609
|
-
"type": {
|
|
17610
|
-
"text": "void"
|
|
17611
|
-
}
|
|
17612
|
-
},
|
|
17613
|
-
"parameters": [
|
|
17614
|
-
{
|
|
17615
|
-
"name": "error",
|
|
17616
|
-
"type": {
|
|
17617
|
-
"text": "Error"
|
|
17618
|
-
},
|
|
17619
|
-
"description": "The error that occurred"
|
|
17620
|
-
}
|
|
17621
|
-
],
|
|
17622
|
-
"description": "Trigger the error callback",
|
|
17623
|
-
"inheritedFrom": {
|
|
17624
|
-
"name": "BaseProvider",
|
|
17625
|
-
"module": "src/components/video-player/src/providers/base-provider.ts"
|
|
17626
|
-
}
|
|
17627
|
-
}
|
|
17628
|
-
],
|
|
17629
|
-
"superclass": {
|
|
17630
|
-
"name": "BaseProvider",
|
|
17631
|
-
"module": "/src/components/video-player/src/providers/base-provider.js"
|
|
17632
|
-
}
|
|
17633
|
-
}
|
|
17634
|
-
],
|
|
17635
|
-
"exports": [
|
|
17636
|
-
{
|
|
17637
|
-
"kind": "js",
|
|
17638
|
-
"name": "YouTubeProvider",
|
|
17639
|
-
"declaration": {
|
|
17640
|
-
"name": "YouTubeProvider",
|
|
17641
|
-
"module": "src/components/video-player/src/providers/youtube-provider.ts"
|
|
17642
|
-
}
|
|
17643
|
-
}
|
|
17644
|
-
]
|
|
17645
|
-
},
|
|
17646
|
-
{
|
|
17647
|
-
"kind": "javascript-module",
|
|
17648
|
-
"path": "src/components/video-player/src/utils/url-detector.ts",
|
|
17649
|
-
"declarations": [
|
|
17650
|
-
{
|
|
17651
|
-
"kind": "function",
|
|
17652
|
-
"name": "detectVideoSource",
|
|
17653
|
-
"return": {
|
|
17654
|
-
"type": {
|
|
17655
|
-
"text": ""
|
|
17656
|
-
}
|
|
17657
|
-
},
|
|
17658
|
-
"parameters": [
|
|
17659
|
-
{
|
|
17660
|
-
"name": "url",
|
|
17661
|
-
"type": {
|
|
17662
|
-
"text": "string"
|
|
17663
|
-
},
|
|
17664
|
-
"description": "The video URL to analyze"
|
|
17665
|
-
}
|
|
17666
|
-
],
|
|
17667
|
-
"description": "Detect the video source type from a URL"
|
|
17668
|
-
},
|
|
17669
|
-
{
|
|
17670
|
-
"kind": "function",
|
|
17671
|
-
"name": "isYouTubeUrl",
|
|
17672
|
-
"return": {
|
|
17673
|
-
"type": {
|
|
17674
|
-
"text": ""
|
|
17675
|
-
}
|
|
17676
|
-
},
|
|
17677
|
-
"parameters": [
|
|
17678
|
-
{
|
|
17679
|
-
"name": "url",
|
|
17680
|
-
"type": {
|
|
17681
|
-
"text": "string"
|
|
17682
|
-
},
|
|
17683
|
-
"description": "The URL to check"
|
|
17684
|
-
}
|
|
17685
|
-
],
|
|
17686
|
-
"description": "Check if a URL is a YouTube video"
|
|
17687
|
-
},
|
|
17688
|
-
{
|
|
17689
|
-
"kind": "function",
|
|
17690
|
-
"name": "isVimeoUrl",
|
|
17691
|
-
"return": {
|
|
17692
|
-
"type": {
|
|
17693
|
-
"text": ""
|
|
17694
|
-
}
|
|
17695
|
-
},
|
|
17696
|
-
"parameters": [
|
|
17697
|
-
{
|
|
17698
|
-
"name": "url",
|
|
17699
|
-
"type": {
|
|
17700
|
-
"text": "string"
|
|
17701
|
-
},
|
|
17702
|
-
"description": "The URL to check"
|
|
17703
|
-
}
|
|
17704
|
-
],
|
|
17705
|
-
"description": "Check if a URL is a Vimeo video"
|
|
17706
|
-
},
|
|
17707
|
-
{
|
|
17708
|
-
"kind": "function",
|
|
17709
|
-
"name": "isKalturaUrl",
|
|
17710
|
-
"return": {
|
|
17711
|
-
"type": {
|
|
17712
|
-
"text": ""
|
|
17713
|
-
}
|
|
17714
|
-
},
|
|
17715
|
-
"parameters": [
|
|
17716
|
-
{
|
|
17717
|
-
"name": "url",
|
|
17718
|
-
"type": {
|
|
17719
|
-
"text": "string"
|
|
17764
|
+
"kind": "method",
|
|
17765
|
+
"name": "triggerPlay",
|
|
17766
|
+
"privacy": "protected",
|
|
17767
|
+
"return": {
|
|
17768
|
+
"type": {
|
|
17769
|
+
"text": "void"
|
|
17770
|
+
}
|
|
17720
17771
|
},
|
|
17721
|
-
"description": "
|
|
17722
|
-
|
|
17723
|
-
|
|
17724
|
-
|
|
17725
|
-
|
|
17726
|
-
|
|
17727
|
-
"kind": "function",
|
|
17728
|
-
"name": "isNativeVideoUrl",
|
|
17729
|
-
"return": {
|
|
17730
|
-
"type": {
|
|
17731
|
-
"text": ""
|
|
17732
|
-
}
|
|
17733
|
-
},
|
|
17734
|
-
"parameters": [
|
|
17772
|
+
"description": "Trigger the play callback",
|
|
17773
|
+
"inheritedFrom": {
|
|
17774
|
+
"name": "BaseProvider",
|
|
17775
|
+
"module": "src/components/video-player/src/providers/base-provider.ts"
|
|
17776
|
+
}
|
|
17777
|
+
},
|
|
17735
17778
|
{
|
|
17736
|
-
"
|
|
17737
|
-
"
|
|
17738
|
-
|
|
17779
|
+
"kind": "method",
|
|
17780
|
+
"name": "triggerPause",
|
|
17781
|
+
"privacy": "protected",
|
|
17782
|
+
"return": {
|
|
17783
|
+
"type": {
|
|
17784
|
+
"text": "void"
|
|
17785
|
+
}
|
|
17739
17786
|
},
|
|
17740
|
-
"description": "
|
|
17787
|
+
"description": "Trigger the pause callback",
|
|
17788
|
+
"inheritedFrom": {
|
|
17789
|
+
"name": "BaseProvider",
|
|
17790
|
+
"module": "src/components/video-player/src/providers/base-provider.ts"
|
|
17791
|
+
}
|
|
17792
|
+
},
|
|
17793
|
+
{
|
|
17794
|
+
"kind": "method",
|
|
17795
|
+
"name": "triggerError",
|
|
17796
|
+
"privacy": "protected",
|
|
17797
|
+
"return": {
|
|
17798
|
+
"type": {
|
|
17799
|
+
"text": "void"
|
|
17800
|
+
}
|
|
17801
|
+
},
|
|
17802
|
+
"parameters": [
|
|
17803
|
+
{
|
|
17804
|
+
"name": "error",
|
|
17805
|
+
"type": {
|
|
17806
|
+
"text": "Error"
|
|
17807
|
+
},
|
|
17808
|
+
"description": "The error that occurred"
|
|
17809
|
+
}
|
|
17810
|
+
],
|
|
17811
|
+
"description": "Trigger the error callback",
|
|
17812
|
+
"inheritedFrom": {
|
|
17813
|
+
"name": "BaseProvider",
|
|
17814
|
+
"module": "src/components/video-player/src/providers/base-provider.ts"
|
|
17815
|
+
}
|
|
17741
17816
|
}
|
|
17742
17817
|
],
|
|
17743
|
-
"
|
|
17818
|
+
"superclass": {
|
|
17819
|
+
"name": "BaseProvider",
|
|
17820
|
+
"module": "/src/components/video-player/src/providers/base-provider.js"
|
|
17821
|
+
}
|
|
17744
17822
|
}
|
|
17745
17823
|
],
|
|
17746
17824
|
"exports": [
|
|
17747
17825
|
{
|
|
17748
17826
|
"kind": "js",
|
|
17749
|
-
"name": "
|
|
17750
|
-
"declaration": {
|
|
17751
|
-
"name": "detectVideoSource",
|
|
17752
|
-
"module": "src/components/video-player/src/utils/url-detector.ts"
|
|
17753
|
-
}
|
|
17754
|
-
},
|
|
17755
|
-
{
|
|
17756
|
-
"kind": "js",
|
|
17757
|
-
"name": "isYouTubeUrl",
|
|
17758
|
-
"declaration": {
|
|
17759
|
-
"name": "isYouTubeUrl",
|
|
17760
|
-
"module": "src/components/video-player/src/utils/url-detector.ts"
|
|
17761
|
-
}
|
|
17762
|
-
},
|
|
17763
|
-
{
|
|
17764
|
-
"kind": "js",
|
|
17765
|
-
"name": "isVimeoUrl",
|
|
17766
|
-
"declaration": {
|
|
17767
|
-
"name": "isVimeoUrl",
|
|
17768
|
-
"module": "src/components/video-player/src/utils/url-detector.ts"
|
|
17769
|
-
}
|
|
17770
|
-
},
|
|
17771
|
-
{
|
|
17772
|
-
"kind": "js",
|
|
17773
|
-
"name": "isKalturaUrl",
|
|
17774
|
-
"declaration": {
|
|
17775
|
-
"name": "isKalturaUrl",
|
|
17776
|
-
"module": "src/components/video-player/src/utils/url-detector.ts"
|
|
17777
|
-
}
|
|
17778
|
-
},
|
|
17779
|
-
{
|
|
17780
|
-
"kind": "js",
|
|
17781
|
-
"name": "isNativeVideoUrl",
|
|
17827
|
+
"name": "YouTubeProvider",
|
|
17782
17828
|
"declaration": {
|
|
17783
|
-
"name": "
|
|
17784
|
-
"module": "src/components/video-player/src/
|
|
17829
|
+
"name": "YouTubeProvider",
|
|
17830
|
+
"module": "src/components/video-player/src/providers/youtube-provider.ts"
|
|
17785
17831
|
}
|
|
17786
17832
|
}
|
|
17787
17833
|
]
|
|
@@ -18174,6 +18220,149 @@
|
|
|
18174
18220
|
}
|
|
18175
18221
|
]
|
|
18176
18222
|
},
|
|
18223
|
+
{
|
|
18224
|
+
"kind": "javascript-module",
|
|
18225
|
+
"path": "src/components/video-player/src/utils/url-detector.ts",
|
|
18226
|
+
"declarations": [
|
|
18227
|
+
{
|
|
18228
|
+
"kind": "function",
|
|
18229
|
+
"name": "detectVideoSource",
|
|
18230
|
+
"return": {
|
|
18231
|
+
"type": {
|
|
18232
|
+
"text": ""
|
|
18233
|
+
}
|
|
18234
|
+
},
|
|
18235
|
+
"parameters": [
|
|
18236
|
+
{
|
|
18237
|
+
"name": "url",
|
|
18238
|
+
"type": {
|
|
18239
|
+
"text": "string"
|
|
18240
|
+
},
|
|
18241
|
+
"description": "The video URL to analyze"
|
|
18242
|
+
}
|
|
18243
|
+
],
|
|
18244
|
+
"description": "Detect the video source type from a URL"
|
|
18245
|
+
},
|
|
18246
|
+
{
|
|
18247
|
+
"kind": "function",
|
|
18248
|
+
"name": "isYouTubeUrl",
|
|
18249
|
+
"return": {
|
|
18250
|
+
"type": {
|
|
18251
|
+
"text": ""
|
|
18252
|
+
}
|
|
18253
|
+
},
|
|
18254
|
+
"parameters": [
|
|
18255
|
+
{
|
|
18256
|
+
"name": "url",
|
|
18257
|
+
"type": {
|
|
18258
|
+
"text": "string"
|
|
18259
|
+
},
|
|
18260
|
+
"description": "The URL to check"
|
|
18261
|
+
}
|
|
18262
|
+
],
|
|
18263
|
+
"description": "Check if a URL is a YouTube video"
|
|
18264
|
+
},
|
|
18265
|
+
{
|
|
18266
|
+
"kind": "function",
|
|
18267
|
+
"name": "isVimeoUrl",
|
|
18268
|
+
"return": {
|
|
18269
|
+
"type": {
|
|
18270
|
+
"text": ""
|
|
18271
|
+
}
|
|
18272
|
+
},
|
|
18273
|
+
"parameters": [
|
|
18274
|
+
{
|
|
18275
|
+
"name": "url",
|
|
18276
|
+
"type": {
|
|
18277
|
+
"text": "string"
|
|
18278
|
+
},
|
|
18279
|
+
"description": "The URL to check"
|
|
18280
|
+
}
|
|
18281
|
+
],
|
|
18282
|
+
"description": "Check if a URL is a Vimeo video"
|
|
18283
|
+
},
|
|
18284
|
+
{
|
|
18285
|
+
"kind": "function",
|
|
18286
|
+
"name": "isKalturaUrl",
|
|
18287
|
+
"return": {
|
|
18288
|
+
"type": {
|
|
18289
|
+
"text": ""
|
|
18290
|
+
}
|
|
18291
|
+
},
|
|
18292
|
+
"parameters": [
|
|
18293
|
+
{
|
|
18294
|
+
"name": "url",
|
|
18295
|
+
"type": {
|
|
18296
|
+
"text": "string"
|
|
18297
|
+
},
|
|
18298
|
+
"description": "The URL to check"
|
|
18299
|
+
}
|
|
18300
|
+
],
|
|
18301
|
+
"description": "Check if a URL is a Kaltura video"
|
|
18302
|
+
},
|
|
18303
|
+
{
|
|
18304
|
+
"kind": "function",
|
|
18305
|
+
"name": "isNativeVideoUrl",
|
|
18306
|
+
"return": {
|
|
18307
|
+
"type": {
|
|
18308
|
+
"text": ""
|
|
18309
|
+
}
|
|
18310
|
+
},
|
|
18311
|
+
"parameters": [
|
|
18312
|
+
{
|
|
18313
|
+
"name": "url",
|
|
18314
|
+
"type": {
|
|
18315
|
+
"text": "string"
|
|
18316
|
+
},
|
|
18317
|
+
"description": "The URL to check"
|
|
18318
|
+
}
|
|
18319
|
+
],
|
|
18320
|
+
"description": "Check if a URL is a native video file"
|
|
18321
|
+
}
|
|
18322
|
+
],
|
|
18323
|
+
"exports": [
|
|
18324
|
+
{
|
|
18325
|
+
"kind": "js",
|
|
18326
|
+
"name": "detectVideoSource",
|
|
18327
|
+
"declaration": {
|
|
18328
|
+
"name": "detectVideoSource",
|
|
18329
|
+
"module": "src/components/video-player/src/utils/url-detector.ts"
|
|
18330
|
+
}
|
|
18331
|
+
},
|
|
18332
|
+
{
|
|
18333
|
+
"kind": "js",
|
|
18334
|
+
"name": "isYouTubeUrl",
|
|
18335
|
+
"declaration": {
|
|
18336
|
+
"name": "isYouTubeUrl",
|
|
18337
|
+
"module": "src/components/video-player/src/utils/url-detector.ts"
|
|
18338
|
+
}
|
|
18339
|
+
},
|
|
18340
|
+
{
|
|
18341
|
+
"kind": "js",
|
|
18342
|
+
"name": "isVimeoUrl",
|
|
18343
|
+
"declaration": {
|
|
18344
|
+
"name": "isVimeoUrl",
|
|
18345
|
+
"module": "src/components/video-player/src/utils/url-detector.ts"
|
|
18346
|
+
}
|
|
18347
|
+
},
|
|
18348
|
+
{
|
|
18349
|
+
"kind": "js",
|
|
18350
|
+
"name": "isKalturaUrl",
|
|
18351
|
+
"declaration": {
|
|
18352
|
+
"name": "isKalturaUrl",
|
|
18353
|
+
"module": "src/components/video-player/src/utils/url-detector.ts"
|
|
18354
|
+
}
|
|
18355
|
+
},
|
|
18356
|
+
{
|
|
18357
|
+
"kind": "js",
|
|
18358
|
+
"name": "isNativeVideoUrl",
|
|
18359
|
+
"declaration": {
|
|
18360
|
+
"name": "isNativeVideoUrl",
|
|
18361
|
+
"module": "src/components/video-player/src/utils/url-detector.ts"
|
|
18362
|
+
}
|
|
18363
|
+
}
|
|
18364
|
+
]
|
|
18365
|
+
},
|
|
18177
18366
|
{
|
|
18178
18367
|
"kind": "javascript-module",
|
|
18179
18368
|
"path": "src/components/markdown/src/plugins/markdownItAttrs/patterns/blocks.ts",
|