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
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
|
|
17
17
|
<script setup>
|
|
18
18
|
import { computed } from 'vue';
|
|
19
|
-
import { useClassComposition } from '
|
|
20
|
-
import { useCustomDataAttributes } from '
|
|
19
|
+
import { useClassComposition } from '../../../composables/useClassComposition';
|
|
20
|
+
import { useCustomDataAttributes } from '../../../composables/useDataAttributes';
|
|
21
21
|
import DXIcon from '../DXIcon/DXIcon.vue';
|
|
22
22
|
|
|
23
23
|
const props = defineProps({
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
<script setup>
|
|
13
13
|
import { inject, computed, onMounted, onUnmounted } from "vue";
|
|
14
|
-
import { useSize } from "
|
|
14
|
+
import { useSize } from "../../../composables/useSize";
|
|
15
15
|
|
|
16
16
|
const props = defineProps({
|
|
17
17
|
icon: { type: [Object, Function], default: null },
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
|
|
29
29
|
<script setup>
|
|
30
30
|
import { computed } from "vue";
|
|
31
|
-
import { useSize } from "
|
|
32
|
-
import { useVariantButton } from "
|
|
33
|
-
import { useClassComposition } from "
|
|
31
|
+
import { useSize } from "../../../composables/useSize";
|
|
32
|
+
import { useVariantButton } from "../../../composables/useVariant";
|
|
33
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
34
34
|
import DXIcon from "../DXIcon/DXIcon.vue";
|
|
35
35
|
import { ArrowTopRightOnSquareIcon } from "@heroicons/vue/24/outline";
|
|
36
36
|
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
|
|
15
15
|
<script setup>
|
|
16
16
|
import { computed, useSlots } from "vue";
|
|
17
|
-
import { useSize } from "
|
|
18
|
-
import { useVariantLoader } from "
|
|
17
|
+
import { useSize } from "../../../composables/useSize";
|
|
18
|
+
import { useVariantLoader } from "../../../composables/useVariant";
|
|
19
19
|
|
|
20
20
|
const props = defineProps({
|
|
21
21
|
/** Размер: xs | sm | md | lg | xl */
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
|
|
35
35
|
<script setup>
|
|
36
36
|
import { computed } from "vue";
|
|
37
|
-
import { useSize } from "
|
|
38
|
-
import { useAnimation } from "
|
|
39
|
-
import { useVariantProgress } from "
|
|
37
|
+
import { useSize } from "../../../composables/useSize";
|
|
38
|
+
import { useAnimation } from "../../../composables/useAnimation";
|
|
39
|
+
import { useVariantProgress } from "../../../composables/useVariant";
|
|
40
40
|
|
|
41
41
|
const props = defineProps({
|
|
42
42
|
/** Текущее значение */
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
|
|
47
47
|
<script setup>
|
|
48
48
|
import { computed } from "vue";
|
|
49
|
-
import { useSize } from "
|
|
50
|
-
import { useVariantRadio } from "
|
|
49
|
+
import { useSize } from "../../../composables/useSize";
|
|
50
|
+
import { useVariantRadio } from "../../../composables/useVariant";
|
|
51
51
|
|
|
52
52
|
const props = defineProps({
|
|
53
53
|
/** Текущее значение группы (v-model) */
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
|
|
72
72
|
<script setup>
|
|
73
73
|
import { computed } from "vue";
|
|
74
|
-
import { useSize } from "
|
|
75
|
-
import { useVariantSlider } from "
|
|
76
|
-
import { useSpacing } from "
|
|
74
|
+
import { useSize } from "../../../composables/useSize";
|
|
75
|
+
import { useVariantSlider } from "../../../composables/useVariant";
|
|
76
|
+
import { useSpacing } from "../../../composables/useSpacing";
|
|
77
77
|
import DXIcon from "../DXIcon/DXIcon.vue";
|
|
78
78
|
|
|
79
79
|
const props = defineProps({
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
<script setup>
|
|
6
6
|
import { computed } from "vue";
|
|
7
|
-
import { useClassComposition } from "
|
|
7
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
8
8
|
|
|
9
9
|
const props = defineProps({
|
|
10
10
|
/** Размер: xs | sm | md | lg | xl или число в пикселях */
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
|
|
14
14
|
<script setup>
|
|
15
15
|
import { computed } from "vue";
|
|
16
|
-
import { useSize } from "
|
|
17
|
-
import { useClassComposition } from "
|
|
16
|
+
import { useSize } from "../../../composables/useSize";
|
|
17
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
18
18
|
|
|
19
19
|
const props = defineProps({
|
|
20
20
|
/** Направление: vertical | horizontal */
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
|
|
39
39
|
<script setup>
|
|
40
40
|
import { computed } from "vue";
|
|
41
|
-
import { useSize } from "
|
|
42
|
-
import { useVariantTag } from "
|
|
43
|
-
import { useClassComposition } from "
|
|
41
|
+
import { useSize } from "../../../composables/useSize";
|
|
42
|
+
import { useVariantTag } from "../../../composables/useVariant";
|
|
43
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
44
44
|
import { XMarkIcon } from "@heroicons/vue/24/solid";
|
|
45
45
|
import DXIcon from "../DXIcon/DXIcon.vue";
|
|
46
46
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
<script setup>
|
|
16
16
|
import { computed } from "vue";
|
|
17
|
-
import { useVariantConfig } from "
|
|
17
|
+
import { useVariantConfig } from "../../../composables/useVariant";
|
|
18
18
|
import DXIcon from "../DXIcon/DXIcon.vue";
|
|
19
19
|
|
|
20
20
|
const props = defineProps({
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
|
|
26
26
|
<script setup>
|
|
27
27
|
import { computed } from "vue";
|
|
28
|
-
import { useSize } from "
|
|
29
|
-
import { useVariantToggle } from "
|
|
30
|
-
import { useAnimation } from "
|
|
31
|
-
import { useClassComposition } from "
|
|
28
|
+
import { useSize } from "../../../composables/useSize";
|
|
29
|
+
import { useVariantToggle } from "../../../composables/useVariant";
|
|
30
|
+
import { useAnimation } from "../../../composables/useAnimation";
|
|
31
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
32
32
|
|
|
33
33
|
const props = defineProps({
|
|
34
34
|
/** Значение (v-model) */
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
|
|
24
24
|
<script setup>
|
|
25
25
|
import { computed } from "vue";
|
|
26
|
-
import { useSize } from "
|
|
27
|
-
import { useVariantButton } from "
|
|
28
|
-
import { useClassComposition } from "
|
|
26
|
+
import { useSize } from "../../../composables/useSize";
|
|
27
|
+
import { useVariantButton } from "../../../composables/useVariant";
|
|
28
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
29
29
|
import DXIcon from "../DXIcon/DXIcon.vue";
|
|
30
30
|
|
|
31
31
|
const props = defineProps({
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
|
|
25
25
|
<script setup>
|
|
26
26
|
import { ref, computed, onUnmounted, useSlots } from "vue";
|
|
27
|
-
import { useSize } from "
|
|
28
|
-
import { useVariantTooltip, useTooltipArrow, useTooltipPosition } from "
|
|
29
|
-
import { useAnimationTransition, useTooltipCustomTransition } from "
|
|
27
|
+
import { useSize } from "../../../composables/useSize";
|
|
28
|
+
import { useVariantTooltip, useTooltipArrow, useTooltipPosition } from "../../../composables/useVariant";
|
|
29
|
+
import { useAnimationTransition, useTooltipCustomTransition } from "../../../composables/useAnimation";
|
|
30
30
|
|
|
31
31
|
const props = defineProps({
|
|
32
32
|
/** Текст подсказки */
|
|
@@ -2,22 +2,34 @@
|
|
|
2
2
|
export { default as DXAvatar } from './DXAvatar';
|
|
3
3
|
export { default as DXBackdrop } from './DXBackdrop';
|
|
4
4
|
export { default as DXBadge } from './DXBadge';
|
|
5
|
+
export { default as DXBlockquote } from './DXBlockquote';
|
|
6
|
+
export { default as DXBox } from './DXBox';
|
|
5
7
|
export { default as DXButton } from './DXButton';
|
|
6
8
|
export { default as DXCard } from './DXCard';
|
|
7
9
|
export { default as DXCheckbox } from './DXCheckbox';
|
|
10
|
+
export { default as DXCode } from './DXCode';
|
|
11
|
+
export { default as DXContainer } from './DXContainer';
|
|
8
12
|
export { default as DXDivider } from './DXDivider';
|
|
9
13
|
export { default as DXDropdownItem } from './DXDropdownItem';
|
|
14
|
+
export { default as DXFlex } from './DXFlex';
|
|
10
15
|
export { default as DXFormLabel } from './DXFormLabel';
|
|
16
|
+
export { default as DXGrid } from './DXGrid';
|
|
17
|
+
export { default as DXHeading } from './DXHeading';
|
|
11
18
|
export { default as DXIcon } from './DXIcon';
|
|
12
19
|
export { default as DXIconWrapper } from './DXIconWrapper';
|
|
13
20
|
export { default as DXInputAddon } from './DXInputAddon';
|
|
14
|
-
export { default as
|
|
21
|
+
export { default as DXLabel } from './DXLabel';
|
|
15
22
|
export { default as DXLink } from './DXLink';
|
|
23
|
+
export { default as DXList } from './DXList';
|
|
24
|
+
export { default as DXLoader } from './DXLoader';
|
|
16
25
|
export { default as DXProgress } from './DXProgress';
|
|
17
26
|
export { default as DXRadio } from './DXRadio';
|
|
18
27
|
export { default as DXSkeleton } from './DXSkeleton';
|
|
19
28
|
export { default as DXSlider } from './DXSlider';
|
|
29
|
+
export { default as DXSpacer } from './DXSpacer';
|
|
30
|
+
export { default as DXStack } from './DXStack';
|
|
20
31
|
export { default as DXTags } from './DXTags';
|
|
32
|
+
export { default as DXText } from './DXText';
|
|
21
33
|
export { default as DXToast } from './DXToast';
|
|
22
34
|
export { default as DXToggle } from './DXToggle';
|
|
23
35
|
export { default as DXToggleButton } from './DXToggleButton';
|
package/src/components/index.js
CHANGED
|
@@ -1,20 +1,14 @@
|
|
|
1
1
|
// Main components index - re-export all components from all categories
|
|
2
2
|
|
|
3
|
-
// Atoms - basic building blocks
|
|
3
|
+
// Atoms - basic building blocks (includes typography and layout components)
|
|
4
4
|
export * from './atoms';
|
|
5
5
|
|
|
6
|
-
// Layout - layout components
|
|
7
|
-
export * from './layout';
|
|
8
|
-
|
|
9
6
|
// Molecules - composed from atoms
|
|
10
7
|
export * from './molecules';
|
|
11
8
|
|
|
12
9
|
// Organisms - complex UI structures
|
|
13
10
|
export * from './organisms';
|
|
14
11
|
|
|
15
|
-
// Typography - text components
|
|
16
|
-
export * from './typography';
|
|
17
|
-
|
|
18
12
|
// Utilities - utility components
|
|
19
13
|
export * from './utilities';
|
|
20
14
|
|
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
|
|
127
127
|
<script setup>
|
|
128
128
|
import { ref, computed, watch } 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 DXInput from "../DXInput/DXInput.vue";
|
|
132
132
|
import DXSelect from "../DXSelect/DXSelect.vue";
|
|
133
133
|
import DXDatePicker from "../DXDatePicker/DXDatePicker.vue";
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
|
|
43
43
|
<script setup>
|
|
44
44
|
import { computed, useSlots, inject, onMounted, onUnmounted } from "vue";
|
|
45
|
-
import { useSize } from "
|
|
46
|
-
import { useClassComposition } from "
|
|
45
|
+
import { useSize } from "../../../composables/useSize";
|
|
46
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
47
47
|
import DXFormLabel from "../../atoms/DXFormLabel/DXFormLabel.vue";
|
|
48
48
|
import DXIconWrapper from "../../atoms/DXIconWrapper/DXIconWrapper.vue";
|
|
49
49
|
|
|
@@ -147,7 +147,7 @@ import {
|
|
|
147
147
|
ChevronRightIcon,
|
|
148
148
|
MagnifyingGlassIcon
|
|
149
149
|
} from '@heroicons/vue/24/outline';
|
|
150
|
-
import { useMenu } from '
|
|
150
|
+
import { useMenu } from '../../../composables/useMenu';
|
|
151
151
|
import DXCard from '../../atoms/DXCard/DXCard.vue';
|
|
152
152
|
import DXSidebarMenuItem from '../../organisms/DXSidebarMenu/DXSidebarMenuItem.vue';
|
|
153
153
|
import DXInput from '../DXInput/DXInput.vue';
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<script setup>
|
|
34
34
|
import { ref, computed } from "vue";
|
|
35
35
|
import { EyeIcon, EyeSlashIcon } from "@heroicons/vue/24/outline";
|
|
36
|
-
import { useClassComposition } from "
|
|
36
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
37
37
|
import DXFormLabel from "../../atoms/DXFormLabel/DXFormLabel.vue";
|
|
38
38
|
import DXIcon from "../../atoms/DXIcon/DXIcon.vue";
|
|
39
39
|
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
|
|
52
52
|
<script setup>
|
|
53
53
|
import { ref, computed } from "vue";
|
|
54
|
-
import { useSize } from "
|
|
55
|
-
import { useClassComposition } from "
|
|
54
|
+
import { useSize } from "../../../composables/useSize";
|
|
55
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
56
56
|
import {
|
|
57
57
|
StarIcon,
|
|
58
58
|
HeartIcon,
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
|
|
124
124
|
<script setup>
|
|
125
125
|
import { ref, computed, watch, onMounted, onBeforeUnmount } from "vue";
|
|
126
|
-
import { useSize } from "
|
|
127
|
-
import { useClassComposition } from "
|
|
126
|
+
import { useSize } from "../../../composables/useSize";
|
|
127
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
128
128
|
import DXInput from "../DXInput/DXInput.vue";
|
|
129
129
|
import DXIcon from "../../atoms/DXIcon/DXIcon.vue";
|
|
130
130
|
import DXLoader from "../../atoms/DXLoader/DXLoader.vue";
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
|
|
40
40
|
<script setup>
|
|
41
41
|
import { computed, inject, onMounted, onUnmounted } from "vue";
|
|
42
|
-
import { useSize } from "
|
|
43
|
-
import { useClassComposition } from "
|
|
42
|
+
import { useSize } from "../../../composables/useSize";
|
|
43
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
44
44
|
import { ChevronDownIcon } from "@heroicons/vue/24/outline";
|
|
45
45
|
import DXFormLabel from "../../atoms/DXFormLabel/DXFormLabel.vue";
|
|
46
46
|
import DXIconWrapper from "../../atoms/DXIconWrapper/DXIconWrapper.vue";
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
|
|
57
57
|
<script setup>
|
|
58
58
|
import { computed } from "vue";
|
|
59
|
-
import { useSize } from "
|
|
60
|
-
import { useSpacing } from "
|
|
61
|
-
import { useClassComposition } from "
|
|
62
|
-
import { useVariantButton } from "
|
|
59
|
+
import { useSize } from "../../../composables/useSize";
|
|
60
|
+
import { useSpacing } from "../../../composables/useSpacing";
|
|
61
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
62
|
+
import { useVariantButton } from "../../../composables/useVariant";
|
|
63
63
|
import DXCard from "../../atoms/DXCard/DXCard.vue";
|
|
64
64
|
import DXIcon from "../../atoms/DXIcon/DXIcon.vue";
|
|
65
65
|
import { ArrowUpIcon, ArrowDownIcon } from "@heroicons/vue/24/outline";
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
<script setup>
|
|
45
45
|
import { computed, ref, watch, inject, onMounted, onUnmounted } from "vue";
|
|
46
|
-
import { useClassComposition } from "
|
|
46
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
47
47
|
import DXFormLabel from "../../atoms/DXFormLabel/DXFormLabel.vue";
|
|
48
48
|
import DXIconWrapper from "../../atoms/DXIconWrapper/DXIconWrapper.vue";
|
|
49
49
|
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
<script setup>
|
|
49
49
|
import { ref, computed } from "vue";
|
|
50
50
|
import { ChevronDownIcon } from "@heroicons/vue/24/outline";
|
|
51
|
-
import { useTransition } from "
|
|
52
|
-
import { useClassComposition } from "
|
|
51
|
+
import { useTransition } from "../../../composables/useAnimation";
|
|
52
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
53
53
|
import DXIcon from "../../atoms/DXIcon/DXIcon.vue";
|
|
54
54
|
|
|
55
55
|
const collapseTransition = useTransition('collapse');
|
|
@@ -2,7 +2,7 @@ import { ref } from 'vue';
|
|
|
2
2
|
import DXAppLayout from './DXAppLayout.vue';
|
|
3
3
|
import DXHeaderBar from '../DXHeaderBar/DXHeaderBar.vue';
|
|
4
4
|
import DXSidebarMenu from '../DXSidebarMenu/DXSidebarMenu.vue';
|
|
5
|
-
import DXContainer from '../../
|
|
5
|
+
import DXContainer from '../../atoms/DXContainer/DXContainer.vue';
|
|
6
6
|
import DXLink from '../../atoms/DXLink/DXLink.vue';
|
|
7
7
|
import DXButton from '../../atoms/DXButton/DXButton.vue';
|
|
8
8
|
import DXAvatar from '../../atoms/DXAvatar/DXAvatar.vue';
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
|
|
68
68
|
<script setup>
|
|
69
69
|
import { computed, watch, ref, onMounted } from "vue";
|
|
70
|
-
import { useClassComposition } from "
|
|
71
|
-
import { useSpacing } from "
|
|
72
|
-
import { useCustomDataAttributes } from "
|
|
70
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
71
|
+
import { useSpacing } from "../../../composables/useSpacing";
|
|
72
|
+
import { useCustomDataAttributes } from "../../../composables/useDataAttributes";
|
|
73
73
|
import DXBackdrop from "../../atoms/DXBackdrop/DXBackdrop.vue";
|
|
74
74
|
|
|
75
75
|
const props = defineProps({
|
|
@@ -214,8 +214,8 @@
|
|
|
214
214
|
|
|
215
215
|
<script setup>
|
|
216
216
|
import { ref, computed } from "vue";
|
|
217
|
-
import { useClassComposition } from "
|
|
218
|
-
import { useSpacing } from "
|
|
217
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
218
|
+
import { useSpacing } from "../../../composables/useSpacing";
|
|
219
219
|
import DXInput from "../../molecules/DXInput/DXInput.vue";
|
|
220
220
|
import DXPasswordInput from "../../molecules/DXPasswordInput/DXPasswordInput.vue";
|
|
221
221
|
import DXFormControl from "../../molecules/DXFormControl/DXFormControl.vue";
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
|
|
74
74
|
<script setup>
|
|
75
75
|
import { ref, computed, watch } from "vue";
|
|
76
|
-
import { useClassComposition } from "
|
|
77
|
-
import { useSpacing } from "
|
|
76
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
77
|
+
import { useSpacing } from "../../../composables/useSpacing";
|
|
78
78
|
import DXCard from "../../atoms/DXCard/DXCard.vue";
|
|
79
79
|
import DXSelect from "../../molecules/DXSelect/DXSelect.vue";
|
|
80
80
|
|
|
@@ -155,8 +155,8 @@
|
|
|
155
155
|
|
|
156
156
|
<script setup>
|
|
157
157
|
import { ref, computed, watch, nextTick, onMounted } from "vue";
|
|
158
|
-
import { useClassComposition } from "
|
|
159
|
-
import { useSpacing } from "
|
|
158
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
159
|
+
import { useSpacing } from "../../../composables/useSpacing";
|
|
160
160
|
import DXAvatar from "../../atoms/DXAvatar/DXAvatar.vue";
|
|
161
161
|
import DXButton from "../../atoms/DXButton/DXButton.vue";
|
|
162
162
|
import DXIcon from "../../atoms/DXIcon/DXIcon.vue";
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
|
|
124
124
|
<script setup>
|
|
125
125
|
import { ref, computed } from "vue";
|
|
126
|
-
import { useClassComposition } from "
|
|
127
|
-
import { useSpacing } from "
|
|
126
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
127
|
+
import { useSpacing } from "../../../composables/useSpacing";
|
|
128
128
|
import DXTextarea from "../../molecules/DXTextarea/DXTextarea.vue";
|
|
129
129
|
import DXButton from "../../atoms/DXButton/DXButton.vue";
|
|
130
130
|
import DXAvatar from "../../atoms/DXAvatar/DXAvatar.vue";
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
|
|
44
44
|
<script setup>
|
|
45
45
|
import { ref, computed, watch } from "vue";
|
|
46
|
-
import { useClassComposition } from "
|
|
47
|
-
import { useSpacing } from "
|
|
46
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
47
|
+
import { useSpacing } from "../../../composables/useSpacing";
|
|
48
48
|
import { VueDraggableNext as vuedraggable } from "vue-draggable-next";
|
|
49
49
|
import DXIcon from "../../atoms/DXIcon/DXIcon.vue";
|
|
50
50
|
import { Bars3Icon } from "@heroicons/vue/24/outline";
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
|
|
108
108
|
<script setup>
|
|
109
109
|
import { computed } from "vue";
|
|
110
|
-
import { useClassComposition } from "
|
|
111
|
-
import { useSize } from "
|
|
110
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
111
|
+
import { useSize } from "../../../composables/useSize";
|
|
112
112
|
import DXCard from "../../atoms/DXCard/DXCard.vue";
|
|
113
113
|
import DXButton from "../../atoms/DXButton/DXButton.vue";
|
|
114
114
|
import DXIcon from "../../atoms/DXIcon/DXIcon.vue";
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
|
|
100
100
|
<script setup>
|
|
101
101
|
import { ref, computed, watch } from "vue";
|
|
102
|
-
import { useClassComposition } from "
|
|
102
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
103
103
|
import DXTable from "../DXTable/DXTable.vue";
|
|
104
104
|
import DXInput from "../../molecules/DXInput/DXInput.vue";
|
|
105
105
|
import DXSelect from "../../molecules/DXSelect/DXSelect.vue";
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
|
|
144
144
|
<script setup>
|
|
145
145
|
import { ref, computed, watch } from "vue";
|
|
146
|
-
import { useClassComposition } from "
|
|
146
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
147
147
|
import DXProgress from "../../atoms/DXProgress/DXProgress.vue";
|
|
148
148
|
import DXButton from "../../atoms/DXButton/DXButton.vue";
|
|
149
149
|
import DXIcon from "../../atoms/DXIcon/DXIcon.vue";
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
|
|
93
93
|
<script setup>
|
|
94
94
|
import { ref, computed } from "vue";
|
|
95
|
-
import { useClassComposition } from "
|
|
96
|
-
import DXContainer from "../../
|
|
95
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
96
|
+
import DXContainer from "../../atoms/DXContainer/DXContainer.vue";
|
|
97
97
|
import DXLink from "../../atoms/DXLink/DXLink.vue";
|
|
98
98
|
import DXButton from "../../atoms/DXButton/DXButton.vue";
|
|
99
99
|
import DXIcon from "../../atoms/DXIcon/DXIcon.vue";
|
|
@@ -168,9 +168,9 @@
|
|
|
168
168
|
|
|
169
169
|
<script setup>
|
|
170
170
|
import { ref, computed } from "vue";
|
|
171
|
-
import { useClassComposition } from "
|
|
172
|
-
import { useSpacing } from "
|
|
173
|
-
import DXGrid from "../../
|
|
171
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
172
|
+
import { useSpacing } from "../../../composables/useSpacing";
|
|
173
|
+
import DXGrid from "../../atoms/DXGrid/DXGrid.vue";
|
|
174
174
|
import DXModal from "../DXModal/DXModal.vue";
|
|
175
175
|
import DXObserver from "../../utilities/DXObserver/DXObserver.vue";
|
|
176
176
|
import DXButton from "../../atoms/DXButton/DXButton.vue";
|
|
@@ -139,8 +139,8 @@
|
|
|
139
139
|
|
|
140
140
|
<script setup>
|
|
141
141
|
import { ref, computed } from "vue";
|
|
142
|
-
import { useClassComposition } from "
|
|
143
|
-
import { useSpacing } from "
|
|
142
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
143
|
+
import { useSpacing } from "../../../composables/useSpacing";
|
|
144
144
|
import DXButton from "../../atoms/DXButton/DXButton.vue";
|
|
145
145
|
import DXIcon from "../../atoms/DXIcon/DXIcon.vue";
|
|
146
146
|
import DXBadge from "../../atoms/DXBadge/DXBadge.vue";
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
|
|
88
88
|
<script setup>
|
|
89
89
|
import { ref, computed } from "vue";
|
|
90
|
-
import { useClassComposition } from "
|
|
91
|
-
import { useSpacing } from "
|
|
90
|
+
import { useClassComposition } from "../../../composables/useClassComposition";
|
|
91
|
+
import { useSpacing } from "../../../composables/useSpacing";
|
|
92
92
|
import DXCard from "../../atoms/DXCard/DXCard.vue";
|
|
93
93
|
import DXButton from "../../atoms/DXButton/DXButton.vue";
|
|
94
94
|
import DXTable from "../DXTable/DXTable.vue";
|