@momentum-ui/web-components 2.16.2 → 2.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +6 -0
- package/.eslintrc.js +22 -0
- package/.github/CODEOWNERS +5 -0
- package/.github/ISSUE_TEMPLATE/bug_report.md +38 -0
- package/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
- package/.github/pull_request_template.md +191 -0
- package/.prettierignore +6 -0
- package/.prettierrc +6 -0
- package/.storybook/main.ts +67 -0
- package/.storybook/manager.ts +16 -0
- package/.storybook/preview-body.html +43 -0
- package/.storybook/preview-head.html +3 -0
- package/.storybook/preview.ts +70 -0
- package/.storybook/themeDecorator.js +9 -0
- package/.stylelintignore +6 -0
- package/.stylelintrc.js +18 -0
- package/.vscode/extensions.json +13 -0
- package/.vscode/launch.json +13 -0
- package/.vscode/settings.json +33 -0
- package/ANGULAR_USAGE.md +102 -0
- package/APPLYING_STYLES.md +44 -0
- package/CHANGELOG.md +23 -0
- package/CONTRIBUTING.md +56 -0
- package/REACT_USAGE.md +145 -0
- package/VERSIONING.md +28 -0
- package/WEB_COMPONENTS_CRASH_COURSE.md +255 -0
- package/babel.config.js +4 -0
- package/codecov.yml +10 -0
- package/jest/cssTransform.js +9 -0
- package/jest/imgTransform.js +9 -0
- package/jest/svgTransform.js +9 -0
- package/jest.config.js +37 -0
- package/package.json +133 -7
- package/publish-conf.js +65 -0
- package/sonar-project.properties +22 -0
- package/sonar.config.js +22 -0
- package/src/[sandbox]/examples/AdvanceList/components/ErrorLoader/ErrorLoader.scss +22 -0
- package/src/[sandbox]/examples/AdvanceList/components/ErrorLoader/ErrorLoader.ts +72 -0
- package/src/[sandbox]/examples/AdvanceList/components/ParentComponentError.ts +123 -0
- package/src/[sandbox]/examples/AdvanceList/components/ParentComponentGeneric.ts +101 -0
- package/src/[sandbox]/examples/AdvanceList/components/ParentComponentPreSelect.ts +98 -0
- package/src/[sandbox]/examples/accordion.ts +67 -0
- package/src/[sandbox]/examples/advance-list.ts +14 -0
- package/src/[sandbox]/examples/alert-banner.ts +100 -0
- package/src/[sandbox]/examples/alert.ts +130 -0
- package/src/[sandbox]/examples/audio-player.ts +9 -0
- package/src/[sandbox]/examples/avatar.ts +119 -0
- package/src/[sandbox]/examples/badge.ts +170 -0
- package/src/[sandbox]/examples/breadcrumb.ts +5 -0
- package/src/[sandbox]/examples/button-group.ts +66 -0
- package/src/[sandbox]/examples/button.ts +455 -0
- package/src/[sandbox]/examples/card-ai.ts +105 -0
- package/src/[sandbox]/examples/card.ts +76 -0
- package/src/[sandbox]/examples/chat-message.ts +33 -0
- package/src/[sandbox]/examples/checkbox.ts +64 -0
- package/src/[sandbox]/examples/chip.ts +121 -0
- package/src/[sandbox]/examples/coachmark.ts +90 -0
- package/src/[sandbox]/examples/code-editor.ts +13 -0
- package/src/[sandbox]/examples/colorTable.ts +12 -0
- package/src/[sandbox]/examples/combobox.ts +441 -0
- package/src/[sandbox]/examples/date-range-picker.ts +26 -0
- package/src/[sandbox]/examples/date-time-picker.ts +25 -0
- package/src/[sandbox]/examples/datepicker.ts +41 -0
- package/src/[sandbox]/examples/draggable.ts +70 -0
- package/src/[sandbox]/examples/dropdown.ts +263 -0
- package/src/[sandbox]/examples/editable-field.ts +115 -0
- package/src/[sandbox]/examples/favorite.ts +49 -0
- package/src/[sandbox]/examples/floating-modal.ts +101 -0
- package/src/[sandbox]/examples/form.ts +101 -0
- package/src/[sandbox]/examples/grabber.ts +199 -0
- package/src/[sandbox]/examples/icon.ts +72 -0
- package/src/[sandbox]/examples/index.ts +55 -0
- package/src/[sandbox]/examples/input-file.ts +7 -0
- package/src/[sandbox]/examples/input.ts +444 -0
- package/src/[sandbox]/examples/label.ts +13 -0
- package/src/[sandbox]/examples/link.ts +46 -0
- package/src/[sandbox]/examples/list.ts +55 -0
- package/src/[sandbox]/examples/loading.ts +8 -0
- package/src/[sandbox]/examples/meeting-alert.ts +108 -0
- package/src/[sandbox]/examples/menu-item.ts +33 -0
- package/src/[sandbox]/examples/menu-overlay.ts +579 -0
- package/src/[sandbox]/examples/modal.ts +451 -0
- package/src/[sandbox]/examples/pagination.ts +13 -0
- package/src/[sandbox]/examples/phone-input.ts +112 -0
- package/src/[sandbox]/examples/popover.ts +164 -0
- package/src/[sandbox]/examples/progress-bar.ts +6 -0
- package/src/[sandbox]/examples/radio-group.ts +52 -0
- package/src/[sandbox]/examples/slider.ts +17 -0
- package/src/[sandbox]/examples/spinner.ts +4 -0
- package/src/[sandbox]/examples/table-advanced.ts +120 -0
- package/src/[sandbox]/examples/table.ts +106 -0
- package/src/[sandbox]/examples/tabs.ts +887 -0
- package/src/[sandbox]/examples/task-item.ts +142 -0
- package/src/[sandbox]/examples/timepicker.ts +26 -0
- package/src/[sandbox]/examples/toggle-switch.ts +20 -0
- package/src/[sandbox]/examples/tooltip.ts +138 -0
- package/src/[sandbox]/favicon.ico +0 -0
- package/src/[sandbox]/index.html +15 -0
- package/src/[sandbox]/sandbox.mock.ts +636 -0
- package/src/[sandbox]/sandbox.scss +66 -0
- package/src/[sandbox]/sandbox.ts +318 -0
- package/src/assets/images/profile.svg +47 -0
- package/src/assets/images/whatsapp.svg +1104 -0
- package/src/assets/images/wxm.svg +8 -0
- package/src/components/accordion/Accordion.mdx +74 -0
- package/src/components/accordion/Accordion.stories.ts +40 -0
- package/src/components/accordion/Accordion.test.ts +151 -0
- package/src/components/accordion/Accordion.ts +188 -0
- package/src/components/accordion/AccordionItem.test.ts +124 -0
- package/src/components/accordion/AccordionItem.ts +180 -0
- package/src/components/accordion/scss/accordion-item.scss +92 -0
- package/src/components/accordion/scss/accordion.scss +32 -0
- package/src/components/accordion/scss/mixins.scss +16 -0
- package/src/components/accordion/scss/module.scss +2 -0
- package/src/components/accordion/scss/settings.scss +14 -0
- package/src/components/accordion/tokens/lm-accordion-tokens.js +26 -0
- package/src/components/accordion/tokens/md-accordion-tokens.js +26 -0
- package/src/components/accordion/tokens/mdv2-accordion-tokens.js +21 -0
- package/src/components/activity-button/ActivityButton.test.ts +52 -0
- package/src/components/activity-button/ActivityButton.ts +92 -0
- package/src/components/activity-button/scss/activity-button.scss +160 -0
- package/src/components/activity-button/scss/module.scss +63 -0
- package/src/components/advance-list/AdvanceList.test.ts +357 -0
- package/src/components/advance-list/AdvanceList.ts +293 -0
- package/src/components/advance-list/scss/AdvanceList.scss +82 -0
- package/src/components/advance-list/scss/module.scss +8 -0
- package/src/components/advance-list/tokens/lm-advance-list-tokens.js +46 -0
- package/src/components/advance-list/tokens/md-advance-list-tokens.js +46 -0
- package/src/components/advance-list/tokens/mdv2-adavance-list-tokens.js +49 -0
- package/src/components/alert/Alert.mdx +72 -0
- package/src/components/alert/Alert.stories.ts +94 -0
- package/src/components/alert/Alert.test.ts +276 -0
- package/src/components/alert/Alert.ts +282 -0
- package/src/components/alert/scss/alert.scss +221 -0
- package/src/components/alert/scss/mixins.scss +27 -0
- package/src/components/alert/scss/module.scss +6 -0
- package/src/components/alert/scss/settings.scss +27 -0
- package/src/components/alert/tokens/lm-alert-tokens.js +63 -0
- package/src/components/alert/tokens/md-alert-tokens.js +63 -0
- package/src/components/alert/tokens/mdv2-alert-tokens.js +51 -0
- package/src/components/alert-banner/AlertBanner.mdx +38 -0
- package/src/components/alert-banner/AlertBanner.stories.ts +49 -0
- package/src/components/alert-banner/AlertBanner.test.ts +79 -0
- package/src/components/alert-banner/AlertBanner.ts +89 -0
- package/src/components/alert-banner/scss/alert-banner.scss +71 -0
- package/src/components/alert-banner/scss/mixins.scss +8 -0
- package/src/components/alert-banner/scss/module.scss +7 -0
- package/src/components/alert-banner/scss/settings.scss +9 -0
- package/src/components/alert-banner/tokens/lm-alertbanner-tokens.js +50 -0
- package/src/components/alert-banner/tokens/md-alertbanner-tokens.js +50 -0
- package/src/components/alert-banner/tokens/mdv2-alertbanner-tokens.js +44 -0
- package/src/components/audio-player/AudioPlayer.stories.ts +33 -0
- package/src/components/audio-player/AudioPlayer.test.ts +208 -0
- package/src/components/audio-player/AudioPlayer.ts +539 -0
- package/src/components/audio-player/scss/audio-player.scss +236 -0
- package/src/components/audio-player/scss/mixins.scss +0 -0
- package/src/components/audio-player/scss/module.scss +16 -0
- package/src/components/audio-player/scss/settings.scss +15 -0
- package/src/components/audio-player/tokens/lm-audio-player-token.js +46 -0
- package/src/components/audio-player/tokens/md-audio-player-token.js +46 -0
- package/src/components/audio-player/tokens/mdv2-audio-player-token.js +37 -0
- package/src/components/avatar/Avatar.constants.ts +31 -0
- package/src/components/avatar/Avatar.mdx +153 -0
- package/src/components/avatar/Avatar.stories.ts +98 -0
- package/src/components/avatar/Avatar.test.ts +218 -0
- package/src/components/avatar/Avatar.ts +284 -0
- package/src/components/avatar/CompositeAvatar.ts +47 -0
- package/src/components/avatar/Presence.test.ts +225 -0
- package/src/components/avatar/Presence.ts +46 -0
- package/src/components/avatar/Presence.utils.ts +114 -0
- package/src/components/avatar/scss/avatar.scss +331 -0
- package/src/components/avatar/scss/composite-avatar.scss +89 -0
- package/src/components/avatar/scss/mixins.scss +33 -0
- package/src/components/avatar/scss/module.scss +18 -0
- package/src/components/avatar/scss/presence.scss +50 -0
- package/src/components/avatar/scss/settings.scss +103 -0
- package/src/components/avatar/tokens/lm-avatar-tokens.js +193 -0
- package/src/components/avatar/tokens/md-avatar-tokens.js +183 -0
- package/src/components/avatar/tokens/mdv2-avatar-tokens.js +182 -0
- package/src/components/badge/Badge.stories.ts +55 -0
- package/src/components/badge/Badge.test.ts +100 -0
- package/src/components/badge/Badge.ts +114 -0
- package/src/components/badge/scss/badge.scss +244 -0
- package/src/components/badge/scss/mixins.scss +82 -0
- package/src/components/badge/scss/module.scss +12 -0
- package/src/components/badge/scss/settings.scss +69 -0
- package/src/components/badge/tokens/lm-badge-tokens.js +369 -0
- package/src/components/badge/tokens/md-badge-tokens.js +359 -0
- package/src/components/badge/tokens/mdv2-badge-tokens.js +392 -0
- package/src/components/breadcrumb/Breadcrumb.stories.ts +50 -0
- package/src/components/breadcrumb/Breadcrumb.test.ts +38 -0
- package/src/components/breadcrumb/Breadcrumb.ts +79 -0
- package/src/components/breadcrumb/scss/breadcrumb.scss +39 -0
- package/src/components/breadcrumb/scss/mixins.scss +5 -0
- package/src/components/breadcrumb/scss/module.scss +15 -0
- package/src/components/breadcrumb/scss/settings.scss +6 -0
- package/src/components/breadcrumb/tokens/lm-breadcrumb-token.js +23 -0
- package/src/components/breadcrumb/tokens/md-breadcrumb-token.js +23 -0
- package/src/components/breadcrumb/tokens/mdv2-breadcrumb-token.js +18 -0
- package/src/components/button/Button.mdx +77 -0
- package/src/components/button/Button.stories.ts +90 -0
- package/src/components/button/Button.test.ts +278 -0
- package/src/components/button/Button.ts +384 -0
- package/src/components/button/README.md +72 -0
- package/src/components/button/scss/button.scss +1067 -0
- package/src/components/button/scss/mixins.scss +281 -0
- package/src/components/button/scss/module.scss +16 -0
- package/src/components/button/scss/settings.scss +241 -0
- package/src/components/button/tokens/lm-button-tokens.js +467 -0
- package/src/components/button/tokens/mdv2-button-tokens.js +544 -0
- package/src/components/button-group/ButtonGroup.stories.ts +45 -0
- package/src/components/button-group/ButtonGroup.test.ts +146 -0
- package/src/components/button-group/ButtonGroup.ts +219 -0
- package/src/components/button-group/scss/button-group.scss +95 -0
- package/src/components/button-group/scss/module.scss +14 -0
- package/src/components/button-group/scss/settings.scss +5 -0
- package/src/components/button-group/tokens/lm-button-group-tokens.js +38 -0
- package/src/components/button-group/tokens/md-button-group-tokens.js +38 -0
- package/src/components/button-group/tokens/mdv2-button-group-tokens.js +40 -0
- package/src/components/card/Card.stories.ts +83 -0
- package/src/components/card/Card.test.ts +83 -0
- package/src/components/card/Card.ts +179 -0
- package/src/components/card/scss/card.scss +131 -0
- package/src/components/card/scss/module.scss +13 -0
- package/src/components/card/scss/settings.scss +11 -0
- package/src/components/card-ai/CardAi.stories.ts +58 -0
- package/src/components/card-ai/CardAi.test.ts +203 -0
- package/src/components/card-ai/CardAi.ts +232 -0
- package/src/components/card-ai/scss/card-ai.scss +107 -0
- package/src/components/card-ai/scss/module.scss +13 -0
- package/src/components/card-ai/scss/settings.scss +17 -0
- package/src/components/card-ai/tokens/lm-card-ai-tokens.js +16 -0
- package/src/components/card-ai/tokens/md-card-ai-tokens.js +16 -0
- package/src/components/card-ai/tokens/mdv2-card-ai-tokens.js +16 -0
- package/src/components/chat-message/ChatMessage.stories.ts +41 -0
- package/src/components/chat-message/ChatMessage.test.ts +53 -0
- package/src/components/chat-message/ChatMessage.ts +52 -0
- package/src/components/chat-message/scss/chat-message.scss +49 -0
- package/src/components/chat-message/scss/mixins.scss +6 -0
- package/src/components/chat-message/scss/module.scss +16 -0
- package/src/components/chat-message/scss/settings.scss +7 -0
- package/src/components/chat-message/tokens/lm-chat-message-tokens.js +18 -0
- package/src/components/chat-message/tokens/md-chat-message-tokens.js +18 -0
- package/src/components/chat-message/tokens/mdv2-chat-message-tokens.js +15 -0
- package/src/components/checkbox/Checkbox.stories.ts +58 -0
- package/src/components/checkbox/Checkbox.test.ts +124 -0
- package/src/components/checkbox/Checkbox.ts +172 -0
- package/src/components/checkbox/CheckboxGroup.test.ts +43 -0
- package/src/components/checkbox/CheckboxGroup.ts +91 -0
- package/src/components/checkbox/scss/checkbox.scss +152 -0
- package/src/components/checkbox/scss/checkboxgroup.scss +17 -0
- package/src/components/checkbox/scss/mixins.scss +0 -0
- package/src/components/checkbox/scss/module.scss +9 -0
- package/src/components/checkbox/scss/settings.scss +15 -0
- package/src/components/checkbox/tokens/lm-checkbox-tokens.js +82 -0
- package/src/components/checkbox/tokens/md-checkbox-tokens.js +83 -0
- package/src/components/checkbox/tokens/mdv2-checkbox-tokens.js +65 -0
- package/src/components/chip/Chip.stories.ts +80 -0
- package/src/components/chip/Chip.test.ts +137 -0
- package/src/components/chip/Chip.ts +282 -0
- package/src/components/chip/scss/chip.scss +469 -0
- package/src/components/chip/scss/mixins.scss +54 -0
- package/src/components/chip/scss/module.scss +17 -0
- package/src/components/chip/scss/settings.scss +5 -0
- package/src/components/coachmark/Coachmark.stories.ts +49 -0
- package/src/components/coachmark/Coachmark.test.ts +143 -0
- package/src/components/coachmark/Coachmark.ts +155 -0
- package/src/components/coachmark/scss/coachmarks.scss +281 -0
- package/src/components/coachmark/scss/module.scss +10 -0
- package/src/components/coachmark/scss/settings.scss +7 -0
- package/src/components/coachmark/tokens/lm-coachmark-tokens.js +140 -0
- package/src/components/coachmark/tokens/md-coachmark-tokens.js +130 -0
- package/src/components/coachmark/tokens/mdv2-coachmark-tokens.js +117 -0
- package/src/components/coachmark-popover/CoachmarkPopover.ts +366 -0
- package/src/components/coachmark-popover/scss/coachmark-popover.scss +84 -0
- package/src/components/coachmark-popover/scss/module.scss +1 -0
- package/src/components/coachmark-popover/scss/settings.scss +14 -0
- package/src/components/code-editor/CodeEditor.stories.ts +37 -0
- package/src/components/code-editor/CodeEditor.test.ts +46 -0
- package/src/components/code-editor/CodeEditor.ts +183 -0
- package/src/components/code-editor/scss/code-editor.scss +157 -0
- package/src/components/code-editor/scss/module.scss +12 -0
- package/src/components/code-editor/scss/settings.scss +10 -0
- package/src/components/combobox/ComboBox.stories.ts +162 -0
- package/src/components/combobox/ComboBox.test.ts +1530 -0
- package/src/components/combobox/ComboBox.ts +1869 -0
- package/src/components/combobox/scss/combobox.scss +637 -0
- package/src/components/combobox/scss/mixins.scss +9 -0
- package/src/components/combobox/scss/module.scss +17 -0
- package/src/components/combobox/scss/settings.scss +39 -0
- package/src/components/combobox/tokens/lm-combobox-tokens.js +164 -0
- package/src/components/combobox/tokens/md-combobox-tokens.js +168 -0
- package/src/components/combobox/tokens/mdv2-combobox-tokens.js +146 -0
- package/src/components/date-range-picker/DateRangePicker.stories.ts +44 -0
- package/src/components/date-range-picker/DateRangePicker.test.ts +156 -0
- package/src/components/date-range-picker/DateRangePicker.ts +86 -0
- package/src/components/date-range-picker/scss/daterangepicker.scss +0 -0
- package/src/components/date-range-picker/tokens/lm-date-range-picker-tokens.js +26 -0
- package/src/components/date-range-picker/tokens/md-date-range-picker-tokens.js +26 -0
- package/src/components/date-range-picker/tokens/mdv2-date-range-picker-tokens.js +26 -0
- package/src/components/date-time-picker/DateTimePicker.stories.ts +54 -0
- package/src/components/date-time-picker/DateTimePicker.test.ts +37 -0
- package/src/components/date-time-picker/DateTimePicker.ts +187 -0
- package/src/components/date-time-picker/scss/date-time-picker.scss +7 -0
- package/src/components/date-time-picker/scss/module.scss +9 -0
- package/src/components/date-time-picker/scss/settings.scss +1 -0
- package/src/components/datepicker/DatePicker.stories.ts +45 -0
- package/src/components/datepicker/DatePicker.test.ts +97 -0
- package/src/components/datepicker/DatePicker.ts +290 -0
- package/src/components/datepicker/datepicker-calendar/DatePickerCalendar.test.ts +70 -0
- package/src/components/datepicker/datepicker-calendar/DatePickerCalendar.ts +179 -0
- package/src/components/datepicker/datepicker-day/DatePickerDay.test.ts +48 -0
- package/src/components/datepicker/datepicker-day/DatePickerDay.ts +173 -0
- package/src/components/datepicker/datepicker-month/DatePickerMonth.test.ts +13 -0
- package/src/components/datepicker/datepicker-month/DatePickerMonth.ts +60 -0
- package/src/components/datepicker/datepicker-week/DatePickerWeek.test.ts +13 -0
- package/src/components/datepicker/datepicker-week/DatePickerWeek.ts +56 -0
- package/src/components/datepicker/scss/datepicker.scss +263 -0
- package/src/components/datepicker/scss/module.scss +9 -0
- package/src/components/datepicker/scss/settings.scss +9 -0
- package/src/components/datepicker/tokens/lm-datepicker-tokens.js +68 -0
- package/src/components/datepicker/tokens/md-datepicker-tokens.js +68 -0
- package/src/components/datepicker/tokens/mdv2-datepicker-tokens.js +91 -0
- package/src/components/draggable/Draggable.mdx +258 -0
- package/src/components/draggable/Draggable.stories.ts +166 -0
- package/src/components/draggable/Draggable.test.ts +116 -0
- package/src/components/draggable/Draggable.ts +203 -0
- package/src/components/draggable/DraggableItem.test.ts +45 -0
- package/src/components/draggable/DraggableItem.ts +58 -0
- package/src/components/draggable/scss/draggable-item.scss +70 -0
- package/src/components/draggable/scss/module.scss +12 -0
- package/src/components/draggable/scss/settings.scss +6 -0
- package/src/components/dropdown/Dropdown.stories.ts +110 -0
- package/src/components/dropdown/Dropdown.test.ts +461 -0
- package/src/components/dropdown/Dropdown.ts +897 -0
- package/src/components/dropdown/scss/dropdown.scss +497 -0
- package/src/components/dropdown/scss/mixins.scss +23 -0
- package/src/components/dropdown/scss/module.scss +25 -0
- package/src/components/dropdown/scss/settings.scss +28 -0
- package/src/components/dropdown/tokens/lm-dropdown-tokens.js +68 -0
- package/src/components/dropdown/tokens/md-dropdown-tokens.js +68 -0
- package/src/components/dropdown/tokens/mdv2-dropdown-tokens.js +74 -0
- package/src/components/editable-textfield/EditableTextfield.stories.ts +93 -0
- package/src/components/editable-textfield/EditableTextfield.test.ts +219 -0
- package/src/components/editable-textfield/EditableTextfield.ts +262 -0
- package/src/components/editable-textfield/scss/editable-textfield.scss +128 -0
- package/src/components/editable-textfield/scss/module.scss +14 -0
- package/src/components/editable-textfield/scss/settings.scss +6 -0
- package/src/components/editable-textfield/tokens/lm-editabletextfield-tokens.js +130 -0
- package/src/components/editable-textfield/tokens/md-editabletextfield-tokens.js +118 -0
- package/src/components/editable-textfield/tokens/mdv2-editabletextfield-tokens.js +129 -0
- package/src/components/favorite/Favorite.mdx +27 -0
- package/src/components/favorite/Favorite.stories.ts +43 -0
- package/src/components/favorite/Favorite.test.ts +116 -0
- package/src/components/favorite/Favorite.ts +119 -0
- package/src/components/favorite/scss/favorite.scss +118 -0
- package/src/components/favorite/scss/module.scss +7 -0
- package/src/components/favorite/scss/settings.scss +3 -0
- package/src/components/floating-modal/Floating.mdx +42 -0
- package/src/components/floating-modal/FloatingMinimizedModal.test.ts +92 -0
- package/src/components/floating-modal/FloatingMinimizedModal.ts +278 -0
- package/src/components/floating-modal/FloatingModal.stories.ts +67 -0
- package/src/components/floating-modal/FloatingModal.test.ts +114 -0
- package/src/components/floating-modal/FloatingModal.ts +372 -0
- package/src/components/floating-modal/README.md +36 -0
- package/src/components/floating-modal/scss/floating.scss +85 -0
- package/src/components/floating-modal/scss/module.scss +19 -0
- package/src/components/floating-modal/scss/settings.scss +5 -0
- package/src/components/floating-modal/tokens/lm-floating-modal-tokens.js +46 -0
- package/src/components/floating-modal/tokens/md-floating-modal-tokens.js +46 -0
- package/src/components/floating-modal/tokens/mdv2-floating-modal-tokens.js +38 -0
- package/src/components/form/Form.stories.ts +54 -0
- package/src/components/form/Form.test.ts +57 -0
- package/src/components/form/Form.ts +239 -0
- package/src/components/grabber/Grabber.stories.ts +54 -0
- package/src/components/grabber/Grabber.test.ts +194 -0
- package/src/components/grabber/Grabber.ts +224 -0
- package/src/components/grabber/scss/grabber.scss +133 -0
- package/src/components/grabber/scss/module.scss +1 -0
- package/src/components/grabber/tokens/lm-grabber-tokens.js +39 -0
- package/src/components/grabber/tokens/md-grabber-tokens.js +39 -0
- package/src/components/grabber/tokens/mdv2-grabber-tokens.js +38 -0
- package/src/components/help-text/HelpText.test.ts +38 -0
- package/src/components/help-text/HelpText.ts +69 -0
- package/src/components/help-text/scss/help-text.scss +50 -0
- package/src/components/help-text/scss/mixins.scss +14 -0
- package/src/components/help-text/scss/module.scss +13 -0
- package/src/components/help-text/scss/settings.scss +5 -0
- package/src/components/help-text/tokens/lm-help-text-tokens.js +16 -0
- package/src/components/help-text/tokens/md-help-text-tokens.js +16 -0
- package/src/components/help-text/tokens/mdv2-help-text-tokens.js +14 -0
- package/src/components/icon/Icon.stories.ts +87 -0
- package/src/components/icon/Icon.test.ts +181 -0
- package/src/components/icon/Icon.ts +474 -0
- package/src/components/icon/momentum-ui-to-design-icons.json +3087 -0
- package/src/components/icon/scss/icon.scss +36 -0
- package/src/components/icon/scss/module.scss +17 -0
- package/src/components/icon/scss/settings.scss +10 -0
- package/src/components/input/Input.stories.ts +148 -0
- package/src/components/input/Input.test.ts +347 -0
- package/src/components/input/Input.ts +557 -0
- package/src/components/input/scss/input.scss +564 -0
- package/src/components/input/scss/module.scss +26 -0
- package/src/components/input/tokens/lm-input-tokens.js +156 -0
- package/src/components/input/tokens/md-input-tokens.js +146 -0
- package/src/components/input/tokens/mdv2-input-tokens.js +171 -0
- package/src/components/input-file/InputFile.stories.ts +20 -0
- package/src/components/input-file/InputFile.test.ts +39 -0
- package/src/components/input-file/InputFile.ts +115 -0
- package/src/components/input-file/scss/input-file.scss +8 -0
- package/src/components/input-file/scss/module.scss +6 -0
- package/src/components/label/Label.stories.ts +55 -0
- package/src/components/label/Label.test.ts +26 -0
- package/src/components/label/Label.ts +81 -0
- package/src/components/label/scss/label.scss +44 -0
- package/src/components/label/scss/mixins.scss +25 -0
- package/src/components/label/scss/module.scss +17 -0
- package/src/components/label/scss/settings.scss +8 -0
- package/src/components/label/tokens/lm-label-tokens.js +18 -0
- package/src/components/label/tokens/md-label-tokens.js +18 -0
- package/src/components/label/tokens/mdv2-label-tokens.js +15 -0
- package/src/components/link/Link.stories.ts +59 -0
- package/src/components/link/Link.test.ts +98 -0
- package/src/components/link/Link.ts +123 -0
- package/src/components/link/scss/link.scss +43 -0
- package/src/components/link/scss/mixins.scss +124 -0
- package/src/components/link/scss/module.scss +11 -0
- package/src/components/link/scss/settings.scss +5 -0
- package/src/components/link/tokens/lm-link-tokens.js +61 -0
- package/src/components/link/tokens/md-link-tokens.js +127 -0
- package/src/components/link/tokens/mdv2-link-tokens.js +120 -0
- package/src/components/list/List.stories.ts +55 -0
- package/src/components/list/List.test.ts +214 -0
- package/src/components/list/List.ts +198 -0
- package/src/components/list/ListItem.test.ts +59 -0
- package/src/components/list/ListItem.ts +69 -0
- package/src/components/list/scss/list.scss +26 -0
- package/src/components/list/scss/listitem.scss +88 -0
- package/src/components/list/scss/mixins.scss +8 -0
- package/src/components/list/scss/module.scss +15 -0
- package/src/components/list/scss/settings.scss +7 -0
- package/src/components/list/tokens/lm-list-tokens.js +46 -0
- package/src/components/list/tokens/md-list-tokens.js +46 -0
- package/src/components/list/tokens/mdv2-list-tokens.js +46 -0
- package/src/components/loading/Loading.stories.ts +39 -0
- package/src/components/loading/Loading.test.ts +29 -0
- package/src/components/loading/Loading.ts +48 -0
- package/src/components/loading/scss/loading.scss +78 -0
- package/src/components/loading/scss/module.scss +1 -0
- package/src/components/meeting-alert/CompositeAvatar.ts +37 -0
- package/src/components/meeting-alert/MeetingAlert.mdx +187 -0
- package/src/components/meeting-alert/MeetingAlert.stories.ts +182 -0
- package/src/components/meeting-alert/MeetingAlert.test.ts +227 -0
- package/src/components/meeting-alert/MeetingAlert.ts +203 -0
- package/src/components/meeting-alert/scss/alert.scss +244 -0
- package/src/components/meeting-alert/scss/mixins.scss +13 -0
- package/src/components/meeting-alert/scss/module.scss +20 -0
- package/src/components/meeting-alert/scss/settings.scss +27 -0
- package/src/components/meeting-alert/tokens/lm-meeting-alert-tokens.js +15 -0
- package/src/components/meeting-alert/tokens/md-meeting-alert-tokens.js +15 -0
- package/src/components/meeting-alert/tokens/mdv2-meeting-alert-tokens.js +43 -0
- package/src/components/menu/Menu.stories.ts +66 -0
- package/src/components/menu/Menu.test.ts +109 -0
- package/src/components/menu/Menu.ts +218 -0
- package/src/components/menu/MenuItem.test.ts +49 -0
- package/src/components/menu/MenuItem.ts +159 -0
- package/src/components/menu/scss/menu-item.scss +61 -0
- package/src/components/menu/scss/menu.scss +31 -0
- package/src/components/menu/scss/module.scss +15 -0
- package/src/components/menu/scss/settings.scss +18 -0
- package/src/components/menu/tokens/lm-menu-tokens.js +27 -0
- package/src/components/menu/tokens/md-menu-tokens.js +27 -0
- package/src/components/menu/tokens/mdv2-menu-tokens.js +42 -0
- package/src/components/menu-overlay/MenuOverlay.stories.ts +104 -0
- package/src/components/menu-overlay/MenuOverlay.test.ts +634 -0
- package/src/components/menu-overlay/MenuOverlay.ts +476 -0
- package/src/components/menu-overlay/scss/menu-overlay.scss +109 -0
- package/src/components/menu-overlay/scss/module.scss +12 -0
- package/src/components/menu-overlay/scss/settings.scss +6 -0
- package/src/components/modal/Modal.stories.ts +74 -0
- package/src/components/modal/Modal.test.ts +217 -0
- package/src/components/modal/Modal.ts +292 -0
- package/src/components/modal/scss/mixins.scss +109 -0
- package/src/components/modal/scss/modal.scss +357 -0
- package/src/components/modal/scss/module.scss +18 -0
- package/src/components/modal/scss/settings.scss +59 -0
- package/src/components/modal/tokens/lm-modal-tokens.js +44 -0
- package/src/components/modal/tokens/md-modal-tokens.js +44 -0
- package/src/components/modal/tokens/mdv2-modal-tokens.js +36 -0
- package/src/components/pagination/Pagination.stories.ts +32 -0
- package/src/components/pagination/Pagination.test.ts +74 -0
- package/src/components/pagination/Pagination.ts +219 -0
- package/src/components/pagination/scss/mixins.scss +11 -0
- package/src/components/pagination/scss/module.scss +18 -0
- package/src/components/pagination/scss/pagination.scss +120 -0
- package/src/components/pagination/scss/settings.scss +11 -0
- package/src/components/pagination/tokens/lm-pagination-tokens.js +49 -0
- package/src/components/pagination/tokens/md-pagination-tokens.js +49 -0
- package/src/components/pagination/tokens/mdv2-pagination-tokens.js +39 -0
- package/src/components/phone-input/PhoneInput.stories.ts +39 -0
- package/src/components/phone-input/PhoneInput.test.ts +198 -0
- package/src/components/phone-input/PhoneInput.ts +288 -0
- package/src/components/phone-input/scss/module.scss +7 -0
- package/src/components/phone-input/scss/phoneInput.scss +103 -0
- package/src/components/phone-input/scss/settings.scss +3 -0
- package/src/components/phone-input/tokens/lm-phone-input-tokens.js +26 -0
- package/src/components/phone-input/tokens/md-phone-input-tokens.js +26 -0
- package/src/components/phone-input/tokens/mdv2-phone-input-tokens.js +22 -0
- package/src/components/popover/Popover.ts +580 -0
- package/src/components/popover/Popover.types.ts +26 -0
- package/src/components/popover/scss/module.scss +2 -0
- package/src/components/popover/scss/popover.scss +131 -0
- package/src/components/popover/scss/settings.scss +11 -0
- package/src/components/popover/tokens/lm-popover-tokens.js +18 -0
- package/src/components/popover/tokens/md-popover-tokens.js +18 -0
- package/src/components/popover/tokens/mdv2-popover-tokens.js +18 -0
- package/src/components/progress-bar/ProgressBar.stories.ts +43 -0
- package/src/components/progress-bar/ProgressBar.test.ts +120 -0
- package/src/components/progress-bar/ProgressBar.ts +112 -0
- package/src/components/progress-bar/scss/mixins.scss +49 -0
- package/src/components/progress-bar/scss/module.scss +10 -0
- package/src/components/progress-bar/scss/progress.scss +77 -0
- package/src/components/progress-bar/scss/settings.scss +29 -0
- package/src/components/progress-bar/tokens/lm-progress-bar-tokens.js +28 -0
- package/src/components/progress-bar/tokens/md-progress-bar-tokens.js +28 -0
- package/src/components/progress-bar/tokens/mdv2-progress-bar-tokens.js +36 -0
- package/src/components/radio/Radio.test.ts +66 -0
- package/src/components/radio/Radio.ts +94 -0
- package/src/components/radio/RadioGroup.stories.ts +49 -0
- package/src/components/radio/RadioGroup.test.ts +209 -0
- package/src/components/radio/RadioGroup.ts +195 -0
- package/src/components/radio/scss/mixins.scss +7 -0
- package/src/components/radio/scss/module.scss +14 -0
- package/src/components/radio/scss/radio.scss +150 -0
- package/src/components/radio/scss/radiogroup.scss +29 -0
- package/src/components/radio/scss/settings.scss +18 -0
- package/src/components/radio/tokens/lm-radio-tokens.js +84 -0
- package/src/components/radio/tokens/md-radio-tokens.js +84 -0
- package/src/components/radio/tokens/mdv2-radio-tokens.js +67 -0
- package/src/components/sass-stats/README.md +25 -0
- package/src/components/sass-stats/SassStats.test.ts +13 -0
- package/src/components/sass-stats/SassStats.ts +110 -0
- package/src/components/slider/Slider.stories.ts +62 -0
- package/src/components/slider/Slider.test.ts +128 -0
- package/src/components/slider/Slider.ts +283 -0
- package/src/components/slider/scss/mixins.scss +5 -0
- package/src/components/slider/scss/module.scss +17 -0
- package/src/components/slider/scss/settings.scss +10 -0
- package/src/components/slider/scss/slider.scss +188 -0
- package/src/components/slider/tokens/lm-slider-token.js +57 -0
- package/src/components/slider/tokens/md-slider-tokens.js +61 -0
- package/src/components/slider/tokens/mdv2-slider-token.js +50 -0
- package/src/components/spinner/Spinner.stories.ts +36 -0
- package/src/components/spinner/Spinner.test.ts +18 -0
- package/src/components/spinner/Spinner.ts +40 -0
- package/src/components/spinner/scss/mixins.scss +34 -0
- package/src/components/spinner/scss/module.scss +10 -0
- package/src/components/spinner/scss/settings.scss +3 -0
- package/src/components/spinner/scss/spinner.scss +50 -0
- package/src/components/spinner/tokens/lm-spinner-tokens.js +16 -0
- package/src/components/spinner/tokens/md-spinner-tokens.js +18 -0
- package/src/components/spinner/tokens/mdv2-spinner-tokens.js +15 -0
- package/src/components/table/Table.stories.ts +76 -0
- package/src/components/table/Table.test.ts +51 -0
- package/src/components/table/Table.ts +234 -0
- package/src/components/table/scss/mixins.scss +6 -0
- package/src/components/table/scss/module.scss +27 -0
- package/src/components/table/scss/settings.scss +11 -0
- package/src/components/table/scss/table.scss +148 -0
- package/src/components/table/tokens/lm-table-tokens.js +42 -0
- package/src/components/table/tokens/md-table-tokens.js +42 -0
- package/src/components/table/tokens/mdv2-table-tokens.js +35 -0
- package/src/components/table-advanced/TableAdvanced.md +233 -0
- package/src/components/table-advanced/TableAdvanced.mdx +240 -0
- package/src/components/table-advanced/TableAdvanced.stories.ts +161 -0
- package/src/components/table-advanced/TableAdvanced.test.ts +374 -0
- package/src/components/table-advanced/TableAdvanced.ts +1081 -0
- package/src/components/table-advanced/scss/module.scss +27 -0
- package/src/components/table-advanced/scss/settings.scss +16 -0
- package/src/components/table-advanced/scss/table-advanced.scss +399 -0
- package/src/components/table-advanced/src/decorators.ts +150 -0
- package/src/components/table-advanced/src/filter.ts +86 -0
- package/src/components/table-advanced/tokens/lm-table-advanced-tokens.js +64 -0
- package/src/components/table-advanced/tokens/md-table-advanced-tokens.js +64 -0
- package/src/components/table-advanced/tokens/mdv2-table-advanced-tokens.js +64 -0
- package/src/components/tabs/Tab.test.ts +103 -0
- package/src/components/tabs/Tab.ts +219 -0
- package/src/components/tabs/TabPanel.test.ts +31 -0
- package/src/components/tabs/TabPanel.ts +44 -0
- package/src/components/tabs/Tabs.stories.ts +171 -0
- package/src/components/tabs/Tabs.test.ts +676 -0
- package/src/components/tabs/Tabs.ts +1231 -0
- package/src/components/tabs/scss/mixins.scss +6 -0
- package/src/components/tabs/scss/module.scss +14 -0
- package/src/components/tabs/scss/settings.scss +25 -0
- package/src/components/tabs/scss/tab.scss +378 -0
- package/src/components/tabs/scss/tabs.scss +250 -0
- package/src/components/tabs/tokens/lm-tabs-tokens.js +92 -0
- package/src/components/tabs/tokens/md-tabs-tokens.js +86 -0
- package/src/components/tabs/tokens/mdv2-tabs-tokens.js +70 -0
- package/src/components/taskitem/TaskItem.stories.ts +70 -0
- package/src/components/taskitem/TaskItem.test.ts +496 -0
- package/src/components/taskitem/TaskItem.ts +293 -0
- package/src/components/taskitem/scss/mixins.scss +42 -0
- package/src/components/taskitem/scss/module.scss +15 -0
- package/src/components/taskitem/scss/settings.scss +45 -0
- package/src/components/taskitem/scss/task-item.scss +229 -0
- package/src/components/taskitem/tokens/lm-taskitem-tokens.js +72 -0
- package/src/components/taskitem/tokens/md-taskitem-tokens.js +72 -0
- package/src/components/taskitem/tokens/mdv2-taskitem-tokens.js +58 -0
- package/src/components/theme/README.md +13 -0
- package/src/components/theme/Theme.test.ts +157 -0
- package/src/components/theme/Theme.ts +392 -0
- package/src/components/theme/index.ts +8 -0
- package/src/components/timepicker/TimePicker.stories.ts +39 -0
- package/src/components/timepicker/TimePicker.test.ts +145 -0
- package/src/components/timepicker/TimePicker.ts +425 -0
- package/src/components/timepicker/scss/module.scss +9 -0
- package/src/components/timepicker/scss/settings.scss +8 -0
- package/src/components/timepicker/scss/timepicker.scss +71 -0
- package/src/components/toggle-switch/ToggleSwitch.stories.ts +48 -0
- package/src/components/toggle-switch/ToggleSwitch.test.ts +92 -0
- package/src/components/toggle-switch/ToggleSwitch.ts +102 -0
- package/src/components/toggle-switch/scss/mixins.scss +114 -0
- package/src/components/toggle-switch/scss/module.scss +7 -0
- package/src/components/toggle-switch/scss/settings.scss +16 -0
- package/src/components/toggle-switch/scss/toggle-switch.scss +197 -0
- package/src/components/toggle-switch/tokens/lm-toggle-tokens.js +54 -0
- package/src/components/toggle-switch/tokens/md-toggle-tokens.js +54 -0
- package/src/components/toggle-switch/tokens/mdv2-toggle-tokens.js +54 -0
- package/src/components/tooltip/Tooltip.stories.ts +55 -0
- package/src/components/tooltip/Tooltip.test.ts +108 -0
- package/src/components/tooltip/Tooltip.ts +239 -0
- package/src/components/tooltip/scss/module.scss +9 -0
- package/src/components/tooltip/scss/settings.scss +11 -0
- package/src/components/tooltip/scss/tooltip.scss +151 -0
- package/src/components/tooltip/tokens/lm-tooltip-tokens.js +18 -0
- package/src/components/tooltip/tokens/md-tooltip-tokens.js +18 -0
- package/src/components/tooltip/tokens/mdv2-tooltip-tokens.js +42 -0
- package/src/constants.ts +42 -0
- package/src/index.ts +82 -0
- package/src/internal-components/color-table/ColorTable.stories.ts +31 -0
- package/src/internal-components/color-table/ColorTable.ts +83 -0
- package/src/internal-components/color-table/data.ts +203 -0
- package/src/internal-components/color-table/scss/color-table.scss +739 -0
- package/src/internal-components/color-table/scss/module.scss +11 -0
- package/src/internal-components/color-table/utils.ts +552 -0
- package/src/managers/ThemeManager.ts +91 -0
- package/src/mixins/CustomElementCheck.ts +25 -0
- package/src/mixins/DedupeMixin.test.ts +81 -0
- package/src/mixins/DedupeMixin.ts +54 -0
- package/src/mixins/FocusMixin.test.ts +116 -0
- package/src/mixins/FocusMixin.ts +136 -0
- package/src/mixins/FocusTrapMixin.test.ts +560 -0
- package/src/mixins/FocusTrapMixin.ts +492 -0
- package/src/mixins/ResizeMixin.test.ts +84 -0
- package/src/mixins/ResizeMixin.ts +142 -0
- package/src/mixins/RovingTabIndexMixin.test.ts +60 -0
- package/src/mixins/RovingTabIndexMixin.ts +135 -0
- package/src/mixins/SlottedMixin.test.ts +68 -0
- package/src/mixins/SlottedMixin.ts +116 -0
- package/src/mixins/index.ts +17 -0
- package/src/templates/color-table-data-string.hbs +22 -0
- package/src/templates/colors-settings.hbs +21 -0
- package/src/templates/colors.hbs +35 -0
- package/src/templates/component-colors.hbs +40 -0
- package/src/templates/css-color-variables.hbs +22 -0
- package/src/templates/dark-colors.hbs +33 -0
- package/src/templates/light-colors.hbs +33 -0
- package/src/templates/semantic-color-dark.hbs +28 -0
- package/src/templates/semantic-color-light.hbs +28 -0
- package/src/templates/semantic-color-settings.hbs +38 -0
- package/src/tokens/Tokens.test.ts +12 -0
- package/src/tokens/tokenImports.js +7 -0
- package/src/tsconfig.json +23 -0
- package/src/types/declare.d.ts +31 -0
- package/src/types/globals.d.ts +5 -0
- package/src/utils/clearVars.js +47 -0
- package/src/utils/createTokenFilesModule.js +88 -0
- package/src/utils/dateUtils.test.ts +174 -0
- package/src/utils/dateUtils.ts +102 -0
- package/src/utils/enums.ts +721 -0
- package/src/utils/generateColorTableData.js +41 -0
- package/src/utils/generateScssFromTokens.js +245 -0
- package/src/utils/helpers.ts +150 -0
- package/src/utils/keyboard.ts +5 -0
- package/src/utils/validateIconMapping.js +55 -0
- package/src/utils/validations.ts +29 -0
- package/src/wc_scss/colors/settings-base.scss +208 -0
- package/src/wc_scss/colors/settings-transparencies.scss +54 -0
- package/src/wc_scss/colors/settings.scss +1 -0
- package/src/wc_scss/generic/global.scss +117 -0
- package/src/wc_scss/generic/normalize.scss +422 -0
- package/src/wc_scss/icon/settings.scss +16 -0
- package/src/wc_scss/path.scss +4 -0
- package/src/wc_scss/reset.scss +27 -0
- package/src/wc_scss/settings/button-settings.scss +194 -0
- package/src/wc_scss/settings/core.scss +133 -0
- package/src/wc_scss/settings/focus.scss +9 -0
- package/src/wc_scss/settings/form-controls.scss +23 -0
- package/src/wc_scss/settings/forms.scss +29 -0
- package/src/wc_scss/settings/input.scss +63 -0
- package/src/wc_scss/settings/list-item.scss +86 -0
- package/src/wc_scss/settings/list.scss +10 -0
- package/src/wc_scss/settings/media.scss +116 -0
- package/src/wc_scss/settings/overlay.scss +6 -0
- package/src/wc_scss/settings/rem.scss +1 -0
- package/src/wc_scss/settings/z-index.scss +9 -0
- package/src/wc_scss/themes/global--dark.scss +116 -0
- package/src/wc_scss/themes/global--light.scss +116 -0
- package/src/wc_scss/themes/global--lm.scss +5 -0
- package/src/wc_scss/themes/global--md.scss +5 -0
- package/src/wc_scss/themes/global--mdv2.scss +187 -0
- package/src/wc_scss/tools/functions/core.scss +185 -0
- package/src/wc_scss/tools/mixins/avatar.scss +32 -0
- package/src/wc_scss/tools/mixins/baseline.scss +71 -0
- package/src/wc_scss/tools/mixins/border-radius.scss +26 -0
- package/src/wc_scss/tools/mixins/button.scss +256 -0
- package/src/wc_scss/tools/mixins/core.scss +204 -0
- package/src/wc_scss/tools/mixins/easing.scss +63 -0
- package/src/wc_scss/tools/mixins/flex.scss +14 -0
- package/src/wc_scss/tools/mixins/focus.scss +35 -0
- package/src/wc_scss/tools/mixins/input.scss +155 -0
- package/src/wc_scss/tools/mixins/nav-divider.scss +10 -0
- package/src/wc_scss/tools/mixins/scrollbar.scss +40 -0
- package/src/wc_scss/tools/mixins/spacing.scss +211 -0
- package/src/wc_scss/tools/mixins/spinner.scss +38 -0
- package/src/wc_scss/typography/mixins.scss +208 -0
- package/src/wc_scss/typography/settings.scss +300 -0
- package/src/wc_scss/typography/typography.scss +322 -0
- package/stats/cssStats.js +17 -0
- package/stats/stats-loader.js +23 -0
- package/stats/utils.js +5 -0
- package/stats/writeFileSyncRecursive.js +20 -0
- package/tsconfig.json +13 -0
- package/webpack.config.dev.server.ts +27 -0
- package/webpack.config.ts +312 -0
- package/webpack.plugin.LoadChunks.ts +76 -0
- package/dist/assets/fonts/CiscoSansTT-Medium.woff +0 -0
- package/dist/assets/fonts/CiscoSansTT-Medium.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTT-MediumOblique.woff +0 -0
- package/dist/assets/fonts/CiscoSansTT-MediumOblique.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTBold.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTBold.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTBoldOblique.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTBoldOblique.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTCondBold.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTCondBold.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTCondRegular.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTCondRegular.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTExtraLight.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTExtraLight.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTExtraLightOblique.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTExtraLightOblique.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTHeavy.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTHeavy.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTHeavyOblique.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTHeavyOblique.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTLight.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTLight.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTLightOblique.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTLightOblique.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTRegular.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTRegular.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTRegularOblique.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTRegularOblique.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTThin.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTThin.woff2 +0 -0
- package/dist/assets/fonts/CiscoSansTTThinOblique.woff +0 -0
- package/dist/assets/fonts/CiscoSansTTThinOblique.woff2 +0 -0
- package/dist/assets/fonts/Inter.var.woff2 +0 -0
- package/dist/assets/fonts/index.html +0 -18578
- package/dist/assets/fonts/momentum-ui-icons.svg +0 -9270
- package/dist/assets/fonts/momentum-ui-icons.ttf +0 -0
- package/dist/assets/fonts/momentum-ui-icons.woff +0 -0
- package/dist/assets/fonts/momentum-ui-icons.woff2 +0 -0
- package/dist/assets/icons/fonts/index.html +0 -18578
- package/dist/assets/icons/fonts/momentum-ui-icons.svg +0 -9270
- package/dist/assets/icons/fonts/momentum-ui-icons.ttf +0 -0
- package/dist/assets/icons/fonts/momentum-ui-icons.woff +0 -0
- package/dist/assets/icons/fonts/momentum-ui-icons.woff2 +0 -0
- package/dist/assets/images/avatar-images/barbara.png +0 -0
- package/dist/assets/images/avatar-images/brandon.png +0 -0
- package/dist/assets/images/avatar-images/brenda.png +0 -0
- package/dist/assets/images/avatar-images/giacomo.png +0 -0
- package/dist/assets/images/avatar-images/maria.png +0 -0
- package/dist/assets/images/avatar-images/simon.png +0 -0
- package/dist/assets/images/cisco/cisco-logo-black.png +0 -0
- package/dist/assets/images/cisco/cisco-logo-black.svg +0 -21
- package/dist/assets/images/cisco/cisco-logo-blue.png +0 -0
- package/dist/assets/images/cisco/cisco-logo-blue.svg +0 -21
- package/dist/assets/images/cisco/cisco-logo-white.png +0 -0
- package/dist/assets/images/cisco/cisco-logo-white.svg +0 -21
- package/dist/assets/images/cisco-webex/lockup/cisco-webex-lockup-black.png +0 -0
- package/dist/assets/images/cisco-webex/lockup/cisco-webex-lockup-black.svg +0 -30
- package/dist/assets/images/cisco-webex/lockup/cisco-webex-lockup-blue.png +0 -0
- package/dist/assets/images/cisco-webex/lockup/cisco-webex-lockup-blue.svg +0 -30
- package/dist/assets/images/cisco-webex/lockup/cisco-webex-lockup-white.png +0 -0
- package/dist/assets/images/cisco-webex/lockup/cisco-webex-lockup-white.svg +0 -30
- package/dist/assets/images/cisco-webex/wordmark/cisco-webex-wordmark-black.png +0 -0
- package/dist/assets/images/cisco-webex/wordmark/cisco-webex-wordmark-black.svg +0 -13
- package/dist/assets/images/cisco-webex/wordmark/cisco-webex-wordmark-blue.png +0 -0
- package/dist/assets/images/cisco-webex/wordmark/cisco-webex-wordmark-blue.svg +0 -13
- package/dist/assets/images/cisco-webex/wordmark/cisco-webex-wordmark-white.png +0 -0
- package/dist/assets/images/cisco-webex/wordmark/cisco-webex-wordmark-white.svg +0 -13
- package/dist/assets/images/flags.png +0 -0
- package/dist/assets/images/flags@2x.png +0 -0
- package/dist/assets/images/momentum/momentum-color-icon.png +0 -0
- package/dist/assets/images/momentum/momentum-color-icon.svg +0 -1
- package/dist/assets/images/momentum/momentum-horiz-color-white.png +0 -0
- package/dist/assets/images/momentum/momentum-horiz-color.png +0 -0
- package/dist/assets/images/momentum/momentum-horiz-color.svg +0 -1
- package/dist/assets/images/momentum/momentum-horiz-outline.png +0 -0
- package/dist/assets/images/momentum/momentum-horiz-outline.svg +0 -1
- package/dist/assets/images/momentum/momentum-outline-icon.png +0 -0
- package/dist/assets/images/momentum/momentum-outline-icon.svg +0 -1
- package/dist/assets/images/momentum/momentum-vert-color.png +0 -0
- package/dist/assets/images/momentum/momentum-vert-color.svg +0 -1
- package/dist/assets/images/momentum/momentum-vert-outline.png +0 -0
- package/dist/assets/images/momentum/momentum-vert-outline.svg +0 -1
- package/dist/assets/images/momentum/momentum.jpg +0 -0
- package/dist/assets/images/opacity-bkgd.jpg +0 -0
- package/dist/assets/images/webex-calling/calling-icon-color.png +0 -0
- package/dist/assets/images/webex-calling/calling-icon-color.svg +0 -14
- package/dist/assets/images/webex-calling/calling-icon-white.png +0 -0
- package/dist/assets/images/webex-calling/calling-icon-white.svg +0 -13
- package/dist/assets/images/webex-calling/calling-with-container-and-label-color.png +0 -0
- package/dist/assets/images/webex-calling/calling-with-container-and-label-color.svg +0 -46
- package/dist/assets/images/webex-calling/calling-with-container-color.png +0 -0
- package/dist/assets/images/webex-calling/calling-with-container-color.svg +0 -19
- package/dist/assets/images/webex-calling/calling-with-label-color.png +0 -0
- package/dist/assets/images/webex-calling/calling-with-label-color.svg +0 -39
- package/dist/assets/images/webex-meetings/meetings-icon-color.png +0 -0
- package/dist/assets/images/webex-meetings/meetings-icon-color.svg +0 -15
- package/dist/assets/images/webex-meetings/meetings-icon-white.png +0 -0
- package/dist/assets/images/webex-meetings/meetings-icon-white.svg +0 -12
- package/dist/assets/images/webex-meetings/meetings-with-container-and-label-color.png +0 -0
- package/dist/assets/images/webex-meetings/meetings-with-container-and-label-color.svg +0 -29
- package/dist/assets/images/webex-meetings/meetings-with-container-color.png +0 -0
- package/dist/assets/images/webex-meetings/meetings-with-container-color.svg +0 -16
- package/dist/assets/images/webex-meetings/meetings-with-label-color.png +0 -0
- package/dist/assets/images/webex-meetings/meetings-with-label-color.svg +0 -28
- package/dist/assets/images/webex-teams/teams-icon-color.png +0 -0
- package/dist/assets/images/webex-teams/teams-icon-color.svg +0 -18
- package/dist/assets/images/webex-teams/teams-icon-white.png +0 -0
- package/dist/assets/images/webex-teams/teams-icon-white.svg +0 -12
- package/dist/assets/images/webex-teams/teams-with-container-and-label-color.png +0 -0
- package/dist/assets/images/webex-teams/teams-with-container-and-label-color.svg +0 -29
- package/dist/assets/images/webex-teams/teams-with-container-color.png +0 -0
- package/dist/assets/images/webex-teams/teams-with-container-color.svg +0 -19
- package/dist/assets/images/webex-teams/teams-with-label-color.png +0 -0
- package/dist/assets/images/webex-teams/teams-with-label-color.svg +0 -30
- package/dist/assets/styles/momentum-ui-icons.min.css +0 -1
- package/dist/assets/styles/momentum-ui.min.css +0 -7
- package/dist/assets/styles/momentum-ui.min.css.map +0 -1
- package/dist/chunks/md-0.js +0 -1
- package/dist/chunks/md-1.js +0 -1
- package/dist/chunks/md-10.js +0 -1
- package/dist/chunks/md-100.js +0 -1
- package/dist/chunks/md-101.js +0 -1
- package/dist/chunks/md-102.js +0 -1
- package/dist/chunks/md-103.js +0 -1
- package/dist/chunks/md-104.js +0 -1
- package/dist/chunks/md-105.js +0 -1
- package/dist/chunks/md-106.js +0 -1
- package/dist/chunks/md-107.js +0 -1
- package/dist/chunks/md-108.js +0 -1
- package/dist/chunks/md-109.js +0 -1
- package/dist/chunks/md-11.js +0 -1
- package/dist/chunks/md-110.js +0 -1
- package/dist/chunks/md-111.js +0 -1
- package/dist/chunks/md-112.js +0 -1
- package/dist/chunks/md-113.js +0 -1
- package/dist/chunks/md-114.js +0 -1
- package/dist/chunks/md-115.js +0 -1
- package/dist/chunks/md-116.js +0 -1
- package/dist/chunks/md-117.js +0 -1
- package/dist/chunks/md-118.js +0 -1
- package/dist/chunks/md-119.js +0 -1
- package/dist/chunks/md-12.js +0 -1
- package/dist/chunks/md-120.js +0 -1
- package/dist/chunks/md-121.js +0 -1
- package/dist/chunks/md-122.js +0 -1
- package/dist/chunks/md-123.js +0 -1
- package/dist/chunks/md-124.js +0 -1
- package/dist/chunks/md-125.js +0 -1
- package/dist/chunks/md-126.js +0 -1
- package/dist/chunks/md-127.js +0 -1
- package/dist/chunks/md-128.js +0 -1
- package/dist/chunks/md-129.js +0 -1
- package/dist/chunks/md-13.js +0 -1
- package/dist/chunks/md-130.js +0 -1
- package/dist/chunks/md-131.js +0 -1
- package/dist/chunks/md-132.js +0 -1
- package/dist/chunks/md-133.js +0 -1
- package/dist/chunks/md-134.js +0 -1
- package/dist/chunks/md-135.js +0 -1
- package/dist/chunks/md-136.js +0 -1
- package/dist/chunks/md-137.js +0 -1
- package/dist/chunks/md-138.js +0 -1
- package/dist/chunks/md-139.js +0 -1
- package/dist/chunks/md-14.js +0 -11
- package/dist/chunks/md-140.js +0 -1
- package/dist/chunks/md-141.js +0 -1
- package/dist/chunks/md-142.js +0 -1
- package/dist/chunks/md-143.js +0 -1
- package/dist/chunks/md-144.js +0 -1
- package/dist/chunks/md-145.js +0 -1
- package/dist/chunks/md-146.js +0 -1
- package/dist/chunks/md-147.js +0 -1
- package/dist/chunks/md-148.js +0 -1
- package/dist/chunks/md-149.js +0 -1
- package/dist/chunks/md-15.js +0 -9
- package/dist/chunks/md-150.js +0 -1
- package/dist/chunks/md-151.js +0 -1
- package/dist/chunks/md-152.js +0 -1
- package/dist/chunks/md-153.js +0 -1
- package/dist/chunks/md-154.js +0 -1
- package/dist/chunks/md-155.js +0 -1
- package/dist/chunks/md-156.js +0 -1
- package/dist/chunks/md-157.js +0 -1
- package/dist/chunks/md-158.js +0 -1
- package/dist/chunks/md-159.js +0 -1
- package/dist/chunks/md-16.js +0 -1
- package/dist/chunks/md-160.js +0 -1
- package/dist/chunks/md-161.js +0 -1
- package/dist/chunks/md-162.js +0 -1
- package/dist/chunks/md-163.js +0 -1
- package/dist/chunks/md-164.js +0 -1
- package/dist/chunks/md-165.js +0 -1
- package/dist/chunks/md-166.js +0 -1
- package/dist/chunks/md-167.js +0 -1
- package/dist/chunks/md-168.js +0 -1
- package/dist/chunks/md-169.js +0 -1
- package/dist/chunks/md-17.js +0 -26
- package/dist/chunks/md-170.js +0 -1
- package/dist/chunks/md-171.js +0 -1
- package/dist/chunks/md-172.js +0 -1
- package/dist/chunks/md-173.js +0 -1
- package/dist/chunks/md-174.js +0 -1
- package/dist/chunks/md-175.js +0 -1
- package/dist/chunks/md-176.js +0 -1
- package/dist/chunks/md-177.js +0 -1
- package/dist/chunks/md-178.js +0 -1
- package/dist/chunks/md-179.js +0 -1
- package/dist/chunks/md-18.js +0 -122
- package/dist/chunks/md-180.js +0 -1
- package/dist/chunks/md-181.js +0 -1
- package/dist/chunks/md-182.js +0 -1
- package/dist/chunks/md-183.js +0 -1
- package/dist/chunks/md-184.js +0 -1
- package/dist/chunks/md-185.js +0 -1
- package/dist/chunks/md-186.js +0 -1
- package/dist/chunks/md-187.js +0 -1
- package/dist/chunks/md-188.js +0 -1
- package/dist/chunks/md-189.js +0 -1
- package/dist/chunks/md-19.js +0 -17
- package/dist/chunks/md-190.js +0 -1
- package/dist/chunks/md-191.js +0 -1
- package/dist/chunks/md-192.js +0 -1
- package/dist/chunks/md-193.js +0 -1
- package/dist/chunks/md-194.js +0 -1
- package/dist/chunks/md-195.js +0 -1
- package/dist/chunks/md-196.js +0 -1
- package/dist/chunks/md-197.js +0 -1
- package/dist/chunks/md-198.js +0 -1
- package/dist/chunks/md-199.js +0 -1
- package/dist/chunks/md-2.js +0 -1
- package/dist/chunks/md-20.js +0 -1
- package/dist/chunks/md-200.js +0 -1
- package/dist/chunks/md-201.js +0 -1
- package/dist/chunks/md-202.js +0 -1
- package/dist/chunks/md-203.js +0 -1
- package/dist/chunks/md-204.js +0 -1
- package/dist/chunks/md-205.js +0 -1
- package/dist/chunks/md-206.js +0 -1
- package/dist/chunks/md-207.js +0 -1
- package/dist/chunks/md-208.js +0 -1
- package/dist/chunks/md-209.js +0 -1
- package/dist/chunks/md-21.js +0 -8
- package/dist/chunks/md-210.js +0 -1
- package/dist/chunks/md-211.js +0 -1
- package/dist/chunks/md-212.js +0 -1
- package/dist/chunks/md-213.js +0 -1
- package/dist/chunks/md-214.js +0 -1
- package/dist/chunks/md-215.js +0 -1
- package/dist/chunks/md-216.js +0 -1
- package/dist/chunks/md-217.js +0 -1
- package/dist/chunks/md-218.js +0 -1
- package/dist/chunks/md-219.js +0 -1
- package/dist/chunks/md-22.js +0 -23
- package/dist/chunks/md-220.js +0 -1
- package/dist/chunks/md-221.js +0 -1
- package/dist/chunks/md-222.js +0 -1
- package/dist/chunks/md-223.js +0 -1
- package/dist/chunks/md-224.js +0 -1
- package/dist/chunks/md-225.js +0 -1
- package/dist/chunks/md-226.js +0 -1
- package/dist/chunks/md-227.js +0 -1
- package/dist/chunks/md-228.js +0 -1
- package/dist/chunks/md-229.js +0 -1
- package/dist/chunks/md-23.js +0 -1
- package/dist/chunks/md-230.js +0 -1
- package/dist/chunks/md-231.js +0 -1
- package/dist/chunks/md-232.js +0 -1
- package/dist/chunks/md-233.js +0 -1
- package/dist/chunks/md-234.js +0 -1
- package/dist/chunks/md-235.js +0 -1
- package/dist/chunks/md-236.js +0 -1
- package/dist/chunks/md-237.js +0 -1
- package/dist/chunks/md-238.js +0 -1
- package/dist/chunks/md-239.js +0 -1
- package/dist/chunks/md-24.js +0 -7
- package/dist/chunks/md-240.js +0 -1
- package/dist/chunks/md-241.js +0 -1
- package/dist/chunks/md-242.js +0 -1
- package/dist/chunks/md-243.js +0 -1
- package/dist/chunks/md-244.js +0 -1
- package/dist/chunks/md-245.js +0 -1
- package/dist/chunks/md-246.js +0 -1
- package/dist/chunks/md-247.js +0 -1
- package/dist/chunks/md-248.js +0 -1
- package/dist/chunks/md-249.js +0 -1
- package/dist/chunks/md-25.js +0 -8
- package/dist/chunks/md-250.js +0 -1
- package/dist/chunks/md-251.js +0 -1
- package/dist/chunks/md-252.js +0 -1
- package/dist/chunks/md-253.js +0 -1
- package/dist/chunks/md-254.js +0 -1
- package/dist/chunks/md-255.js +0 -1
- package/dist/chunks/md-256.js +0 -1
- package/dist/chunks/md-257.js +0 -1
- package/dist/chunks/md-258.js +0 -1
- package/dist/chunks/md-259.js +0 -1
- package/dist/chunks/md-26.js +0 -1
- package/dist/chunks/md-260.js +0 -1
- package/dist/chunks/md-261.js +0 -1
- package/dist/chunks/md-262.js +0 -1
- package/dist/chunks/md-263.js +0 -1
- package/dist/chunks/md-264.js +0 -1
- package/dist/chunks/md-265.js +0 -1
- package/dist/chunks/md-266.js +0 -1
- package/dist/chunks/md-267.js +0 -1
- package/dist/chunks/md-268.js +0 -1
- package/dist/chunks/md-269.js +0 -1
- package/dist/chunks/md-27.js +0 -1
- package/dist/chunks/md-270.js +0 -1
- package/dist/chunks/md-271.js +0 -1
- package/dist/chunks/md-272.js +0 -1
- package/dist/chunks/md-273.js +0 -1
- package/dist/chunks/md-274.js +0 -1
- package/dist/chunks/md-275.js +0 -1
- package/dist/chunks/md-276.js +0 -1
- package/dist/chunks/md-277.js +0 -1
- package/dist/chunks/md-278.js +0 -1
- package/dist/chunks/md-279.js +0 -1
- package/dist/chunks/md-28.js +0 -55
- package/dist/chunks/md-280.js +0 -1
- package/dist/chunks/md-281.js +0 -1
- package/dist/chunks/md-282.js +0 -1
- package/dist/chunks/md-283.js +0 -1
- package/dist/chunks/md-29.js +0 -1
- package/dist/chunks/md-3.js +0 -1
- package/dist/chunks/md-30.js +0 -216
- package/dist/chunks/md-31.js +0 -49
- package/dist/chunks/md-32.js +0 -1
- package/dist/chunks/md-33.js +0 -1
- package/dist/chunks/md-34.js +0 -36
- package/dist/chunks/md-35.js +0 -33
- package/dist/chunks/md-36.js +0 -23
- package/dist/chunks/md-37.js +0 -5
- package/dist/chunks/md-38.js +0 -5
- package/dist/chunks/md-39.js +0 -1
- package/dist/chunks/md-4.js +0 -1
- package/dist/chunks/md-40.js +0 -21
- package/dist/chunks/md-41.js +0 -26
- package/dist/chunks/md-42.js +0 -42
- package/dist/chunks/md-43.js +0 -1
- package/dist/chunks/md-44.js +0 -30
- package/dist/chunks/md-45.js +0 -16
- package/dist/chunks/md-46.js +0 -1
- package/dist/chunks/md-47.js +0 -27
- package/dist/chunks/md-48.js +0 -5
- package/dist/chunks/md-49.js +0 -38
- package/dist/chunks/md-5.js +0 -1
- package/dist/chunks/md-50.js +0 -13
- package/dist/chunks/md-51.js +0 -33
- package/dist/chunks/md-52.js +0 -20
- package/dist/chunks/md-53.js +0 -121
- package/dist/chunks/md-54.js +0 -98
- package/dist/chunks/md-55.js +0 -11
- package/dist/chunks/md-56.js +0 -5
- package/dist/chunks/md-57.js +0 -77
- package/dist/chunks/md-58.js +0 -68
- package/dist/chunks/md-59.js +0 -22
- package/dist/chunks/md-6.js +0 -77
- package/dist/chunks/md-60.js +0 -14
- package/dist/chunks/md-61.js +0 -5
- package/dist/chunks/md-62.js +0 -51
- package/dist/chunks/md-63.js +0 -22
- package/dist/chunks/md-64.js +0 -47
- package/dist/chunks/md-65.js +0 -5
- package/dist/chunks/md-66.js +0 -1
- package/dist/chunks/md-67.js +0 -23
- package/dist/chunks/md-68.js +0 -5
- package/dist/chunks/md-69.js +0 -11
- package/dist/chunks/md-7.js +0 -1
- package/dist/chunks/md-70.js +0 -138
- package/dist/chunks/md-71.js +0 -30
- package/dist/chunks/md-72.js +0 -70
- package/dist/chunks/md-73.js +0 -19
- package/dist/chunks/md-74.js +0 -22
- package/dist/chunks/md-75.js +0 -17
- package/dist/chunks/md-76.js +0 -76
- package/dist/chunks/md-77.js +0 -7
- package/dist/chunks/md-78.js +0 -72
- package/dist/chunks/md-79.js +0 -78
- package/dist/chunks/md-8.js +0 -26
- package/dist/chunks/md-80.js +0 -71
- package/dist/chunks/md-81.js +0 -17
- package/dist/chunks/md-82.js +0 -5
- package/dist/chunks/md-83.js +0 -19
- package/dist/chunks/md-84.js +0 -1
- package/dist/chunks/md-85.js +0 -168
- package/dist/chunks/md-86.js +0 -43
- package/dist/chunks/md-87.js +0 -101
- package/dist/chunks/md-88.js +0 -82
- package/dist/chunks/md-89.js +0 -12
- package/dist/chunks/md-9.js +0 -1
- package/dist/chunks/md-90.js +0 -43
- package/dist/chunks/md-91.js +0 -34
- package/dist/chunks/md-92.js +0 -1
- package/dist/chunks/md-93.js +0 -1
- package/dist/chunks/md-94.js +0 -1
- package/dist/chunks/md-95.js +0 -1
- package/dist/chunks/md-96.js +0 -1
- package/dist/chunks/md-97.js +0 -1
- package/dist/chunks/md-98.js +0 -1
- package/dist/chunks/md-99.js +0 -1
- package/dist/comp/md-accordion-entry.js +0 -1
- package/dist/comp/md-accordion-item-entry.js +0 -1
- package/dist/comp/md-accordion-item.js +0 -15
- package/dist/comp/md-accordion.js +0 -11
- package/dist/comp/md-activity-button-entry.js +0 -1
- package/dist/comp/md-activity-button.js +0 -9
- package/dist/comp/md-advance-list-entry.js +0 -1
- package/dist/comp/md-advance-list.js +0 -7
- package/dist/comp/md-alert-banner-entry.js +0 -1
- package/dist/comp/md-alert-banner.js +0 -9
- package/dist/comp/md-alert-entry.js +0 -1
- package/dist/comp/md-alert.js +0 -10
- package/dist/comp/md-audio-player-entry.js +0 -1
- package/dist/comp/md-audio-player.js +0 -17
- package/dist/comp/md-avatar-entry.js +0 -1
- package/dist/comp/md-avatar.js +0 -11
- package/dist/comp/md-badge-entry.js +0 -1
- package/dist/comp/md-badge.js +0 -4
- package/dist/comp/md-breadcrumb-entry.js +0 -1
- package/dist/comp/md-breadcrumb.js +0 -4
- package/dist/comp/md-button-entry.js +0 -1
- package/dist/comp/md-button-group-entry.js +0 -1
- package/dist/comp/md-button-group.js +0 -10
- package/dist/comp/md-button.js +0 -6
- package/dist/comp/md-card-ai-entry.js +0 -1
- package/dist/comp/md-card-ai.js +0 -9
- package/dist/comp/md-card-entry.js +0 -1
- package/dist/comp/md-card.js +0 -23
- package/dist/comp/md-chat-message-entry.js +0 -1
- package/dist/comp/md-chat-message.js +0 -12
- package/dist/comp/md-checkbox-entry.js +0 -1
- package/dist/comp/md-checkbox.js +0 -11
- package/dist/comp/md-checkboxgroup-entry.js +0 -1
- package/dist/comp/md-checkboxgroup.js +0 -11
- package/dist/comp/md-chip-entry.js +0 -1
- package/dist/comp/md-chip.js +0 -18
- package/dist/comp/md-coachmark-entry.js +0 -1
- package/dist/comp/md-coachmark-popover-entry.js +0 -1
- package/dist/comp/md-coachmark-popover.js +0 -15
- package/dist/comp/md-coachmark.js +0 -13
- package/dist/comp/md-combobox-entry.js +0 -1
- package/dist/comp/md-combobox.js +0 -17
- package/dist/comp/md-composite-avatar-entry.js +0 -1
- package/dist/comp/md-composite-avatar.js +0 -5
- package/dist/comp/md-date-range-picker-entry.js +0 -1
- package/dist/comp/md-date-range-picker.js +0 -25
- package/dist/comp/md-date-time-picker-entry.js +0 -1
- package/dist/comp/md-date-time-picker.js +0 -19
- package/dist/comp/md-datepicker-calendar-entry.js +0 -1
- package/dist/comp/md-datepicker-calendar.js +0 -14
- package/dist/comp/md-datepicker-day-entry.js +0 -1
- package/dist/comp/md-datepicker-day.js +0 -9
- package/dist/comp/md-datepicker-entry.js +0 -1
- package/dist/comp/md-datepicker-month-entry.js +0 -1
- package/dist/comp/md-datepicker-month.js +0 -11
- package/dist/comp/md-datepicker-week-entry.js +0 -1
- package/dist/comp/md-datepicker-week.js +0 -10
- package/dist/comp/md-datepicker.js +0 -24
- package/dist/comp/md-draggable-entry.js +0 -1
- package/dist/comp/md-draggable-item-entry.js +0 -1
- package/dist/comp/md-draggable-item.js +0 -11
- package/dist/comp/md-draggable.js +0 -12
- package/dist/comp/md-dropdown-entry.js +0 -1
- package/dist/comp/md-dropdown.js +0 -15
- package/dist/comp/md-editable-field-entry.js +0 -1
- package/dist/comp/md-editable-field.js +0 -15
- package/dist/comp/md-favorite-entry.js +0 -1
- package/dist/comp/md-favorite.js +0 -14
- package/dist/comp/md-floating-minimize-entry.js +0 -1
- package/dist/comp/md-floating-minimize.js +0 -15
- package/dist/comp/md-floating-modal-entry.js +0 -1
- package/dist/comp/md-floating-modal.js +0 -16
- package/dist/comp/md-form-entry.js +0 -1
- package/dist/comp/md-form.js +0 -9
- package/dist/comp/md-grabber-entry.js +0 -1
- package/dist/comp/md-grabber.js +0 -14
- package/dist/comp/md-help-text-entry.js +0 -1
- package/dist/comp/md-help-text.js +0 -4
- package/dist/comp/md-icon-entry.js +0 -1
- package/dist/comp/md-icon.js +0 -8
- package/dist/comp/md-inpu.js +0 -12
- package/dist/comp/md-input-entry.js +0 -1
- package/dist/comp/md-input-file.js +0 -1
- package/dist/comp/md-input.js +0 -13
- package/dist/comp/md-label-entry.js +0 -1
- package/dist/comp/md-label.js +0 -4
- package/dist/comp/md-link-entry.js +0 -1
- package/dist/comp/md-link.js +0 -4
- package/dist/comp/md-list-entry.js +0 -1
- package/dist/comp/md-list-item-entry.js +0 -1
- package/dist/comp/md-list-item.js +0 -11
- package/dist/comp/md-list.js +0 -11
- package/dist/comp/md-loading-entry.js +0 -1
- package/dist/comp/md-loading.js +0 -4
- package/dist/comp/md-meeting-alert-entry.js +0 -1
- package/dist/comp/md-meeting-alert.js +0 -12
- package/dist/comp/md-menu-entry.js +0 -1
- package/dist/comp/md-menu-item-entry.js +0 -1
- package/dist/comp/md-menu-item.js +0 -4
- package/dist/comp/md-menu-overlay-entry.js +0 -1
- package/dist/comp/md-menu-overlay.js +0 -9
- package/dist/comp/md-menu.js +0 -8
- package/dist/comp/md-modal-entry.js +0 -1
- package/dist/comp/md-modal.js +0 -14
- package/dist/comp/md-pagination-entry.js +0 -1
- package/dist/comp/md-pagination.js +0 -9
- package/dist/comp/md-phone-input-entry.js +0 -1
- package/dist/comp/md-phone-input.js +0 -20
- package/dist/comp/md-popover-entry.js +0 -1
- package/dist/comp/md-popover.js +0 -14
- package/dist/comp/md-progress-bar-entry.js +0 -1
- package/dist/comp/md-progress-bar.js +0 -4
- package/dist/comp/md-radio-entry.js +0 -1
- package/dist/comp/md-radio.js +0 -11
- package/dist/comp/md-radiogroup-entry.js +0 -1
- package/dist/comp/md-radiogroup.js +0 -11
- package/dist/comp/md-slider-entry.js +0 -1
- package/dist/comp/md-slider.js +0 -10
- package/dist/comp/md-spinner-entry.js +0 -1
- package/dist/comp/md-spinner.js +0 -4
- package/dist/comp/md-tab-entry.js +0 -1
- package/dist/comp/md-tab-panel-entry.js +0 -1
- package/dist/comp/md-tab-panel.js +0 -11
- package/dist/comp/md-tab.js +0 -11
- package/dist/comp/md-table-advanced-entry.js +0 -1
- package/dist/comp/md-table-advanced.js +0 -15
- package/dist/comp/md-table-entry.js +0 -1
- package/dist/comp/md-table.js +0 -9
- package/dist/comp/md-tabs-entry.js +0 -1
- package/dist/comp/md-tabs.js +0 -20
- package/dist/comp/md-task-item-entry.js +0 -1
- package/dist/comp/md-task-item.js +0 -10
- package/dist/comp/md-theme-entry.js +0 -1
- package/dist/comp/md-theme.js +0 -4
- package/dist/comp/md-timepicker-entry.js +0 -1
- package/dist/comp/md-timepicker.js +0 -22
- package/dist/comp/md-toggle-switch-entry.js +0 -1
- package/dist/comp/md-toggle-switch.js +0 -11
- package/dist/comp/md-tooltip-entry.js +0 -1
- package/dist/comp/md-tooltip.js +0 -12
- package/dist/index-entry.js +0 -34
- package/dist/index.js +0 -94
- package/dist/managers/thememanager-entry.js +0 -1
- package/dist/managers/thememanager.js +0 -2
- package/dist/types/components/accordion/Accordion.d.ts +0 -32
- package/dist/types/components/accordion/AccordionItem.d.ts +0 -41
- package/dist/types/components/activity-button/ActivityButton.d.ts +0 -41
- package/dist/types/components/advance-list/AdvanceList.d.ts +0 -46
- package/dist/types/components/alert/Alert.d.ts +0 -59
- package/dist/types/components/alert-banner/AlertBanner.d.ts +0 -29
- package/dist/types/components/audio-player/AudioPlayer.d.ts +0 -112
- package/dist/types/components/avatar/Avatar.constants.d.ts +0 -4
- package/dist/types/components/avatar/Avatar.d.ts +0 -69
- package/dist/types/components/avatar/CompositeAvatar.d.ts +0 -25
- package/dist/types/components/avatar/Presence.d.ts +0 -19
- package/dist/types/components/avatar/Presence.utils.d.ts +0 -7
- package/dist/types/components/badge/Badge.d.ts +0 -38
- package/dist/types/components/breadcrumb/Breadcrumb.d.ts +0 -24
- package/dist/types/components/button/Button.d.ts +0 -115
- package/dist/types/components/button-group/ButtonGroup.d.ts +0 -45
- package/dist/types/components/card/Card.d.ts +0 -37
- package/dist/types/components/card-ai/CardAi.d.ts +0 -45
- package/dist/types/components/chat-message/ChatMessage.d.ts +0 -18
- package/dist/types/components/checkbox/Checkbox.d.ts +0 -44
- package/dist/types/components/checkbox/CheckboxGroup.d.ts +0 -29
- package/dist/types/components/chip/Chip.d.ts +0 -67
- package/dist/types/components/coachmark/Coachmark.d.ts +0 -46
- package/dist/types/components/coachmark-popover/CoachmarkPopover.d.ts +0 -211
- package/dist/types/components/code-editor/CodeEditor.d.ts +0 -40
- package/dist/types/components/combobox/ComboBox.d.ts +0 -227
- package/dist/types/components/date-range-picker/DateRangePicker.d.ts +0 -28
- package/dist/types/components/date-time-picker/DateTimePicker.d.ts +0 -45
- package/dist/types/components/datepicker/DatePicker.d.ts +0 -58
- package/dist/types/components/datepicker/datepicker-calendar/DatePickerCalendar.d.ts +0 -39
- package/dist/types/components/datepicker/datepicker-day/DatePickerDay.d.ts +0 -56
- package/dist/types/components/datepicker/datepicker-month/DatePickerMonth.d.ts +0 -26
- package/dist/types/components/datepicker/datepicker-week/DatePickerWeek.d.ts +0 -27
- package/dist/types/components/draggable/Draggable.d.ts +0 -62
- package/dist/types/components/draggable/DraggableItem.d.ts +0 -29
- package/dist/types/components/dropdown/Dropdown.d.ts +0 -152
- package/dist/types/components/editable-textfield/EditableTextfield.d.ts +0 -53
- package/dist/types/components/favorite/Favorite.d.ts +0 -36
- package/dist/types/components/floating-modal/FloatingMinimizedModal.d.ts +0 -53
- package/dist/types/components/floating-modal/FloatingModal.d.ts +0 -70
- package/dist/types/components/form/Form.d.ts +0 -49
- package/dist/types/components/grabber/Grabber.d.ts +0 -87
- package/dist/types/components/help-text/HelpText.d.ts +0 -28
- package/dist/types/components/icon/Icon.d.ts +0 -196
- package/dist/types/components/input/Input.d.ts +0 -139
- package/dist/types/components/input-file/InputFile.d.ts +0 -25
- package/dist/types/components/label/Label.d.ts +0 -43
- package/dist/types/components/link/Link.d.ts +0 -36
- package/dist/types/components/list/List.d.ts +0 -47
- package/dist/types/components/list/ListItem.d.ts +0 -26
- package/dist/types/components/loading/Loading.d.ts +0 -24
- package/dist/types/components/meeting-alert/CompositeAvatar.d.ts +0 -1
- package/dist/types/components/meeting-alert/MeetingAlert.d.ts +0 -46
- package/dist/types/components/menu/Menu.d.ts +0 -46
- package/dist/types/components/menu/MenuItem.d.ts +0 -46
- package/dist/types/components/menu-overlay/MenuOverlay.d.ts +0 -81
- package/dist/types/components/modal/Modal.d.ts +0 -74
- package/dist/types/components/pagination/Pagination.d.ts +0 -33
- package/dist/types/components/phone-input/PhoneInput.d.ts +0 -72
- package/dist/types/components/popover/Popover.d.ts +0 -184
- package/dist/types/components/popover/Popover.types.d.ts +0 -8
- package/dist/types/components/progress-bar/ProgressBar.d.ts +0 -35
- package/dist/types/components/radio/Radio.d.ts +0 -33
- package/dist/types/components/radio/RadioGroup.d.ts +0 -43
- package/dist/types/components/sass-stats/SassStats.d.ts +0 -29
- package/dist/types/components/slider/Slider.d.ts +0 -47
- package/dist/types/components/spinner/Spinner.d.ts +0 -24
- package/dist/types/components/table/Table.d.ts +0 -57
- package/dist/types/components/table-advanced/TableAdvanced.d.ts +0 -169
- package/dist/types/components/table-advanced/src/decorators.d.ts +0 -32
- package/dist/types/components/table-advanced/src/filter.d.ts +0 -25
- package/dist/types/components/tabs/Tab.d.ts +0 -65
- package/dist/types/components/tabs/TabPanel.d.ts +0 -25
- package/dist/types/components/tabs/Tabs.d.ts +0 -128
- package/dist/types/components/taskitem/TaskItem.d.ts +0 -54
- package/dist/types/components/theme/Theme.d.ts +0 -89
- package/dist/types/components/theme/index.d.ts +0 -7
- package/dist/types/components/timepicker/TimePicker.d.ts +0 -50
- package/dist/types/components/toggle-switch/ToggleSwitch.d.ts +0 -39
- package/dist/types/components/tooltip/Tooltip.d.ts +0 -56
- package/dist/types/constants.d.ts +0 -39
- package/dist/types/index.d.ts +0 -79
- package/dist/types/internal-components/color-table/ColorTable.d.ts +0 -9
- package/dist/types/internal-components/color-table/data.d.ts +0 -551
- package/dist/types/internal-components/color-table/utils.d.ts +0 -1
- package/dist/types/managers/ThemeManager.d.ts +0 -41
- package/dist/types/mixins/CustomElementCheck.d.ts +0 -1
- package/dist/types/mixins/DedupeMixin.d.ts +0 -28
- package/dist/types/mixins/FocusMixin.d.ts +0 -44
- package/dist/types/mixins/FocusTrapMixin.d.ts +0 -19
- package/dist/types/mixins/ResizeMixin.d.ts +0 -52
- package/dist/types/mixins/RovingTabIndexMixin.d.ts +0 -31
- package/dist/types/mixins/SlottedMixin.d.ts +0 -43
- package/dist/types/mixins/index.d.ts +0 -14
- package/dist/types/utils/dateUtils.d.ts +0 -31
- package/dist/types/utils/enums.d.ts +0 -18
- package/dist/types/utils/helpers.d.ts +0 -17
- package/dist/types/utils/keyboard.d.ts +0 -1
- package/dist/types/utils/validations.d.ts +0 -25
- package/dist/types/wc_scss/colors/vars/color-table-data-string.d.ts +0 -1
- /package/{dist → src}/assets/styles/fonts.css +0 -0
|
@@ -0,0 +1,636 @@
|
|
|
1
|
+
import { TableAdvanced } from "@/components/table-advanced/TableAdvanced";
|
|
2
|
+
|
|
3
|
+
export const comboBoxOptions = [
|
|
4
|
+
"Afghanistan",
|
|
5
|
+
"Aland Islands",
|
|
6
|
+
"Albania",
|
|
7
|
+
"Algeria",
|
|
8
|
+
"American Samoa",
|
|
9
|
+
"Andorra",
|
|
10
|
+
"Angola",
|
|
11
|
+
"Anguilla",
|
|
12
|
+
"Antarctica",
|
|
13
|
+
"Antigua and Barbuda Antigua and Barbuda Antigua and Barbuda",
|
|
14
|
+
"Argentina"
|
|
15
|
+
];
|
|
16
|
+
|
|
17
|
+
export const tableWarns = [
|
|
18
|
+
{ row: 2, col: 3 },
|
|
19
|
+
{ row: 3, col: 3 }
|
|
20
|
+
];
|
|
21
|
+
export const comboBoxObjectOptions = [
|
|
22
|
+
{ id: "0", country: "Afghanistan" },
|
|
23
|
+
{ id: "1", country: "Aland Islands" },
|
|
24
|
+
{ id: "2", country: "Albania" },
|
|
25
|
+
{ id: "3", country: "Algeria" },
|
|
26
|
+
{ id: "4", country: "American Samoa" },
|
|
27
|
+
{ id: "5", country: "Andorra" },
|
|
28
|
+
{ id: "6", country: "Angola" },
|
|
29
|
+
{ id: "7", country: "Anguilla" },
|
|
30
|
+
{ id: "8", country: "Antarctica" },
|
|
31
|
+
{ id: "9", country: "Antigua and Barbuda" },
|
|
32
|
+
{ id: "10", country: "Argentina" },
|
|
33
|
+
{ id: "11", country: "Australia" },
|
|
34
|
+
{ id: "12", country: "Austrian Empire" },
|
|
35
|
+
{ id: "13", country: "Austria" },
|
|
36
|
+
{ id: "14", country: "Azerbaijan" },
|
|
37
|
+
{ id: "15", country: "Bahrain" },
|
|
38
|
+
{ id: "16", country: "Bangladesh" },
|
|
39
|
+
{ id: "17", country: "Barbados" },
|
|
40
|
+
{ id: "18", country: "Bavaria" },
|
|
41
|
+
{ id: "19", country: "Belarus" },
|
|
42
|
+
{ id: "20", country: "Belgium" },
|
|
43
|
+
{ id: "21", country: "Belize" },
|
|
44
|
+
{ id: "22", country: "Cabo Verde" },
|
|
45
|
+
{ id: "23", country: "Cambodia" },
|
|
46
|
+
{ id: "24", country: "Cameroon" },
|
|
47
|
+
{ id: "25", country: "Canada" },
|
|
48
|
+
{ id: "26", country: "Cayman Islands" },
|
|
49
|
+
{ id: "27", country: "The Central African Republic" },
|
|
50
|
+
{ id: "28", country: "Chad" }
|
|
51
|
+
];
|
|
52
|
+
export const comboBoxObjectLongOptions = [
|
|
53
|
+
{ id: "0", country: "Afghanistan" },
|
|
54
|
+
{ id: "1", country: "Aland Islands" },
|
|
55
|
+
{ id: "2", country: "Albania" },
|
|
56
|
+
{ id: "3", country: "Algeria" },
|
|
57
|
+
{ id: "4", country: "American Samoa" },
|
|
58
|
+
{ id: "5", country: "Andorra" },
|
|
59
|
+
{ id: "6", country: "Angola" },
|
|
60
|
+
{ id: "7", country: "Anguilla" },
|
|
61
|
+
{ id: "8", country: "Antarctica" },
|
|
62
|
+
{ id: "9", country: "Antigua and Barbuda" },
|
|
63
|
+
{ id: "10", country: "Argentina" },
|
|
64
|
+
{ id: "11", country: "Australia" },
|
|
65
|
+
{ id: "12", country: "Austrian Empire" },
|
|
66
|
+
{ id: "13", country: "Austria" },
|
|
67
|
+
{ id: "14", country: "Azerbaijan" },
|
|
68
|
+
{ id: "15", country: "Bahrain" },
|
|
69
|
+
{ id: "16", country: "Bangladesh" },
|
|
70
|
+
{ id: "17", country: "Barbados" },
|
|
71
|
+
{ id: "18", country: "Bavaria" },
|
|
72
|
+
{ id: "19", country: "Belarus" },
|
|
73
|
+
{ id: "20", country: "Belgium" },
|
|
74
|
+
{ id: "21", country: "Belize" },
|
|
75
|
+
{ id: "22", country: "Cabo Verde" },
|
|
76
|
+
{ id: "23", country: "Cambodia" },
|
|
77
|
+
{ id: "24", country: "Cameroon" },
|
|
78
|
+
{ id: "25", country: "Canada" },
|
|
79
|
+
{ id: "26", country: "Cayman Islands" },
|
|
80
|
+
{ id: "27", country: "The Central African Republic" },
|
|
81
|
+
{ id: "28", country: "Chad" },
|
|
82
|
+
{ id: "29", country: "Afghanistan" },
|
|
83
|
+
{ id: "31", country: "Aland Islands" },
|
|
84
|
+
{ id: "32", country: "Albania" },
|
|
85
|
+
{ id: "33", country: "Algeria" },
|
|
86
|
+
{ id: "34", country: "American Samoa" },
|
|
87
|
+
{ id: "35", country: "Andorra" },
|
|
88
|
+
{ id: "36", country: "Angola" },
|
|
89
|
+
{ id: "37", country: "Anguilla" },
|
|
90
|
+
{ id: "38", country: "Antarctica" },
|
|
91
|
+
{ id: "39", country: "Antigua and Barbuda" },
|
|
92
|
+
{ id: "40", country: "Argentina" },
|
|
93
|
+
{ id: "41", country: "Australia" },
|
|
94
|
+
{ id: "42", country: "Austrian Empire" },
|
|
95
|
+
{ id: "43", country: "Austria" },
|
|
96
|
+
{ id: "44", country: "Azerbaijan" },
|
|
97
|
+
{ id: "45", country: "Bahrain" },
|
|
98
|
+
{ id: "46", country: "Bangladesh" },
|
|
99
|
+
{ id: "47", country: "Barbados" },
|
|
100
|
+
{ id: "48", country: "Bavaria" },
|
|
101
|
+
{ id: "49", country: "Belarus" },
|
|
102
|
+
{ id: "50", country: "Belgium" },
|
|
103
|
+
{ id: "51", country: "Belize" },
|
|
104
|
+
{ id: "52", country: "Cabo Verde" },
|
|
105
|
+
{ id: "53", country: "Cambodia" },
|
|
106
|
+
{ id: "54", country: "Cameroon" },
|
|
107
|
+
{ id: "55", country: "Canada" },
|
|
108
|
+
{ id: "56", country: "Cayman Islands" },
|
|
109
|
+
{ id: "57", country: "The Central African Republic" },
|
|
110
|
+
{ id: "58", country: "Chad" },
|
|
111
|
+
{ id: "60", country: "Afghanistan" },
|
|
112
|
+
{ id: "61", country: "Aland Islands" },
|
|
113
|
+
{ id: "62", country: "Albania" },
|
|
114
|
+
{ id: "63", country: "Algeria" },
|
|
115
|
+
{ id: "64", country: "American Samoa" },
|
|
116
|
+
{ id: "65", country: "Andorra" },
|
|
117
|
+
{ id: "66", country: "Angola" },
|
|
118
|
+
{ id: "67", country: "Anguilla" },
|
|
119
|
+
{ id: "68", country: "Antarctica" },
|
|
120
|
+
{ id: "69", country: "Antigua and Barbuda" },
|
|
121
|
+
{ id: "70", country: "Argentina" },
|
|
122
|
+
{ id: "71", country: "Australia" },
|
|
123
|
+
{ id: "72", country: "Austrian Empire" },
|
|
124
|
+
{ id: "73", country: "Austria" },
|
|
125
|
+
{ id: "74", country: "Azerbaijan" },
|
|
126
|
+
{ id: "75", country: "Bahrain" },
|
|
127
|
+
{ id: "76", country: "Bangladesh" },
|
|
128
|
+
{ id: "77", country: "Barbados" },
|
|
129
|
+
{ id: "78", country: "Bavaria" },
|
|
130
|
+
{ id: "79", country: "Belarus" },
|
|
131
|
+
{ id: "80", country: "Belgium" },
|
|
132
|
+
{ id: "81", country: "Belize" },
|
|
133
|
+
{ id: "82", country: "Cabo Verde" },
|
|
134
|
+
{ id: "83", country: "Cambodia" },
|
|
135
|
+
{ id: "84", country: "Cameroon" },
|
|
136
|
+
{ id: "85", country: "Canada" },
|
|
137
|
+
{ id: "86", country: "Cayman Islands" },
|
|
138
|
+
{ id: "87", country: "The Central African Republic" },
|
|
139
|
+
{ id: "88", country: "Chad" },
|
|
140
|
+
{ id: "90", country: "Afghanistan" },
|
|
141
|
+
{ id: "91", country: "Aland Islands" },
|
|
142
|
+
{ id: "92", country: "Albania" },
|
|
143
|
+
{ id: "93", country: "Algeria" },
|
|
144
|
+
{ id: "94", country: "American Samoa" },
|
|
145
|
+
{ id: "95", country: "Andorra" },
|
|
146
|
+
{ id: "96", country: "Angola" },
|
|
147
|
+
{ id: "97", country: "Anguilla" },
|
|
148
|
+
{ id: "98", country: "Antarctica" },
|
|
149
|
+
{ id: "99", country: "Antigua and Barbuda" },
|
|
150
|
+
{ id: "100", country: "Argentina" },
|
|
151
|
+
{ id: "101", country: "Australia" },
|
|
152
|
+
{ id: "102", country: "Austrian Empire" },
|
|
153
|
+
{ id: "103", country: "Austria" },
|
|
154
|
+
{ id: "104", country: "Azerbaijan" },
|
|
155
|
+
{ id: "105", country: "Bahrain" },
|
|
156
|
+
{ id: "106", country: "Bangladesh" },
|
|
157
|
+
{ id: "107", country: "Barbados" },
|
|
158
|
+
{ id: "108", country: "Bavaria" },
|
|
159
|
+
{ id: "109", country: "Belarus" },
|
|
160
|
+
{ id: "120", country: "Belgium" },
|
|
161
|
+
{ id: "121", country: "Belize" },
|
|
162
|
+
{ id: "122", country: "Cabo Verde" },
|
|
163
|
+
{ id: "123", country: "Cambodia" },
|
|
164
|
+
{ id: "124", country: "Cameroon" },
|
|
165
|
+
{ id: "125", country: "Canada" },
|
|
166
|
+
{ id: "126", country: "Cayman Islands" },
|
|
167
|
+
{ id: "127", country: "The Central African Republic" },
|
|
168
|
+
{ id: "128", country: "Chad" }
|
|
169
|
+
];
|
|
170
|
+
|
|
171
|
+
export const comboBoxComplexObjectOption = [
|
|
172
|
+
{
|
|
173
|
+
countryNameEn: "Andorra",
|
|
174
|
+
countryNameLocal: "Andorra",
|
|
175
|
+
countryCode: "AD",
|
|
176
|
+
currencyCode: "EUR",
|
|
177
|
+
currencyNameEn: "Euro",
|
|
178
|
+
tinType: "",
|
|
179
|
+
tinName: "",
|
|
180
|
+
officialLanguageCode: "ca",
|
|
181
|
+
officialLanguageNameEn: "Catalan, Valencian",
|
|
182
|
+
officialLanguageNameLocal: "Català, Valencià",
|
|
183
|
+
countryCallingCode: "376",
|
|
184
|
+
region: "Europe",
|
|
185
|
+
flag: "🇦🇩"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
countryNameEn: "Afghanistan",
|
|
189
|
+
countryNameLocal: "د افغانستان اسلامي دولتدولت اسلامی افغانستان, جمهوری اسلامی افغانستان",
|
|
190
|
+
countryCode: "AF",
|
|
191
|
+
currencyCode: "AFN",
|
|
192
|
+
currencyNameEn: "Afghan afghani",
|
|
193
|
+
tinType: "",
|
|
194
|
+
tinName: "",
|
|
195
|
+
officialLanguageCode: "fa",
|
|
196
|
+
officialLanguageNameEn: "Persian",
|
|
197
|
+
officialLanguageNameLocal: "فارسی",
|
|
198
|
+
countryCallingCode: "93",
|
|
199
|
+
region: "Asia & Pacific",
|
|
200
|
+
flag: "🇦🇫"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
countryNameEn: "Antigua and Barbuda",
|
|
204
|
+
countryNameLocal: "Antigua and Barbuda",
|
|
205
|
+
countryCode: "AG",
|
|
206
|
+
currencyCode: "XCD",
|
|
207
|
+
currencyNameEn: "East Caribbean dollar",
|
|
208
|
+
tinType: "",
|
|
209
|
+
tinName: "",
|
|
210
|
+
officialLanguageCode: "en",
|
|
211
|
+
officialLanguageNameEn: "English",
|
|
212
|
+
officialLanguageNameLocal: "English",
|
|
213
|
+
countryCallingCode: "1268",
|
|
214
|
+
region: "South/Latin America",
|
|
215
|
+
flag: "🇦🇬"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
countryNameEn: "Anguilla",
|
|
219
|
+
countryNameLocal: "Anguilla",
|
|
220
|
+
countryCode: "AI",
|
|
221
|
+
currencyCode: "XCD",
|
|
222
|
+
currencyNameEn: "East Caribbean dollar",
|
|
223
|
+
tinType: "",
|
|
224
|
+
tinName: "",
|
|
225
|
+
officialLanguageCode: "en",
|
|
226
|
+
officialLanguageNameEn: "English",
|
|
227
|
+
officialLanguageNameLocal: "English",
|
|
228
|
+
countryCallingCode: "1264",
|
|
229
|
+
region: "South/Latin America",
|
|
230
|
+
flag: "🇦🇮"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
countryNameEn: "Albania",
|
|
234
|
+
countryNameLocal: "Shqipëria",
|
|
235
|
+
countryCode: "AL",
|
|
236
|
+
currencyCode: "ALL",
|
|
237
|
+
currencyNameEn: "Albanian lek",
|
|
238
|
+
tinType: "NIPT",
|
|
239
|
+
tinName: "Numri i Identifikimit për Personin e Tatueshëm",
|
|
240
|
+
officialLanguageCode: "sq",
|
|
241
|
+
officialLanguageNameEn: "Albanian",
|
|
242
|
+
officialLanguageNameLocal: "Shqip",
|
|
243
|
+
countryCallingCode: "355",
|
|
244
|
+
region: "Europe",
|
|
245
|
+
flag: "🇦🇱"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
countryNameEn: "Armenia",
|
|
249
|
+
countryNameLocal: "Հայաստան",
|
|
250
|
+
countryCode: "AM",
|
|
251
|
+
currencyCode: "AMD",
|
|
252
|
+
currencyNameEn: "Armenian dram",
|
|
253
|
+
tinType: "",
|
|
254
|
+
tinName: "",
|
|
255
|
+
officialLanguageCode: "hy",
|
|
256
|
+
officialLanguageNameEn: "Armenian",
|
|
257
|
+
officialLanguageNameLocal: "Հայերեն",
|
|
258
|
+
countryCallingCode: "374",
|
|
259
|
+
region: "Europe",
|
|
260
|
+
flag: "🇦🇲"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
countryNameEn: "Angola",
|
|
264
|
+
countryNameLocal: "Angola",
|
|
265
|
+
countryCode: "AO",
|
|
266
|
+
currencyCode: "AOA",
|
|
267
|
+
currencyNameEn: "Angolan kwanza",
|
|
268
|
+
tinType: "",
|
|
269
|
+
tinName: "",
|
|
270
|
+
officialLanguageCode: "pt",
|
|
271
|
+
officialLanguageNameEn: "Portuguese",
|
|
272
|
+
officialLanguageNameLocal: "Português",
|
|
273
|
+
countryCallingCode: "244",
|
|
274
|
+
region: "Africa",
|
|
275
|
+
flag: "🇦🇴"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
countryNameEn: "Antarctica",
|
|
279
|
+
countryNameLocal: "Antarctica, Antártico, Antarctique, Антарктике",
|
|
280
|
+
countryCode: "AQ",
|
|
281
|
+
currencyCode: "",
|
|
282
|
+
currencyNameEn: "",
|
|
283
|
+
tinType: "",
|
|
284
|
+
tinName: "",
|
|
285
|
+
officialLanguageCode: "en",
|
|
286
|
+
officialLanguageNameEn: "English",
|
|
287
|
+
officialLanguageNameLocal: "English",
|
|
288
|
+
countryCallingCode: "672",
|
|
289
|
+
region: "Asia & Pacific",
|
|
290
|
+
flag: "🇦🇶"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
countryNameEn: "Argentina",
|
|
294
|
+
countryNameLocal: "Argentina",
|
|
295
|
+
countryCode: "AR",
|
|
296
|
+
currencyCode: "ARS",
|
|
297
|
+
currencyNameEn: "Argentine peso",
|
|
298
|
+
tinType: "CUIT",
|
|
299
|
+
tinName: "Código Único de Identificación Tributaria",
|
|
300
|
+
officialLanguageCode: "es",
|
|
301
|
+
officialLanguageNameEn: "Spanish, Castilian",
|
|
302
|
+
officialLanguageNameLocal: "Español",
|
|
303
|
+
countryCallingCode: "54",
|
|
304
|
+
region: "South/Latin America",
|
|
305
|
+
flag: "🇦🇷"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
countryNameEn: "American Samoa",
|
|
309
|
+
countryNameLocal: "American Samoa",
|
|
310
|
+
countryCode: "AS",
|
|
311
|
+
currencyCode: "USD",
|
|
312
|
+
currencyNameEn: "United States dollar",
|
|
313
|
+
tinType: "",
|
|
314
|
+
tinName: "",
|
|
315
|
+
officialLanguageCode: "en",
|
|
316
|
+
officialLanguageNameEn: "English",
|
|
317
|
+
officialLanguageNameLocal: "English",
|
|
318
|
+
countryCallingCode: "1684",
|
|
319
|
+
region: "Asia & Pacific",
|
|
320
|
+
flag: "🇦🇸"
|
|
321
|
+
}
|
|
322
|
+
];
|
|
323
|
+
|
|
324
|
+
export const breadCrumb = [
|
|
325
|
+
{
|
|
326
|
+
link: "/one",
|
|
327
|
+
label: "One"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
link: "/two",
|
|
331
|
+
label: "Two"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
link: "/three",
|
|
335
|
+
label: "Three"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
link: "/four",
|
|
339
|
+
label: "Four"
|
|
340
|
+
}
|
|
341
|
+
];
|
|
342
|
+
|
|
343
|
+
export const cardMenuItems = ["Edit", "View", "Duplicate", "Delete"];
|
|
344
|
+
|
|
345
|
+
export const DraggableOptions = [
|
|
346
|
+
{
|
|
347
|
+
id: "602d03acfe232cf5498f00f4",
|
|
348
|
+
index: 0,
|
|
349
|
+
guid: "c5dea7ec-9f5b-4370-a9b2-6c5fddee13c7",
|
|
350
|
+
isActive: true,
|
|
351
|
+
balance: "$3,173.68",
|
|
352
|
+
age: 22,
|
|
353
|
+
name: {
|
|
354
|
+
first: "Tyson",
|
|
355
|
+
last: "Johnson"
|
|
356
|
+
},
|
|
357
|
+
company: "POOCHIES",
|
|
358
|
+
email: "tyson.johnson@poochies.net",
|
|
359
|
+
phone: "+1 (821) 474-3974",
|
|
360
|
+
address: "192 Frank Court, Fairforest, Puerto Rico, 7200",
|
|
361
|
+
registered: "Thursday, September 3, 2015 9:51 PM"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
id: "602d03ac8b9afdc705418e31",
|
|
365
|
+
index: 1,
|
|
366
|
+
guid: "ca04c803-6793-40cd-a9a7-79e7805a15cb",
|
|
367
|
+
isActive: false,
|
|
368
|
+
balance: "$2,486.41",
|
|
369
|
+
age: 31,
|
|
370
|
+
name: {
|
|
371
|
+
first: "Marquez",
|
|
372
|
+
last: "Roy"
|
|
373
|
+
},
|
|
374
|
+
company: "ZILPHUR",
|
|
375
|
+
email: "marquez.roy@zilphur.me",
|
|
376
|
+
phone: "+1 (944) 586-2079",
|
|
377
|
+
address: "775 Ralph Avenue, Ebro, Utah, 7191",
|
|
378
|
+
registered: "Saturday, August 30, 2014 11:20 PM"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
id: "602d03ace70d8ad1e5024268",
|
|
382
|
+
index: 2,
|
|
383
|
+
guid: "97578d31-62b6-44b6-970d-6407bcbccc16",
|
|
384
|
+
isActive: false,
|
|
385
|
+
balance: "$3,379.41",
|
|
386
|
+
age: 30,
|
|
387
|
+
name: {
|
|
388
|
+
first: "Hardin",
|
|
389
|
+
last: "Barrera"
|
|
390
|
+
},
|
|
391
|
+
company: "BULLJUICE",
|
|
392
|
+
email: "hardin.barrera@bulljuice.info",
|
|
393
|
+
phone: "+1 (980) 431-2269",
|
|
394
|
+
address: "225 Tapscott Avenue, Grimsley, Palau, 1192",
|
|
395
|
+
registered: "Wednesday, April 29, 2015 2:50 AM"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
id: "602d03acbac2cc3e6df2d133",
|
|
399
|
+
index: 3,
|
|
400
|
+
guid: "0134bf22-bd94-497c-a93e-f814a4e7a496",
|
|
401
|
+
isActive: false,
|
|
402
|
+
balance: "$1,821.36",
|
|
403
|
+
age: 34,
|
|
404
|
+
name: {
|
|
405
|
+
first: "Jacquelyn",
|
|
406
|
+
last: "Holland"
|
|
407
|
+
},
|
|
408
|
+
company: "KENGEN",
|
|
409
|
+
email: "jacquelyn.holland@kengen.ca",
|
|
410
|
+
phone: "+1 (821) 463-3013",
|
|
411
|
+
address: "391 Wilson Avenue, Macdona, Vermont, 4420",
|
|
412
|
+
registered: "Saturday, May 25, 2019 11:58 PM"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
id: "602d03ac5cee4defc60ba471",
|
|
416
|
+
index: 4,
|
|
417
|
+
guid: "223ffdf8-21aa-447c-8e1a-f7cd4af4b31d",
|
|
418
|
+
isActive: true,
|
|
419
|
+
balance: "$2,018.23",
|
|
420
|
+
age: 35,
|
|
421
|
+
name: {
|
|
422
|
+
first: "Vang",
|
|
423
|
+
last: "Herrera"
|
|
424
|
+
},
|
|
425
|
+
company: "ACUMENTOR",
|
|
426
|
+
email: "vang.herrera@acumentor.tv",
|
|
427
|
+
phone: "+1 (948) 474-2072",
|
|
428
|
+
address: "701 Voorhies Avenue, Malott, Marshall Islands, 4001",
|
|
429
|
+
registered: "Wednesday, March 5, 2014 3:27 AM"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
id: "602d03acb5d2212dd09311fc",
|
|
433
|
+
index: 5,
|
|
434
|
+
guid: "97318c86-23ad-4847-99b3-416238f71531",
|
|
435
|
+
isActive: true,
|
|
436
|
+
balance: "$3,689.61",
|
|
437
|
+
age: 37,
|
|
438
|
+
name: {
|
|
439
|
+
first: "Patrick",
|
|
440
|
+
last: "Hodge"
|
|
441
|
+
},
|
|
442
|
+
company: "ENERSAVE",
|
|
443
|
+
email: "patrick.hodge@enersave.us",
|
|
444
|
+
phone: "+1 (827) 417-3436",
|
|
445
|
+
address: "240 Love Lane, Bayview, Alaska, 6750",
|
|
446
|
+
registered: "Tuesday, June 24, 2014 11:33 PM"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
id: "602d03ac43a0d873d5511435",
|
|
450
|
+
index: 6,
|
|
451
|
+
guid: "2bea681f-efd8-4966-8b45-a46da53e133b",
|
|
452
|
+
isActive: true,
|
|
453
|
+
balance: "$2,386.87",
|
|
454
|
+
age: 28,
|
|
455
|
+
name: {
|
|
456
|
+
first: "Lou",
|
|
457
|
+
last: "Cochran"
|
|
458
|
+
},
|
|
459
|
+
company: "BRAINQUIL",
|
|
460
|
+
email: "lou.cochran@brainquil.biz",
|
|
461
|
+
phone: "+1 (969) 444-2583",
|
|
462
|
+
address: "736 Gem Street, Chicopee, Tennessee, 7611",
|
|
463
|
+
registered: "Friday, August 5, 2016 1:31 AM"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
id: "602d03ac7d507918a600dda4",
|
|
467
|
+
index: 7,
|
|
468
|
+
guid: "3f79944a-e08f-46ab-a829-a40d23896638",
|
|
469
|
+
isActive: true,
|
|
470
|
+
balance: "$3,996.95",
|
|
471
|
+
age: 31,
|
|
472
|
+
name: {
|
|
473
|
+
first: "Sharron",
|
|
474
|
+
last: "Monroe"
|
|
475
|
+
},
|
|
476
|
+
company: "ROCKYARD",
|
|
477
|
+
email: "sharron.monroe@rockyard.org",
|
|
478
|
+
phone: "+1 (973) 430-2573",
|
|
479
|
+
address: "382 Dooley Street, Yogaville, South Carolina, 8634",
|
|
480
|
+
registered: "Tuesday, April 18, 2017 2:22 PM"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
id: "602d03acc1d5abd101ea7f78",
|
|
484
|
+
index: 8,
|
|
485
|
+
guid: "77a2b7e3-aa16-4f1e-9741-788353dc40b7",
|
|
486
|
+
isActive: true,
|
|
487
|
+
balance: "$1,634.10",
|
|
488
|
+
age: 32,
|
|
489
|
+
name: {
|
|
490
|
+
first: "Juliana",
|
|
491
|
+
last: "Morrow"
|
|
492
|
+
},
|
|
493
|
+
company: "ZERBINA",
|
|
494
|
+
email: "juliana.morrow@zerbina.co.uk",
|
|
495
|
+
phone: "+1 (845) 507-3470",
|
|
496
|
+
address: "221 Guernsey Street, Dargan, New York, 8625",
|
|
497
|
+
registered: "Tuesday, October 23, 2018 5:24 PM"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
id: "602d03aca1732859ad1933c8",
|
|
501
|
+
index: 9,
|
|
502
|
+
guid: "05f5da4e-8b6d-4d7d-92ad-a182362d8414",
|
|
503
|
+
isActive: false,
|
|
504
|
+
balance: "$1,819.37",
|
|
505
|
+
age: 32,
|
|
506
|
+
name: {
|
|
507
|
+
first: "Oliver",
|
|
508
|
+
last: "Carney"
|
|
509
|
+
},
|
|
510
|
+
company: "NIQUENT",
|
|
511
|
+
email: "oliver.carney@niquent.biz",
|
|
512
|
+
phone: "+1 (982) 403-3194",
|
|
513
|
+
address: "302 Troy Avenue, Hartsville/Hartley, Oklahoma, 5663",
|
|
514
|
+
registered: "Tuesday, December 1, 2015 6:44 AM"
|
|
515
|
+
}
|
|
516
|
+
];
|
|
517
|
+
|
|
518
|
+
export const SimpleTable: {
|
|
519
|
+
config: TableAdvanced.Config;
|
|
520
|
+
dataCsv: TableAdvanced.Data;
|
|
521
|
+
dataList: TableAdvanced.Data;
|
|
522
|
+
dataList2d: TableAdvanced.Data;
|
|
523
|
+
} = {
|
|
524
|
+
config: {
|
|
525
|
+
isStickyHeader: true,
|
|
526
|
+
|
|
527
|
+
cols: {
|
|
528
|
+
isResizable: true,
|
|
529
|
+
define: [
|
|
530
|
+
{ id: "c1", title: "Col1", sorter: "byString" },
|
|
531
|
+
{ id: "c2", title: "Col2", filters: "forString" },
|
|
532
|
+
{ id: "c3", title: "Col3" }
|
|
533
|
+
]
|
|
534
|
+
}
|
|
535
|
+
},
|
|
536
|
+
dataCsv: {
|
|
537
|
+
csv: `data11, data21, data31
|
|
538
|
+
data12, data22, data32
|
|
539
|
+
data13, data23, data33`
|
|
540
|
+
},
|
|
541
|
+
dataList: {
|
|
542
|
+
list: ["data11", "data21", "data31", "data12", "data22", "data32", "data13", "data23", "data33"]
|
|
543
|
+
},
|
|
544
|
+
dataList2d: {
|
|
545
|
+
list2d: [
|
|
546
|
+
["data11", "data21", "data31"],
|
|
547
|
+
["data12", "data22", "data32"],
|
|
548
|
+
["data13", "data23", "data33"]
|
|
549
|
+
]
|
|
550
|
+
}
|
|
551
|
+
};
|
|
552
|
+
|
|
553
|
+
export const ComplexTable: { config: TableAdvanced.Config; data: TableAdvanced.Data } = {
|
|
554
|
+
config: {
|
|
555
|
+
isStickyHeader: true,
|
|
556
|
+
|
|
557
|
+
rows: {
|
|
558
|
+
isDraggable: true,
|
|
559
|
+
selectable: "multiple"
|
|
560
|
+
},
|
|
561
|
+
|
|
562
|
+
cols: {
|
|
563
|
+
isDraggable: true,
|
|
564
|
+
isResizable: true,
|
|
565
|
+
collapse: "c1",
|
|
566
|
+
define: [
|
|
567
|
+
{
|
|
568
|
+
groupName: "Group 1",
|
|
569
|
+
children: [
|
|
570
|
+
{ id: "c1", title: "Col1f", sorter: "byString", filters: "forString", width: "25%" },
|
|
571
|
+
{ id: "c2", title: "Col2s" },
|
|
572
|
+
{ id: "c3", title: "Col3" }
|
|
573
|
+
]
|
|
574
|
+
},
|
|
575
|
+
{ id: "c4", title: "Col4h", isHeader: true },
|
|
576
|
+
{ id: "c5", title: "Col5s", sorter: "byString" },
|
|
577
|
+
{
|
|
578
|
+
groupName: "group2",
|
|
579
|
+
children: [
|
|
580
|
+
{ id: "c6", title: "col6f", width: "25%" },
|
|
581
|
+
{ id: "c7", title: "col7", width: "25%" }
|
|
582
|
+
]
|
|
583
|
+
}
|
|
584
|
+
]
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
data: {
|
|
588
|
+
list2d: [
|
|
589
|
+
["col _tmp_ 11", "12", "13", "14", "15", "str_tmp2_", "txt _tmp2_ txt"],
|
|
590
|
+
["_tmp_ col21 sub", "22", "23", "24", "25", "26", "27"],
|
|
591
|
+
["col31 sub_tmp_", "32", "33", "34", "35", "36", "37"]
|
|
592
|
+
]
|
|
593
|
+
}
|
|
594
|
+
};
|
|
595
|
+
|
|
596
|
+
// ------------------
|
|
597
|
+
|
|
598
|
+
export const ShortkeyTable: { config: TableAdvanced.Config; data: TableAdvanced.Data } = {
|
|
599
|
+
config: {
|
|
600
|
+
isStickyHeader: true,
|
|
601
|
+
|
|
602
|
+
rows: {
|
|
603
|
+
isDraggable: true,
|
|
604
|
+
selectable: "multiple"
|
|
605
|
+
},
|
|
606
|
+
|
|
607
|
+
cols: {
|
|
608
|
+
isResizable: true,
|
|
609
|
+
define: [
|
|
610
|
+
{ id: "c1", title: "Group", sorter: "byString", width: "30%", filters: "forString" },
|
|
611
|
+
{ id: "c2", title: "Action", sorter: "byString", width: "40%" },
|
|
612
|
+
{ id: "c3", title: "Shortcut Key", width: "30%", filters: "forString" }
|
|
613
|
+
]
|
|
614
|
+
},
|
|
615
|
+
|
|
616
|
+
head: {
|
|
617
|
+
tableDescription: "Column headers with buttons are sortable"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
|
|
621
|
+
data: {
|
|
622
|
+
list2d: [
|
|
623
|
+
["Active Task List", "Switch between tasks", "Ctrl + Alt + T"],
|
|
624
|
+
["Active Task List", "Expand and collapse task list", "Ctrl + Alt + C _info_"],
|
|
625
|
+
["Agent State", "Available for all channels including call chat email and social channel", "Ctrl + Alt + R"],
|
|
626
|
+
["Active Agent State List", "Idle for all channels", "Ctrl + Alt + N"],
|
|
627
|
+
["Application", "Switch between popovers", "Ctrl + Alt + E"],
|
|
628
|
+
["Application", "Maximize and minimize popover view maximize and minimize", "Ctrl + Alt + Q _warn_"],
|
|
629
|
+
["Call Handling", "Open the list of chat templates", "Ctrl + Alt + A"],
|
|
630
|
+
["Call Handling", "Attach a file to the chat", "Ctrl + Alt + S _error_"],
|
|
631
|
+
["Edit CAD Variables", "Save edited call variable values", "Ctrl + Alt + O"],
|
|
632
|
+
["Edit CAD Variables", "Revert edited call variable values", "Ctrl + Alt + N _warn_"],
|
|
633
|
+
["Email Handling", "Send email", "Ctrl + Alt + S"]
|
|
634
|
+
]
|
|
635
|
+
}
|
|
636
|
+
};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
.container {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
height: calc(100vh - 1.75rem);
|
|
4
|
+
max-width: 100%;
|
|
5
|
+
overflow-y: auto;
|
|
6
|
+
padding: 1rem;
|
|
7
|
+
width: 100%;
|
|
8
|
+
background: var(--md-primary-bg-color);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.container-color-bg-color-options {
|
|
12
|
+
display: flex;
|
|
13
|
+
justify-content: flex-end;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
#color-dropdown {
|
|
17
|
+
margin-left: 0.5rem;
|
|
18
|
+
width: 240px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.header-controls {
|
|
22
|
+
display: flex;
|
|
23
|
+
justify-content: space-between;
|
|
24
|
+
align-items: center;
|
|
25
|
+
|
|
26
|
+
margin-left: 0.5rem;
|
|
27
|
+
margin-right: 0.5rem;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.toggle-container {
|
|
31
|
+
height: 1.75rem;
|
|
32
|
+
gap: 0.5rem;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.explorer {
|
|
36
|
+
width: calc(100vw - 1rem);
|
|
37
|
+
height: calc(100vh - 1.75rem);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.explorer::part(tabs-list) {
|
|
41
|
+
height: calc(100vh - 1.75rem);
|
|
42
|
+
overflow-y: auto;
|
|
43
|
+
flex-shrink: 0;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.row::before,
|
|
47
|
+
.row::after {
|
|
48
|
+
content: " ";
|
|
49
|
+
display: table;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.row::after {
|
|
53
|
+
clear: both;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.md-padding__vertical {
|
|
57
|
+
padding-bottom: 1rem;
|
|
58
|
+
padding-top: 1rem;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.pills-dropdown md-dropdown::part(dropdown-header) {
|
|
62
|
+
border-radius: 30px;
|
|
63
|
+
}
|
|
64
|
+
#menu-inside::part(overlay-content) {
|
|
65
|
+
overflow: visible;
|
|
66
|
+
}
|