eco-vue-js 0.10.99 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/components/ActionsBar/WActionsBar.vue.js +2 -2
- package/dist/components/Auth/utils/utils.d.ts +1 -0
- package/dist/components/Auth/utils/utils.d.ts.map +1 -1
- package/dist/components/Auth/utils/utils.js +11 -2
- package/dist/components/Button/WButton.vue.d.ts +3 -3
- package/dist/components/Button/WButton.vue.d.ts.map +1 -1
- package/dist/components/Button/WButton.vue.js +3 -2
- package/dist/components/Button/WButtonDropdown.vue.js +1 -1
- package/dist/components/Button/WButtonMore.vue.js +1 -1
- package/dist/components/Button/WButtonSelection.vue.js +1 -1
- package/dist/components/Button/WButtonSelectionState.vue.js +1 -1
- package/dist/components/Button/WButtonTab.vue.js +3 -3
- package/dist/components/Button/WButtonUnselect.vue.js +1 -1
- package/dist/components/Chart/WChartLinear.vue.js +1 -1
- package/dist/components/Checkbox/WCheckbox.vue.js +1 -1
- package/dist/components/DatePicker/components/CalendarToggle.vue.js +1 -1
- package/dist/components/DragContainer/use/useDragContainer.js +0 -23
- package/dist/components/Dropdown/WDropdown.vue.js +35 -32
- package/dist/components/Dropdown/types.d.ts +5 -4
- package/dist/components/Dropdown/types.d.ts.map +1 -1
- package/dist/components/Dropdown/utils/DropdownStyle.d.ts +36 -35
- package/dist/components/Dropdown/utils/DropdownStyle.d.ts.map +1 -1
- package/dist/components/Dropdown/utils/DropdownStyle.js +51 -37
- package/dist/components/DropdownMenu/WDropdownMenu.vue.js +1 -1
- package/dist/components/Expansion/WExpansionItem.vue.js +1 -1
- package/dist/components/FieldWrapper/components/FilterButton.vue.js +1 -1
- package/dist/components/FilePicker/components/FilePickerItem.vue.js +3 -3
- package/dist/components/FilterWrapper/WFilterWrapper.vue.js +1 -1
- package/dist/components/FormAsync/use/useFormAsync.d.ts +2 -2
- package/dist/components/HeaderBar/WHeaderBar.vue.js +1 -1
- package/dist/components/ImageViewer/components/ImageModal.vue2.js +1 -1
- package/dist/components/InfoCard/WInfoCard.vue.js +1 -1
- package/dist/components/InfoCard/WInfoCardNegative.vue.js +1 -1
- package/dist/components/Input/WInputSuggest.vue.js +1 -1
- package/dist/components/Input/components/InputActions.vue.js +4 -4
- package/dist/components/Link/WLink.vue.js +1 -1
- package/dist/components/Link/WLinkArrow.vue.js +1 -1
- package/dist/components/List/WList.vue.js +1 -1
- package/dist/components/List/WListCard.vue.js +2 -2
- package/dist/components/List/WListHeaderItem.vue.js +1 -1
- package/dist/components/List/components/HeaderItemResizer.vue.js +2 -2
- package/dist/components/List/components/HeaderSettings.vue.js +1 -1
- package/dist/components/List/components/HeaderSettingsList.vue.js +5 -5
- package/dist/components/List/components/HeaderSort.vue.js +1 -1
- package/dist/components/List/components/HeaderSortItem.vue.js +1 -1
- package/dist/components/List/components/ListFilterGlobal.vue2.js +1 -1
- package/dist/components/List/components/ListFilterLocal.vue2.js +1 -1
- package/dist/components/List/components/ListFilterSearch.vue.js +1 -1
- package/dist/components/List/components/ListFilterSelect.vue.js +1 -1
- package/dist/components/List/use/useListConfig.js +2 -2
- package/dist/components/Modal/WModal.vue.js +16 -15
- package/dist/components/Modal/modals/Confirm/ConfirmModal.vue.d.ts +9 -15
- package/dist/components/Modal/modals/Confirm/ConfirmModal.vue.d.ts.map +1 -1
- package/dist/components/Modal/modals/Confirm/ConfirmModal.vue2.js +27 -15
- package/dist/components/Modal/types.d.ts +6 -5
- package/dist/components/Modal/types.d.ts.map +1 -1
- package/dist/components/Nav/WNavBar.vue.js +1 -1
- package/dist/components/Nav/WNavItemExpand.vue.js +1 -1
- package/dist/components/Notify/components/NotifyCard.vue.js +5 -5
- package/dist/components/Select/components/SelectOption.vue.js +1 -1
- package/dist/components/Status/WStatusIcon.vue.js +3 -3
- package/dist/components/Tabs/WTabs.vue.js +1 -1
- package/dist/components/Toggle/WToggleTheme.vue.js +2 -2
- package/dist/components/Toggle/types.d.ts +1 -1
- package/dist/components/Toggle/types.d.ts.map +1 -1
- package/dist/components/Tooltip/WTooltipContainer.vue.js +2 -6
- package/dist/components/Tooltip/components/TooltipContainer.vue.js +3 -66
- package/dist/main.js +302 -115
- package/dist/utils/ApiClient.d.ts +5 -4
- package/dist/utils/ApiClient.d.ts.map +1 -1
- package/dist/utils/ApiClient.js +10 -7
- package/dist/utils/DOMListenerContainer.d.ts +1 -1
- package/dist/utils/DOMListenerContainer.d.ts.map +1 -1
- package/dist/utils/DOMListenerContainer.js +1 -1
- package/dist/utils/Modal.d.ts +5 -1
- package/dist/utils/Modal.d.ts.map +1 -1
- package/dist/utils/useCopy.js +2 -2
- package/eslint/configs/configTypescript.js +0 -1
- package/eslint/rules/ui-kit-imports.js +2 -2
- package/package.json +42 -39
- package/tailwind-base/plugins/default.ts +9 -0
- package/dist/assets/icons/default/IconAdd.svg.js +0 -27
- package/dist/assets/icons/default/IconAvatar.svg.js +0 -18
- package/dist/assets/icons/default/IconDojo.svg.js +0 -29
- package/dist/assets/icons/default/IconEdit.svg.js +0 -30
- package/dist/assets/icons/default/IconFalsePositive.svg.js +0 -28
- package/dist/assets/icons/default/IconFeedback.svg.js +0 -39
- package/dist/assets/icons/default/IconFilter.svg.js +0 -23
- package/dist/assets/icons/default/IconInProgress.svg.js +0 -28
- package/dist/assets/icons/default/IconJira.svg.js +0 -18
- package/dist/assets/icons/default/IconLogout.svg.js +0 -18
- package/dist/assets/icons/default/IconNotification.svg.js +0 -23
- package/dist/assets/icons/default/IconProfile.svg.js +0 -33
- package/dist/assets/icons/default/IconSearch.svg.js +0 -21
- package/dist/assets/icons/default/IconSettings.svg.js +0 -31
- package/dist/assets/icons/default/IconStar.svg.js +0 -22
- package/dist/assets/icons/default/IconTask.svg.js +0 -35
- package/dist/assets/icons/default/IconTime.svg.js +0 -38
- package/dist/assets/icons/sax/IconDedupe.svg.js +0 -39
- package/dist/components/ActionsBar/WActionsBar.vue.d.ts +0 -29
- package/dist/components/ActionsBar/WActionsBar.vue.d.ts.map +0 -1
- package/dist/components/ActionsBar/WActionsBarFilter.vue.d.ts +0 -24
- package/dist/components/ActionsBar/WActionsBarFilter.vue.d.ts.map +0 -1
- package/dist/components/BottomSheet/WBottomSheet.vue.d.ts +0 -32
- package/dist/components/BottomSheet/WBottomSheet.vue.d.ts.map +0 -1
- package/dist/components/Button/WButtonAction.vue.d.ts +0 -45
- package/dist/components/Button/WButtonAction.vue.d.ts.map +0 -1
- package/dist/components/Button/WButtonCopy.vue.d.ts +0 -6
- package/dist/components/Button/WButtonCopy.vue.d.ts.map +0 -1
- package/dist/components/Button/WButtonDropdown.vue.d.ts +0 -35
- package/dist/components/Button/WButtonDropdown.vue.d.ts.map +0 -1
- package/dist/components/Button/WButtonGroup.vue.d.ts +0 -31
- package/dist/components/Button/WButtonGroup.vue.d.ts.map +0 -1
- package/dist/components/Button/WButtonInput.vue.d.ts +0 -16
- package/dist/components/Button/WButtonInput.vue.d.ts.map +0 -1
- package/dist/components/Button/WButtonMore.vue.d.ts +0 -31
- package/dist/components/Button/WButtonMore.vue.d.ts.map +0 -1
- package/dist/components/Button/WButtonMoreItem.vue.d.ts +0 -30
- package/dist/components/Button/WButtonMoreItem.vue.d.ts.map +0 -1
- package/dist/components/Button/WButtonSelection.vue.d.ts +0 -50
- package/dist/components/Button/WButtonSelection.vue.d.ts.map +0 -1
- package/dist/components/Button/WButtonSelectionAction.vue.d.ts +0 -15
- package/dist/components/Button/WButtonSelectionAction.vue.d.ts.map +0 -1
- package/dist/components/Button/WButtonSelectionState.vue.d.ts +0 -22
- package/dist/components/Button/WButtonSelectionState.vue.d.ts.map +0 -1
- package/dist/components/Button/WButtonTab.vue.d.ts +0 -44
- package/dist/components/Button/WButtonTab.vue.d.ts.map +0 -1
- package/dist/components/Button/WButtonUnselect.vue.d.ts +0 -13
- package/dist/components/Button/WButtonUnselect.vue.d.ts.map +0 -1
- package/dist/components/Chart/WChartLine.vue.d.ts +0 -41
- package/dist/components/Chart/WChartLine.vue.d.ts.map +0 -1
- package/dist/components/Chart/WChartLinear.vue.d.ts +0 -50
- package/dist/components/Chart/WChartLinear.vue.d.ts.map +0 -1
- package/dist/components/Chart/components/ChartAxis.vue.d.ts +0 -10
- package/dist/components/Chart/components/ChartAxis.vue.d.ts.map +0 -1
- package/dist/components/Checkbox/WCheckbox.vue.d.ts +0 -31
- package/dist/components/Checkbox/WCheckbox.vue.d.ts.map +0 -1
- package/dist/components/Checkbox/WCheckboxGroup.vue.d.ts +0 -27
- package/dist/components/Checkbox/WCheckboxGroup.vue.d.ts.map +0 -1
- package/dist/components/Checkbox/WCheckboxGroupMultiple.vue.d.ts +0 -31
- package/dist/components/Checkbox/WCheckboxGroupMultiple.vue.d.ts.map +0 -1
- package/dist/components/Chip/WChip.vue.d.ts +0 -28
- package/dist/components/Chip/WChip.vue.d.ts.map +0 -1
- package/dist/components/ClickOutside/WClickOutside.vue.d.ts +0 -29
- package/dist/components/ClickOutside/WClickOutside.vue.d.ts.map +0 -1
- package/dist/components/Counter/WCounter.vue.d.ts +0 -10
- package/dist/components/Counter/WCounter.vue.d.ts.map +0 -1
- package/dist/components/DatePicker/WDatePicker.vue.d.ts +0 -22
- package/dist/components/DatePicker/WDatePicker.vue.d.ts.map +0 -1
- package/dist/components/DatePicker/WDatePickerSingle.vue.d.ts +0 -23
- package/dist/components/DatePicker/WDatePickerSingle.vue.d.ts.map +0 -1
- package/dist/components/DatePicker/components/CalendarDay.vue.d.ts +0 -23
- package/dist/components/DatePicker/components/CalendarDay.vue.d.ts.map +0 -1
- package/dist/components/DatePicker/components/CalendarMonth.vue.d.ts +0 -23
- package/dist/components/DatePicker/components/CalendarMonth.vue.d.ts.map +0 -1
- package/dist/components/DatePicker/components/CalendarToggle.vue.d.ts +0 -12
- package/dist/components/DatePicker/components/CalendarToggle.vue.d.ts.map +0 -1
- package/dist/components/DatePicker/components/CalendarValue.vue.d.ts +0 -13
- package/dist/components/DatePicker/components/CalendarValue.vue.d.ts.map +0 -1
- package/dist/components/DatePicker/components/CalendarWeek.vue.d.ts +0 -22
- package/dist/components/DatePicker/components/CalendarWeek.vue.d.ts.map +0 -1
- package/dist/components/Dismissable/WDismissable.vue.d.ts +0 -34
- package/dist/components/Dismissable/WDismissable.vue.d.ts.map +0 -1
- package/dist/components/DragContainer/WDragContainer.vue.d.ts +0 -36
- package/dist/components/DragContainer/WDragContainer.vue.d.ts.map +0 -1
- package/dist/components/DragContainer/components/DragItem.vue.d.ts +0 -43
- package/dist/components/DragContainer/components/DragItem.vue.d.ts.map +0 -1
- package/dist/components/Dropdown/WDropdown.vue.d.ts +0 -32
- package/dist/components/Dropdown/WDropdown.vue.d.ts.map +0 -1
- package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +0 -18
- package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +0 -1
- package/dist/components/Expansion/WExpansion.vue.d.ts +0 -29
- package/dist/components/Expansion/WExpansion.vue.d.ts.map +0 -1
- package/dist/components/Expansion/WExpansionItem.vue.d.ts +0 -39
- package/dist/components/Expansion/WExpansionItem.vue.d.ts.map +0 -1
- package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts +0 -48
- package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +0 -1
- package/dist/components/FieldWrapper/components/FilterButton.vue.d.ts +0 -8
- package/dist/components/FieldWrapper/components/FilterButton.vue.d.ts.map +0 -1
- package/dist/components/FilePicker/WFilePicker.vue.d.ts +0 -58
- package/dist/components/FilePicker/WFilePicker.vue.d.ts.map +0 -1
- package/dist/components/FilePicker/components/FilePickerItem.vue.d.ts +0 -27
- package/dist/components/FilePicker/components/FilePickerItem.vue.d.ts.map +0 -1
- package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts +0 -11
- package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts.map +0 -1
- package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts +0 -30
- package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts.map +0 -1
- package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts +0 -27
- package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts.map +0 -1
- package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.d.ts +0 -27
- package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.d.ts.map +0 -1
- package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts +0 -27
- package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts.map +0 -1
- package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts +0 -22
- package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts.map +0 -1
- package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts +0 -22
- package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts.map +0 -1
- package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts +0 -22
- package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts.map +0 -1
- package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts +0 -22
- package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts.map +0 -1
- package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts +0 -19
- package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts.map +0 -1
- package/dist/components/HeaderBar/WHeaderBar.vue.d.ts +0 -29
- package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +0 -1
- package/dist/components/HeaderBar/WHeaderBarSearch.vue.d.ts +0 -32
- package/dist/components/HeaderBar/WHeaderBarSearch.vue.d.ts.map +0 -1
- package/dist/components/ImageViewer/WImageViewer.vue.d.ts +0 -8
- package/dist/components/ImageViewer/WImageViewer.vue.d.ts.map +0 -1
- package/dist/components/ImageViewer/components/ImageModal.vue.d.ts +0 -11
- package/dist/components/ImageViewer/components/ImageModal.vue.d.ts.map +0 -1
- package/dist/components/InfiniteList/WInfiniteList.vue.d.ts +0 -174
- package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +0 -1
- package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts +0 -32
- package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts.map +0 -1
- package/dist/components/InfiniteList/components/InfiniteListButton.vue.d.ts +0 -9
- package/dist/components/InfiniteList/components/InfiniteListButton.vue.d.ts.map +0 -1
- package/dist/components/InfiniteList/components/InfiniteListHeaderHeight.vue.d.ts +0 -31
- package/dist/components/InfiniteList/components/InfiniteListHeaderHeight.vue.d.ts.map +0 -1
- package/dist/components/InfiniteList/components/InfiniteListHeaderPadding.vue.d.ts +0 -22
- package/dist/components/InfiniteList/components/InfiniteListHeaderPadding.vue.d.ts.map +0 -1
- package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts +0 -77
- package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +0 -1
- package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts +0 -18
- package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts.map +0 -1
- package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts +0 -82
- package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +0 -1
- package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts +0 -31
- package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts.map +0 -1
- package/dist/components/InfoCard/WInfoCard.vue.d.ts +0 -27
- package/dist/components/InfoCard/WInfoCard.vue.d.ts.map +0 -1
- package/dist/components/InfoCard/WInfoCardNegative.vue.d.ts +0 -23
- package/dist/components/InfoCard/WInfoCardNegative.vue.d.ts.map +0 -1
- package/dist/components/Input/WInput.vue.d.ts +0 -50
- package/dist/components/Input/WInput.vue.d.ts.map +0 -1
- package/dist/components/Input/WInputAsync.vue.d.ts +0 -27
- package/dist/components/Input/WInputAsync.vue.d.ts.map +0 -1
- package/dist/components/Input/WInputDate.vue.d.ts +0 -52
- package/dist/components/Input/WInputDate.vue.d.ts.map +0 -1
- package/dist/components/Input/WInputOptions.vue.d.ts +0 -33
- package/dist/components/Input/WInputOptions.vue.d.ts.map +0 -1
- package/dist/components/Input/WInputSuggest.vue.d.ts +0 -53
- package/dist/components/Input/WInputSuggest.vue.d.ts.map +0 -1
- package/dist/components/Input/components/ContentEditable.vue.d.ts +0 -24
- package/dist/components/Input/components/ContentEditable.vue.d.ts.map +0 -1
- package/dist/components/Input/components/InputActions.vue.d.ts +0 -42
- package/dist/components/Input/components/InputActions.vue.d.ts.map +0 -1
- package/dist/components/Input/components/InputActionsButton.vue.d.ts +0 -28
- package/dist/components/Input/components/InputActionsButton.vue.d.ts.map +0 -1
- package/dist/components/Link/WLink.vue.d.ts +0 -34
- package/dist/components/Link/WLink.vue.d.ts.map +0 -1
- package/dist/components/Link/WLinkArrow.vue.d.ts +0 -22
- package/dist/components/Link/WLinkArrow.vue.d.ts.map +0 -1
- package/dist/components/List/WList.vue.d.ts +0 -75
- package/dist/components/List/WList.vue.d.ts.map +0 -1
- package/dist/components/List/WListCard.vue.d.ts +0 -197
- package/dist/components/List/WListCard.vue.d.ts.map +0 -1
- package/dist/components/List/WListCardField.vue.d.ts +0 -25
- package/dist/components/List/WListCardField.vue.d.ts.map +0 -1
- package/dist/components/List/WListFilter.vue.d.ts +0 -26
- package/dist/components/List/WListFilter.vue.d.ts.map +0 -1
- package/dist/components/List/WListHeader.vue.d.ts +0 -33
- package/dist/components/List/WListHeader.vue.d.ts.map +0 -1
- package/dist/components/List/WListHeaderItem.vue.d.ts +0 -34
- package/dist/components/List/WListHeaderItem.vue.d.ts.map +0 -1
- package/dist/components/List/components/HeaderFieldNested.vue.d.ts +0 -36
- package/dist/components/List/components/HeaderFieldNested.vue.d.ts.map +0 -1
- package/dist/components/List/components/HeaderItem.vue.d.ts +0 -18
- package/dist/components/List/components/HeaderItem.vue.d.ts.map +0 -1
- package/dist/components/List/components/HeaderItemResizer.vue.d.ts +0 -24
- package/dist/components/List/components/HeaderItemResizer.vue.d.ts.map +0 -1
- package/dist/components/List/components/HeaderSettings.vue.d.ts +0 -32
- package/dist/components/List/components/HeaderSettings.vue.d.ts.map +0 -1
- package/dist/components/List/components/HeaderSettingsList.vue.d.ts +0 -27
- package/dist/components/List/components/HeaderSettingsList.vue.d.ts.map +0 -1
- package/dist/components/List/components/HeaderSettingsModeButton.vue.d.ts +0 -11
- package/dist/components/List/components/HeaderSettingsModeButton.vue.d.ts.map +0 -1
- package/dist/components/List/components/HeaderSort.vue.d.ts +0 -32
- package/dist/components/List/components/HeaderSort.vue.d.ts.map +0 -1
- package/dist/components/List/components/HeaderSortItem.vue.d.ts +0 -22
- package/dist/components/List/components/HeaderSortItem.vue.d.ts.map +0 -1
- package/dist/components/List/components/ListCardAction.vue.d.ts +0 -22
- package/dist/components/List/components/ListCardAction.vue.d.ts.map +0 -1
- package/dist/components/List/components/ListCardFieldNested.vue.d.ts +0 -35
- package/dist/components/List/components/ListCardFieldNested.vue.d.ts.map +0 -1
- package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts +0 -23
- package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts.map +0 -1
- package/dist/components/List/components/ListFilterGlobal.vue.d.ts +0 -27
- package/dist/components/List/components/ListFilterGlobal.vue.d.ts.map +0 -1
- package/dist/components/List/components/ListFilterGlobalItem.vue.d.ts +0 -30
- package/dist/components/List/components/ListFilterGlobalItem.vue.d.ts.map +0 -1
- package/dist/components/List/components/ListFilterLocal.vue.d.ts +0 -25
- package/dist/components/List/components/ListFilterLocal.vue.d.ts.map +0 -1
- package/dist/components/List/components/ListFilterSearch.vue.d.ts +0 -23
- package/dist/components/List/components/ListFilterSearch.vue.d.ts.map +0 -1
- package/dist/components/List/components/ListFilterSelect.vue.d.ts +0 -21
- package/dist/components/List/components/ListFilterSelect.vue.d.ts.map +0 -1
- package/dist/components/MenuItem/WMenuItem.vue.d.ts +0 -28
- package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +0 -1
- package/dist/components/Modal/WModal.vue.d.ts +0 -3
- package/dist/components/Modal/WModal.vue.d.ts.map +0 -1
- package/dist/components/Modal/WModalExport.vue.d.ts +0 -25
- package/dist/components/Modal/WModalExport.vue.d.ts.map +0 -1
- package/dist/components/Modal/WModalImport.vue.d.ts +0 -24
- package/dist/components/Modal/WModalImport.vue.d.ts.map +0 -1
- package/dist/components/Modal/WModalStepper.vue.d.ts +0 -1115
- package/dist/components/Modal/WModalStepper.vue.d.ts.map +0 -1
- package/dist/components/Modal/components/ModalCloseButton.vue.d.ts +0 -9
- package/dist/components/Modal/components/ModalCloseButton.vue.d.ts.map +0 -1
- package/dist/components/Nav/WNavBar.vue.d.ts +0 -22
- package/dist/components/Nav/WNavBar.vue.d.ts.map +0 -1
- package/dist/components/Nav/WNavItem.vue.d.ts +0 -22
- package/dist/components/Nav/WNavItem.vue.d.ts.map +0 -1
- package/dist/components/Nav/WNavItemExpand.vue.d.ts +0 -152
- package/dist/components/Nav/WNavItemExpand.vue.d.ts.map +0 -1
- package/dist/components/Nav/WNavItemTransition.vue.d.ts +0 -18
- package/dist/components/Nav/WNavItemTransition.vue.d.ts.map +0 -1
- package/dist/components/Notify/WNotify.vue.d.ts +0 -3
- package/dist/components/Notify/WNotify.vue.d.ts.map +0 -1
- package/dist/components/Notify/components/NotifyCard.vue.d.ts +0 -22
- package/dist/components/Notify/components/NotifyCard.vue.d.ts.map +0 -1
- package/dist/components/NumberFormatter/WNumberFormatter.vue.d.ts +0 -10
- package/dist/components/NumberFormatter/WNumberFormatter.vue.d.ts.map +0 -1
- package/dist/components/Page/WPage.vue.d.ts +0 -43
- package/dist/components/Page/WPage.vue.d.ts.map +0 -1
- package/dist/components/Page/WPageBreadcrumbs.vue.d.ts +0 -3
- package/dist/components/Page/WPageBreadcrumbs.vue.d.ts.map +0 -1
- package/dist/components/Page/WPageNumerator.vue.d.ts +0 -18
- package/dist/components/Page/WPageNumerator.vue.d.ts.map +0 -1
- package/dist/components/Page/WPageTitle.vue.d.ts +0 -7
- package/dist/components/Page/WPageTitle.vue.d.ts.map +0 -1
- package/dist/components/Progress/WProgress.vue.d.ts +0 -6
- package/dist/components/Progress/WProgress.vue.d.ts.map +0 -1
- package/dist/components/Progress/WProgressStriped.vue.d.ts +0 -6
- package/dist/components/Progress/WProgressStriped.vue.d.ts.map +0 -1
- package/dist/components/Select/WSelect.vue.d.ts +0 -43
- package/dist/components/Select/WSelect.vue.d.ts.map +0 -1
- package/dist/components/Select/WSelectAsync.vue.d.ts +0 -43
- package/dist/components/Select/WSelectAsync.vue.d.ts.map +0 -1
- package/dist/components/Select/WSelectAsyncList.vue.d.ts +0 -44
- package/dist/components/Select/WSelectAsyncList.vue.d.ts.map +0 -1
- package/dist/components/Select/WSelectAsyncSingle.vue.d.ts +0 -33
- package/dist/components/Select/WSelectAsyncSingle.vue.d.ts.map +0 -1
- package/dist/components/Select/WSelectSingle.vue.d.ts +0 -36
- package/dist/components/Select/WSelectSingle.vue.d.ts.map +0 -1
- package/dist/components/Select/WSelectStringified.vue.d.ts +0 -36
- package/dist/components/Select/WSelectStringified.vue.d.ts.map +0 -1
- package/dist/components/Select/components/SelectAsyncList.vue.d.ts +0 -53
- package/dist/components/Select/components/SelectAsyncList.vue.d.ts.map +0 -1
- package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts +0 -35
- package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts.map +0 -1
- package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts +0 -35
- package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts.map +0 -1
- package/dist/components/Select/components/SelectOption.vue.d.ts +0 -52
- package/dist/components/Select/components/SelectOption.vue.d.ts.map +0 -1
- package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts +0 -29
- package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts.map +0 -1
- package/dist/components/Shine/WShineEffect.vue.d.ts +0 -3
- package/dist/components/Shine/WShineEffect.vue.d.ts.map +0 -1
- package/dist/components/Status/WStatusIcon.vue.d.ts +0 -7
- package/dist/components/Status/WStatusIcon.vue.d.ts.map +0 -1
- package/dist/components/Tabs/WTabs.vue.d.ts +0 -898
- package/dist/components/Tabs/WTabs.vue.d.ts.map +0 -1
- package/dist/components/Tabs/WTabsColumns.vue.d.ts +0 -20
- package/dist/components/Tabs/WTabsColumns.vue.d.ts.map +0 -1
- package/dist/components/Tabs/WTabsItem.vue.d.ts +0 -31
- package/dist/components/Tabs/WTabsItem.vue.d.ts.map +0 -1
- package/dist/components/Tabs/components/TabItem.vue.d.ts +0 -250
- package/dist/components/Tabs/components/TabItem.vue.d.ts.map +0 -1
- package/dist/components/Tabs/components/TabTitleButton.vue.d.ts +0 -59
- package/dist/components/Tabs/components/TabTitleButton.vue.d.ts.map +0 -1
- package/dist/components/Toggle/WToggle.vue.d.ts +0 -19
- package/dist/components/Toggle/WToggle.vue.d.ts.map +0 -1
- package/dist/components/Toggle/WToggleTheme.vue.d.ts +0 -9
- package/dist/components/Toggle/WToggleTheme.vue.d.ts.map +0 -1
- package/dist/components/Tooltip/WTooltipContainer.vue.d.ts +0 -72
- package/dist/components/Tooltip/WTooltipContainer.vue.d.ts.map +0 -1
- package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts +0 -39
- package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts.map +0 -1
- package/dist/imports/componentsPlugin.d.ts +0 -112
- package/dist/imports/componentsPlugin.d.ts.map +0 -1
- package/dist/imports/iconsDefault.d.ts +0 -27
- package/dist/imports/iconsDefault.d.ts.map +0 -1
- package/dist/imports/iconsDefault.js +0 -26
- package/dist/imports/iconsSax.d.ts +0 -68
- package/dist/imports/iconsSax.d.ts.map +0 -1
- package/dist/imports/iconsSax.js +0 -67
- package/dist/main.d.ts +0 -20
- package/dist/main.d.ts.map +0 -1
- /package/dist/assets/icons/{sax/IconAdd.svg.js → IconAdd.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconAddCircle.svg.js → IconAddCircle.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconAddSquare.svg.js → IconAddSquare.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconAlarm.svg.js → IconAlarm.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconArchiveBook.svg.js → IconArchiveBook.svg.js} +0 -0
- /package/dist/assets/icons/{default/IconArrow.svg.js → IconArrow.svg.js} +0 -0
- /package/dist/assets/icons/{default/IconBack.svg.js → IconBack.svg.js} +0 -0
- /package/dist/assets/icons/{default/IconCancel.svg.js → IconCancel.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconCandle.svg.js → IconCandle.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconCelery.svg.js → IconCelery.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconChart.svg.js → IconChart.svg.js} +0 -0
- /package/dist/assets/icons/{default/IconCheck.svg.js → IconCheck.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconCheckCircle.svg.js → IconCheckCircle.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconClose.svg.js → IconClose.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconCloseCircle.svg.js → IconCloseCircle.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconCopy.svg.js → IconCopy.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconCopySuccess.svg.js → IconCopySuccess.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconCopyright.svg.js → IconCopyright.svg.js} +0 -0
- /package/dist/assets/icons/{default/IconDanger.svg.js → IconDanger.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconDojo.svg.js → IconDojo.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconDrag.svg.js → IconDrag.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconEdit.svg.js → IconEdit.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconEditCircle.svg.js → IconEditCircle.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconEditSquare.svg.js → IconEditSquare.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconElement.svg.js → IconElement.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconExport.svg.js → IconExport.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconEye.svg.js → IconEye.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconEyeSlash.svg.js → IconEyeSlash.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconFilter.svg.js → IconFilter.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconFilterRemove.svg.js → IconFilterRemove.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconFinding.svg.js → IconFinding.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconFolder.svg.js → IconFolder.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconFolderAdd.svg.js → IconFolderAdd.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconFolderCross.svg.js → IconFolderCross.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconGrid.svg.js → IconGrid.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconJira.svg.js → IconJira.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconKey.svg.js → IconKey.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconKeySquare.svg.js → IconKeySquare.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconLayer.svg.js → IconLayer.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconLink.svg.js → IconLink.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconLinkBold.svg.js → IconLinkBold.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconLinkOutline.svg.js → IconLinkOutline.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconLinkedIn.svg.js → IconLinkedIn.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconLock.svg.js → IconLock.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconLockOff.svg.js → IconLockOff.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconLogout.svg.js → IconLogout.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconMenu.svg.js → IconMenu.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconMinusCircle.svg.js → IconMinusCircle.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconMoon.svg.js → IconMoon.svg.js} +0 -0
- /package/dist/assets/icons/{default/IconMore.svg.js → IconMore.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconNegate.svg.js → IconNegate.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconNegativeInfo.svg.js → IconNegativeInfo.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconNote.svg.js → IconNote.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconPaste.svg.js → IconPaste.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconProfile.svg.js → IconProfile.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconRadar.svg.js → IconRadar.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconRefresh.svg.js → IconRefresh.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconSearch.svg.js → IconSearch.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconSettings.svg.js → IconSettings.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconSlash.svg.js → IconSlash.svg.js} +0 -0
- /package/dist/assets/icons/{default/IconSort.svg.js → IconSort.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconStar.svg.js → IconStar.svg.js} +0 -0
- /package/dist/assets/icons/{default/IconSuccess.svg.js → IconSuccess.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconSummary.svg.js → IconSummary.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconSun.svg.js → IconSun.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconTable.svg.js → IconTable.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconTableSettings.svg.js → IconTableSettings.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconTag.svg.js → IconTag.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconTask.svg.js → IconTask.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconTime.svg.js → IconTime.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconTrash.svg.js → IconTrash.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconUser.svg.js → IconUser.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconVersionControl.svg.js → IconVersionControl.svg.js} +0 -0
- /package/dist/assets/icons/{default/IconWarn.svg.js → IconWarn.svg.js} +0 -0
- /package/dist/assets/icons/{sax/IconWeight.svg.js → IconWeight.svg.js} +0 -0
package/dist/utils/Modal.d.ts
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
import { ConfirmModalProps } from '../components/Modal/types';
|
2
2
|
import { Component, ComponentOptions, MethodOptions } from 'vue';
|
3
|
-
export type ModalComponent<Props> = Component<Props,
|
3
|
+
export type ModalComponent<Props> = Component<Props, {
|
4
|
+
formRef?: {
|
5
|
+
hasChanges?: boolean;
|
6
|
+
};
|
7
|
+
}, any, ComponentOptions, MethodOptions, {
|
4
8
|
'close:modal': () => void;
|
5
9
|
}>;
|
6
10
|
export type AddModal<Props> = (component: ModalComponent<Props>, props?: Props, cb?: () => void, autoclose?: boolean) => (() => void);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../src/utils/Modal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,0BAA0B,CAAA;AAE/D,OAAO,EAAC,KAAK,SAAS,EAAE,KAAK,gBAAgB,EAAE,KAAK,aAAa,EAAgC,MAAM,KAAK,CAAA;AAI5G,MAAM,MAAM,cAAc,CAAC,KAAK,IAAI,SAAS,CAC3C,KAAK,
|
1
|
+
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../src/utils/Modal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,0BAA0B,CAAA;AAE/D,OAAO,EAAC,KAAK,SAAS,EAAE,KAAK,gBAAgB,EAAE,KAAK,aAAa,EAAgC,MAAM,KAAK,CAAA;AAI5G,MAAM,MAAM,cAAc,CAAC,KAAK,IAAI,SAAS,CAC3C,KAAK,EACL;IAAC,OAAO,CAAC,EAAE;QAAC,UAAU,CAAC,EAAE,OAAO,CAAA;KAAC,CAAA;CAAC,EAElC,GAAG,EACH,gBAAgB,EAChB,aAAa,EACb;IACE,aAAa,EAAE,MAAM,IAAI,CAAA;CAC1B,CACF,CAAA;AAED,MAAM,MAAM,QAAQ,CAAC,KAAK,IAAI,CAAC,SAAS,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,EAAE,MAAM,IAAI,EAAE,SAAS,CAAC,EAAE,OAAO,KAAK,CAAC,MAAM,IAAI,CAAC,CAAA;AAKrI,eAAO,MAAM,SAAS,GAAI,KAAK,EAAE,OAAO,QAAQ,CAAC,KAAK,CAAC,GAAG,SAAS,SAElE,CAAA;AAED,eAAO,MAAM,KAAK;QACZ,KAAK,aAAa,cAAc,CAAC,KAAK,CAAC,UAAU,KAAK,OAAO,MAAM,IAAI,GAAG,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI;oBAIjF,KAAK,aAAa,cAAc,CAAC,KAAK,CAAC,UAAU,KAAK,OAAO,MAAM,IAAI,GAAG,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI;sBAI3F,iBAAiB,OAAO,MAAM,IAAI,GAAG,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI;CAQ3E,CAAA"}
|
package/dist/utils/useCopy.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ref, computed, markRaw, unref } from 'vue';
|
2
|
-
import IconCopy from '../assets/icons/
|
3
|
-
import IconCopySuccess from '../assets/icons/
|
2
|
+
import IconCopy from '../assets/icons/IconCopy.svg.js';
|
3
|
+
import IconCopySuccess from '../assets/icons/IconCopySuccess.svg.js';
|
4
4
|
import { Notify } from './Notify.js';
|
5
5
|
|
6
6
|
const useCopy = (value) => {
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import stylistic from '@stylistic/eslint-plugin'
|
2
2
|
import unusedImports from 'eslint-plugin-unused-imports'
|
3
3
|
import pluginVue from 'eslint-plugin-vue'
|
4
|
-
// eslint-disable-next-line import/no-unresolved
|
5
4
|
import {parser as tseslintParser, plugin as tseslintPlugin} from 'typescript-eslint'
|
6
5
|
|
7
6
|
export default [
|
@@ -43,7 +43,7 @@ export default {
|
|
43
43
|
}
|
44
44
|
|
45
45
|
if (source.includes('iconsSax')) {
|
46
|
-
const replacementImport = `import ${ importedName } from 'eco-vue-js/dist/assets/icons
|
46
|
+
const replacementImport = `import ${ importedName } from 'eco-vue-js/dist/assets/icons/${ importedName }'`
|
47
47
|
context.report({
|
48
48
|
node,
|
49
49
|
message: `Do not import '${ importedName }' directly. Use the replacement: ${ replacementImport }`,
|
@@ -56,7 +56,7 @@ export default {
|
|
56
56
|
}
|
57
57
|
|
58
58
|
if (source.includes('iconsDefault')) {
|
59
|
-
const replacementImport = `import ${ importedName } from 'eco-vue-js/dist/assets/icons
|
59
|
+
const replacementImport = `import ${ importedName } from 'eco-vue-js/dist/assets/icons/${ importedName }'`
|
60
60
|
context.report({
|
61
61
|
node,
|
62
62
|
message: `Do not import '${ importedName }' directly. Use the replacement: ${ replacementImport }`,
|
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"type": "git",
|
5
5
|
"url": "https://github.com/rsmple/eco-vue-js.git"
|
6
6
|
},
|
7
|
-
"version": "0.
|
7
|
+
"version": "0.11.0",
|
8
8
|
"dependencies": {
|
9
9
|
"@stylistic/eslint-plugin": "5.2.3",
|
10
10
|
"@tanstack/eslint-plugin-query": "5.83.1",
|
@@ -50,62 +50,65 @@
|
|
50
50
|
"./eslint/plugin": {
|
51
51
|
"import": "./eslint/plugin.js"
|
52
52
|
},
|
53
|
-
"./dist/assets/icons
|
54
|
-
"import": "./dist/assets/icons
|
53
|
+
"./dist/assets/icons/*": {
|
54
|
+
"import": "./dist/assets/icons/*.svg.js"
|
55
55
|
},
|
56
|
-
"./dist/
|
57
|
-
"import": "./dist/
|
56
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/ApiClient.ts": {
|
57
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/ApiClient.ts.js"
|
58
58
|
},
|
59
|
-
"./dist/utils/DOMListenerContainer": {
|
60
|
-
"import": "./dist/utils/DOMListenerContainer.js"
|
59
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/DOMListenerContainer.ts": {
|
60
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/DOMListenerContainer.ts.js"
|
61
61
|
},
|
62
|
-
"./dist/utils/HorizontalAlign": {
|
63
|
-
"import": "./dist/utils/HorizontalAlign.js"
|
62
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/HorizontalAlign.ts": {
|
63
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/HorizontalAlign.ts.js"
|
64
64
|
},
|
65
|
-
"./dist/utils/
|
66
|
-
"import": "./dist/utils/
|
65
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/Modal.ts": {
|
66
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/Modal.ts.js"
|
67
67
|
},
|
68
|
-
"./dist/utils/
|
69
|
-
"import": "./dist/utils/
|
68
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/Notify.ts": {
|
69
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/Notify.ts.js"
|
70
70
|
},
|
71
|
-
"./dist/utils/
|
72
|
-
"import": "./dist/utils/
|
71
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/SemanticType.ts": {
|
72
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/SemanticType.ts.js"
|
73
73
|
},
|
74
|
-
"./dist/utils/
|
75
|
-
"import": "./dist/utils/
|
74
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/api.ts": {
|
75
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/api.ts.js"
|
76
76
|
},
|
77
|
-
"./dist/utils/
|
78
|
-
"import": "./dist/utils/
|
77
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/dateTime.ts": {
|
78
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/dateTime.ts.js"
|
79
79
|
},
|
80
|
-
"./dist/utils/
|
81
|
-
"import": "./dist/utils/
|
80
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/mobile.ts": {
|
81
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/mobile.ts.js"
|
82
82
|
},
|
83
|
-
"./dist/utils/
|
84
|
-
"import": "./dist/utils/
|
83
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/order.ts": {
|
84
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/order.ts.js"
|
85
85
|
},
|
86
|
-
"./dist/utils/
|
87
|
-
"import": "./dist/utils/
|
86
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/provide.ts": {
|
87
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/provide.ts.js"
|
88
88
|
},
|
89
|
-
"./dist/utils/
|
90
|
-
"import": "./dist/utils/
|
89
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/supportsPassive.ts": {
|
90
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/supportsPassive.ts.js"
|
91
91
|
},
|
92
|
-
"./dist/utils/
|
93
|
-
"import": "./dist/utils/
|
92
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/useComponentStates.ts": {
|
93
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/useComponentStates.ts.js"
|
94
94
|
},
|
95
|
-
"./dist/utils/
|
96
|
-
"import": "./dist/utils/
|
95
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/useCopy.ts": {
|
96
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/useCopy.ts.js"
|
97
97
|
},
|
98
|
-
"./dist/utils/
|
99
|
-
"import": "./dist/utils/
|
98
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/useDefaultQuery.ts": {
|
99
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/useDefaultQuery.ts.js"
|
100
100
|
},
|
101
|
-
"./dist/utils/
|
102
|
-
"import": "./dist/utils/
|
101
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/useQueryUpdater.ts": {
|
102
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/useQueryUpdater.ts.js"
|
103
103
|
},
|
104
|
-
"./dist/utils/
|
105
|
-
"import": "./dist/utils/
|
104
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/useSelected.ts": {
|
105
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/useSelected.ts.js"
|
106
106
|
},
|
107
|
-
"./dist/utils/
|
108
|
-
"import": "./dist/utils/
|
107
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/utils.ts": {
|
108
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/utils.ts.js"
|
109
|
+
},
|
110
|
+
"./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/validate.ts": {
|
111
|
+
"import": "./dist/home/runner/work/eco-vue-js/eco-vue-js/src/utils/validate.ts.js"
|
109
112
|
},
|
110
113
|
"./dist/components/ActionsBar/WActionsBar.vue": {
|
111
114
|
"import": "./dist/components/ActionsBar/WActionsBar.vue.js"
|
@@ -188,6 +188,15 @@ const pluginDefault = plugin(function ({matchUtilities, addVariant, addUtilities
|
|
188
188
|
},
|
189
189
|
})
|
190
190
|
|
191
|
+
addBase({
|
192
|
+
'.w-tooltip-center-x': {
|
193
|
+
transform: 'translate(calc(min(100vw - var(--dropdown-x, 0px) - 50% - 12px, max((var(--dropdown-x, 0px) - 50% - 12px) * -1, 0px))), 0)',
|
194
|
+
},
|
195
|
+
'.w-tooltip-center-y': {
|
196
|
+
transform: 'translate(0, calc(min(100vh - var(--dropdown-y, 0px) - 50% - 12px, max((var(--dropdown-y, 0px) - 50% - 12px) * -1, 0px))))',
|
197
|
+
},
|
198
|
+
})
|
199
|
+
|
191
200
|
matchUtilities(
|
192
201
|
{
|
193
202
|
'w-scroll-bar-color': value => {
|
@@ -1,27 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 24 24",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("circle", {
|
14
|
-
fill: "currentcolor",
|
15
|
-
r: "12",
|
16
|
-
transform: "matrix(1 0 0 -1 12 12)"
|
17
|
-
}, null, -1),
|
18
|
-
createElementVNode("path", {
|
19
|
-
d: "M6 12h12m-6-6v12",
|
20
|
-
stroke: "#fff",
|
21
|
-
"stroke-width": "3"
|
22
|
-
}, null, -1)
|
23
|
-
])))
|
24
|
-
}
|
25
|
-
const IconAdd = { render: render };
|
26
|
-
|
27
|
-
export { IconAdd as default, render };
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createStaticVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 40 40",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createStaticVNode("<circle cx=\"20\" cy=\"20\" fill=\"url(#paint0_linear_1326_14234)\" r=\"19.5\" stroke=\"#fff\"></circle><circle cx=\"20\" cy=\"12\" fill=\"#fff\" r=\"6\"></circle><mask width=\"22\" height=\"14\" id=\"mask0_1326_14234\" maskUnits=\"userSpaceOnUse\" style=\"mask-type:alpha;\" x=\"9\" y=\"20\"><path d=\"M9.33 31a10.67 10.67 0 0 1 21.34 0v3H9.33z\" fill=\"#fff\"></path></mask><g mask=\"url(#mask0_1326_14234)\"><ellipse cx=\"20.17\" cy=\"24.33\" fill=\"#fff\" rx=\"19.17\" ry=\"9.67\"></ellipse></g><defs><linearGradient gradientUnits=\"userSpaceOnUse\" id=\"paint0_linear_1326_14234\" x1=\"20\" x2=\"20\" y1=\"0\" y2=\"40\"><stop stop-color=\"#cbc9db\"></stop><stop offset=\"1\" stop-color=\"#d6c1cb\"></stop></linearGradient></defs>", 5)
|
14
|
-
])))
|
15
|
-
}
|
16
|
-
const IconAvatar = { render: render };
|
17
|
-
|
18
|
-
export { IconAvatar as default, render };
|
@@ -1,29 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 124 124",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("rect", {
|
14
|
-
width: "100%",
|
15
|
-
height: "100%",
|
16
|
-
class: "rect",
|
17
|
-
stroke: "#194665",
|
18
|
-
"stroke-dasharray": "440",
|
19
|
-
"stroke-width": "40"
|
20
|
-
}, null, -1),
|
21
|
-
createElementVNode("path", {
|
22
|
-
d: "M45 45h34v34H45z",
|
23
|
-
fill: "#26a0c4"
|
24
|
-
}, null, -1)
|
25
|
-
])))
|
26
|
-
}
|
27
|
-
const IconDojo = { render: render };
|
28
|
-
|
29
|
-
export { IconDojo as default, render };
|
@@ -1,30 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 24 26",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("path", {
|
14
|
-
d: "m18.87 6.88-4.43-2.56L6.43 18.2l4.43 2.56zm.19-.33L14.63 4l.9-1.56a1.9 1.9 0 0 1 2.59-.69l1.15.66a1.9 1.9 0 0 1 .7 2.6z",
|
15
|
-
stroke: "currentcolor",
|
16
|
-
"stroke-miterlimit": "10",
|
17
|
-
"stroke-width": "2"
|
18
|
-
}, null, -1),
|
19
|
-
createElementVNode("path", {
|
20
|
-
d: "m8.07 20.47 2.22 1.28-2.2 1.35-2.25 1.23.03-2.5-.01-2.64z",
|
21
|
-
stroke: "currentcolor",
|
22
|
-
"stroke-linejoin": "round",
|
23
|
-
"stroke-miterlimit": "10",
|
24
|
-
"stroke-width": "2"
|
25
|
-
}, null, -1)
|
26
|
-
])))
|
27
|
-
}
|
28
|
-
const IconEdit = { render: render };
|
29
|
-
|
30
|
-
export { IconEdit as default, render };
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 23 23",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("circle", {
|
14
|
-
cx: "11.5",
|
15
|
-
cy: "11.5",
|
16
|
-
r: "10.5",
|
17
|
-
stroke: "currentcolor",
|
18
|
-
"stroke-width": "2"
|
19
|
-
}, null, -1),
|
20
|
-
createElementVNode("path", {
|
21
|
-
d: "M9.47 19V9q0-1.82 1.07-2.9Q11.64 5 13.66 5q.65 0 1.28.13t1.06.4l-.87 2.49a2 2 0 0 0-.5-.2q-.28-.1-.56-.1-.56 0-.87.34-.3.3-.3.99v.72l.1 1.47V19zM8 11.92V9.27h7.3v2.65z",
|
22
|
-
fill: "currentcolor"
|
23
|
-
}, null, -1)
|
24
|
-
])))
|
25
|
-
}
|
26
|
-
const IconFalsePositive = { render: render };
|
27
|
-
|
28
|
-
export { IconFalsePositive as default, render };
|
@@ -1,39 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 16 16",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("path", {
|
14
|
-
d: "M13.72 0H2.28C1 0 0 1 0 2.23v9.26c0 1.08.78 1.97 1.81 2.18l-.03.05L.62 16l4.22-2.28h8.88c1.27 0 2.28-1 2.28-2.23V2.23A2.26 2.26 0 0 0 13.72 0",
|
15
|
-
fill: "currentcolor"
|
16
|
-
}, null, -1),
|
17
|
-
createElementVNode("circle", {
|
18
|
-
cx: "5",
|
19
|
-
cy: "7",
|
20
|
-
fill: "#fff",
|
21
|
-
r: "1"
|
22
|
-
}, null, -1),
|
23
|
-
createElementVNode("circle", {
|
24
|
-
cx: "8.33",
|
25
|
-
cy: "7",
|
26
|
-
fill: "#fff",
|
27
|
-
r: "1"
|
28
|
-
}, null, -1),
|
29
|
-
createElementVNode("circle", {
|
30
|
-
cx: "11.67",
|
31
|
-
cy: "7",
|
32
|
-
fill: "#fff",
|
33
|
-
r: "1"
|
34
|
-
}, null, -1)
|
35
|
-
])))
|
36
|
-
}
|
37
|
-
const IconFeedback = { render: render };
|
38
|
-
|
39
|
-
export { IconFeedback as default, render };
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 32 32",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("path", {
|
14
|
-
"clip-rule": "evenodd",
|
15
|
-
d: "M12.91 17.36 3.35 5.56A1.57 1.57 0 0 1 4.55 3h22.9c1.3 0 2.02 1.53 1.2 2.56l-9.56 11.8v6.17L12.9 29zm9.18 1.07 8.89-10.99A4.57 4.57 0 0 0 27.45 0H4.55c-3.9 0-5.9 4.52-3.53 7.44l8.89 10.99V29a3 3 0 0 0 4.99 2.25l6.18-5.48a3 3 0 0 0 1-2.24z",
|
16
|
-
fill: "currentcolor",
|
17
|
-
"fill-rule": "evenodd"
|
18
|
-
}, null, -1)
|
19
|
-
])))
|
20
|
-
}
|
21
|
-
const IconFilter = { render: render };
|
22
|
-
|
23
|
-
export { IconFilter as default, render };
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 24 24",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("g", {
|
14
|
-
"clip-path": "url(#clip0_94_7225)",
|
15
|
-
fill: "currentcolor"
|
16
|
-
}, [
|
17
|
-
createElementVNode("path", {
|
18
|
-
d: "M23.47 12.32a.7.7 0 0 0-.97.06l-.01.01v-.5a11 11 0 0 0-3.1-7.7A10.33 10.33 0 0 0 3.35 5.54a.73.73 0 0 0 .16 1c.3.22.74.15.96-.17a9.4 9.4 0 0 1 3.2-2.87 9 9 0 0 1 4.26-1.08c5.06 0 9.18 4.25 9.18 9.47v.5l-.02-.01a.7.7 0 0 0-.97-.06.73.73 0 0 0-.06 1l1.22 1.43a.68.68 0 0 0 1.03 0l1.22-1.43a.73.73 0 0 0-.06-1Zm-2.97 4.52a.7.7 0 0 0-.97.15 9 9 0 0 1-3.2 2.67 9.6 9.6 0 0 1-4.26 1c-5.06 0-9.17-3.95-9.17-8.8v-.46.01c.26.28.7.3.98.06a.64.64 0 0 0 .06-.93L2.72 9.22a.7.7 0 0 0-.51-.23.7.7 0 0 0-.52.23L.47 10.54a.64.64 0 0 0 .06.93q.2.17.46.17a.7.7 0 0 0 .51-.23l.02-.01v.46c0 2.7 1.1 5.25 3.09 7.16a11 11 0 0 0 12.36 1.81 10.5 10.5 0 0 0 3.68-3.07.64.64 0 0 0-.16-.92Z",
|
19
|
-
stroke: "currentcolor",
|
20
|
-
"stroke-width": ".5"
|
21
|
-
}),
|
22
|
-
createElementVNode("path", { d: "M5.2 13.14a.6.6 0 0 0 .07.48l1.38 2.23q.14.22.41.3.28.06.53-.07l1.01-.54q.61.44 1.33.71v1.1c0 .35.31.63.7.63h2.75c.38 0 .69-.28.69-.64v-1.09q.72-.27 1.33-.71l1.01.54q.25.13.53.07a.7.7 0 0 0 .42-.3l1.38-2.23a.6.6 0 0 0 .06-.48.7.7 0 0 0-.32-.4l-1.01-.54a5 5 0 0 0 0-1.42l1.01-.55a.7.7 0 0 0 .32-.39.6.6 0 0 0-.06-.49l-1.38-2.22a.7.7 0 0 0-.95-.23l-1.02.55q-.6-.45-1.32-.72v-1.1c0-.35-.3-.63-.69-.63h-2.76c-.38 0-.69.28-.69.64v1.1q-.71.26-1.32.7L7.59 6.9a.7.7 0 0 0-.94.23L5.27 9.35a.6.6 0 0 0-.07.5q.07.25.32.38l1.02.55a5 5 0 0 0 0 1.42l-1.02.55a.7.7 0 0 0-.32.39M12 9.57c1.14 0 2.07.86 2.07 1.92 0 1.07-.93 1.93-2.07 1.93s-2.07-.86-2.07-1.93.93-1.92 2.07-1.92" })
|
23
|
-
], -1)
|
24
|
-
])))
|
25
|
-
}
|
26
|
-
const IconInProgress = { render: render };
|
27
|
-
|
28
|
-
export { IconInProgress as default, render };
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createStaticVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "-1 2 26 26",
|
7
|
-
"aria-hidden": "true",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createStaticVNode("<defs><linearGradient id=\"uid1\" x1=\"98.03%\" x2=\"58.89%\" y1=\".16%\" y2=\"40.77%\"><stop offset=\"18%\" stop-color=\"#0052cc\"></stop><stop offset=\"100%\" stop-color=\"#2684ff\"></stop></linearGradient></defs><path d=\"M22.94 4H11.4a5.2 5.2 0 0 0 5.2 5.2h2.13v2.05a5.2 5.2 0 0 0 5.2 5.2V5a1 1 0 0 0-1-1\" fill=\"#2684ff\"></path><path d=\"M17.23 9.74H5.71a5.2 5.2 0 0 0 5.2 5.2h2.12V17a5.2 5.2 0 0 0 5.2 5.2V10.74a1 1 0 0 0-1-1\" fill=\"url(#uid1)\"></path><path d=\"M11.53 15.48H0a5.2 5.2 0 0 0 5.2 5.2h2.13v2.06a5.2 5.2 0 0 0 5.2 5.2V16.48a1 1 0 0 0-1-1\" fill=\"url(#uid1)\"></path>", 4)
|
14
|
-
])))
|
15
|
-
}
|
16
|
-
const IconJira = { render: render };
|
17
|
-
|
18
|
-
export { IconJira as default, render };
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createStaticVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 16 16",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createStaticVNode("<g clip-path=\"url(#clip0_1326_14273)\" fill=\"currentcolor\"><path d=\"M10 8.67c-.37 0-.67.3-.67.66V12c0 .37-.3.67-.66.67h-2v-10c0-.57-.37-1.08-.91-1.27l-.2-.07h3.1c.37 0 .67.3.67.67v2a.67.67 0 1 0 1.34 0V2a2 2 0 0 0-2-2H1.5l-.07.02-.1-.02C.6 0 0 .6 0 1.33v12c0 .57.36 1.08.9 1.27l4.02 1.34q.2.06.41.06c.74 0 1.34-.6 1.34-1.33V14h2a2 2 0 0 0 2-2V9.33c0-.36-.3-.66-.67-.66\"></path><path d=\"m15.8 6.2-2.66-2.67A.67.67 0 0 0 12 4v2H9.33a.67.67 0 0 0 0 1.33H12v2a.67.67 0 0 0 1.14.47l2.66-2.66a.67.67 0 0 0 0-.94\"></path></g><defs><clipPath id=\"clip0_1326_14273\"><path d=\"M0 0h16v16H0z\" fill=\"#fff\"></path></clipPath></defs>", 2)
|
14
|
-
])))
|
15
|
-
}
|
16
|
-
const IconLogout = { render: render };
|
17
|
-
|
18
|
-
export { IconLogout as default, render };
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 31 34",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("path", {
|
14
|
-
d: "M26.68 21.68a.6.6 0 0 1-.58-.58v-5.86a10.6 10.6 0 0 0-7.2-10.03A3.5 3.5 0 0 0 15.5.75a3.53 3.53 0 0 0-3.4 4.46 10.6 10.6 0 0 0-7.2 10.03v5.86c0 .32-.26.58-.58.58a3.57 3.57 0 0 0 0 7.14h7.44q-.05.3-.05.64a3.8 3.8 0 1 0 7.53-.64h7.44a3.57 3.57 0 0 0 0-7.14ZM14.36 4.27a1.14 1.14 0 1 1 2.19.44 11 11 0 0 0-2.1 0 1 1 0 0 1-.09-.44Zm2.55 25.2a1.4 1.4 0 1 1-2.66-.65h2.5q.16.3.16.64Zm9.77-3.04H4.32a1.19 1.19 0 0 1 0-2.36A2.97 2.97 0 0 0 7.3 21.1v-5.86a8.21 8.21 0 0 1 16.42 0v5.86a2.97 2.97 0 0 0 2.97 2.97 1.19 1.19 0 0 1 0 2.36Z",
|
15
|
-
fill: "#999",
|
16
|
-
stroke: "#999",
|
17
|
-
"stroke-width": ".5"
|
18
|
-
}, null, -1)
|
19
|
-
])))
|
20
|
-
}
|
21
|
-
const IconNotification = { render: render };
|
22
|
-
|
23
|
-
export { IconNotification as default, render };
|
@@ -1,33 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 23 23",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("circle", {
|
14
|
-
cx: "11.5",
|
15
|
-
cy: "11.5",
|
16
|
-
r: "10.5",
|
17
|
-
stroke: "currentcolor",
|
18
|
-
"stroke-width": "2"
|
19
|
-
}, null, -1),
|
20
|
-
createElementVNode("path", {
|
21
|
-
d: "M13.29 7.79a1.79 1.79 0 1 1-3.58 0 1.79 1.79 0 0 1 3.58 0Z",
|
22
|
-
stroke: "currentcolor",
|
23
|
-
"stroke-width": "2"
|
24
|
-
}, null, -1),
|
25
|
-
createElementVNode("path", {
|
26
|
-
d: "M16 17.4v-.9a4.5 4.5 0 1 0-9 0v.86q.93.29 2 .45V16.5a2.5 2.5 0 1 1 5 0v1.33q1.05-.15 2-.42",
|
27
|
-
fill: "currentcolor"
|
28
|
-
}, null, -1)
|
29
|
-
])))
|
30
|
-
}
|
31
|
-
const IconProfile = { render: render };
|
32
|
-
|
33
|
-
export { IconProfile as default, render };
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 24 24",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("path", {
|
14
|
-
d: "m23.43 20.64-5.52-5.59a10 10 0 0 0 1.49-5.22A9.76 9.76 0 0 0 9.7 0C4.34 0 0 4.4 0 9.83a9.76 9.76 0 0 0 9.7 9.83c2.06 0 3.97-.65 5.54-1.76l5.45 5.53a1.9 1.9 0 0 0 2.74 0 2 2 0 0 0 0-2.79M9.7 16.48a6.6 6.6 0 0 1-6.56-6.65A6.6 6.6 0 0 1 9.7 3.2a6.6 6.6 0 0 1 6.55 6.64 6.6 6.6 0 0 1-6.55 6.65",
|
15
|
-
fill: "#999"
|
16
|
-
}, null, -1)
|
17
|
-
])))
|
18
|
-
}
|
19
|
-
const IconSearch = { render: render };
|
20
|
-
|
21
|
-
export { IconSearch as default, render };
|
@@ -1,31 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 24 24",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("g", { "clip-path": "url(#clip0_64_19305)" }, [
|
14
|
-
createElementVNode("path", {
|
15
|
-
d: "m1.32 9.4 1.88-.25q.23-.7.57-1.37L2.6 6.28c-.48-.6-.42-1.45.12-1.97L4.3 2.73a1.5 1.5 0 0 1 1.99-.12l1.49 1.16q.66-.34 1.37-.57l.24-1.88A1.5 1.5 0 0 1 10.88 0h2.24c.76 0 1.4.57 1.49 1.32l.24 1.88q.7.23 1.37.57l1.5-1.16c.6-.47 1.45-.42 1.97.12l1.58 1.57c.54.53.6 1.38.13 1.99l-1.17 1.5q.35.65.57 1.36l1.88.24A1.5 1.5 0 0 1 24 10.88v2.24c0 .76-.57 1.4-1.32 1.49l-1.88.24q-.22.7-.57 1.37l1.16 1.5c.47.6.42 1.45-.12 1.97l-1.57 1.58a1.5 1.5 0 0 1-1.99.12l-1.5-1.16q-.65.35-1.37.57l-.23 1.88A1.5 1.5 0 0 1 13.12 24h-2.24a1.5 1.5 0 0 1-1.49-1.32l-.24-1.88a10 10 0 0 1-1.37-.57l-1.5 1.16c-.6.47-1.45.42-1.97-.12L2.73 19.7a1.5 1.5 0 0 1-.12-1.99l1.16-1.5q-.34-.65-.57-1.37l-1.88-.23A1.5 1.5 0 0 1 0 13.12v-2.24c0-.76.57-1.4 1.32-1.49M12 17a5 5 0 1 0-.01-10.01A5 5 0 0 0 12 17",
|
16
|
-
fill: "currentcolor"
|
17
|
-
})
|
18
|
-
], -1),
|
19
|
-
createElementVNode("defs", null, [
|
20
|
-
createElementVNode("clipPath", { id: "clip0_64_19305" }, [
|
21
|
-
createElementVNode("path", {
|
22
|
-
d: "M24 0H0v24h24z",
|
23
|
-
fill: "#fff"
|
24
|
-
})
|
25
|
-
])
|
26
|
-
], -1)
|
27
|
-
])))
|
28
|
-
}
|
29
|
-
const IconSettings = { render: render };
|
30
|
-
|
31
|
-
export { IconSettings as default, render };
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 24 24",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("path", {
|
14
|
-
d: "M11.43 1.43c.2-.57.93-.57 1.14 0l2 5.4a2.6 2.6 0 0 0 2.3 1.72l5.54.32q.41.03.55.47a.7.7 0 0 1-.2.77l-4.3 3.66a2.7 2.7 0 0 0-.87 2.75l1.42 5.6a.7.7 0 0 1-.25.75.54.54 0 0 1-.67.02l-4.65-3.13c-.88-.59-2-.59-2.88 0l-4.65 3.13a.54.54 0 0 1-.67-.02.7.7 0 0 1-.25-.76l1.42-5.59c.25-1-.08-2.08-.87-2.75l-4.3-3.66a.7.7 0 0 1-.2-.77c.08-.29.3-.45.55-.47l5.53-.32a2.6 2.6 0 0 0 2.3-1.73zM16 13H8m4 4V9",
|
15
|
-
stroke: "currentcolor",
|
16
|
-
"stroke-width": "2"
|
17
|
-
}, null, -1)
|
18
|
-
])))
|
19
|
-
}
|
20
|
-
const IconStar = { render: render };
|
21
|
-
|
22
|
-
export { IconStar as default, render };
|
@@ -1,35 +0,0 @@
|
|
1
|
-
import { createElementBlock, openBlock, createElementVNode } from 'vue';
|
2
|
-
|
3
|
-
const _hoisted_1 = {
|
4
|
-
width: "20",
|
5
|
-
height: "20",
|
6
|
-
viewBox: "0 0 24 24",
|
7
|
-
fill: "none",
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
9
|
-
};
|
10
|
-
|
11
|
-
function render(_ctx, _cache) {
|
12
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("path", {
|
14
|
-
d: "M8.4 3H8a4 4 0 0 0-4 4v11a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4",
|
15
|
-
stroke: "currentcolor",
|
16
|
-
"stroke-width": "2"
|
17
|
-
}, null, -1),
|
18
|
-
createElementVNode("rect", {
|
19
|
-
width: "8",
|
20
|
-
height: "4",
|
21
|
-
rx: "2",
|
22
|
-
stroke: "currentcolor",
|
23
|
-
"stroke-width": "2",
|
24
|
-
x: "8",
|
25
|
-
y: "1"
|
26
|
-
}, null, -1),
|
27
|
-
createElementVNode("path", {
|
28
|
-
d: "M11.06 7.8h2.36l-.4 7.49h-1.58zm1.18 11.31q-.55 0-.93-.35a1.2 1.2 0 0 1-.37-.9q0-.52.37-.88.38-.35.93-.35.54 0 .9.35.36.36.36.88 0 .53-.36.9-.36.35-.9.35",
|
29
|
-
fill: "currentcolor"
|
30
|
-
}, null, -1)
|
31
|
-
])))
|
32
|
-
}
|
33
|
-
const IconTask = { render: render };
|
34
|
-
|
35
|
-
export { IconTask as default, render };
|