@vc-shell/framework 1.2.4-beta.3 → 1.2.4-beta.4
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/core/plugins/modularity/loader.ts +121 -57
- package/dist/core/composables/index.d.ts +24 -24
- package/dist/core/composables/useAppBarMobileButtons/index.d.ts +1 -1
- package/dist/core/composables/useAppBarWidget/index.d.ts +1 -1
- package/dist/core/composables/useAssets/index.d.ts +1 -1
- package/dist/core/composables/useAsync/index.d.ts +1 -1
- package/dist/core/composables/useBlade/index.d.ts +2 -2
- package/dist/core/composables/useBladeRegistry/index.d.ts +1 -1
- package/dist/core/composables/useBreadcrumbs/index.d.ts +1 -1
- package/dist/core/composables/useDashboard/index.d.ts +1 -1
- package/dist/core/composables/useErrorHandler/index.d.ts +1 -1
- package/dist/core/composables/useFunctions/index.d.ts +4 -4
- package/dist/core/composables/useGlobalSearch/index.d.ts +1 -1
- package/dist/core/composables/useLanguages/index.d.ts +1 -1
- package/dist/core/composables/useMenuService/index.d.ts +1 -1
- package/dist/core/composables/useNotifications/index.d.ts +1 -1
- package/dist/core/composables/useSettingsMenu/index.d.ts +1 -1
- package/dist/core/composables/useToolbar/index.d.ts +2 -2
- package/dist/core/composables/useUser/index.d.ts +2 -2
- package/dist/core/composables/useUserManagement/index.d.ts +2 -2
- package/dist/core/composables/useWidgets/index.d.ts +1 -1
- package/dist/core/constants/index.d.ts +3 -3
- package/dist/core/directives/index.d.ts +2 -2
- package/dist/core/plugins/ai-agent/components/index.d.ts +1 -1
- package/dist/core/plugins/ai-agent/composables/index.d.ts +3 -3
- package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts +2 -2
- package/dist/core/plugins/ai-agent/composables/useAiAgentContext.d.ts +1 -1
- package/dist/core/plugins/ai-agent/constants.d.ts +1 -1
- package/dist/core/plugins/ai-agent/index.d.ts +9 -9
- package/dist/core/plugins/ai-agent/services/ai-agent-service.d.ts +1 -1
- package/dist/core/plugins/extension-points/ExtensionPoint.vue.d.ts +1 -1
- package/dist/core/plugins/extension-points/defineExtensionPoint.d.ts +1 -1
- package/dist/core/plugins/extension-points/index.d.ts +4 -4
- package/dist/core/plugins/extension-points/store.d.ts +1 -1
- package/dist/core/plugins/extension-points/useExtensionPoint.d.ts +1 -1
- package/dist/core/plugins/index.d.ts +7 -7
- package/dist/core/plugins/modularity/index.d.ts +2 -2
- package/dist/core/plugins/modularity/loader.d.ts +1 -0
- package/dist/core/plugins/modularity/loader.d.ts.map +1 -1
- package/dist/core/plugins/moment/index.d.ts +1 -1
- package/dist/core/plugins/validation/index.d.ts +1 -1
- package/dist/core/services/_internal/index.d.ts +3 -3
- package/dist/core/services/app-bar-menu-service.d.ts +1 -1
- package/dist/core/services/dashboard-service.d.ts +1 -1
- package/dist/core/services/index.d.ts +9 -9
- package/dist/core/services/menu-service.d.ts +2 -2
- package/dist/core/services/settings-menu-service.d.ts +1 -1
- package/dist/core/services/toolbar-service.d.ts +2 -2
- package/dist/core/services/widget-service.d.ts +2 -2
- package/dist/core/types/index.d.ts +3 -3
- package/dist/core/utilities/index.d.ts +6 -6
- package/dist/framework.js +13076 -12647
- package/dist/index.css +1 -1
- package/dist/index.d.ts +13 -13
- package/dist/injection-keys.d.ts +6 -6
- package/dist/locales/de.json +4 -4
- package/dist/locales/en.json +5 -5
- package/dist/shared/components/app-switcher/components/index.d.ts +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +1 -1
- package/dist/shared/components/app-switcher/composables/index.d.ts +1 -1
- package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts +1 -1
- package/dist/shared/components/app-switcher/index.d.ts +2 -2
- package/dist/shared/components/blade-navigation/components/index.d.ts +2 -2
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts +2 -2
- package/dist/shared/components/blade-navigation/components/vc-blade-slot/index.d.ts +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts +2 -2
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +3 -3
- package/dist/shared/components/blade-navigation/composables/index.d.ts +5 -5
- package/dist/shared/components/blade-navigation/composables/useBladeMessaging.d.ts +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeNavigationAdapter.d.ts +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeStack.d.ts +2 -2
- package/dist/shared/components/blade-navigation/index.d.ts +4 -4
- package/dist/shared/components/blade-navigation/plugin-v2.d.ts +4 -4
- package/dist/shared/components/blade-navigation/types/index.d.ts +4 -4
- package/dist/shared/components/blade-navigation/utils/restoreFromUrl.d.ts +2 -2
- package/dist/shared/components/blade-navigation/utils/urlSync.d.ts +1 -1
- package/dist/shared/components/change-password/index.d.ts +1 -1
- package/dist/shared/components/change-password-button/index.d.ts +1 -1
- package/dist/shared/components/dashboard-charts/ChartContainer.vue.d.ts +16 -0
- package/dist/shared/components/dashboard-charts/ChartContainer.vue.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts +7 -0
- package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts +12 -0
- package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts +34 -0
- package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts +28 -0
- package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts +34 -0
- package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/chart-utils.d.ts +29 -0
- package/dist/shared/components/dashboard-charts/chart-utils.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/index.d.ts +8 -0
- package/dist/shared/components/dashboard-charts/index.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/types.d.ts +7 -0
- package/dist/shared/components/dashboard-charts/types.d.ts.map +1 -0
- package/dist/shared/components/dashboard-widget-card/index.d.ts +4 -4
- package/dist/shared/components/draggable-dashboard/composables/useGridstack.d.ts +1 -1
- package/dist/shared/components/draggable-dashboard/composables/useGridstackAdapter.d.ts +1 -1
- package/dist/shared/components/draggable-dashboard/index.d.ts +5 -5
- package/dist/shared/components/error-interceptor/index.d.ts +2 -2
- package/dist/shared/components/index.d.ts +19 -18
- package/dist/shared/components/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/index.d.ts +1 -1
- package/dist/shared/components/logout-button/index.d.ts +1 -1
- package/dist/shared/components/multilanguage-selector/index.d.ts +1 -1
- package/dist/shared/components/notification-dropdown/_internal/notification/index.d.ts +1 -1
- package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +2 -2
- package/dist/shared/components/notification-dropdown/index.d.ts +1 -1
- package/dist/shared/components/notification-template/index.d.ts +1 -1
- package/dist/shared/components/notification-template/notification-template.vue.d.ts +1 -1
- package/dist/shared/components/notifications/components/index.d.ts +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +1 -1
- package/dist/shared/components/notifications/composables/index.d.ts +2 -2
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts +1 -1
- package/dist/shared/components/notifications/composables/useInstance/index.d.ts +1 -1
- package/dist/shared/components/notifications/core/index.d.ts +1 -1
- package/dist/shared/components/notifications/core/notification.d.ts +2 -2
- package/dist/shared/components/notifications/index.d.ts +4 -4
- package/dist/shared/components/popup-handler/components/index.d.ts +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +1 -1
- package/dist/shared/components/popup-handler/composables/index.d.ts +1 -1
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts +3 -3
- package/dist/shared/components/popup-handler/index.d.ts +7 -7
- package/dist/shared/components/popup-handler/keys.d.ts +1 -1
- package/dist/shared/components/popup-handler/plugin.d.ts +1 -1
- package/dist/shared/components/popup-handler/types/index.d.ts +1 -1
- package/dist/shared/components/settings-menu/index.d.ts +1 -1
- package/dist/shared/components/settings-menu-item/index.d.ts +1 -1
- package/dist/shared/components/sidebar/index.d.ts +3 -3
- package/dist/shared/components/sign-in/external-providers.vue.d.ts +1 -1
- package/dist/shared/components/sign-in/external-providers.vue.d.ts.map +1 -1
- package/dist/shared/components/sign-in/index.d.ts +1 -1
- package/dist/shared/components/sign-in/useExternalProvider.d.ts +1 -1
- package/dist/shared/components/theme-selector/index.d.ts +1 -1
- package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts +1 -1
- package/dist/shared/components/user-dropdown-button/index.d.ts +1 -1
- package/dist/shared/composables/index.d.ts +5 -5
- package/dist/shared/index.d.ts +5 -5
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +1 -1
- package/dist/shared/modules/assets/components/assets-details/index.d.ts +1 -1
- package/dist/shared/modules/assets/components/index.d.ts +1 -1
- package/dist/shared/modules/assets/index.d.ts +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +2 -2
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +1 -1
- package/dist/shared/modules/assets-manager/components/index.d.ts +1 -1
- package/dist/shared/modules/assets-manager/index.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +16 -16
- package/dist/shared/modules/dynamic/components/factories.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/props.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/index.d.ts +2 -2
- package/dist/shared/modules/dynamic/composables/index.d.ts +4 -4
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +2 -2
- package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +3 -3
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +1 -1
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +1 -1
- package/dist/shared/modules/dynamic/factories/index.d.ts +3 -3
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +6 -6
- package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts +1 -1
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +2 -2
- package/dist/shared/modules/dynamic/helpers/override.d.ts +1 -1
- package/dist/shared/modules/dynamic/index.d.ts +5 -5
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +10 -10
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +15 -15
- package/dist/shared/modules/dynamic/pages/index.d.ts +2 -2
- package/dist/shared/modules/dynamic/types/index.d.ts +3 -3
- package/dist/shared/modules/dynamic/types/models.d.ts +1 -1
- package/dist/shared/modules/index.d.ts +3 -3
- package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts +1 -1
- package/dist/shared/pages/ChangePasswordPage/components/index.d.ts +1 -1
- package/dist/shared/pages/ChangePasswordPage/index.d.ts +1 -1
- package/dist/shared/pages/ForgotPasswordPage/components/forgot-password/index.d.ts +1 -1
- package/dist/shared/pages/ForgotPasswordPage/components/index.d.ts +1 -1
- package/dist/shared/pages/ForgotPasswordPage/index.d.ts +1 -1
- package/dist/shared/pages/InvitePage/components/index.d.ts +1 -1
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts +1 -1
- package/dist/shared/pages/InvitePage/index.d.ts +1 -1
- package/dist/shared/pages/LoginPage/components/index.d.ts +1 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/components/login/index.d.ts +1 -1
- package/dist/shared/pages/LoginPage/index.d.ts +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/index.d.ts +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +1 -1
- package/dist/shared/pages/ResetPasswordPage/index.d.ts +1 -1
- package/dist/shared/pages/index.d.ts +5 -5
- package/dist/shared/pages/plugin.d.ts +5 -5
- package/dist/shared/utilities/index.d.ts +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/index.d.ts +21 -21
- package/dist/ui/components/atoms/vc-badge/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-banner/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-button/index.d.ts +3 -3
- package/dist/ui/components/atoms/vc-button/vc-button-group.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-card/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-col/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-container/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-hint/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/composables/index.d.ts +2 -2
- package/dist/ui/components/atoms/vc-icon/composables/use-icon-type.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/composables/use-icon.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/icons/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/index.d.ts +3 -3
- package/dist/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-lucide-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-svg-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-image/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-label/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-link/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-loading/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-progress/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-row/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-scrollable-container/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-skeleton/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-status/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-status-icon/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-tooltip/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-video/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-widget/index.d.ts +1 -1
- package/dist/ui/components/index.d.ts +3 -3
- package/dist/ui/components/molecules/index.d.ts +27 -27
- package/dist/ui/components/molecules/vc-accordion/index.d.ts +4 -4
- package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-checkbox/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts +2 -2
- package/dist/ui/components/molecules/vc-color-input/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-date-picker/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-dropdown/index.d.ts +2 -2
- package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-custom-button.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-toolbar.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-editor/index.d.ts +2 -2
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-field/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-form/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input-dropdown/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input-group/index.d.ts +2 -2
- package/dist/ui/components/molecules/vc-multivalue/composables/index.d.ts +6 -6
- package/dist/ui/components/molecules/vc-multivalue/composables/useMultivalueDropdown.d.ts +1 -1
- package/dist/ui/components/molecules/vc-multivalue/composables/useMultivalueInput.d.ts +1 -1
- package/dist/ui/components/molecules/vc-multivalue/composables/useMultivalueValues.d.ts +1 -1
- package/dist/ui/components/molecules/vc-multivalue/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-pagination/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-paginator/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-radio-button/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-radio-group/index.d.ts +2 -2
- package/dist/ui/components/molecules/vc-rating/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-select/composables/index.d.ts +7 -7
- package/dist/ui/components/molecules/vc-select/composables/useSelectDropdown.d.ts +1 -1
- package/dist/ui/components/molecules/vc-select/index.d.ts +2 -2
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-slider/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-switch/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-textarea/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-toast/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts +1 -1
- package/dist/ui/components/organisms/index.d.ts +8 -8
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue.d.ts +1 -4
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/composables/useAppHub.d.ts +2 -8
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/composables/useAppHub.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenuGroup.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenuItem.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/menu/composables/useBadge.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts +2 -0
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/composables/useShellBootstrap.d.ts +2 -2
- package/dist/ui/components/organisms/vc-app/composables/useShellNavigation.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/composition/app-bar/index.d.ts +6 -6
- package/dist/ui/components/organisms/vc-app/composition/index.d.ts +6 -6
- package/dist/ui/components/organisms/vc-app/composition/layouts/index.d.ts +2 -2
- package/dist/ui/components/organisms/vc-app/composition/menu/index.d.ts +5 -5
- package/dist/ui/components/organisms/vc-app/composition/shell/index.d.ts +3 -3
- package/dist/ui/components/organisms/vc-app/composition/sidebar/index.d.ts +3 -3
- package/dist/ui/components/organisms/vc-app/composition/state/index.d.ts +4 -4
- package/dist/ui/components/organisms/vc-app/index.d.ts +2 -2
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-auth-layout/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/composables/useBladeError.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/composables/useToolbarRegistration.d.ts +2 -2
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarBaseButton.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarCircleButton.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarDesktop.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/constants.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/utils.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-popup/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-sidebar/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/base/BaseVcDataTable.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableHeader.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/components/DataTableRow.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableActions.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableRowActions.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/index.d.ts +11 -11
- package/dist/ui/components/organisms/vc-table/components/index.d.ts +26 -26
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileCard.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileCellRenderer.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/index.d.ts +5 -5
- package/dist/ui/components/organisms/vc-table/composables/index.d.ts +30 -30
- package/dist/ui/components/organisms/vc-table/composables/useColumnFilter.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useDataProcessing.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useDataTableOrchestrator.d.ts +4 -4
- package/dist/ui/components/organisms/vc-table/composables/useMobileCardLayout.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/composables/useTableColumns.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/composables/useTableFilter.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableRowReorder.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableSort.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/index.d.ts +9 -9
- package/dist/ui/components/organisms/vc-table/keys.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/types.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/utils/index.d.ts +3 -3
- package/dist/ui/composables/index.d.ts +5 -5
- package/dist/ui/composables/useFormField.d.ts +2 -2
- package/dist/ui/types/index.d.ts +1 -1
- package/dist/vendor-d3-array-9cpTrqlO.js +149 -0
- package/dist/vendor-d3-axis-D1_DbKLz.js +74 -0
- package/dist/vendor-d3-brush-CcKeJp9e.js +1 -0
- package/dist/vendor-d3-chord-l0sNRNKZ.js +1 -0
- package/dist/vendor-d3-color-BOYE6h_9.js +306 -0
- package/dist/vendor-d3-dispatch-fx-WMg0D.js +64 -0
- package/dist/vendor-d3-drag-l0sNRNKZ.js +1 -0
- package/dist/vendor-d3-ease-Cr34gv04.js +8 -0
- package/dist/vendor-d3-force-l0sNRNKZ.js +1 -0
- package/dist/vendor-d3-format-DaIwZvFc.js +182 -0
- package/dist/vendor-d3-geo-l0sNRNKZ.js +1 -0
- package/dist/vendor-d3-geo-projection-l0sNRNKZ.js +1 -0
- package/dist/vendor-d3-hierarchy-l0sNRNKZ.js +1 -0
- package/dist/vendor-d3-interpolate-BYG2gvO4.js +177 -0
- package/dist/vendor-d3-interpolate-path-CpGLvKgS.js +299 -0
- package/dist/vendor-d3-path-DJOTitNW.js +64 -0
- package/dist/vendor-d3-quadtree-l0sNRNKZ.js +1 -0
- package/dist/vendor-d3-sankey-l0sNRNKZ.js +1 -0
- package/dist/vendor-d3-scale-CC5rtdt5.js +561 -0
- package/dist/vendor-d3-selection-CNMxsYiL.js +603 -0
- package/dist/vendor-d3-shape-DBhCDMiV.js +925 -0
- package/dist/vendor-d3-time-DAPP210_.js +212 -0
- package/dist/vendor-d3-time-format-hD7iE2WG.js +491 -0
- package/dist/vendor-d3-timer-C1cUWKPz.js +67 -0
- package/dist/vendor-d3-transition-BbNQT7qF.js +524 -0
- package/dist/vendor-d3-zoom-CcKeJp9e.js +1 -0
- package/dist/vendor-elkjs-l0sNRNKZ.js +1 -0
- package/dist/vendor-emotion-cache-eEZT5l-Q.js +274 -0
- package/dist/vendor-emotion-hash-DImMRhyK.js +22 -0
- package/dist/vendor-emotion-memoize-BcEUCz8q.js +9 -0
- package/dist/vendor-emotion-serialize-BSDW8NwU.js +123 -0
- package/dist/vendor-emotion-sheet-CS8ZBl9s.js +44 -0
- package/dist/vendor-emotion-unitless-B7u1PU6w.js +53 -0
- package/dist/vendor-emotion-utils-D7refZTM.js +28 -0
- package/dist/vendor-emotion-weak-memoize-l0sNRNKZ.js +1 -0
- package/dist/vendor-internmap-Q5729_cS.js +35 -0
- package/dist/vendor-juggle-resize-observer-DiSiNbbT.js +286 -0
- package/dist/vendor-kdbush-l0sNRNKZ.js +1 -0
- package/dist/vendor-leaflet-l0sNRNKZ.js +1 -0
- package/dist/vendor-lodash-l0sNRNKZ.js +1 -0
- package/dist/vendor-maplibre-gl-l0sNRNKZ.js +1 -0
- package/dist/vendor-microsoft-signalr-Bgpbb4fW.js +1 -1
- package/dist/vendor-striptags-BrHtQQiF.js +120 -0
- package/dist/vendor-stylis-ClfDrgKE.js +334 -0
- package/dist/vendor-supercluster-l0sNRNKZ.js +1 -0
- package/dist/vendor-three-l0sNRNKZ.js +1 -0
- package/dist/vendor-throttle-debounce-CX0imT7m.js +28 -0
- package/dist/vendor-topojson-client-l0sNRNKZ.js +1 -0
- package/dist/vendor-tslib-l0sNRNKZ.js +1 -0
- package/dist/vendor-unovis-dagre-layout-l0sNRNKZ.js +1 -0
- package/dist/vendor-unovis-graphlibrary-l0sNRNKZ.js +1 -0
- package/dist/vendor-unovis-ts-Bue71Kwt.js +2382 -0
- package/dist/vendor-unovis-vue-C_K1g5KH.js +446 -0
- package/package.json +6 -4
- package/shared/components/dashboard-charts/ChartContainer.vue +54 -0
- package/shared/components/dashboard-charts/ChartLegend.vue +40 -0
- package/shared/components/dashboard-charts/ChartTooltip.vue +43 -0
- package/shared/components/dashboard-charts/DashboardBarChart.vue +165 -0
- package/shared/components/dashboard-charts/DashboardDonutChart.vue +137 -0
- package/shared/components/dashboard-charts/DashboardLineChart.vue +170 -0
- package/shared/components/dashboard-charts/chart-theme.scss +19 -0
- package/shared/components/dashboard-charts/chart-tooltip.scss +48 -0
- package/shared/components/dashboard-charts/chart-utils.ts +189 -0
- package/shared/components/dashboard-charts/dashboard-charts.stories.ts +393 -0
- package/shared/components/dashboard-charts/index.ts +7 -0
- package/shared/components/dashboard-charts/types.ts +7 -0
- package/shared/components/index.ts +1 -0
- package/shared/components/sign-in/external-providers.vue +1 -1
- package/shared/pages/LoginPage/components/login/Login.vue +29 -31
- package/ui/components/molecules/vc-checkbox/vc-checkbox.vue +2 -4
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +3 -3
- package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +1 -1
- package/ui/components/molecules/vc-radio-button/vc-radio-button.vue +2 -2
- package/ui/components/molecules/vc-select/vc-select.vue +1 -1
- package/ui/components/molecules/vc-slider/vc-slider.vue +1 -1
- package/ui/components/molecules/vc-switch/vc-switch.vue +2 -2
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +8 -2
- package/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.test.ts +2 -23
- package/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue +135 -194
- package/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue +1 -1
- package/ui/components/organisms/vc-app/_internal/app-bar/composables/useAppHub.ts +0 -44
- package/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue +1 -0
- package/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue +181 -164
- package/ui/components/organisms/vc-app/composables/useShellBootstrap.ts +114 -106
- package/ui/components/organisms/vc-app/vc-app-shell.stories.ts +96 -37
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
import { S as O } from "./vendor-emotion-sheet-CS8ZBl9s.js";
|
|
2
|
+
import { s as k, c as D, m as z, a as B, R as F, b as H, K as N, d as g, r as t, W as e, D as U, e as Y, f as Z, h as _, g as y, M as o, i as E, j as R, k as u, l as G, n as S, t as C, o as J, p as m, q as Q, u as V, v as T, w as X } from "./vendor-stylis-ClfDrgKE.js";
|
|
3
|
+
var j = function(s, c, a) {
|
|
4
|
+
for (var n = 0, i = 0; n = i, i = m(), n === 38 && i === 12 && (c[a] = 1), !C(i); )
|
|
5
|
+
S();
|
|
6
|
+
return V(s, T);
|
|
7
|
+
}, l = function(s, c) {
|
|
8
|
+
var a = -1, n = 44;
|
|
9
|
+
do
|
|
10
|
+
switch (C(n)) {
|
|
11
|
+
case 0:
|
|
12
|
+
n === 38 && m() === 12 && (c[a] = 1), s[a] += j(T - 1, c, a);
|
|
13
|
+
break;
|
|
14
|
+
case 2:
|
|
15
|
+
s[a] += Q(n);
|
|
16
|
+
break;
|
|
17
|
+
case 4:
|
|
18
|
+
if (n === 44) {
|
|
19
|
+
s[++a] = m() === 58 ? "&\f" : "", c[a] = s[a].length;
|
|
20
|
+
break;
|
|
21
|
+
}
|
|
22
|
+
// fallthrough
|
|
23
|
+
default:
|
|
24
|
+
s[a] += J(n);
|
|
25
|
+
}
|
|
26
|
+
while (n = S());
|
|
27
|
+
return s;
|
|
28
|
+
}, v = function(s, c) {
|
|
29
|
+
return Y(l(Z(s), c));
|
|
30
|
+
}, P = /* @__PURE__ */ new WeakMap(), rr = function(s) {
|
|
31
|
+
if (!(s.type !== "rule" || !s.parent || // positive .length indicates that this rule contains pseudo
|
|
32
|
+
// negative .length indicates that this rule has been already prefixed
|
|
33
|
+
s.length < 1)) {
|
|
34
|
+
for (var c = s.value, a = s.parent, n = s.column === a.column && s.line === a.line; a.type !== "rule"; )
|
|
35
|
+
if (a = a.parent, !a) return;
|
|
36
|
+
if (!(s.props.length === 1 && c.charCodeAt(0) !== 58 && !P.get(a)) && !n) {
|
|
37
|
+
P.set(s, !0);
|
|
38
|
+
for (var i = [], b = v(c, i), w = a.props, h = 0, x = 0; h < b.length; h++)
|
|
39
|
+
for (var d = 0; d < w.length; d++, x++)
|
|
40
|
+
s.props[x] = i[h] ? b[h].replace(/&\f/g, w[d]) : w[d] + " " + b[h];
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}, sr = function(s) {
|
|
44
|
+
if (s.type === "decl") {
|
|
45
|
+
var c = s.value;
|
|
46
|
+
// charcode for l
|
|
47
|
+
c.charCodeAt(0) === 108 && // charcode for b
|
|
48
|
+
c.charCodeAt(2) === 98 && (s.return = "", s.value = "");
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
function M(r, s) {
|
|
52
|
+
switch (_(r, s)) {
|
|
53
|
+
// color-adjust
|
|
54
|
+
case 5103:
|
|
55
|
+
return e + "print-" + r + r;
|
|
56
|
+
// animation, animation-(delay|direction|duration|fill-mode|iteration-count|name|play-state|timing-function)
|
|
57
|
+
case 5737:
|
|
58
|
+
case 4201:
|
|
59
|
+
case 3177:
|
|
60
|
+
case 3433:
|
|
61
|
+
case 1641:
|
|
62
|
+
case 4457:
|
|
63
|
+
case 2921:
|
|
64
|
+
// text-decoration, filter, clip-path, backface-visibility, column, box-decoration-break
|
|
65
|
+
case 5572:
|
|
66
|
+
case 6356:
|
|
67
|
+
case 5844:
|
|
68
|
+
case 3191:
|
|
69
|
+
case 6645:
|
|
70
|
+
case 3005:
|
|
71
|
+
// mask, mask-image, mask-(mode|clip|size), mask-(repeat|origin), mask-position, mask-composite,
|
|
72
|
+
case 6391:
|
|
73
|
+
case 5879:
|
|
74
|
+
case 5623:
|
|
75
|
+
case 6135:
|
|
76
|
+
case 4599:
|
|
77
|
+
case 4855:
|
|
78
|
+
// background-clip, columns, column-(count|fill|gap|rule|rule-color|rule-style|rule-width|span|width)
|
|
79
|
+
case 4215:
|
|
80
|
+
case 6389:
|
|
81
|
+
case 5109:
|
|
82
|
+
case 5365:
|
|
83
|
+
case 5621:
|
|
84
|
+
case 3829:
|
|
85
|
+
return e + r + r;
|
|
86
|
+
// appearance, user-select, transform, hyphens, text-size-adjust
|
|
87
|
+
case 5349:
|
|
88
|
+
case 4246:
|
|
89
|
+
case 4810:
|
|
90
|
+
case 6968:
|
|
91
|
+
case 2756:
|
|
92
|
+
return e + r + u + r + o + r + r;
|
|
93
|
+
// flex, flex-direction
|
|
94
|
+
case 6828:
|
|
95
|
+
case 4268:
|
|
96
|
+
return e + r + o + r + r;
|
|
97
|
+
// order
|
|
98
|
+
case 6165:
|
|
99
|
+
return e + r + o + "flex-" + r + r;
|
|
100
|
+
// align-items
|
|
101
|
+
case 5187:
|
|
102
|
+
return e + r + t(r, /(\w+).+(:[^]+)/, e + "box-$1$2" + o + "flex-$1$2") + r;
|
|
103
|
+
// align-self
|
|
104
|
+
case 5443:
|
|
105
|
+
return e + r + o + "flex-item-" + t(r, /flex-|-self/, "") + r;
|
|
106
|
+
// align-content
|
|
107
|
+
case 4675:
|
|
108
|
+
return e + r + o + "flex-line-pack" + t(r, /align-content|flex-|-self/, "") + r;
|
|
109
|
+
// flex-shrink
|
|
110
|
+
case 5548:
|
|
111
|
+
return e + r + o + t(r, "shrink", "negative") + r;
|
|
112
|
+
// flex-basis
|
|
113
|
+
case 5292:
|
|
114
|
+
return e + r + o + t(r, "basis", "preferred-size") + r;
|
|
115
|
+
// flex-grow
|
|
116
|
+
case 6060:
|
|
117
|
+
return e + "box-" + t(r, "-grow", "") + e + r + o + t(r, "grow", "positive") + r;
|
|
118
|
+
// transition
|
|
119
|
+
case 4554:
|
|
120
|
+
return e + t(r, /([^-])(transform)/g, "$1" + e + "$2") + r;
|
|
121
|
+
// cursor
|
|
122
|
+
case 6187:
|
|
123
|
+
return t(t(t(r, /(zoom-|grab)/, e + "$1"), /(image-set)/, e + "$1"), r, "") + r;
|
|
124
|
+
// background, background-image
|
|
125
|
+
case 5495:
|
|
126
|
+
case 3959:
|
|
127
|
+
return t(r, /(image-set\([^]*)/, e + "$1$`$1");
|
|
128
|
+
// justify-content
|
|
129
|
+
case 4968:
|
|
130
|
+
return t(t(r, /(.+:)(flex-)?(.*)/, e + "box-pack:$3" + o + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + e + r + r;
|
|
131
|
+
// (margin|padding)-inline-(start|end)
|
|
132
|
+
case 4095:
|
|
133
|
+
case 3583:
|
|
134
|
+
case 4068:
|
|
135
|
+
case 2532:
|
|
136
|
+
return t(r, /(.+)-inline(.+)/, e + "$1$2") + r;
|
|
137
|
+
// (min|max)?(width|height|inline-size|block-size)
|
|
138
|
+
case 8116:
|
|
139
|
+
case 7059:
|
|
140
|
+
case 5753:
|
|
141
|
+
case 5535:
|
|
142
|
+
case 5445:
|
|
143
|
+
case 5701:
|
|
144
|
+
case 4933:
|
|
145
|
+
case 4677:
|
|
146
|
+
case 5533:
|
|
147
|
+
case 5789:
|
|
148
|
+
case 5021:
|
|
149
|
+
case 4765:
|
|
150
|
+
if (E(r) - 1 - s > 6) switch (y(r, s + 1)) {
|
|
151
|
+
// (m)ax-content, (m)in-content
|
|
152
|
+
case 109:
|
|
153
|
+
if (y(r, s + 4) !== 45) break;
|
|
154
|
+
// (f)ill-available, (f)it-content
|
|
155
|
+
case 102:
|
|
156
|
+
return t(r, /(.+:)(.+)-([^]+)/, "$1" + e + "$2-$3$1" + u + (y(r, s + 3) == 108 ? "$3" : "$2-$3")) + r;
|
|
157
|
+
// (s)tretch
|
|
158
|
+
case 115:
|
|
159
|
+
return ~R(r, "stretch") ? M(t(r, "stretch", "fill-available"), s) + r : r;
|
|
160
|
+
}
|
|
161
|
+
break;
|
|
162
|
+
// position: sticky
|
|
163
|
+
case 4949:
|
|
164
|
+
if (y(r, s + 1) !== 115) break;
|
|
165
|
+
// display: (flex|inline-flex)
|
|
166
|
+
case 6444:
|
|
167
|
+
switch (y(r, E(r) - 3 - (~R(r, "!important") && 10))) {
|
|
168
|
+
// stic(k)y
|
|
169
|
+
case 107:
|
|
170
|
+
return t(r, ":", ":" + e) + r;
|
|
171
|
+
// (inline-)?fl(e)x
|
|
172
|
+
case 101:
|
|
173
|
+
return t(r, /(.+:)([^;!]+)(;|!.+)?/, "$1" + e + (y(r, 14) === 45 ? "inline-" : "") + "box$3$1" + e + "$2$3$1" + o + "$2box$3") + r;
|
|
174
|
+
}
|
|
175
|
+
break;
|
|
176
|
+
// writing-mode
|
|
177
|
+
case 5936:
|
|
178
|
+
switch (y(r, s + 11)) {
|
|
179
|
+
// vertical-l(r)
|
|
180
|
+
case 114:
|
|
181
|
+
return e + r + o + t(r, /[svh]\w+-[tblr]{2}/, "tb") + r;
|
|
182
|
+
// vertical-r(l)
|
|
183
|
+
case 108:
|
|
184
|
+
return e + r + o + t(r, /[svh]\w+-[tblr]{2}/, "tb-rl") + r;
|
|
185
|
+
// horizontal(-)tb
|
|
186
|
+
case 45:
|
|
187
|
+
return e + r + o + t(r, /[svh]\w+-[tblr]{2}/, "lr") + r;
|
|
188
|
+
}
|
|
189
|
+
return e + r + o + r + r;
|
|
190
|
+
}
|
|
191
|
+
return r;
|
|
192
|
+
}
|
|
193
|
+
var er = function(s, c, a, n) {
|
|
194
|
+
if (s.length > -1 && !s.return) switch (s.type) {
|
|
195
|
+
case U:
|
|
196
|
+
s.return = M(s.value, s.length);
|
|
197
|
+
break;
|
|
198
|
+
case N:
|
|
199
|
+
return k([g(s, {
|
|
200
|
+
value: t(s.value, "@", "@" + e)
|
|
201
|
+
})], n);
|
|
202
|
+
case F:
|
|
203
|
+
if (s.length) return H(s.props, function(i) {
|
|
204
|
+
switch (G(i, /(::plac\w+|:read-\w+)/)) {
|
|
205
|
+
// :read-(only|write)
|
|
206
|
+
case ":read-only":
|
|
207
|
+
case ":read-write":
|
|
208
|
+
return k([g(s, {
|
|
209
|
+
props: [t(i, /:(read-\w+)/, ":" + u + "$1")]
|
|
210
|
+
})], n);
|
|
211
|
+
// :placeholder
|
|
212
|
+
case "::placeholder":
|
|
213
|
+
return k([g(s, {
|
|
214
|
+
props: [t(i, /:(plac\w+)/, ":" + e + "input-$1")]
|
|
215
|
+
}), g(s, {
|
|
216
|
+
props: [t(i, /:(plac\w+)/, ":" + u + "$1")]
|
|
217
|
+
}), g(s, {
|
|
218
|
+
props: [t(i, /:(plac\w+)/, o + "input-$1")]
|
|
219
|
+
})], n);
|
|
220
|
+
}
|
|
221
|
+
return "";
|
|
222
|
+
});
|
|
223
|
+
}
|
|
224
|
+
}, tr = [er], nr = function(s) {
|
|
225
|
+
var c = s.key;
|
|
226
|
+
if (c === "css") {
|
|
227
|
+
var a = document.querySelectorAll("style[data-emotion]:not([data-s])");
|
|
228
|
+
Array.prototype.forEach.call(a, function(f) {
|
|
229
|
+
var p = f.getAttribute("data-emotion");
|
|
230
|
+
p.indexOf(" ") !== -1 && (document.head.appendChild(f), f.setAttribute("data-s", ""));
|
|
231
|
+
});
|
|
232
|
+
}
|
|
233
|
+
var n = s.stylisPlugins || tr, i = {}, b, w = [];
|
|
234
|
+
b = s.container || document.head, Array.prototype.forEach.call(
|
|
235
|
+
// this means we will ignore elements which don't have a space in them which
|
|
236
|
+
// means that the style elements we're looking at are only Emotion 11 server-rendered style elements
|
|
237
|
+
document.querySelectorAll('style[data-emotion^="' + c + ' "]'),
|
|
238
|
+
function(f) {
|
|
239
|
+
for (var p = f.getAttribute("data-emotion").split(" "), $ = 1; $ < p.length; $++)
|
|
240
|
+
i[p[$]] = !0;
|
|
241
|
+
w.push(f);
|
|
242
|
+
}
|
|
243
|
+
);
|
|
244
|
+
var h, x = [rr, sr];
|
|
245
|
+
{
|
|
246
|
+
var d, W = [B, X(function(f) {
|
|
247
|
+
d.insert(f);
|
|
248
|
+
})], L = z(x.concat(n, W)), q = function(p) {
|
|
249
|
+
return k(D(p), L);
|
|
250
|
+
};
|
|
251
|
+
h = function(p, $, I, K) {
|
|
252
|
+
d = I, q(p ? p + "{" + $.styles + "}" : $.styles), K && (A.inserted[$.name] = !0);
|
|
253
|
+
};
|
|
254
|
+
}
|
|
255
|
+
var A = {
|
|
256
|
+
key: c,
|
|
257
|
+
sheet: new O({
|
|
258
|
+
key: c,
|
|
259
|
+
container: b,
|
|
260
|
+
nonce: s.nonce,
|
|
261
|
+
speedy: s.speedy,
|
|
262
|
+
prepend: s.prepend,
|
|
263
|
+
insertionPoint: s.insertionPoint
|
|
264
|
+
}),
|
|
265
|
+
nonce: s.nonce,
|
|
266
|
+
inserted: i,
|
|
267
|
+
registered: {},
|
|
268
|
+
insert: h
|
|
269
|
+
};
|
|
270
|
+
return A.sheet.hydrate(w), A;
|
|
271
|
+
};
|
|
272
|
+
export {
|
|
273
|
+
nr as c
|
|
274
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
function d(e) {
|
|
2
|
+
for (var f = 0, x, a = 0, c = e.length; c >= 4; ++a, c -= 4)
|
|
3
|
+
x = e.charCodeAt(a) & 255 | (e.charCodeAt(++a) & 255) << 8 | (e.charCodeAt(++a) & 255) << 16 | (e.charCodeAt(++a) & 255) << 24, x = /* Math.imul(k, m): */
|
|
4
|
+
(x & 65535) * 1540483477 + ((x >>> 16) * 59797 << 16), x ^= /* k >>> r: */
|
|
5
|
+
x >>> 24, f = /* Math.imul(k, m): */
|
|
6
|
+
(x & 65535) * 1540483477 + ((x >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */
|
|
7
|
+
(f & 65535) * 1540483477 + ((f >>> 16) * 59797 << 16);
|
|
8
|
+
switch (c) {
|
|
9
|
+
case 3:
|
|
10
|
+
f ^= (e.charCodeAt(a + 2) & 255) << 16;
|
|
11
|
+
case 2:
|
|
12
|
+
f ^= (e.charCodeAt(a + 1) & 255) << 8;
|
|
13
|
+
case 1:
|
|
14
|
+
f ^= e.charCodeAt(a) & 255, f = /* Math.imul(h, m): */
|
|
15
|
+
(f & 65535) * 1540483477 + ((f >>> 16) * 59797 << 16);
|
|
16
|
+
}
|
|
17
|
+
return f ^= f >>> 13, f = /* Math.imul(h, m): */
|
|
18
|
+
(f & 65535) * 1540483477 + ((f >>> 16) * 59797 << 16), ((f ^ f >>> 15) >>> 0).toString(36);
|
|
19
|
+
}
|
|
20
|
+
export {
|
|
21
|
+
d as m
|
|
22
|
+
};
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { m as w } from "./vendor-emotion-hash-DImMRhyK.js";
|
|
2
|
+
import { u as x } from "./vendor-emotion-unitless-B7u1PU6w.js";
|
|
3
|
+
import { m as A } from "./vendor-emotion-memoize-BcEUCz8q.js";
|
|
4
|
+
var _ = /[A-Z]|^ms/g, C = /_EMO_([^_]+?)_([^]*?)_EMO_/g, p = function(n) {
|
|
5
|
+
return n.charCodeAt(1) === 45;
|
|
6
|
+
}, h = function(n) {
|
|
7
|
+
return n != null && typeof n != "boolean";
|
|
8
|
+
}, m = /* @__PURE__ */ A(function(t) {
|
|
9
|
+
return p(t) ? t : t.replace(_, "-$&").toLowerCase();
|
|
10
|
+
}), d = function(n, e) {
|
|
11
|
+
switch (n) {
|
|
12
|
+
case "animation":
|
|
13
|
+
case "animationName":
|
|
14
|
+
if (typeof e == "string")
|
|
15
|
+
return e.replace(C, function(s, a, r) {
|
|
16
|
+
return c = {
|
|
17
|
+
name: a,
|
|
18
|
+
styles: r,
|
|
19
|
+
next: c
|
|
20
|
+
}, a;
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
return x[n] !== 1 && !p(n) && typeof e == "number" && e !== 0 ? e + "px" : e;
|
|
24
|
+
};
|
|
25
|
+
function l(t, n, e) {
|
|
26
|
+
if (e == null)
|
|
27
|
+
return "";
|
|
28
|
+
var s = e;
|
|
29
|
+
if (s.__emotion_styles !== void 0)
|
|
30
|
+
return s;
|
|
31
|
+
switch (typeof e) {
|
|
32
|
+
case "boolean":
|
|
33
|
+
return "";
|
|
34
|
+
case "object": {
|
|
35
|
+
var a = e;
|
|
36
|
+
if (a.anim === 1)
|
|
37
|
+
return c = {
|
|
38
|
+
name: a.name,
|
|
39
|
+
styles: a.styles,
|
|
40
|
+
next: c
|
|
41
|
+
}, a.name;
|
|
42
|
+
var r = e;
|
|
43
|
+
if (r.styles !== void 0) {
|
|
44
|
+
var f = r.next;
|
|
45
|
+
if (f !== void 0)
|
|
46
|
+
for (; f !== void 0; )
|
|
47
|
+
c = {
|
|
48
|
+
name: f.name,
|
|
49
|
+
styles: f.styles,
|
|
50
|
+
next: c
|
|
51
|
+
}, f = f.next;
|
|
52
|
+
var u = r.styles + ";";
|
|
53
|
+
return u;
|
|
54
|
+
}
|
|
55
|
+
return V(t, n, e);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
var o = e;
|
|
59
|
+
if (n == null)
|
|
60
|
+
return o;
|
|
61
|
+
var i = n[o];
|
|
62
|
+
return i !== void 0 ? i : o;
|
|
63
|
+
}
|
|
64
|
+
function V(t, n, e) {
|
|
65
|
+
var s = "";
|
|
66
|
+
if (Array.isArray(e))
|
|
67
|
+
for (var a = 0; a < e.length; a++)
|
|
68
|
+
s += l(t, n, e[a]) + ";";
|
|
69
|
+
else
|
|
70
|
+
for (var r in e) {
|
|
71
|
+
var f = e[r];
|
|
72
|
+
if (typeof f != "object") {
|
|
73
|
+
var u = f;
|
|
74
|
+
n != null && n[u] !== void 0 ? s += r + "{" + n[u] + "}" : h(u) && (s += m(r) + ":" + d(r, u) + ";");
|
|
75
|
+
} else if (Array.isArray(f) && typeof f[0] == "string" && (n == null || n[f[0]] === void 0))
|
|
76
|
+
for (var o = 0; o < f.length; o++)
|
|
77
|
+
h(f[o]) && (s += m(r) + ":" + d(r, f[o]) + ";");
|
|
78
|
+
else {
|
|
79
|
+
var i = l(t, n, f);
|
|
80
|
+
switch (r) {
|
|
81
|
+
case "animation":
|
|
82
|
+
case "animationName": {
|
|
83
|
+
s += m(r) + ":" + i + ";";
|
|
84
|
+
break;
|
|
85
|
+
}
|
|
86
|
+
default:
|
|
87
|
+
s += r + "{" + i + "}";
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
return s;
|
|
92
|
+
}
|
|
93
|
+
var y = /label:\s*([^\s;{]+)\s*(;|$)/g, c;
|
|
94
|
+
function E(t, n, e) {
|
|
95
|
+
if (t.length === 1 && typeof t[0] == "object" && t[0] !== null && t[0].styles !== void 0)
|
|
96
|
+
return t[0];
|
|
97
|
+
var s = !0, a = "";
|
|
98
|
+
c = void 0;
|
|
99
|
+
var r = t[0];
|
|
100
|
+
if (r == null || r.raw === void 0)
|
|
101
|
+
s = !1, a += l(e, n, r);
|
|
102
|
+
else {
|
|
103
|
+
var f = r;
|
|
104
|
+
a += f[0];
|
|
105
|
+
}
|
|
106
|
+
for (var u = 1; u < t.length; u++)
|
|
107
|
+
if (a += l(e, n, t[u]), s) {
|
|
108
|
+
var o = r;
|
|
109
|
+
a += o[u];
|
|
110
|
+
}
|
|
111
|
+
y.lastIndex = 0;
|
|
112
|
+
for (var i = "", v; (v = y.exec(a)) !== null; )
|
|
113
|
+
i += "-" + v[1];
|
|
114
|
+
var b = w(a) + i;
|
|
115
|
+
return {
|
|
116
|
+
name: b,
|
|
117
|
+
styles: a,
|
|
118
|
+
next: c
|
|
119
|
+
};
|
|
120
|
+
}
|
|
121
|
+
export {
|
|
122
|
+
E as s
|
|
123
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
function h(n) {
|
|
2
|
+
if (n.sheet)
|
|
3
|
+
return n.sheet;
|
|
4
|
+
for (var t = 0; t < document.styleSheets.length; t++)
|
|
5
|
+
if (document.styleSheets[t].ownerNode === n)
|
|
6
|
+
return document.styleSheets[t];
|
|
7
|
+
}
|
|
8
|
+
function a(n) {
|
|
9
|
+
var t = document.createElement("style");
|
|
10
|
+
return t.setAttribute("data-emotion", n.key), n.nonce !== void 0 && t.setAttribute("nonce", n.nonce), t.appendChild(document.createTextNode("")), t.setAttribute("data-s", ""), t;
|
|
11
|
+
}
|
|
12
|
+
var c = /* @__PURE__ */ (function() {
|
|
13
|
+
function n(i) {
|
|
14
|
+
var e = this;
|
|
15
|
+
this._insertTag = function(r) {
|
|
16
|
+
var s;
|
|
17
|
+
e.tags.length === 0 ? e.insertionPoint ? s = e.insertionPoint.nextSibling : e.prepend ? s = e.container.firstChild : s = e.before : s = e.tags[e.tags.length - 1].nextSibling, e.container.insertBefore(r, s), e.tags.push(r);
|
|
18
|
+
}, this.isSpeedy = i.speedy === void 0 ? !0 : i.speedy, this.tags = [], this.ctr = 0, this.nonce = i.nonce, this.key = i.key, this.container = i.container, this.prepend = i.prepend, this.insertionPoint = i.insertionPoint, this.before = null;
|
|
19
|
+
}
|
|
20
|
+
var t = n.prototype;
|
|
21
|
+
return t.hydrate = function(e) {
|
|
22
|
+
e.forEach(this._insertTag);
|
|
23
|
+
}, t.insert = function(e) {
|
|
24
|
+
this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(a(this));
|
|
25
|
+
var r = this.tags[this.tags.length - 1];
|
|
26
|
+
if (this.isSpeedy) {
|
|
27
|
+
var s = h(r);
|
|
28
|
+
try {
|
|
29
|
+
s.insertRule(e, s.cssRules.length);
|
|
30
|
+
} catch {
|
|
31
|
+
}
|
|
32
|
+
} else
|
|
33
|
+
r.appendChild(document.createTextNode(e));
|
|
34
|
+
this.ctr++;
|
|
35
|
+
}, t.flush = function() {
|
|
36
|
+
this.tags.forEach(function(e) {
|
|
37
|
+
var r;
|
|
38
|
+
return (r = e.parentNode) == null ? void 0 : r.removeChild(e);
|
|
39
|
+
}), this.tags = [], this.ctr = 0;
|
|
40
|
+
}, n;
|
|
41
|
+
})();
|
|
42
|
+
export {
|
|
43
|
+
c as S
|
|
44
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
var o = {
|
|
2
|
+
animationIterationCount: 1,
|
|
3
|
+
aspectRatio: 1,
|
|
4
|
+
borderImageOutset: 1,
|
|
5
|
+
borderImageSlice: 1,
|
|
6
|
+
borderImageWidth: 1,
|
|
7
|
+
boxFlex: 1,
|
|
8
|
+
boxFlexGroup: 1,
|
|
9
|
+
boxOrdinalGroup: 1,
|
|
10
|
+
columnCount: 1,
|
|
11
|
+
columns: 1,
|
|
12
|
+
flex: 1,
|
|
13
|
+
flexGrow: 1,
|
|
14
|
+
flexPositive: 1,
|
|
15
|
+
flexShrink: 1,
|
|
16
|
+
flexNegative: 1,
|
|
17
|
+
flexOrder: 1,
|
|
18
|
+
gridRow: 1,
|
|
19
|
+
gridRowEnd: 1,
|
|
20
|
+
gridRowSpan: 1,
|
|
21
|
+
gridRowStart: 1,
|
|
22
|
+
gridColumn: 1,
|
|
23
|
+
gridColumnEnd: 1,
|
|
24
|
+
gridColumnSpan: 1,
|
|
25
|
+
gridColumnStart: 1,
|
|
26
|
+
msGridRow: 1,
|
|
27
|
+
msGridRowSpan: 1,
|
|
28
|
+
msGridColumn: 1,
|
|
29
|
+
msGridColumnSpan: 1,
|
|
30
|
+
fontWeight: 1,
|
|
31
|
+
lineHeight: 1,
|
|
32
|
+
opacity: 1,
|
|
33
|
+
order: 1,
|
|
34
|
+
orphans: 1,
|
|
35
|
+
scale: 1,
|
|
36
|
+
tabSize: 1,
|
|
37
|
+
widows: 1,
|
|
38
|
+
zIndex: 1,
|
|
39
|
+
zoom: 1,
|
|
40
|
+
WebkitLineClamp: 1,
|
|
41
|
+
// SVG-related properties
|
|
42
|
+
fillOpacity: 1,
|
|
43
|
+
floodOpacity: 1,
|
|
44
|
+
stopOpacity: 1,
|
|
45
|
+
strokeDasharray: 1,
|
|
46
|
+
strokeDashoffset: 1,
|
|
47
|
+
strokeMiterlimit: 1,
|
|
48
|
+
strokeOpacity: 1,
|
|
49
|
+
strokeWidth: 1
|
|
50
|
+
};
|
|
51
|
+
export {
|
|
52
|
+
o as u
|
|
53
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
function g(i, e, n) {
|
|
2
|
+
var f = "";
|
|
3
|
+
return n.split(" ").forEach(function(t) {
|
|
4
|
+
i[t] !== void 0 ? e.push(i[t] + ";") : t && (f += t + " ");
|
|
5
|
+
}), f;
|
|
6
|
+
}
|
|
7
|
+
var r = function(e, n, f) {
|
|
8
|
+
var t = e.key + "-" + n.name;
|
|
9
|
+
// we only need to add the styles to the registered cache if the
|
|
10
|
+
// class name could be used further down
|
|
11
|
+
// the tree but if it's a string tag, we know it won't
|
|
12
|
+
// so we don't have to add it to registered cache.
|
|
13
|
+
// this improves memory usage since we can avoid storing the whole style string
|
|
14
|
+
e.registered[t] === void 0 && (e.registered[t] = n.styles);
|
|
15
|
+
}, y = function(e, n, f) {
|
|
16
|
+
r(e, n);
|
|
17
|
+
var t = e.key + "-" + n.name;
|
|
18
|
+
if (e.inserted[n.name] === void 0) {
|
|
19
|
+
var s = n;
|
|
20
|
+
do
|
|
21
|
+
e.insert(n === s ? "." + t : "", s, e.sheet, !0), s = s.next;
|
|
22
|
+
while (s !== void 0);
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
g,
|
|
27
|
+
y as i
|
|
28
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
class i extends Map {
|
|
2
|
+
constructor(t, s = f) {
|
|
3
|
+
if (super(), Object.defineProperties(this, { _intern: { value: /* @__PURE__ */ new Map() }, _key: { value: s } }), t != null) for (const [r, o] of t) this.set(r, o);
|
|
4
|
+
}
|
|
5
|
+
get(t) {
|
|
6
|
+
return super.get(n(this, t));
|
|
7
|
+
}
|
|
8
|
+
has(t) {
|
|
9
|
+
return super.has(n(this, t));
|
|
10
|
+
}
|
|
11
|
+
set(t, s) {
|
|
12
|
+
return super.set(u(this, t), s);
|
|
13
|
+
}
|
|
14
|
+
delete(t) {
|
|
15
|
+
return super.delete(c(this, t));
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
function n({ _intern: e, _key: t }, s) {
|
|
19
|
+
const r = t(s);
|
|
20
|
+
return e.has(r) ? e.get(r) : s;
|
|
21
|
+
}
|
|
22
|
+
function u({ _intern: e, _key: t }, s) {
|
|
23
|
+
const r = t(s);
|
|
24
|
+
return e.has(r) ? e.get(r) : (e.set(r, s), s);
|
|
25
|
+
}
|
|
26
|
+
function c({ _intern: e, _key: t }, s) {
|
|
27
|
+
const r = t(s);
|
|
28
|
+
return e.has(r) && (s = e.get(r), e.delete(r)), s;
|
|
29
|
+
}
|
|
30
|
+
function f(e) {
|
|
31
|
+
return e !== null && typeof e == "object" ? e.valueOf() : e;
|
|
32
|
+
}
|
|
33
|
+
export {
|
|
34
|
+
i as I
|
|
35
|
+
};
|