@xplor-education/react-wrappers 2.0.0 → 2.0.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/dist/components.cjs +22527 -1
- package/dist/components.d.ts +81 -81
- package/dist/components.js +27438 -344
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
import { AssistantErrorEvent } from '@xplor-education/
|
|
2
|
-
import { AssistantMessageReceivedEvent } from '@xplor-education/
|
|
3
|
-
import { AssistantMessageSentEvent } from '@xplor-education/
|
|
4
|
-
import { AssistantSessionEvent } from '@xplor-education/
|
|
5
|
-
import { AutocompleteItem } from '@xplor-education/
|
|
6
|
-
import { ComboboxItem } from '@xplor-education/
|
|
7
|
-
import { DatatablePagination } from '@xplor-education/
|
|
1
|
+
import { AssistantErrorEvent } from '@xplor-education/core-stencil-components';
|
|
2
|
+
import { AssistantMessageReceivedEvent } from '@xplor-education/core-stencil-components';
|
|
3
|
+
import { AssistantMessageSentEvent } from '@xplor-education/core-stencil-components';
|
|
4
|
+
import { AssistantSessionEvent } from '@xplor-education/core-stencil-components';
|
|
5
|
+
import { AutocompleteItem } from '@xplor-education/core-stencil-components';
|
|
6
|
+
import { ComboboxItem } from '@xplor-education/core-stencil-components';
|
|
7
|
+
import { DatatablePagination } from '@xplor-education/core-stencil-components';
|
|
8
8
|
import { EventName } from '@stencil/react-output-target/runtime';
|
|
9
|
-
import { MenuOption } from '@xplor-education/
|
|
9
|
+
import { MenuOption } from '@xplor-education/core-stencil-components';
|
|
10
10
|
import { StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
11
|
-
import { UploadedFile } from '@xplor-education/
|
|
12
|
-
import { XplorAlertDialog as XplorAlertDialog_2 } from '@xplor-education/
|
|
13
|
-
import { XplorAlertMessage as XplorAlertMessage_2 } from '@xplor-education/
|
|
14
|
-
import { XplorAssistant as XplorAssistant_2 } from '@xplor-education/
|
|
15
|
-
import { XplorAssistantCustomEvent } from '@xplor-education/
|
|
16
|
-
import { XplorAutocomplete as XplorAutocomplete_2 } from '@xplor-education/
|
|
17
|
-
import { XplorAutocompleteCustomEvent } from '@xplor-education/
|
|
18
|
-
import { XplorAvatar as XplorAvatar_2 } from '@xplor-education/
|
|
19
|
-
import { XplorAvatarAndName as XplorAvatarAndName_2 } from '@xplor-education/
|
|
20
|
-
import { XplorBadge as XplorBadge_2 } from '@xplor-education/
|
|
21
|
-
import { XplorBadgeActive as XplorBadgeActive_2 } from '@xplor-education/
|
|
22
|
-
import { XplorBadgeArchived as XplorBadgeArchived_2 } from '@xplor-education/
|
|
23
|
-
import { XplorBadgeDeleted as XplorBadgeDeleted_2 } from '@xplor-education/
|
|
24
|
-
import { XplorBadgeExpired as XplorBadgeExpired_2 } from '@xplor-education/
|
|
25
|
-
import { XplorBadgeInactive as XplorBadgeInactive_2 } from '@xplor-education/
|
|
26
|
-
import { XplorBadgeRecalled as XplorBadgeRecalled_2 } from '@xplor-education/
|
|
27
|
-
import { XplorBadgeSessionBooking as XplorBadgeSessionBooking_2 } from '@xplor-education/
|
|
28
|
-
import { XplorBadgeUpcoming as XplorBadgeUpcoming_2 } from '@xplor-education/
|
|
29
|
-
import { XplorBadgeWaitlist as XplorBadgeWaitlist_2 } from '@xplor-education/
|
|
30
|
-
import { XplorBtnBack as XplorBtnBack_2 } from '@xplor-education/
|
|
31
|
-
import { XplorBtnBackCustomEvent } from '@xplor-education/
|
|
32
|
-
import { XplorBtnBackToParent as XplorBtnBackToParent_2 } from '@xplor-education/
|
|
33
|
-
import { XplorBtnIcon as XplorBtnIcon_2 } from '@xplor-education/
|
|
34
|
-
import { XplorBtnIconCustomEvent } from '@xplor-education/
|
|
35
|
-
import { XplorBtnMenu as XplorBtnMenu_2 } from '@xplor-education/
|
|
36
|
-
import { XplorBtnMenuCustomEvent } from '@xplor-education/
|
|
37
|
-
import { XplorBtnToggle as XplorBtnToggle_2 } from '@xplor-education/
|
|
38
|
-
import { XplorBtnToggleGroup as XplorBtnToggleGroup_2 } from '@xplor-education/
|
|
39
|
-
import { XplorBtnToggleSecondary as XplorBtnToggleSecondary_2 } from '@xplor-education/
|
|
40
|
-
import { XplorBtnTooltip as XplorBtnTooltip_2 } from '@xplor-education/
|
|
41
|
-
import { XplorButton as XplorButton_2 } from '@xplor-education/
|
|
42
|
-
import { XplorChatWidget as XplorChatWidget_2 } from '@xplor-education/
|
|
43
|
-
import { XplorCheckbox as XplorCheckbox_2 } from '@xplor-education/
|
|
44
|
-
import { XplorCombobox as XplorCombobox_2 } from '@xplor-education/
|
|
45
|
-
import { XplorComboboxCustomEvent } from '@xplor-education/
|
|
46
|
-
import { XplorDatatable as XplorDatatable_2 } from '@xplor-education/
|
|
47
|
-
import { XplorDatatableCustomEvent } from '@xplor-education/
|
|
48
|
-
import { XplorDatePicker as XplorDatePicker_2 } from '@xplor-education/
|
|
49
|
-
import { XplorDatePickerCustomEvent } from '@xplor-education/
|
|
50
|
-
import { XplorDragAndDropInput as XplorDragAndDropInput_2 } from '@xplor-education/
|
|
51
|
-
import { XplorDragAndDropInputCustomEvent } from '@xplor-education/
|
|
52
|
-
import { XplorDropdown as XplorDropdown_2 } from '@xplor-education/
|
|
53
|
-
import { XplorExpansionPanel as XplorExpansionPanel_2 } from '@xplor-education/
|
|
54
|
-
import { XplorExpansionPanels as XplorExpansionPanels_2 } from '@xplor-education/
|
|
55
|
-
import { XplorFileUpload as XplorFileUpload_2 } from '@xplor-education/
|
|
56
|
-
import { XplorFileUploadCustomEvent } from '@xplor-education/
|
|
57
|
-
import { XplorInlineCheckbox as XplorInlineCheckbox_2 } from '@xplor-education/
|
|
58
|
-
import { XplorInlineDatePicker as XplorInlineDatePicker_2 } from '@xplor-education/
|
|
59
|
-
import { XplorInlineSwitch as XplorInlineSwitch_2 } from '@xplor-education/
|
|
60
|
-
import { XplorInputFile as XplorInputFile_2 } from '@xplor-education/
|
|
61
|
-
import { XplorInputFileCustomEvent } from '@xplor-education/
|
|
62
|
-
import { XplorInputSearch as XplorInputSearch_2 } from '@xplor-education/
|
|
63
|
-
import { XplorInputSelect as XplorInputSelect_2 } from '@xplor-education/
|
|
64
|
-
import { XplorInputSend as XplorInputSend_2 } from '@xplor-education/
|
|
65
|
-
import { XplorInputText as XplorInputText_2 } from '@xplor-education/
|
|
66
|
-
import { XplorInputTextArea as XplorInputTextArea_2 } from '@xplor-education/
|
|
67
|
-
import { XplorInputTextCustomEvent } from '@xplor-education/
|
|
68
|
-
import { XplorInputTextSecondary as XplorInputTextSecondary_2 } from '@xplor-education/
|
|
69
|
-
import { XplorInputTextSecondaryCustomEvent } from '@xplor-education/
|
|
70
|
-
import { XplorInputTitle as XplorInputTitle_2 } from '@xplor-education/
|
|
71
|
-
import { XplorLinks as XplorLinks_2 } from '@xplor-education/
|
|
72
|
-
import { XplorModal as XplorModal_2 } from '@xplor-education/
|
|
73
|
-
import { XplorModalPersistent as XplorModalPersistent_2 } from '@xplor-education/
|
|
74
|
-
import { XplorNavTabs as XplorNavTabs_2 } from '@xplor-education/
|
|
75
|
-
import { XplorSectionCard as XplorSectionCard_2 } from '@xplor-education/
|
|
76
|
-
import { XplorSectionHeading as XplorSectionHeading_2 } from '@xplor-education/
|
|
77
|
-
import { XplorTable as XplorTable_2 } from '@xplor-education/
|
|
78
|
-
import { XplorTextBubble as XplorTextBubble_2 } from '@xplor-education/
|
|
79
|
-
import { XplorTextField as XplorTextField_2 } from '@xplor-education/
|
|
80
|
-
import { XplorTextFieldCustomEvent } from '@xplor-education/
|
|
81
|
-
import { XplorTimePicker as XplorTimePicker_2 } from '@xplor-education/
|
|
82
|
-
import { XplorTimePickerCustomEvent } from '@xplor-education/
|
|
83
|
-
import { XplorTooltip as XplorTooltip_2 } from '@xplor-education/
|
|
11
|
+
import { UploadedFile } from '@xplor-education/core-stencil-components';
|
|
12
|
+
import { XplorAlertDialog as XplorAlertDialog_2 } from '@xplor-education/core-stencil-components/components/xplor-alert-dialog.js';
|
|
13
|
+
import { XplorAlertMessage as XplorAlertMessage_2 } from '@xplor-education/core-stencil-components/components/xplor-alert-message.js';
|
|
14
|
+
import { XplorAssistant as XplorAssistant_2 } from '@xplor-education/core-stencil-components/components/xplor-assistant.js';
|
|
15
|
+
import { XplorAssistantCustomEvent } from '@xplor-education/core-stencil-components';
|
|
16
|
+
import { XplorAutocomplete as XplorAutocomplete_2 } from '@xplor-education/core-stencil-components/components/xplor-autocomplete.js';
|
|
17
|
+
import { XplorAutocompleteCustomEvent } from '@xplor-education/core-stencil-components';
|
|
18
|
+
import { XplorAvatar as XplorAvatar_2 } from '@xplor-education/core-stencil-components/components/xplor-avatar.js';
|
|
19
|
+
import { XplorAvatarAndName as XplorAvatarAndName_2 } from '@xplor-education/core-stencil-components/components/xplor-avatar-and-name.js';
|
|
20
|
+
import { XplorBadge as XplorBadge_2 } from '@xplor-education/core-stencil-components/components/xplor-badge.js';
|
|
21
|
+
import { XplorBadgeActive as XplorBadgeActive_2 } from '@xplor-education/core-stencil-components/components/xplor-badge-active.js';
|
|
22
|
+
import { XplorBadgeArchived as XplorBadgeArchived_2 } from '@xplor-education/core-stencil-components/components/xplor-badge-archived.js';
|
|
23
|
+
import { XplorBadgeDeleted as XplorBadgeDeleted_2 } from '@xplor-education/core-stencil-components/components/xplor-badge-deleted.js';
|
|
24
|
+
import { XplorBadgeExpired as XplorBadgeExpired_2 } from '@xplor-education/core-stencil-components/components/xplor-badge-expired.js';
|
|
25
|
+
import { XplorBadgeInactive as XplorBadgeInactive_2 } from '@xplor-education/core-stencil-components/components/xplor-badge-inactive.js';
|
|
26
|
+
import { XplorBadgeRecalled as XplorBadgeRecalled_2 } from '@xplor-education/core-stencil-components/components/xplor-badge-recalled.js';
|
|
27
|
+
import { XplorBadgeSessionBooking as XplorBadgeSessionBooking_2 } from '@xplor-education/core-stencil-components/components/xplor-badge-session-booking.js';
|
|
28
|
+
import { XplorBadgeUpcoming as XplorBadgeUpcoming_2 } from '@xplor-education/core-stencil-components/components/xplor-badge-upcoming.js';
|
|
29
|
+
import { XplorBadgeWaitlist as XplorBadgeWaitlist_2 } from '@xplor-education/core-stencil-components/components/xplor-badge-waitlist.js';
|
|
30
|
+
import { XplorBtnBack as XplorBtnBack_2 } from '@xplor-education/core-stencil-components/components/xplor-btn-back.js';
|
|
31
|
+
import { XplorBtnBackCustomEvent } from '@xplor-education/core-stencil-components';
|
|
32
|
+
import { XplorBtnBackToParent as XplorBtnBackToParent_2 } from '@xplor-education/core-stencil-components/components/xplor-btn-back-to-parent.js';
|
|
33
|
+
import { XplorBtnIcon as XplorBtnIcon_2 } from '@xplor-education/core-stencil-components/components/xplor-btn-icon.js';
|
|
34
|
+
import { XplorBtnIconCustomEvent } from '@xplor-education/core-stencil-components';
|
|
35
|
+
import { XplorBtnMenu as XplorBtnMenu_2 } from '@xplor-education/core-stencil-components/components/xplor-btn-menu.js';
|
|
36
|
+
import { XplorBtnMenuCustomEvent } from '@xplor-education/core-stencil-components';
|
|
37
|
+
import { XplorBtnToggle as XplorBtnToggle_2 } from '@xplor-education/core-stencil-components/components/xplor-btn-toggle.js';
|
|
38
|
+
import { XplorBtnToggleGroup as XplorBtnToggleGroup_2 } from '@xplor-education/core-stencil-components/components/xplor-btn-toggle-group.js';
|
|
39
|
+
import { XplorBtnToggleSecondary as XplorBtnToggleSecondary_2 } from '@xplor-education/core-stencil-components/components/xplor-btn-toggle-secondary.js';
|
|
40
|
+
import { XplorBtnTooltip as XplorBtnTooltip_2 } from '@xplor-education/core-stencil-components/components/xplor-btn-tooltip.js';
|
|
41
|
+
import { XplorButton as XplorButton_2 } from '@xplor-education/core-stencil-components/components/xplor-button.js';
|
|
42
|
+
import { XplorChatWidget as XplorChatWidget_2 } from '@xplor-education/core-stencil-components/components/xplor-chat-widget.js';
|
|
43
|
+
import { XplorCheckbox as XplorCheckbox_2 } from '@xplor-education/core-stencil-components/components/xplor-checkbox.js';
|
|
44
|
+
import { XplorCombobox as XplorCombobox_2 } from '@xplor-education/core-stencil-components/components/xplor-combobox.js';
|
|
45
|
+
import { XplorComboboxCustomEvent } from '@xplor-education/core-stencil-components';
|
|
46
|
+
import { XplorDatatable as XplorDatatable_2 } from '@xplor-education/core-stencil-components/components/xplor-datatable.js';
|
|
47
|
+
import { XplorDatatableCustomEvent } from '@xplor-education/core-stencil-components';
|
|
48
|
+
import { XplorDatePicker as XplorDatePicker_2 } from '@xplor-education/core-stencil-components/components/xplor-date-picker.js';
|
|
49
|
+
import { XplorDatePickerCustomEvent } from '@xplor-education/core-stencil-components';
|
|
50
|
+
import { XplorDragAndDropInput as XplorDragAndDropInput_2 } from '@xplor-education/core-stencil-components/components/xplor-drag-and-drop-input.js';
|
|
51
|
+
import { XplorDragAndDropInputCustomEvent } from '@xplor-education/core-stencil-components';
|
|
52
|
+
import { XplorDropdown as XplorDropdown_2 } from '@xplor-education/core-stencil-components/components/xplor-dropdown.js';
|
|
53
|
+
import { XplorExpansionPanel as XplorExpansionPanel_2 } from '@xplor-education/core-stencil-components/components/xplor-expansion-panel.js';
|
|
54
|
+
import { XplorExpansionPanels as XplorExpansionPanels_2 } from '@xplor-education/core-stencil-components/components/xplor-expansion-panels.js';
|
|
55
|
+
import { XplorFileUpload as XplorFileUpload_2 } from '@xplor-education/core-stencil-components/components/xplor-file-upload.js';
|
|
56
|
+
import { XplorFileUploadCustomEvent } from '@xplor-education/core-stencil-components';
|
|
57
|
+
import { XplorInlineCheckbox as XplorInlineCheckbox_2 } from '@xplor-education/core-stencil-components/components/xplor-inline-checkbox.js';
|
|
58
|
+
import { XplorInlineDatePicker as XplorInlineDatePicker_2 } from '@xplor-education/core-stencil-components/components/xplor-inline-date-picker.js';
|
|
59
|
+
import { XplorInlineSwitch as XplorInlineSwitch_2 } from '@xplor-education/core-stencil-components/components/xplor-inline-switch.js';
|
|
60
|
+
import { XplorInputFile as XplorInputFile_2 } from '@xplor-education/core-stencil-components/components/xplor-input-file.js';
|
|
61
|
+
import { XplorInputFileCustomEvent } from '@xplor-education/core-stencil-components';
|
|
62
|
+
import { XplorInputSearch as XplorInputSearch_2 } from '@xplor-education/core-stencil-components/components/xplor-input-search.js';
|
|
63
|
+
import { XplorInputSelect as XplorInputSelect_2 } from '@xplor-education/core-stencil-components/components/xplor-input-select.js';
|
|
64
|
+
import { XplorInputSend as XplorInputSend_2 } from '@xplor-education/core-stencil-components/components/xplor-input-send.js';
|
|
65
|
+
import { XplorInputText as XplorInputText_2 } from '@xplor-education/core-stencil-components/components/xplor-input-text.js';
|
|
66
|
+
import { XplorInputTextArea as XplorInputTextArea_2 } from '@xplor-education/core-stencil-components/components/xplor-input-text-area.js';
|
|
67
|
+
import { XplorInputTextCustomEvent } from '@xplor-education/core-stencil-components';
|
|
68
|
+
import { XplorInputTextSecondary as XplorInputTextSecondary_2 } from '@xplor-education/core-stencil-components/components/xplor-input-text-secondary.js';
|
|
69
|
+
import { XplorInputTextSecondaryCustomEvent } from '@xplor-education/core-stencil-components';
|
|
70
|
+
import { XplorInputTitle as XplorInputTitle_2 } from '@xplor-education/core-stencil-components/components/xplor-input-title.js';
|
|
71
|
+
import { XplorLinks as XplorLinks_2 } from '@xplor-education/core-stencil-components/components/xplor-links.js';
|
|
72
|
+
import { XplorModal as XplorModal_2 } from '@xplor-education/core-stencil-components/components/xplor-modal.js';
|
|
73
|
+
import { XplorModalPersistent as XplorModalPersistent_2 } from '@xplor-education/core-stencil-components/components/xplor-modal-persistent.js';
|
|
74
|
+
import { XplorNavTabs as XplorNavTabs_2 } from '@xplor-education/core-stencil-components/components/xplor-nav-tabs.js';
|
|
75
|
+
import { XplorSectionCard as XplorSectionCard_2 } from '@xplor-education/core-stencil-components/components/xplor-section-card.js';
|
|
76
|
+
import { XplorSectionHeading as XplorSectionHeading_2 } from '@xplor-education/core-stencil-components/components/xplor-section-heading.js';
|
|
77
|
+
import { XplorTable as XplorTable_2 } from '@xplor-education/core-stencil-components/components/xplor-table.js';
|
|
78
|
+
import { XplorTextBubble as XplorTextBubble_2 } from '@xplor-education/core-stencil-components/components/xplor-text-bubble.js';
|
|
79
|
+
import { XplorTextField as XplorTextField_2 } from '@xplor-education/core-stencil-components/components/xplor-text-field.js';
|
|
80
|
+
import { XplorTextFieldCustomEvent } from '@xplor-education/core-stencil-components';
|
|
81
|
+
import { XplorTimePicker as XplorTimePicker_2 } from '@xplor-education/core-stencil-components/components/xplor-time-picker.js';
|
|
82
|
+
import { XplorTimePickerCustomEvent } from '@xplor-education/core-stencil-components';
|
|
83
|
+
import { XplorTooltip as XplorTooltip_2 } from '@xplor-education/core-stencil-components/components/xplor-tooltip.js';
|
|
84
84
|
|
|
85
85
|
export declare const XplorAlertDialog: StencilReactComponent<XplorAlertDialog_2, XplorAlertDialogEvents>;
|
|
86
86
|
|