fds-vue-core 2.0.41 → 2.0.42
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/components/Blocks/FdsBlockAlert/FdsBlockAlert.vue.d.ts +1 -1
- package/dist/components/Blocks/FdsBlockAlert/types.d.ts +2 -4
- package/dist/components/Blocks/FdsBlockAlert/types.d.ts.map +1 -1
- package/dist/components/Blocks/FdsBlockContent/FdsBlockContent.vue.d.ts +1 -1
- package/dist/components/Blocks/FdsBlockContent/types.d.ts +1 -2
- package/dist/components/Blocks/FdsBlockContent/types.d.ts.map +1 -1
- package/dist/components/Blocks/FdsBlockExpander/FdsBlockExpander.vue.d.ts +1 -1
- package/dist/components/Blocks/FdsBlockExpander/types.d.ts +2 -1
- package/dist/components/Blocks/FdsBlockExpander/types.d.ts.map +1 -1
- package/dist/components/Blocks/FdsBlockInfo/FdsBlockInfo.vue.d.ts +2 -2
- package/dist/components/Blocks/FdsBlockInfo/types.d.ts +3 -3
- package/dist/components/Blocks/FdsBlockInfo/types.d.ts.map +1 -1
- package/dist/components/Blocks/FdsBlockLink/FdsBlockLink.vue.d.ts +2 -2
- package/dist/components/Blocks/FdsBlockLink/types.d.ts +2 -2
- package/dist/components/Blocks/FdsBlockLink/types.d.ts.map +1 -1
- package/dist/components/Buttons/ButtonBaseProps.d.ts +5 -7
- package/dist/components/Buttons/ButtonBaseProps.d.ts.map +1 -1
- package/dist/components/Buttons/FdsButtonDownload/FdsButtonDownload.vue.d.ts +1 -1
- package/dist/components/Buttons/FdsButtonIcon/types.d.ts +2 -1
- package/dist/components/Buttons/FdsButtonIcon/types.d.ts.map +1 -1
- package/dist/components/Buttons/FdsButtonMinor/FdsButtonMinor.vue.d.ts +3 -3
- package/dist/components/Buttons/FdsButtonPrimary/FdsButtonPrimary.vue.d.ts +4 -4
- package/dist/components/Buttons/FdsButtonSecondary/FdsButtonSecondary.vue.d.ts +4 -4
- package/dist/components/FdsIcon/types.d.ts +2 -2
- package/dist/components/FdsIcon/types.d.ts.map +1 -1
- package/dist/components/FdsModal/FdsModal.vue.d.ts +3 -3
- package/dist/components/FdsModal/types.d.ts +3 -6
- package/dist/components/FdsModal/types.d.ts.map +1 -1
- package/dist/components/FdsSpinner/FdsSpinner.vue.d.ts +5 -5
- package/dist/components/FdsSpinner/FdsSpinner.vue.d.ts.map +1 -1
- package/dist/components/FdsSpinner/types.d.ts +2 -4
- package/dist/components/FdsSpinner/types.d.ts.map +1 -1
- package/dist/components/FdsSticker/FdsSticker.vue.d.ts +1 -1
- package/dist/components/FdsSticker/types.d.ts +1 -2
- package/dist/components/FdsSticker/types.d.ts.map +1 -1
- package/dist/components/FdsTreeView/FdsTreeView.vue.d.ts +4 -4
- package/dist/components/FdsTreeView/FdsTreeView.vue.d.ts.map +1 -1
- package/dist/components/FdsTreeView/TreeNode.vue.d.ts +3 -3
- package/dist/components/FdsTreeView/TreeNode.vue.d.ts.map +1 -1
- package/dist/components/FdsTreeView/types.d.ts +26 -24
- package/dist/components/FdsTreeView/types.d.ts.map +1 -1
- package/dist/components/FdsTreeView/useTreeState.d.ts +23 -22
- package/dist/components/FdsTreeView/useTreeState.d.ts.map +1 -1
- package/dist/components/FdsTreeView/utils.d.ts +2 -2
- package/dist/components/FdsTreeView/utils.d.ts.map +1 -1
- package/dist/components/Form/FdsCheckbox/FdsCheckbox.vue.d.ts +1 -1
- package/dist/components/Form/FdsCheckbox/types.d.ts +0 -1
- package/dist/components/Form/FdsCheckbox/types.d.ts.map +1 -1
- package/dist/components/Form/FdsInput/FdsInput.vue.d.ts +1 -1
- package/dist/components/Form/FdsInput/types.d.ts +2 -4
- package/dist/components/Form/FdsInput/types.d.ts.map +1 -1
- package/dist/components/Form/FdsRadio/types.d.ts +0 -1
- package/dist/components/Form/FdsRadio/types.d.ts.map +1 -1
- package/dist/components/Form/FdsSelect/types.d.ts +5 -6
- package/dist/components/Form/FdsSelect/types.d.ts.map +1 -1
- package/dist/components/Table/FdsTableHead/FdsTableHead.vue.d.ts +2 -2
- package/dist/components/Table/FdsTableHead/types.d.ts +2 -4
- package/dist/components/Table/FdsTableHead/types.d.ts.map +1 -1
- package/dist/components/Tabs/FdsTabs/FdsTabs.vue.d.ts +1 -1
- package/dist/components/Tabs/FdsTabs/types.d.ts +1 -2
- package/dist/components/Tabs/FdsTabs/types.d.ts.map +1 -1
- package/dist/components/Typography/FdsHeading/FdsHeading.vue.d.ts +1 -1
- package/dist/components/Typography/FdsHeading/types.d.ts +2 -4
- package/dist/components/Typography/FdsHeading/types.d.ts.map +1 -1
- package/dist/components/Typography/FdsText/FdsText.vue.d.ts +1 -1
- package/dist/components/Typography/FdsText/types.d.ts +1 -2
- package/dist/components/Typography/FdsText/types.d.ts.map +1 -1
- package/dist/fds-vue-core.cjs.js.map +1 -1
- package/dist/fds-vue-core.es.js.map +1 -1
- package/dist/index.d.ts +32 -3
- package/dist/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ declare const __VLS_component: import("vue").DefineComponent<FdsAlertBlockProps,
|
|
|
14
14
|
}>, {
|
|
15
15
|
label: string;
|
|
16
16
|
id: string;
|
|
17
|
-
locale:
|
|
17
|
+
locale: "sv" | "en";
|
|
18
18
|
visible: boolean;
|
|
19
19
|
closeable: boolean;
|
|
20
20
|
collapsable: boolean;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
export type AlertBlockLocale = 'sv' | 'en';
|
|
2
1
|
import type icons from '../../../assets/icons';
|
|
3
|
-
export type IconName = keyof typeof icons;
|
|
4
2
|
export interface FdsAlertBlockProps {
|
|
5
3
|
id?: string;
|
|
6
4
|
visible?: boolean;
|
|
@@ -8,7 +6,7 @@ export interface FdsAlertBlockProps {
|
|
|
8
6
|
collapsable?: boolean;
|
|
9
7
|
expanded?: boolean;
|
|
10
8
|
label?: string;
|
|
11
|
-
locale?:
|
|
12
|
-
icon?:
|
|
9
|
+
locale?: 'sv' | 'en';
|
|
10
|
+
icon?: keyof typeof icons;
|
|
13
11
|
}
|
|
14
12
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockAlert/types.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockAlert/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,uBAAuB,CAAA;AAE9C,MAAM,WAAW,kBAAkB;IACjC,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,OAAO,KAAK,CAAA;CAC1B"}
|
|
@@ -6,7 +6,7 @@ type __VLS_Slots = {
|
|
|
6
6
|
};
|
|
7
7
|
declare const __VLS_component: import("vue").DefineComponent<FdsContentBlockProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FdsContentBlockProps> & Readonly<{}>, {
|
|
8
8
|
heading: string;
|
|
9
|
-
borderLeft:
|
|
9
|
+
borderLeft: "" | "green" | "yellow" | "red";
|
|
10
10
|
tight: boolean;
|
|
11
11
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockContent/types.ts"],"names":[],"mappings":"AAAA,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockContent/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,UAAU,CAAC,EAAE,EAAE,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;IAC5C,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ"}
|
|
@@ -11,7 +11,7 @@ declare const __VLS_component: import("vue").DefineComponent<FdsExpanderBlockPro
|
|
|
11
11
|
label: string;
|
|
12
12
|
disabled: boolean;
|
|
13
13
|
open: boolean;
|
|
14
|
-
preIcon:
|
|
14
|
+
preIcon: import("../../FdsIcon/types.js").FdsIconName;
|
|
15
15
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
17
17
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockExpander/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,OAAO,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockExpander/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AAEtD,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,OAAO,CAAC,EAAE,WAAW,CAAA;CACtB"}
|
|
@@ -6,8 +6,8 @@ type __VLS_Slots = {
|
|
|
6
6
|
headerInfo?: Slot;
|
|
7
7
|
};
|
|
8
8
|
declare const __VLS_component: import("vue").DefineComponent<FdsBlockInfoProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FdsBlockInfoProps> & Readonly<{}>, {
|
|
9
|
-
size:
|
|
10
|
-
icon:
|
|
9
|
+
size: "large" | "small";
|
|
10
|
+
icon: import("../../FdsIcon/types.js").FdsIconName;
|
|
11
11
|
heading: string;
|
|
12
12
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import type { FdsIconName } from '../../FdsIcon/types';
|
|
2
2
|
export interface FdsBlockInfoProps {
|
|
3
3
|
heading?: string;
|
|
4
|
-
icon?:
|
|
5
|
-
size?:
|
|
4
|
+
icon?: FdsIconName;
|
|
5
|
+
size?: 'large' | 'small';
|
|
6
6
|
id?: string;
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockInfo/types.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockInfo/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AAEtD,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,WAAW,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,CAAA;IACxB,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ"}
|
|
@@ -10,9 +10,9 @@ declare const __VLS_component: import("vue").DefineComponent<FdsInteractionBlock
|
|
|
10
10
|
}, string, import("vue").PublicProps, Readonly<FdsInteractionBlockProps> & Readonly<{
|
|
11
11
|
onClick?: (event: Event) => any;
|
|
12
12
|
}>, {
|
|
13
|
-
disabled: boolean;
|
|
14
13
|
download: string;
|
|
15
|
-
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
icon: import("../../FdsIcon/types.js").FdsIconName;
|
|
16
16
|
target: string;
|
|
17
17
|
as: "button" | "a" | "router-link";
|
|
18
18
|
href: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { FdsIconName } from '../../FdsIcon/types';
|
|
2
2
|
export interface FdsInteractionBlockProps {
|
|
3
3
|
label: string;
|
|
4
4
|
arrow?: boolean;
|
|
@@ -7,7 +7,7 @@ export interface FdsInteractionBlockProps {
|
|
|
7
7
|
href?: string;
|
|
8
8
|
target?: string;
|
|
9
9
|
rel?: string;
|
|
10
|
-
icon?:
|
|
10
|
+
icon?: FdsIconName;
|
|
11
11
|
interactive?: boolean;
|
|
12
12
|
as?: 'button' | 'a' | 'router-link';
|
|
13
13
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockLink/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockLink/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AAEtD,MAAM,WAAW,wBAAwB;IACvC,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,WAAW,CAAA;IAClB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,EAAE,CAAC,EAAE,QAAQ,GAAG,GAAG,GAAG,aAAa,CAAA;CACpC"}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
export type IconPosition = 'right' | 'left';
|
|
3
|
-
export type ButtonSize = 's' | 'm' | 'l';
|
|
1
|
+
import type { FdsIconName } from '../FdsIcon/types';
|
|
4
2
|
export interface FdsButtonBaseProps {
|
|
5
3
|
text: string;
|
|
6
4
|
loading?: boolean;
|
|
7
5
|
disabled?: boolean;
|
|
8
6
|
block?: boolean;
|
|
9
|
-
state?:
|
|
10
|
-
icon?:
|
|
11
|
-
iconPos?:
|
|
12
|
-
size?:
|
|
7
|
+
state?: 'hover' | 'focus' | 'active' | undefined;
|
|
8
|
+
icon?: FdsIconName | undefined;
|
|
9
|
+
iconPos?: 'right' | 'left';
|
|
10
|
+
size?: 's' | 'm' | 'l';
|
|
13
11
|
textSelection?: boolean;
|
|
14
12
|
as?: 'button' | 'a' | 'router-link';
|
|
15
13
|
href?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonBaseProps.d.ts","sourceRoot":"","sources":["../../../src/components/Buttons/ButtonBaseProps.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"ButtonBaseProps.d.ts","sourceRoot":"","sources":["../../../src/components/Buttons/ButtonBaseProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AAEnD,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,CAAA;IAChD,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;IAC9B,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IAC1B,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAA;IACtB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,EAAE,CAAC,EAAE,QAAQ,GAAG,GAAG,GAAG,aAAa,CAAA;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAA;CACrC"}
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<FdsButtonDownloadProps, {}
|
|
|
17
17
|
}>, {
|
|
18
18
|
disabled: boolean;
|
|
19
19
|
loading: boolean;
|
|
20
|
-
iconPos:
|
|
20
|
+
iconPos: "right" | "left";
|
|
21
21
|
href: string | undefined;
|
|
22
22
|
downloadOptions: DownloadOptions;
|
|
23
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Buttons/FdsButtonIcon/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Buttons/FdsButtonIcon/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AAEtD,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,WAAW,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAA;IACpC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB"}
|
|
@@ -9,12 +9,12 @@ declare const _default: import("vue").DefineComponent<FdsButtonMinorProps, {}, {
|
|
|
9
9
|
}>, {
|
|
10
10
|
disabled: boolean;
|
|
11
11
|
type: "button" | "submit" | "reset";
|
|
12
|
-
icon:
|
|
12
|
+
icon: import("../../..").FdsIconName | undefined;
|
|
13
13
|
loading: boolean;
|
|
14
14
|
invert: boolean;
|
|
15
15
|
block: boolean;
|
|
16
|
-
state:
|
|
17
|
-
iconPos:
|
|
16
|
+
state: "hover" | "focus" | "active" | undefined;
|
|
17
|
+
iconPos: "right" | "left";
|
|
18
18
|
textSelection: boolean;
|
|
19
19
|
as: "button" | "a" | "router-link";
|
|
20
20
|
href: string | undefined;
|
|
@@ -4,14 +4,14 @@ declare const _default: import("vue").DefineComponent<FdsButtonBaseProps, {}, {}
|
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<FdsButtonBaseProps> & Readonly<{
|
|
5
5
|
onClick?: (ev: MouseEvent) => any;
|
|
6
6
|
}>, {
|
|
7
|
-
size:
|
|
7
|
+
size: "s" | "m" | "l";
|
|
8
8
|
disabled: boolean;
|
|
9
9
|
type: "button" | "submit" | "reset";
|
|
10
|
-
icon:
|
|
10
|
+
icon: import("../../..").FdsIconName | undefined;
|
|
11
11
|
loading: boolean;
|
|
12
12
|
block: boolean;
|
|
13
|
-
state:
|
|
14
|
-
iconPos:
|
|
13
|
+
state: "hover" | "focus" | "active" | undefined;
|
|
14
|
+
iconPos: "right" | "left";
|
|
15
15
|
textSelection: boolean;
|
|
16
16
|
as: "button" | "a" | "router-link";
|
|
17
17
|
href: string | undefined;
|
|
@@ -4,14 +4,14 @@ declare const _default: import("vue").DefineComponent<FdsButtonBaseProps, {}, {}
|
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<FdsButtonBaseProps> & Readonly<{
|
|
5
5
|
onClick?: (ev: MouseEvent) => any;
|
|
6
6
|
}>, {
|
|
7
|
-
size:
|
|
7
|
+
size: "s" | "m" | "l";
|
|
8
8
|
disabled: boolean;
|
|
9
9
|
type: "button" | "submit" | "reset";
|
|
10
|
-
icon:
|
|
10
|
+
icon: import("../../..").FdsIconName | undefined;
|
|
11
11
|
loading: boolean;
|
|
12
12
|
block: boolean;
|
|
13
|
-
state:
|
|
14
|
-
iconPos:
|
|
13
|
+
state: "hover" | "focus" | "active" | undefined;
|
|
14
|
+
iconPos: "right" | "left";
|
|
15
15
|
textSelection: boolean;
|
|
16
16
|
as: "button" | "a" | "router-link";
|
|
17
17
|
href: string | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type icons from '../../assets/icons';
|
|
2
|
-
export type
|
|
2
|
+
export type FdsIconName = keyof typeof icons;
|
|
3
3
|
export interface FdsIconProps {
|
|
4
|
-
name:
|
|
4
|
+
name: FdsIconName;
|
|
5
5
|
size?: number | string;
|
|
6
6
|
title?: string | undefined;
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FdsIcon/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,oBAAoB,CAAA;AAE3C,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FdsIcon/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,oBAAoB,CAAA;AAE3C,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,KAAK,CAAA;AAE5C,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,WAAW,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC3B"}
|
|
@@ -12,8 +12,8 @@ declare const __VLS_component: import("vue").DefineComponent<FdsModalProps, {},
|
|
|
12
12
|
onClose?: () => any;
|
|
13
13
|
"onUpdate:open"?: (value: boolean) => any;
|
|
14
14
|
}>, {
|
|
15
|
-
size:
|
|
16
|
-
locale:
|
|
15
|
+
size: "sm" | "md" | "lg" | "xl";
|
|
16
|
+
locale: "sv" | "en";
|
|
17
17
|
heading: string;
|
|
18
18
|
open: boolean;
|
|
19
19
|
alignTop: boolean;
|
|
@@ -21,7 +21,7 @@ declare const __VLS_component: import("vue").DefineComponent<FdsModalProps, {},
|
|
|
21
21
|
stickyFooter: boolean;
|
|
22
22
|
strict: boolean;
|
|
23
23
|
lockScroll: boolean;
|
|
24
|
-
info:
|
|
24
|
+
info: "valid" | "invalid" | "warning";
|
|
25
25
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
26
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
27
27
|
export default _default;
|
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
export type ModalSize = 'sm' | 'md' | 'lg' | 'xl';
|
|
2
|
-
export type ModalInfo = 'valid' | 'invalid' | 'warning';
|
|
3
|
-
export type ModalLocale = 'sv' | 'en';
|
|
4
1
|
export interface FdsModalProps {
|
|
5
2
|
open?: boolean;
|
|
6
3
|
heading?: string;
|
|
7
|
-
size?:
|
|
4
|
+
size?: 'sm' | 'md' | 'lg' | 'xl';
|
|
8
5
|
alignTop?: boolean;
|
|
9
6
|
alignLeftFooter?: boolean;
|
|
10
7
|
stickyFooter?: boolean;
|
|
11
8
|
strict?: boolean;
|
|
12
9
|
lockScroll?: boolean;
|
|
13
|
-
info?:
|
|
14
|
-
locale?:
|
|
10
|
+
info?: 'valid' | 'invalid' | 'warning';
|
|
11
|
+
locale?: 'sv' | 'en';
|
|
15
12
|
}
|
|
16
13
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FdsModal/types.ts"],"names":[],"mappings":"AAAA,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FdsModal/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,CAAA;IACtC,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;CACrB"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { FdsSpinnerProps } from './types';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
size?: string;
|
|
4
|
-
color?:
|
|
4
|
+
color?: FdsSpinnerProps['color'];
|
|
5
5
|
label?: string;
|
|
6
|
-
labelPosition?:
|
|
6
|
+
labelPosition?: FdsSpinnerProps['labelPosition'];
|
|
7
7
|
};
|
|
8
8
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
9
|
size: string;
|
|
10
10
|
label: string;
|
|
11
|
-
color:
|
|
12
|
-
labelPosition:
|
|
11
|
+
color: FdsSpinnerProps["color"];
|
|
12
|
+
labelPosition: FdsSpinnerProps["labelPosition"];
|
|
13
13
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
export default _default;
|
|
15
15
|
//# sourceMappingURL=FdsSpinner.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsSpinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FdsSpinner/FdsSpinner.vue"],"names":[],"mappings":"AAiFA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"FdsSpinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FdsSpinner/FdsSpinner.vue"],"names":[],"mappings":"AAiFA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,eAAe,CAAC,OAAO,CAAC,CAAA;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,aAAa,CAAC,EAAE,eAAe,CAAC,eAAe,CAAC,CAAA;CACjD,CAAC;;UAJO,MAAM;WAEL,MAAM;WADN,eAAe,CAAC,OAAO,CAAC;mBAEhB,eAAe,CAAC,eAAe,CAAC;;AA+HpD,wBAGG"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
export type SpinnerColor = 'black' | 'white' | 'blue' | 'inherit';
|
|
2
|
-
export type LabelPosition = 'right' | 'bottom';
|
|
3
1
|
export interface FdsSpinnerProps {
|
|
4
2
|
size?: string;
|
|
5
|
-
color?:
|
|
3
|
+
color?: 'black' | 'white' | 'blue' | 'inherit';
|
|
6
4
|
label?: string;
|
|
7
|
-
labelPosition?:
|
|
5
|
+
labelPosition?: 'right' | 'bottom';
|
|
8
6
|
}
|
|
9
7
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FdsSpinner/types.ts"],"names":[],"mappings":"AAAA,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FdsSpinner/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAA;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,aAAa,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAA;CACnC"}
|
|
@@ -4,7 +4,7 @@ type __VLS_Slots = {} & {
|
|
|
4
4
|
default?: (props: typeof __VLS_1) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<FdsStickerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FdsStickerProps> & Readonly<{}>, {
|
|
7
|
-
variant:
|
|
7
|
+
variant: "blue" | "green" | "red" | "yellow" | "gray" | "t_blue";
|
|
8
8
|
bullet: boolean;
|
|
9
9
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export type StickerVariant = 'blue' | 'green' | 'red' | 'yellow' | 'gray' | 't_blue';
|
|
2
1
|
export interface FdsStickerProps {
|
|
3
|
-
variant?:
|
|
2
|
+
variant?: 'blue' | 'green' | 'red' | 'yellow' | 'gray' | 't_blue';
|
|
4
3
|
bullet?: boolean;
|
|
5
4
|
}
|
|
6
5
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FdsSticker/types.ts"],"names":[],"mappings":"AAAA,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FdsSticker/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAA;IACjE,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { FdsNodeShape, WrapperProps } from './types';
|
|
2
2
|
type __VLS_Props = WrapperProps<Record<string, unknown>>;
|
|
3
3
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
4
|
-
selectedNodeObjects: import("vue").ComputedRef<
|
|
4
|
+
selectedNodeObjects: import("vue").ComputedRef<FdsNodeShape[]>;
|
|
5
5
|
selectedNodes: import("vue").Reactive<Set<string>>;
|
|
6
6
|
getSearchContainerHeight: () => number;
|
|
7
7
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
8
|
getSearchContainerHeight: (value: number) => any;
|
|
9
|
-
"update:selectedNodes": (value:
|
|
9
|
+
"update:selectedNodes": (value: FdsNodeShape[]) => any;
|
|
10
10
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
11
|
onGetSearchContainerHeight?: (value: number) => any;
|
|
12
|
-
"onUpdate:selectedNodes"?: (value:
|
|
12
|
+
"onUpdate:selectedNodes"?: (value: FdsNodeShape[]) => any;
|
|
13
13
|
}>, {
|
|
14
14
|
expandChildrenOnParentCheck: boolean;
|
|
15
15
|
expandAllChildrenOnParentCheck: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsTreeView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FdsTreeView/FdsTreeView.vue"],"names":[],"mappings":"AAoKA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"FdsTreeView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FdsTreeView/FdsTreeView.vue"],"names":[],"mappings":"AAoKA,OAAO,KAAK,EAA+B,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAMtF,KAAK,WAAW,GAAG,YAAY,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;AAkTzD,wBAKG"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
type Props<T = Record<string, unknown>> =
|
|
1
|
+
import type { FdsTreeViewProps } from './types';
|
|
2
|
+
type Props<T = Record<string, unknown>> = FdsTreeViewProps<T>;
|
|
3
3
|
type __VLS_Props = Props;
|
|
4
4
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
5
|
expandChildrenOnParentCheck: boolean;
|
|
6
6
|
expandAllChildrenOnParentCheck: boolean;
|
|
7
7
|
showIndeterminateOnlyOnChildrenSelection: boolean;
|
|
8
8
|
searchExpandNodes: boolean;
|
|
9
|
-
nodes: import("./types").
|
|
9
|
+
nodes: import("./types").FdsTreeNode<Record<string, unknown>>[];
|
|
10
10
|
depth: number;
|
|
11
11
|
showNodeDescription: boolean;
|
|
12
12
|
showChildrenCount: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TreeNode.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FdsTreeView/TreeNode.vue"],"names":[],"mappings":"AAqYA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"TreeNode.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FdsTreeView/TreeNode.vue"],"names":[],"mappings":"AAqYA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAO/C,KAAK,KAAK,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,gBAAgB,CAAC,CAAC,CAAC,CAAA;AAE7D,KAAK,WAAW,GAAG,KAAK,CAAC;;;;;;;;;;;;;;;;;AAwrBzB,wBAGG"}
|
|
@@ -1,42 +1,50 @@
|
|
|
1
|
-
|
|
2
|
-
* Unique identifier for tree nodes
|
|
3
|
-
*/
|
|
4
|
-
export type NodeId = string;
|
|
1
|
+
import type { FdsIconName } from '../FdsIcon/types';
|
|
5
2
|
/**
|
|
6
3
|
* Represents a single node in the tree structure
|
|
7
4
|
* @template T - The type of data associated with the node
|
|
8
5
|
*/
|
|
9
|
-
export interface
|
|
6
|
+
export interface FdsTreeNode<T = Record<string, unknown>> {
|
|
10
7
|
/** Unique identifier for the node */
|
|
11
8
|
nodeId: string;
|
|
12
9
|
/** Display title for the node */
|
|
13
10
|
title?: string;
|
|
14
11
|
/** Child nodes of this node */
|
|
15
|
-
children?:
|
|
12
|
+
children?: FdsTreeNode<T>[];
|
|
16
13
|
/** Optional data object associated with the node */
|
|
17
14
|
data?: T;
|
|
18
15
|
}
|
|
19
16
|
/**
|
|
20
17
|
* Array of tree nodes
|
|
21
18
|
*/
|
|
22
|
-
export type
|
|
19
|
+
export type FdsTreeNodeArray = FdsTreeNode<Record<string, unknown>>[];
|
|
23
20
|
/**
|
|
24
21
|
* Single tree node item
|
|
25
22
|
*/
|
|
26
|
-
export type
|
|
23
|
+
export type FdsTreeNodeItem = FdsTreeNode<Record<string, unknown>>;
|
|
24
|
+
/**
|
|
25
|
+
* Minimal node shape used for selected nodes array
|
|
26
|
+
*/
|
|
27
|
+
export type FdsNodeShape<T = Record<string, unknown>> = Pick<FdsTreeNode<T>, 'nodeId' | 'title' | 'data' | 'children'>;
|
|
28
|
+
/**
|
|
29
|
+
* Styles for the tree view
|
|
30
|
+
*/
|
|
31
|
+
export interface FdsTreeViewStyles {
|
|
32
|
+
/** Styles for the outer container */
|
|
33
|
+
container?: string;
|
|
34
|
+
}
|
|
27
35
|
/**
|
|
28
36
|
* Props for the FdsTreeView component
|
|
29
37
|
* @template T - The type of data associated with tree nodes
|
|
30
38
|
*/
|
|
31
|
-
export interface
|
|
39
|
+
export interface FdsTreeViewProps<T = Record<string, unknown>> {
|
|
32
40
|
/** The tree data structure containing nodes and their children */
|
|
33
|
-
nodes:
|
|
41
|
+
nodes: FdsTreeNode<T>[];
|
|
34
42
|
/** The current depth level in the tree (used internally for indentation) */
|
|
35
43
|
depth?: number;
|
|
36
44
|
/** Icon name to display when a node is collapsed */
|
|
37
|
-
nodeExpandIcon:
|
|
45
|
+
nodeExpandIcon: FdsIconName;
|
|
38
46
|
/** Icon name to display when a node is expanded */
|
|
39
|
-
nodeCollapseIcon:
|
|
47
|
+
nodeCollapseIcon: FdsIconName;
|
|
40
48
|
/** Number of pixels to indent each level of the tree */
|
|
41
49
|
indentation: number;
|
|
42
50
|
/** Unique identifier for the current node */
|
|
@@ -67,7 +75,7 @@ export interface TreeViewProps<T = Record<string, unknown>> {
|
|
|
67
75
|
parent: string;
|
|
68
76
|
};
|
|
69
77
|
/** Styles for the tree view */
|
|
70
|
-
style?:
|
|
78
|
+
style?: FdsTreeViewStyles;
|
|
71
79
|
/** Enable search functionality */
|
|
72
80
|
searchEnabled?: boolean;
|
|
73
81
|
/** Label for the search input */
|
|
@@ -101,20 +109,14 @@ export interface TreeViewProps<T = Record<string, unknown>> {
|
|
|
101
109
|
/** Get the height of the search container */
|
|
102
110
|
getSearchContainerHeight?: () => number | undefined;
|
|
103
111
|
}
|
|
104
|
-
export interface TreeViewStyles {
|
|
105
|
-
/** Styles for the outer container */
|
|
106
|
-
container?: string;
|
|
107
|
-
}
|
|
108
112
|
/**
|
|
109
113
|
* Options for tree state configuration
|
|
110
|
-
* Picks relevant properties from
|
|
114
|
+
* Picks relevant properties from FdsTreeViewProps
|
|
111
115
|
*/
|
|
112
|
-
export type TreeStateOptions = Pick<
|
|
113
|
-
/** Minimal node shape used for selected nodes array */
|
|
114
|
-
export type NodeShape<T = Record<string, unknown>> = Pick<TreeNode<T>, 'nodeId' | 'title' | 'data' | 'children'>;
|
|
116
|
+
export type TreeStateOptions = Pick<FdsTreeViewProps, 'expandChildrenOnParentCheck' | 'expandAllChildrenOnParentCheck' | 'showIndeterminateOnlyOnChildrenSelection' | 'searchExpandNodes' | 'titleTemplate'>;
|
|
115
117
|
/** Wrapper props used by FdsTreeView.vue */
|
|
116
|
-
export type WrapperProps<T = Record<string, unknown>> = Omit<
|
|
117
|
-
data:
|
|
118
|
-
selectedNodes?:
|
|
118
|
+
export type WrapperProps<T = Record<string, unknown>> = Omit<FdsTreeViewProps<T>, 'nodes' | 'depth' | 'data' | 'nodeId' | 'title'> & {
|
|
119
|
+
data: FdsTreeNode<T>;
|
|
120
|
+
selectedNodes?: FdsNodeShape<T>[];
|
|
119
121
|
};
|
|
120
122
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FdsTreeView/types.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FdsTreeView/types.ts"],"names":[],"mappings":"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"}
|