@central-design-system/components 4.0.0-alpha.6 → 4.0.0-alpha.7
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/browser/entry.js +2 -2
- package/dist/cjs/entry.js +3 -3
- package/dist/es/entry.js +1 -1
- package/dist/es/src/cds.js +1 -1
- package/dist/es/src/composables/useDisabled/index.js +1 -1
- package/dist/es/src/composables/useLocation/index.js +1 -1
- package/dist/es/src/composables/useReadonly/index.js +1 -1
- package/dist/esm-node/entry.mjs +1 -1
- package/dist/esm-node/src/cds.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCard.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardActions.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardDivider.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardGroup.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardSubtitle.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardText.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardTitle.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/api/CdsCard.constants.mjs +9 -9
- package/dist/esm-node/src/components/CdsCard/api/CdsCard.props.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/index.mjs +1 -1
- package/dist/esm-node/src/components/CdsList/CdsList.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsList/CdsListGroup.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsList/CdsListItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsList/CdsListSubheader.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsList/api/CdsList.constants.mjs +4 -4
- package/dist/esm-node/src/components/CdsList/api/CdsList.props.mjs +2 -2
- package/dist/esm-node/src/components/CdsList/index.mjs +1 -1
- package/dist/esm-node/src/composables/useDisabled/index.mjs +1 -1
- package/dist/esm-node/src/composables/useLoader/index.mjs +1 -1
- package/dist/esm-node/src/composables/useReadonly/index.mjs +1 -1
- package/dist/iife/entry.js +3 -3
- package/dist/styles.css +1 -1
- package/llms/llms-components.txt +1 -1
- package/llms/llms-full.txt +1 -1
- package/llms/llms-guides.txt +1 -1
- package/llms/llms-migration.txt +1 -1
- package/llms/llms-tokens.txt +1 -1
- package/llms/llms.txt +1 -1
- package/package.json +1 -1
package/dist/es/entry.js
CHANGED
|
@@ -126,7 +126,7 @@ import { u as u20, a as a31 } from "./src/components/CdsToastQueue/composables/u
|
|
|
126
126
|
const createCds = (options = {}) => {
|
|
127
127
|
return createCds$1(options);
|
|
128
128
|
};
|
|
129
|
-
const version = "4.0.0-alpha.
|
|
129
|
+
const version = "4.0.0-alpha.7";
|
|
130
130
|
createCds.version = version;
|
|
131
131
|
export {
|
|
132
132
|
c3 as CDS_DRAWER_WIDTH,
|
package/dist/es/src/cds.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import "vue";
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import "vue";
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/esm-node/entry.mjs
CHANGED
|
@@ -126,7 +126,7 @@ import { u as u20, a as a31 } from "./src/components/CdsToastQueue/composables/u
|
|
|
126
126
|
const createCds = (options = {}) => {
|
|
127
127
|
return createCds$1(options);
|
|
128
128
|
};
|
|
129
|
-
const version = "4.0.0-alpha.
|
|
129
|
+
const version = "4.0.0-alpha.7";
|
|
130
130
|
createCds.version = version;
|
|
131
131
|
export {
|
|
132
132
|
c3 as CDS_DRAWER_WIDTH,
|
package/dist/esm-node/src/components/CdsCard/CdsCard.vue_vue_type_script_setup_true_lang.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import { p as provideTheme } from "../../composables/useTheme/useTheme.mjs";
|
|
|
10
10
|
import { u as useDefaults } from "../../core/useDefaults.mjs";
|
|
11
11
|
import { u as convertToUnit } from "../../utils/helpers.mjs";
|
|
12
12
|
import { c as classNames } from "../../utils/dom/classNames.mjs";
|
|
13
|
-
import {
|
|
13
|
+
import { f as CdsCardConstants } from "./api/CdsCard.constants.mjs";
|
|
14
14
|
import { g as defineCdsCardProps } from "./api/CdsCard.props.mjs";
|
|
15
15
|
import { _ as _sfc_main$4 } from "./CdsCardActions.vue_vue_type_script_setup_true_lang.mjs";
|
|
16
16
|
import { _ as _sfc_main$2 } from "./CdsCardDivider.vue_vue_type_script_setup_true_lang.mjs";
|
package/dist/esm-node/src/components/CdsCard/CdsCardActions.vue_vue_type_script_setup_true_lang.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { defineComponent, useSlots, createVNode } from "vue";
|
|
|
2
2
|
import { d as defineCdsCardActionsProps } from "./api/CdsCard.props.mjs";
|
|
3
3
|
import { u as useDefaults } from "../../core/useDefaults.mjs";
|
|
4
4
|
import { c as classNames } from "../../utils/dom/classNames.mjs";
|
|
5
|
-
import {
|
|
5
|
+
import { C as CdsCardActionsConstants } from "./api/CdsCard.constants.mjs";
|
|
6
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
7
|
...{
|
|
8
8
|
name: CdsCardActionsConstants.name
|
package/dist/esm-node/src/components/CdsCard/CdsCardDivider.vue_vue_type_script_setup_true_lang.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { f as filterProps } from "../../core/defineComponent.mjs";
|
|
|
5
5
|
import { u as useDefaults } from "../../core/useDefaults.mjs";
|
|
6
6
|
import { c as classNames } from "../../utils/dom/classNames.mjs";
|
|
7
7
|
import { C as CdsDivider } from "../CdsDivider/index.mjs";
|
|
8
|
-
import {
|
|
8
|
+
import { a as CdsCardDividerConstants } from "./api/CdsCard.constants.mjs";
|
|
9
9
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
10
|
...{
|
|
11
11
|
name: CdsCardDividerConstants.name
|
package/dist/esm-node/src/components/CdsCard/CdsCardGroup.vue_vue_type_script_setup_true_lang.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import { u as useGroup } from "../../composables/useGroup/useGroup.mjs";
|
|
|
4
4
|
import { p as provideTheme } from "../../composables/useTheme/useTheme.mjs";
|
|
5
5
|
import { u as useDefaults } from "../../core/useDefaults.mjs";
|
|
6
6
|
import { c as classNames } from "../../utils/dom/classNames.mjs";
|
|
7
|
-
import {
|
|
7
|
+
import { h as CdsCardGroupConstants } from "./api/CdsCard.constants.mjs";
|
|
8
8
|
import { h as defineCdsCardGroupProps } from "./api/CdsCard.props.mjs";
|
|
9
9
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
10
|
...{
|
package/dist/esm-node/src/components/CdsCard/CdsCardItem.vue_vue_type_script_setup_true_lang.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { defineComponent, useSlots, createVNode, Fragment, toDisplayString } fro
|
|
|
2
2
|
import { e as defineCdsCardItemProps } from "./api/CdsCard.props.mjs";
|
|
3
3
|
import { u as useDefaults } from "../../core/useDefaults.mjs";
|
|
4
4
|
import { c as classNames } from "../../utils/dom/classNames.mjs";
|
|
5
|
-
import {
|
|
5
|
+
import { d as CdsCardItemConstants } from "./api/CdsCard.constants.mjs";
|
|
6
6
|
import { _ as _sfc_main$2 } from "./CdsCardSubtitle.vue_vue_type_script_setup_true_lang.mjs";
|
|
7
7
|
import { _ as _sfc_main$1 } from "./CdsCardTitle.vue_vue_type_script_setup_true_lang.mjs";
|
|
8
8
|
import { C as CdsAvatar } from "../CdsAvatar/index.mjs";
|
package/dist/esm-node/src/components/CdsCard/CdsCardSubtitle.vue_vue_type_script_setup_true_lang.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { defineComponent, useSlots, createVNode } from "vue";
|
|
|
2
2
|
import { b as defineCdsCardSubtitleProps } from "./api/CdsCard.props.mjs";
|
|
3
3
|
import { u as useDefaults } from "../../core/useDefaults.mjs";
|
|
4
4
|
import { c as classNames } from "../../utils/dom/classNames.mjs";
|
|
5
|
-
import {
|
|
5
|
+
import { b as CdsCardSubtitleConstants } from "./api/CdsCard.constants.mjs";
|
|
6
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
7
|
...{
|
|
8
8
|
name: CdsCardSubtitleConstants.name
|
package/dist/esm-node/src/components/CdsCard/CdsCardText.vue_vue_type_script_setup_true_lang.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { defineComponent, useSlots, createVNode } from "vue";
|
|
|
2
2
|
import { f as defineCdsCardTextProps } from "./api/CdsCard.props.mjs";
|
|
3
3
|
import { u as useDefaults } from "../../core/useDefaults.mjs";
|
|
4
4
|
import { c as classNames } from "../../utils/dom/classNames.mjs";
|
|
5
|
-
import {
|
|
5
|
+
import { e as CdsCardTextConstants } from "./api/CdsCard.constants.mjs";
|
|
6
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
7
|
...{
|
|
8
8
|
name: CdsCardTextConstants.name
|
package/dist/esm-node/src/components/CdsCard/CdsCardTitle.vue_vue_type_script_setup_true_lang.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { defineComponent, useSlots, createVNode } from "vue";
|
|
|
2
2
|
import { c as defineCdsCardTitleProps } from "./api/CdsCard.props.mjs";
|
|
3
3
|
import { u as useDefaults } from "../../core/useDefaults.mjs";
|
|
4
4
|
import { c as classNames } from "../../utils/dom/classNames.mjs";
|
|
5
|
-
import {
|
|
5
|
+
import { c as CdsCardTitleConstants } from "./api/CdsCard.constants.mjs";
|
|
6
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
7
|
...{
|
|
8
8
|
name: CdsCardTitleConstants.name
|
|
@@ -9,14 +9,14 @@ const CdsCardTextConstants = defineConstants(`${CdsCardConstants.name}Text`);
|
|
|
9
9
|
const CdsCardActionsConstants = defineConstants(`${CdsCardConstants.name}Actions`);
|
|
10
10
|
const CdsCardDividerConstants = defineConstants(`${CdsCardConstants.name}Divider`);
|
|
11
11
|
export {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
12
|
+
CdsCardActionsConstants as C,
|
|
13
|
+
CdsCardDividerConstants as a,
|
|
14
|
+
CdsCardSubtitleConstants as b,
|
|
15
|
+
CdsCardTitleConstants as c,
|
|
16
|
+
CdsCardItemConstants as d,
|
|
17
|
+
CdsCardTextConstants as e,
|
|
18
|
+
CdsCardConstants as f,
|
|
19
|
+
CdsCardGroupSymbol as g,
|
|
20
|
+
CdsCardGroupConstants as h
|
|
21
21
|
};
|
|
22
22
|
//# sourceMappingURL=CdsCard.constants.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as
|
|
1
|
+
import { C as CdsCardActionsConstants, a as CdsCardDividerConstants, b as CdsCardSubtitleConstants, c as CdsCardTitleConstants, d as CdsCardItemConstants, e as CdsCardTextConstants, f as CdsCardConstants, g as CdsCardGroupSymbol, h as CdsCardGroupConstants } from "./CdsCard.constants.mjs";
|
|
2
2
|
import { d as defineCdsDividerProps } from "../../CdsDivider/api/CdsDivider.props.mjs";
|
|
3
3
|
import { d as defineDirectionProps } from "../../../composables/useDirection/useDirection.mjs";
|
|
4
4
|
import { d as defineDisabledProps } from "../../../composables/useDisabled/useDisabled.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { w as withConstants } from "../../core/withConstants.mjs";
|
|
2
|
-
import {
|
|
2
|
+
import { f as CdsCardConstants, h as CdsCardGroupConstants, d as CdsCardItemConstants, c as CdsCardTitleConstants, b as CdsCardSubtitleConstants, e as CdsCardTextConstants, C as CdsCardActionsConstants, a as CdsCardDividerConstants } from "./api/CdsCard.constants.mjs";
|
|
3
3
|
import { _ as _sfc_main } from "./CdsCard.vue_vue_type_script_setup_true_lang.mjs";
|
|
4
4
|
import { _ as _sfc_main$6 } from "./CdsCardActions.vue_vue_type_script_setup_true_lang.mjs";
|
|
5
5
|
import { _ as _sfc_main$7 } from "./CdsCardDivider.vue_vue_type_script_setup_true_lang.mjs";
|
package/dist/esm-node/src/components/CdsList/CdsList.vue_vue_type_script_setup_true_lang.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import { p as provideTheme } from "../../composables/useTheme/useTheme.mjs";
|
|
|
4
4
|
import { u as useDefaults, p as provideDefaults } from "../../core/useDefaults.mjs";
|
|
5
5
|
import { u as convertToUnit } from "../../utils/helpers.mjs";
|
|
6
6
|
import { c as classNames } from "../../utils/dom/classNames.mjs";
|
|
7
|
-
import {
|
|
7
|
+
import { C as CdsListConstants } from "./api/CdsList.constants.mjs";
|
|
8
8
|
import { b as defineCdsListProps } from "./api/CdsList.props.mjs";
|
|
9
9
|
import { _ as _sfc_main$1 } from "./components/ListChildren.vue_vue_type_script_setup_true_lang.mjs";
|
|
10
10
|
import { p as provideList, c as createList } from "./composables/useList.mjs";
|
package/dist/esm-node/src/components/CdsList/CdsListGroup.vue_vue_type_script_setup_true_lang.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import { M as MaybeTransition } from "../../composables/useTransition/useTransit
|
|
|
8
8
|
import { u as useDefaults } from "../../core/useDefaults.mjs";
|
|
9
9
|
import { c as CdsTransitionExpand } from "../../transitions/index.mjs";
|
|
10
10
|
import { c as classNames } from "../../utils/dom/classNames.mjs";
|
|
11
|
-
import {
|
|
11
|
+
import { b as CdsListGroupConstants } from "./api/CdsList.constants.mjs";
|
|
12
12
|
import { c as defineCdsListGroupProps } from "./api/CdsList.props.mjs";
|
|
13
13
|
import { _ as _sfc_main$1 } from "./CdsListSubheader.vue_vue_type_script_setup_true_lang.mjs";
|
|
14
14
|
import { _ as _sfc_main$2 } from "./components/ListGroupActivator.vue_vue_type_script_setup_true_lang.mjs";
|
package/dist/esm-node/src/components/CdsList/CdsListItem.vue_vue_type_script_setup_true_lang.mjs
CHANGED
|
@@ -9,7 +9,7 @@ import { p as provideTheme } from "../../composables/useTheme/useTheme.mjs";
|
|
|
9
9
|
import { u as useDefaults } from "../../core/useDefaults.mjs";
|
|
10
10
|
import { u as convertToUnit, _ as keyNames } from "../../utils/helpers.mjs";
|
|
11
11
|
import { c as classNames } from "../../utils/dom/classNames.mjs";
|
|
12
|
-
import {
|
|
12
|
+
import { a as CdsListItemConstants, C as CdsListConstants } from "./api/CdsList.constants.mjs";
|
|
13
13
|
import { a as defineCdsListItemProps } from "./api/CdsList.props.mjs";
|
|
14
14
|
import { _ as _sfc_main$3 } from "./CdsListItemDescription.vue_vue_type_script_lang.mjs";
|
|
15
15
|
import { _ as _sfc_main$2 } from "./CdsListItemSubtitle.vue_vue_type_script_lang.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, useSlots, createVNode, unref } from "vue";
|
|
2
2
|
import { u as useDefaults } from "../../core/useDefaults.mjs";
|
|
3
3
|
import { c as classNames } from "../../utils/dom/classNames.mjs";
|
|
4
|
-
import {
|
|
4
|
+
import { c as CdsListSubheaderConstants } from "./api/CdsList.constants.mjs";
|
|
5
5
|
import { d as defineCdsListSubheaderProps } from "./api/CdsList.props.mjs";
|
|
6
6
|
import { u as useTextColor } from "../../composables/useColor/useColor.mjs";
|
|
7
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -12,10 +12,10 @@ const CdsListItemDividerConstants = defineConstants(`${CdsListItemConstants.name
|
|
|
12
12
|
const CdsListGroupConstants = defineConstants(`${CdsListConstants.name}Group`);
|
|
13
13
|
const CdsListSubheaderConstants = defineConstants(`${CdsListConstants.name}Subheader`);
|
|
14
14
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
CdsListConstants as C,
|
|
16
|
+
CdsListItemConstants as a,
|
|
17
|
+
CdsListGroupConstants as b,
|
|
18
|
+
CdsListSubheaderConstants as c,
|
|
19
19
|
CdsListItemDividerConstants as d,
|
|
20
20
|
CdsListSymbol as e,
|
|
21
21
|
CdsListItemDescriptionConstants as f,
|
|
@@ -7,8 +7,8 @@ import { d as defineRouterProps } from "../../../composables/useRouter/useRouter
|
|
|
7
7
|
import { d as defineThemeProps } from "../../../composables/useTheme/useTheme.mjs";
|
|
8
8
|
import { d as defineComponentProps, a as defineTagProps } from "../../../core/defineComponent.mjs";
|
|
9
9
|
import { p as propsFactory } from "../../../core/propsFactory.mjs";
|
|
10
|
-
import {
|
|
11
|
-
import { C as
|
|
10
|
+
import { E as EventProp, a7 as pick } from "../../../utils/helpers.mjs";
|
|
11
|
+
import { C as CdsListConstants, a as CdsListItemConstants, b as CdsListGroupConstants, c as CdsListSubheaderConstants, d as CdsListItemDividerConstants } from "./CdsList.constants.mjs";
|
|
12
12
|
import { d as defineColorProps } from "../../../composables/useColor/useColor.mjs";
|
|
13
13
|
import { d as defineDimensionsProps } from "../../../composables/useDimensions/useDimensions.mjs";
|
|
14
14
|
const defineCdsListProps = propsFactory(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { w as withConstants } from "../../core/withConstants.mjs";
|
|
2
|
-
import {
|
|
2
|
+
import { C as CdsListConstants, a as CdsListItemConstants, i as CdsListItemActionConstants, j as CdsListItemImageConstants, k as CdsListItemMediaConstants, g as CdsListItemSubtitleConstants, h as CdsListItemTitleConstants, f as CdsListItemDescriptionConstants, d as CdsListItemDividerConstants, b as CdsListGroupConstants, c as CdsListSubheaderConstants } from "./api/CdsList.constants.mjs";
|
|
3
3
|
import { _ as _sfc_main } from "./CdsList.vue_vue_type_script_setup_true_lang.mjs";
|
|
4
4
|
import { _ as _sfc_main$9 } from "./CdsListGroup.vue_vue_type_script_setup_true_lang.mjs";
|
|
5
5
|
import { _ as _sfc_main$1 } from "./CdsListItem.vue_vue_type_script_setup_true_lang.mjs";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import "vue";
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import "vue";
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import "vue";
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|