dxd-style-code 0.1.9 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dxd-style-code.js +1861 -1862
- package/dist/dxd-style-code.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/atoms/DXAvatar/DXAvatar.vue +1 -1
- package/src/components/atoms/DXBadge/DXBadge.vue +3 -3
- package/src/components/{typography → atoms}/DXBlockquote/DXBlockquote.stories.js +1 -1
- package/src/components/{layout → atoms}/DXBox/DXBox.stories.js +1 -1
- package/src/components/{layout → atoms}/DXBox/DXBox.vue +2 -2
- package/src/components/atoms/DXButton/DXButton.vue +3 -3
- package/src/components/atoms/DXCard/DXCard.vue +1 -1
- package/src/components/atoms/DXCheckbox/DXCheckbox.vue +2 -2
- package/src/components/{typography → atoms}/DXCode/DXCode.stories.js +1 -1
- package/src/components/{layout → atoms}/DXContainer/DXContainer.stories.js +1 -1
- package/src/components/{layout → atoms}/DXContainer/DXContainer.vue +2 -2
- package/src/components/atoms/DXDivider/DXDivider.vue +2 -2
- package/src/components/atoms/DXDropdownItem/DXDropdownItem.vue +3 -3
- package/src/components/{layout → atoms}/DXFlex/DXFlex.stories.js +1 -1
- package/src/components/{layout → atoms}/DXFlex/DXFlex.vue +2 -2
- package/src/components/{layout → atoms}/DXGrid/DXGrid.stories.js +1 -1
- package/src/components/{layout → atoms}/DXGrid/DXGrid.vue +3 -3
- package/src/components/{typography → atoms}/DXHeading/DXHeading.stories.js +1 -1
- package/src/components/{typography → atoms}/DXHeading/DXHeading.vue +1 -1
- package/src/components/atoms/DXIcon/DXIcon.vue +2 -2
- package/src/components/atoms/DXIconWrapper/DXIconWrapper.vue +2 -2
- package/src/components/atoms/DXInputAddon/DXInputAddon.vue +1 -1
- package/src/components/{typography → atoms}/DXLabel/DXLabel.stories.js +1 -1
- package/src/components/{typography → atoms}/DXLabel/DXLabel.vue +1 -1
- package/src/components/atoms/DXLink/DXLink.vue +3 -3
- package/src/components/{typography → atoms}/DXList/DXList.stories.js +1 -1
- package/src/components/atoms/DXLoader/DXLoader.vue +2 -2
- package/src/components/atoms/DXProgress/DXProgress.vue +3 -3
- package/src/components/atoms/DXQuote/DXQuote.vue +1 -1
- package/src/components/atoms/DXRadio/DXRadio.vue +2 -2
- package/src/components/atoms/DXSlider/DXSlider.vue +3 -3
- package/src/components/{layout → atoms}/DXSpacer/DXSpacer.stories.js +1 -1
- package/src/components/{layout → atoms}/DXSpacer/DXSpacer.vue +1 -1
- package/src/components/{layout → atoms}/DXStack/DXStack.stories.js +1 -1
- package/src/components/{layout → atoms}/DXStack/DXStack.vue +2 -2
- package/src/components/atoms/DXTags/DXTags.vue +3 -3
- package/src/components/{typography → atoms}/DXText/DXText.stories.js +1 -1
- package/src/components/{typography → atoms}/DXText/DXText.vue +1 -1
- package/src/components/atoms/DXToast/DXToast.vue +1 -1
- package/src/components/atoms/DXToggle/DXToggle.vue +4 -4
- package/src/components/atoms/DXToggleButton/DXToggleButton.vue +3 -3
- package/src/components/atoms/DXTooltip/DXTooltip.vue +3 -3
- package/src/components/atoms/index.js +13 -1
- package/src/components/index.js +1 -7
- package/src/components/molecules/DXDataFilter/DXDataFilter.vue +2 -2
- package/src/components/molecules/DXInput/DXInput.vue +2 -2
- package/src/components/molecules/DXMenu/DXMenu.vue +1 -1
- package/src/components/molecules/DXPasswordInput/DXPasswordInput.vue +1 -1
- package/src/components/molecules/DXRating/DXRating.vue +2 -2
- package/src/components/molecules/DXSearchBar/DXSearchBar.vue +2 -2
- package/src/components/molecules/DXSelect/DXSelect.vue +2 -2
- package/src/components/molecules/DXStatCard/DXStatCard.vue +4 -4
- package/src/components/molecules/DXTextarea/DXTextarea.vue +1 -1
- package/src/components/organisms/DXAccordion/DXAccordion.vue +2 -2
- package/src/components/organisms/DXAppLayout/DXAppLayout.stories.js +1 -1
- package/src/components/organisms/DXAppLayout/DXAppLayout.vue +3 -3
- package/src/components/organisms/DXAuthenticationForm/DXAuthenticationForm.vue +2 -2
- package/src/components/organisms/DXChartContainer/DXChartContainer.vue +2 -2
- package/src/components/organisms/DXChatInterface/DXChatInterface.vue +2 -2
- package/src/components/organisms/DXCommentSection/DXCommentSection.vue +2 -2
- package/src/components/organisms/DXDashboardGrid/DXDashboardGrid.vue +2 -2
- package/src/components/organisms/DXDashboardWidget/DXDashboardWidget.vue +2 -2
- package/src/components/organisms/DXDataTable/DXDataTable.vue +1 -1
- package/src/components/organisms/DXFormWizard/DXFormWizard.vue +1 -1
- package/src/components/organisms/DXHeaderBar/DXHeaderBar.vue +2 -2
- package/src/components/organisms/DXMediaGallery/DXMediaGallery.vue +3 -3
- package/src/components/organisms/DXNotificationCenter/DXNotificationCenter.vue +2 -2
- package/src/components/organisms/DXReportGenerator/DXReportGenerator.vue +2 -2
- package/src/components/organisms/DXSettingsPanel/DXSettingsPanel.vue +2 -2
- package/src/components/organisms/DXSidebar/DXSidebar.vue +1 -1
- package/src/components/organisms/DXSidebarMenu/DXSidebarMenu.vue +1 -1
- package/src/components/organisms/DXSidebarMenu/DXSidebarMenuItem.vue +1 -1
- package/src/components/organisms/DXTable/DXTable.vue +6 -6
- package/src/components/organisms/DXUserProfileCard/DXUserProfileCard.vue +2 -2
- package/src/components/organisms/DXWizard/DXWizard.vue +2 -2
- package/src/components/utilities/DXAnimatePresence/DXAnimatePresence.vue +2 -2
- package/src/components/utilities/DXBreakpointProvider/DXBreakpointProvider.stories.js +1 -1
- package/src/components/utilities/DXBreakpointProvider/DXBreakpointProvider.vue +1 -1
- package/src/components/utilities/DXObserver/DXObserver.vue +1 -1
- package/src/components/utilities/DXStaggeredAnimation/DXStaggeredAnimation.vue +1 -1
- package/src/components/utilities/DXThemeProvider/DXThemeProvider.vue +1 -1
- package/src/components/utilities/DXTransitionGroup/DXTransitionGroup.vue +2 -2
- package/src/index.js +1 -7
- package/src/components/layout/index.js +0 -8
- package/src/components/typography/index.js +0 -8
- /package/src/components/{typography → atoms}/DXBlockquote/DXBlockquote.vue +0 -0
- /package/src/components/{typography → atoms}/DXBlockquote/index.js +0 -0
- /package/src/components/{layout → atoms}/DXBox/index.js +0 -0
- /package/src/components/{typography → atoms}/DXCode/DXCode.vue +0 -0
- /package/src/components/{typography → atoms}/DXCode/index.js +0 -0
- /package/src/components/{layout → atoms}/DXContainer/index.js +0 -0
- /package/src/components/{layout → atoms}/DXFlex/index.js +0 -0
- /package/src/components/{layout → atoms}/DXGrid/index.js +0 -0
- /package/src/components/{typography → atoms}/DXHeading/index.js +0 -0
- /package/src/components/{typography → atoms}/DXLabel/index.js +0 -0
- /package/src/components/{typography → atoms}/DXList/DXList.vue +0 -0
- /package/src/components/{typography → atoms}/DXList/index.js +0 -0
- /package/src/components/{layout → atoms}/DXSpacer/index.js +0 -0
- /package/src/components/{layout → atoms}/DXStack/index.js +0 -0
- /package/src/components/{typography → atoms}/DXText/index.js +0 -0
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
|
|
146
146
|
<script setup>
|
|
147
147
|
import { ref, computed, watch } from "vue";
|
|
148
|
-
import { useClassComposition } from "
|
|
149
|
-
import { useSpacing } from "
|
|
148
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
149
|
+
import { useSpacing } from "../../../composables/useSpacing";
|
|
150
150
|
import DXInput from "../../molecules/DXInput/DXInput.vue";
|
|
151
151
|
import DXSelect from "../../molecules/DXSelect/DXSelect.vue";
|
|
152
152
|
import DXToggle from "../../atoms/DXToggle/DXToggle.vue";
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
<script setup>
|
|
37
37
|
import { computed, watch } from "vue";
|
|
38
|
-
import { useClassComposition } from "
|
|
38
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
39
39
|
import DXBackdrop from "../../atoms/DXBackdrop/DXBackdrop.vue";
|
|
40
40
|
|
|
41
41
|
const props = defineProps({
|
|
@@ -86,7 +86,7 @@ import {
|
|
|
86
86
|
ChevronRightIcon,
|
|
87
87
|
MagnifyingGlassIcon
|
|
88
88
|
} from '@heroicons/vue/24/outline';
|
|
89
|
-
import { useMenu } from '
|
|
89
|
+
import { useMenu } from '../../../composables/useMenu';
|
|
90
90
|
import DXSidebarMenuItem from './DXSidebarMenuItem.vue';
|
|
91
91
|
import DXInput from '../../molecules/DXInput/DXInput.vue';
|
|
92
92
|
import DXIcon from '../../atoms/DXIcon/DXIcon.vue';
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
<script setup>
|
|
138
138
|
import { ref, computed, inject } from 'vue';
|
|
139
139
|
import { ChevronDownIcon } from '@heroicons/vue/24/outline';
|
|
140
|
-
import { useTransition } from "
|
|
140
|
+
import { useTransition } from "../../../composables/useAnimation";
|
|
141
141
|
import DXBadge from '../../atoms/DXBadge/DXBadge.vue';
|
|
142
142
|
import DXIcon from '../../atoms/DXIcon/DXIcon.vue';
|
|
143
143
|
import DXDropdown from '../../organisms/DXDropdown/DXDropdown.vue';
|
|
@@ -86,12 +86,12 @@ import DXTablePagination from '../../molecules/DXTablePagination/DXTablePaginati
|
|
|
86
86
|
import DXTableFiltersPanel from '../../molecules/DXTableFiltersPanel/DXTableFiltersPanel.vue';
|
|
87
87
|
|
|
88
88
|
// Composables
|
|
89
|
-
import { useTableData } from '
|
|
90
|
-
import { useTableSort } from '
|
|
91
|
-
import { useTableFilter } from '
|
|
92
|
-
import { useTablePagination } from '
|
|
93
|
-
import { useTableSelection } from '
|
|
94
|
-
import { useTableColumns } from '
|
|
89
|
+
import { useTableData } from '../../../composables/useTableData';
|
|
90
|
+
import { useTableSort } from '../../../composables/useTableSort';
|
|
91
|
+
import { useTableFilter } from '../../../composables/useTableFilter';
|
|
92
|
+
import { useTablePagination } from '../../../composables/useTablePagination';
|
|
93
|
+
import { useTableSelection } from '../../../composables/useTableSelection';
|
|
94
|
+
import { useTableColumns } from '../../../composables/useTableColumns';
|
|
95
95
|
|
|
96
96
|
const props = defineProps({
|
|
97
97
|
// Data
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
|
|
93
93
|
<script setup>
|
|
94
94
|
import { computed } from "vue";
|
|
95
|
-
import { useClassComposition } from "
|
|
96
|
-
import { useSize } from "
|
|
95
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
96
|
+
import { useSize } from "../../../composables/useSize";
|
|
97
97
|
import DXCard from "../../atoms/DXCard/DXCard.vue";
|
|
98
98
|
import DXAvatar from "../../atoms/DXAvatar/DXAvatar.vue";
|
|
99
99
|
import DXButton from "../../atoms/DXButton/DXButton.vue";
|
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
|
|
127
127
|
<script setup>
|
|
128
128
|
import { ref, computed, watch, onMounted } from "vue";
|
|
129
|
-
import { useClassComposition } from "
|
|
130
|
-
import { useSpacing } from "
|
|
129
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
130
|
+
import { useSpacing } from "../../../composables/useSpacing";
|
|
131
131
|
import DXProgress from "../../atoms/DXProgress/DXProgress.vue";
|
|
132
132
|
import DXButton from "../../atoms/DXButton/DXButton.vue";
|
|
133
133
|
import DXIcon from "../../atoms/DXIcon/DXIcon.vue";
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
<script setup>
|
|
16
16
|
import { computed } from "vue";
|
|
17
|
-
import { useClassComposition } from "
|
|
17
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
18
18
|
import {
|
|
19
19
|
FADE_TRANSITION,
|
|
20
20
|
FADE_SCALE_TRANSITION,
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
SLIDE_UP_TRANSITION,
|
|
24
24
|
SLIDE_DOWN_TRANSITION,
|
|
25
25
|
useAnimationTransition,
|
|
26
|
-
} from "
|
|
26
|
+
} from "../../../composables/useAnimation";
|
|
27
27
|
|
|
28
28
|
const props = defineProps({
|
|
29
29
|
/**
|
|
@@ -2,7 +2,7 @@ import { ref, inject, computed } from 'vue';
|
|
|
2
2
|
import DXBreakpointProvider from './DXBreakpointProvider.vue';
|
|
3
3
|
import DXCard from '../../atoms/DXCard/DXCard.vue';
|
|
4
4
|
import DXButton from '../../atoms/DXButton/DXButton.vue';
|
|
5
|
-
import DXGrid from '../../
|
|
5
|
+
import DXGrid from '../../atoms/DXGrid/DXGrid.vue';
|
|
6
6
|
|
|
7
7
|
export default {
|
|
8
8
|
title: 'Utilities/DXBreakpointProvider',
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
<script setup>
|
|
12
12
|
import { ref, computed, provide, onMounted, onBeforeUnmount, watch } from "vue";
|
|
13
|
-
import { useClassComposition } from "
|
|
13
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
14
14
|
|
|
15
15
|
const props = defineProps({
|
|
16
16
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
<script setup>
|
|
14
14
|
import { ref, computed, onMounted, onBeforeUnmount, watch } from "vue";
|
|
15
|
-
import { useClassComposition } from "
|
|
15
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
16
16
|
|
|
17
17
|
const props = defineProps({
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
<script setup>
|
|
14
14
|
import { computed, onMounted, watch, nextTick, ref, onBeforeUnmount } from "vue";
|
|
15
|
-
import { useClassComposition } from "
|
|
15
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
16
16
|
|
|
17
17
|
const props = defineProps({
|
|
18
18
|
/**
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
<script setup>
|
|
12
12
|
import { ref, computed, watch, provide, onMounted } from "vue";
|
|
13
|
-
import { useClassComposition } from "
|
|
13
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
14
14
|
|
|
15
15
|
const props = defineProps({
|
|
16
16
|
/**
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
<script setup>
|
|
16
16
|
import { computed } from "vue";
|
|
17
|
-
import { useClassComposition } from "
|
|
17
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
18
18
|
import {
|
|
19
19
|
FADE_TRANSITION,
|
|
20
20
|
FADE_SCALE_TRANSITION,
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
SLIDE_LEFT_TRANSITION,
|
|
23
23
|
SLIDE_UP_TRANSITION,
|
|
24
24
|
SLIDE_DOWN_TRANSITION,
|
|
25
|
-
} from "
|
|
25
|
+
} from "../../../composables/useAnimation";
|
|
26
26
|
|
|
27
27
|
const props = defineProps({
|
|
28
28
|
/**
|
package/src/index.js
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
// DX Components - Vue 3 UI Component Library
|
|
2
2
|
// Export all components
|
|
3
3
|
|
|
4
|
-
//
|
|
5
|
-
export * from './components/typography';
|
|
6
|
-
|
|
7
|
-
// Layout
|
|
8
|
-
export * from './components/layout';
|
|
9
|
-
|
|
10
|
-
// Atoms
|
|
4
|
+
// Atoms - basic building blocks (includes typography and layout components)
|
|
11
5
|
export * from './components/atoms';
|
|
12
6
|
|
|
13
7
|
// Molecules
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// Layout components
|
|
2
|
-
export { default as DXContainer } from './DXContainer';
|
|
3
|
-
export { default as DXGrid } from './DXGrid';
|
|
4
|
-
export { default as DXFlex } from './DXFlex';
|
|
5
|
-
export { default as DXStack } from './DXStack';
|
|
6
|
-
export { default as DXSpacer } from './DXSpacer';
|
|
7
|
-
export { default as DXBox } from './DXBox';
|
|
8
|
-
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// Typography components
|
|
2
|
-
export { default as DXHeading } from './DXHeading';
|
|
3
|
-
export { default as DXText } from './DXText';
|
|
4
|
-
export { default as DXLabel } from './DXLabel';
|
|
5
|
-
export { default as DXCode } from './DXCode';
|
|
6
|
-
export { default as DXBlockquote } from './DXBlockquote';
|
|
7
|
-
export { default as DXList } from './DXList';
|
|
8
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|