fds-vue-core 2.0.9 → 2.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/components/Blocks/FdsBlockAlert/FdsBlockAlert.vue.d.ts +1 -1
- package/dist/components/Blocks/FdsBlockExpander/FdsBlockExpander.vue.d.ts +1 -1
- package/dist/components/Blocks/FdsBlockInfo/FdsBlockInfo.vue.d.ts.map +1 -1
- package/dist/components/Buttons/FdsButtonCopy/FdsButtonCopy.vue.d.ts +1 -1
- package/dist/components/FdsPagination/FdsPagination.vue.d.ts +13 -2
- package/dist/components/FdsPagination/FdsPagination.vue.d.ts.map +1 -1
- package/dist/components/FdsPagination/types.d.ts +1 -0
- package/dist/components/FdsPagination/types.d.ts.map +1 -1
- package/dist/components/Form/FdsCheckbox/FdsCheckbox.stories.d.ts.map +1 -1
- package/dist/components/Form/FdsCheckbox/FdsCheckbox.vue.d.ts +10 -12
- package/dist/components/Form/FdsCheckbox/FdsCheckbox.vue.d.ts.map +1 -1
- package/dist/components/Form/FdsCheckbox/types.d.ts +1 -0
- package/dist/components/Form/FdsCheckbox/types.d.ts.map +1 -1
- package/dist/components/Form/FdsInput/FdsInput.vue.d.ts +3 -3
- package/dist/components/Form/FdsInput/FdsInput.vue.d.ts.map +1 -1
- package/dist/components/Form/FdsRadio/FdsRadio.vue.d.ts +10 -3
- package/dist/components/Form/FdsRadio/FdsRadio.vue.d.ts.map +1 -1
- package/dist/components/Form/FdsSelect/FdsSelect.vue.d.ts +2 -2
- package/dist/components/Form/FdsTextarea/FdsTextarea.vue.d.ts +2 -2
- package/dist/fds-vue-core.cjs.js +73 -48
- package/dist/fds-vue-core.cjs.js.map +1 -1
- package/dist/fds-vue-core.css +30 -18
- package/dist/fds-vue-core.es.js +74 -49
- package/dist/fds-vue-core.es.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,3 +29,10 @@ import FdsVueCore from 'fds-vue-core'
|
|
|
29
29
|
```js
|
|
30
30
|
<FdsTreeView />
|
|
31
31
|
```
|
|
32
|
+
|
|
33
|
+
### Publish to npm
|
|
34
|
+
After you are done editing the fds-vue-core project you want to publish your changes in order to be able to access the changes in the projects that are using fds-vue-core.
|
|
35
|
+
|
|
36
|
+
1. Bump the version in `package.json` (Use the [Semver](https://semver.org/) set of rules for versioning).
|
|
37
|
+
2. Push your changes to github.
|
|
38
|
+
3. Publish the new version to npm: `npm publish --access-public`. (You might need to login: `npm login`)
|
|
@@ -12,8 +12,8 @@ declare const __VLS_component: import("vue").DefineComponent<FdsAlertBlockProps,
|
|
|
12
12
|
onToggle?: () => any;
|
|
13
13
|
"onUpdate:visible"?: (value: boolean) => any;
|
|
14
14
|
}>, {
|
|
15
|
-
id: string;
|
|
16
15
|
label: string;
|
|
16
|
+
id: string;
|
|
17
17
|
locale: import("./types").AlertBlockLocale;
|
|
18
18
|
visible: boolean;
|
|
19
19
|
closeable: boolean;
|
|
@@ -8,8 +8,8 @@ declare const __VLS_component: import("vue").DefineComponent<FdsExpanderBlockPro
|
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<FdsExpanderBlockProps> & Readonly<{
|
|
9
9
|
onToggle?: () => any;
|
|
10
10
|
}>, {
|
|
11
|
-
disabled: boolean;
|
|
12
11
|
label: string;
|
|
12
|
+
disabled: boolean;
|
|
13
13
|
open: boolean;
|
|
14
14
|
preIcon: string;
|
|
15
15
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsBlockInfo.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockInfo/FdsBlockInfo.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FdsBlockInfo.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockInfo/FdsBlockInfo.vue"],"names":[],"mappings":"AAwEA,OAAO,EAAY,KAAK,IAAI,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAqBhD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,IAAI,CAAA;IACd,MAAM,CAAC,EAAE,IAAI,CAAA;IACb,UAAU,CAAC,EAAE,IAAI,CAAA;CAClB,CAAC;AAsKF,QAAA,MAAM,eAAe;;;;4EAGnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAY1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -4,9 +4,9 @@ declare const _default: import("vue").DefineComponent<FdsCopyButtonProps, {}, {}
|
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<FdsCopyButtonProps> & Readonly<{
|
|
5
5
|
onClick?: () => any;
|
|
6
6
|
}>, {
|
|
7
|
+
label: string;
|
|
7
8
|
disabled: boolean;
|
|
8
9
|
value: string;
|
|
9
|
-
label: string;
|
|
10
10
|
copiedLabel: string;
|
|
11
11
|
timeoutMs: number;
|
|
12
12
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,9 +1,20 @@
|
|
|
1
1
|
import type { FdsPaginationProps } from './types';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<FdsPaginationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
paginate: (
|
|
3
|
+
paginate: (payload: {
|
|
4
|
+
target: {
|
|
5
|
+
id: string;
|
|
6
|
+
};
|
|
7
|
+
detail: number;
|
|
8
|
+
}) => any;
|
|
4
9
|
}, string, import("vue").PublicProps, Readonly<FdsPaginationProps> & Readonly<{
|
|
5
|
-
onPaginate?: (
|
|
10
|
+
onPaginate?: (payload: {
|
|
11
|
+
target: {
|
|
12
|
+
id: string;
|
|
13
|
+
};
|
|
14
|
+
detail: number;
|
|
15
|
+
}) => any;
|
|
6
16
|
}>, {
|
|
17
|
+
id: string;
|
|
7
18
|
loading: boolean;
|
|
8
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
20
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsPagination.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FdsPagination/FdsPagination.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FdsPagination.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FdsPagination/FdsPagination.vue"],"names":[],"mappings":"AAyLA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;;;gBASZ;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;gBAAU,MAAM;;;;gBAA9B;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;gBAAU,MAAM;;;;;;AAmZnE,wBAIG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FdsPagination/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,MAAM,CAAA;IACf,GAAG,EAAE,MAAM,CAAA;IACX,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FdsPagination/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,OAAO,EAAE,MAAM,CAAA;IACf,GAAG,EAAE,MAAM,CAAA;IACX,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsCheckbox.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsCheckbox/FdsCheckbox.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAErD,OAAO,WAAW,MAAM,mBAAmB,CAAA;AAE3C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,
|
|
1
|
+
{"version":3,"file":"FdsCheckbox.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsCheckbox/FdsCheckbox.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAErD,OAAO,WAAW,MAAM,mBAAmB,CAAA;AAE3C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAwBlC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KA4BrB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KA8BrB,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KA8B3B,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KA+BtB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAmEpB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KA6CtB,CAAA"}
|
|
@@ -1,28 +1,26 @@
|
|
|
1
|
-
import { type Slot } from 'vue';
|
|
2
1
|
import type { FdsCheckboxProps } from './types';
|
|
3
|
-
type
|
|
4
|
-
|
|
2
|
+
type __VLS_Props = FdsCheckboxProps;
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
modelValue?: boolean;
|
|
5
5
|
};
|
|
6
|
-
declare const
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: boolean) => any;
|
|
8
|
+
} & {
|
|
7
9
|
change: (value: boolean) => any;
|
|
8
10
|
"update:checked": (value: boolean) => any;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
10
12
|
onChange?: (value: boolean) => any;
|
|
11
13
|
"onUpdate:checked"?: (value: boolean) => any;
|
|
14
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
12
15
|
}>, {
|
|
13
16
|
indeterminate: boolean;
|
|
17
|
+
required: boolean;
|
|
18
|
+
label: string;
|
|
14
19
|
checked: boolean;
|
|
15
20
|
disabled: boolean;
|
|
16
21
|
value: string | number | undefined;
|
|
17
22
|
name: string | undefined;
|
|
18
23
|
id: string | undefined;
|
|
19
|
-
required: boolean;
|
|
20
24
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
22
25
|
export default _default;
|
|
23
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
24
|
-
new (): {
|
|
25
|
-
$slots: S;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
26
|
//# sourceMappingURL=FdsCheckbox.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsCheckbox/FdsCheckbox.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FdsCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsCheckbox/FdsCheckbox.vue"],"names":[],"mappings":"AAuGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAK/C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAoFpC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;;;;;;;;;;;;;;;;;;;AA6FF,wBAIG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsCheckbox/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,eAAe,CAAA;AAEzD,MAAM,WAAW,gBAAgB;IAC/B,OAAO,CAAC,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsCheckbox/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,eAAe,CAAA;AAEzD,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACpC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -10,18 +10,18 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
10
10
|
clearInput: () => any;
|
|
11
11
|
"update:value": (value: string) => any;
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
13
14
|
onInput?: (ev: Event) => any;
|
|
14
15
|
onClearInput?: () => any;
|
|
15
16
|
"onUpdate:value"?: (value: string) => any;
|
|
16
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
|
17
17
|
}>, {
|
|
18
|
+
required: boolean;
|
|
19
|
+
label: string;
|
|
18
20
|
disabled: boolean;
|
|
19
21
|
value: string;
|
|
20
22
|
name: string;
|
|
21
23
|
id: string;
|
|
22
|
-
required: boolean;
|
|
23
24
|
type: import("./types").InputType;
|
|
24
|
-
label: string;
|
|
25
25
|
meta: string;
|
|
26
26
|
valid: string;
|
|
27
27
|
optional: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsInput/FdsInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FdsInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsInput/FdsInput.vue"],"names":[],"mappings":"AA0JA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAK5C,KAAK,WAAW,GAAG,aAAa,CAAC;AAmGjC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmNF,wBAIG"}
|
|
@@ -1,21 +1,28 @@
|
|
|
1
1
|
import type { FdsRadioProps } from './types';
|
|
2
|
+
type __VLS_Props = FdsRadioProps;
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
modelValue?: boolean;
|
|
5
|
+
};
|
|
2
6
|
declare var __VLS_1: {};
|
|
3
7
|
type __VLS_Slots = {} & {
|
|
4
8
|
default?: (props: typeof __VLS_1) => any;
|
|
5
9
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
"update:modelValue": (value: boolean) => any;
|
|
12
|
+
} & {
|
|
7
13
|
change: (value: boolean) => any;
|
|
8
14
|
"update:checked": (value: boolean) => any;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
10
16
|
onChange?: (value: boolean) => any;
|
|
11
17
|
"onUpdate:checked"?: (value: boolean) => any;
|
|
18
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
12
19
|
}>, {
|
|
20
|
+
required: boolean;
|
|
13
21
|
checked: boolean;
|
|
14
22
|
disabled: boolean;
|
|
15
23
|
value: string | number;
|
|
16
24
|
name: string;
|
|
17
25
|
id: string;
|
|
18
|
-
required: boolean;
|
|
19
26
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
27
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
21
28
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsRadio.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsRadio/FdsRadio.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FdsRadio.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsRadio/FdsRadio.vue"],"names":[],"mappings":"AA6EA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAK5C,KAAK,WAAW,GAAG,aAAa,CAAC;AAoDjC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAmEF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAsB/C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;4EAInB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAY1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -11,15 +11,15 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
11
11
|
"update:value": (value: string) => any;
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
13
|
onChange?: (ev: Event) => any;
|
|
14
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
14
15
|
onInput?: (ev: Event) => any;
|
|
15
16
|
"onUpdate:value"?: (value: string) => any;
|
|
16
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
|
17
17
|
}>, {
|
|
18
|
+
label: string;
|
|
18
19
|
disabled: boolean;
|
|
19
20
|
value: string;
|
|
20
21
|
name: string;
|
|
21
22
|
id: string;
|
|
22
|
-
label: string;
|
|
23
23
|
meta: string;
|
|
24
24
|
placeholder: string;
|
|
25
25
|
valid: "true" | "false" | "null";
|
|
@@ -9,15 +9,15 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
9
9
|
input: (ev: Event) => any;
|
|
10
10
|
"update:value": (value: string) => any;
|
|
11
11
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
12
13
|
onInput?: (ev: Event) => any;
|
|
13
14
|
"onUpdate:value"?: (value: string) => any;
|
|
14
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
|
15
15
|
}>, {
|
|
16
|
+
label: string;
|
|
16
17
|
disabled: boolean;
|
|
17
18
|
value: string;
|
|
18
19
|
name: string;
|
|
19
20
|
id: string;
|
|
20
|
-
label: string;
|
|
21
21
|
meta: string;
|
|
22
22
|
valid: "true" | "false" | "null";
|
|
23
23
|
optional: boolean;
|
package/dist/fds-vue-core.cjs.js
CHANGED
|
@@ -409,7 +409,8 @@ const _hoisted_1$o = ["id", "name", "value", "disabled", "required"];
|
|
|
409
409
|
const _hoisted_2$e = ["for"];
|
|
410
410
|
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
411
411
|
__name: "FdsCheckbox",
|
|
412
|
-
props: {
|
|
412
|
+
props: /* @__PURE__ */ vue.mergeModels({
|
|
413
|
+
label: { default: void 0 },
|
|
413
414
|
checked: { type: Boolean, default: false },
|
|
414
415
|
indeterminate: { type: Boolean, default: false },
|
|
415
416
|
disabled: { type: Boolean, default: false },
|
|
@@ -417,12 +418,15 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
417
418
|
name: { default: void 0 },
|
|
418
419
|
id: { default: void 0 },
|
|
419
420
|
required: { type: Boolean, default: false }
|
|
420
|
-
},
|
|
421
|
-
|
|
421
|
+
}, {
|
|
422
|
+
"modelValue": { type: Boolean, ...{ default: void 0, required: false } },
|
|
423
|
+
"modelModifiers": {}
|
|
424
|
+
}),
|
|
425
|
+
emits: /* @__PURE__ */ vue.mergeModels(["change", "update:checked"], ["update:modelValue"]),
|
|
422
426
|
setup(__props, { emit: __emit }) {
|
|
427
|
+
const modelChecked = vue.useModel(__props, "modelValue");
|
|
423
428
|
const props = __props;
|
|
424
429
|
const emit = __emit;
|
|
425
|
-
const slots = vue.useSlots();
|
|
426
430
|
const checkboxClasses = vue.computed(() => [
|
|
427
431
|
"border-2 border-gray-300 rounded-md cursor-pointer transition-colors duration-200",
|
|
428
432
|
props.disabled && "opacity-50 cursor-not-allowed outline-dashed outline-1 -outline-offset-1 border-none appearance-none rounded-none",
|
|
@@ -433,8 +437,9 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
433
437
|
const wrapperClasses = vue.computed(() => ["block p-[2px] relative min-h-[28px]"]);
|
|
434
438
|
const inputId = vue.computed(() => props.id);
|
|
435
439
|
const internalChecked = vue.computed({
|
|
436
|
-
get: () => props.checked,
|
|
440
|
+
get: () => modelChecked.value !== void 0 ? modelChecked.value : props.checked,
|
|
437
441
|
set: (value) => {
|
|
442
|
+
if (modelChecked.value !== void 0) modelChecked.value = value;
|
|
438
443
|
emit("update:checked", value);
|
|
439
444
|
}
|
|
440
445
|
});
|
|
@@ -479,13 +484,11 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
479
484
|
}, null, 42, _hoisted_1$o), [
|
|
480
485
|
[vue.vModelCheckbox, internalChecked.value]
|
|
481
486
|
]),
|
|
482
|
-
|
|
487
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", {
|
|
483
488
|
key: 0,
|
|
484
489
|
for: inputId.value || void 0,
|
|
485
490
|
class: vue.normalizeClass(["relative inline-block pl-7 pr-0.5 rounded-md leading-md select-none hover:bg-blue_t-100 active:bg-blue_t-200 peer-focus-visible:outline-dashed peer-focus-visible:outline-2 peer-focus-visible:outline-offset-2 peer-focus-visible:outline-blue-500", _ctx.disabled ? "cursor-not-allowed" : "cursor-pointer"])
|
|
486
|
-
},
|
|
487
|
-
vue.renderSlot(_ctx.$slots, "default")
|
|
488
|
-
], 10, _hoisted_2$e)) : vue.createCommentVNode("", true)
|
|
491
|
+
}, vue.toDisplayString(_ctx.label), 11, _hoisted_2$e)) : vue.createCommentVNode("", true)
|
|
489
492
|
], 2);
|
|
490
493
|
};
|
|
491
494
|
}
|
|
@@ -1120,11 +1123,11 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
1120
1123
|
}
|
|
1121
1124
|
});
|
|
1122
1125
|
const _hoisted_1$l = { class: "block p-[2px] mb-2 last:mb-0 relative min-h-[28px]" };
|
|
1123
|
-
const _hoisted_2$d = ["id", "name", "value", "
|
|
1126
|
+
const _hoisted_2$d = ["id", "name", "value", "disabled", "required"];
|
|
1124
1127
|
const _hoisted_3$c = ["for"];
|
|
1125
1128
|
const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
1126
1129
|
__name: "FdsRadio",
|
|
1127
|
-
props: {
|
|
1130
|
+
props: /* @__PURE__ */ vue.mergeModels({
|
|
1128
1131
|
checked: { type: Boolean, default: false },
|
|
1129
1132
|
disabled: { type: Boolean, default: false },
|
|
1130
1133
|
value: { default: void 0 },
|
|
@@ -1134,9 +1137,13 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
1134
1137
|
onKeydown: {},
|
|
1135
1138
|
onBlur: {},
|
|
1136
1139
|
onChange: {}
|
|
1137
|
-
},
|
|
1138
|
-
|
|
1140
|
+
}, {
|
|
1141
|
+
"modelValue": { type: Boolean, ...{ default: void 0, required: false } },
|
|
1142
|
+
"modelModifiers": {}
|
|
1143
|
+
}),
|
|
1144
|
+
emits: /* @__PURE__ */ vue.mergeModels(["change", "update:checked"], ["update:modelValue"]),
|
|
1139
1145
|
setup(__props, { emit: __emit }) {
|
|
1146
|
+
const modelChecked = vue.useModel(__props, "modelValue");
|
|
1140
1147
|
const props = __props;
|
|
1141
1148
|
const emit = __emit;
|
|
1142
1149
|
const autoId = `fds-radio-${Math.random().toString(36).slice(2, 9)}`;
|
|
@@ -1149,23 +1156,32 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
1149
1156
|
props.checked ? "border-blue-600" : "hover:border-blue-400",
|
|
1150
1157
|
accentClass.value
|
|
1151
1158
|
]);
|
|
1159
|
+
const internalChecked = vue.computed({
|
|
1160
|
+
get: () => modelChecked.value !== void 0 ? modelChecked.value : props.checked,
|
|
1161
|
+
set: (v) => {
|
|
1162
|
+
if (modelChecked.value !== void 0) modelChecked.value = v;
|
|
1163
|
+
emit("update:checked", v);
|
|
1164
|
+
}
|
|
1165
|
+
});
|
|
1152
1166
|
return (_ctx, _cache) => {
|
|
1153
1167
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$l, [
|
|
1154
|
-
vue.createElementVNode("input", {
|
|
1168
|
+
vue.withDirectives(vue.createElementVNode("input", {
|
|
1155
1169
|
id: inputId.value,
|
|
1156
1170
|
name: _ctx.name,
|
|
1157
1171
|
value: _ctx.value,
|
|
1158
|
-
|
|
1172
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => internalChecked.value = $event),
|
|
1159
1173
|
disabled: _ctx.disabled,
|
|
1160
1174
|
required: _ctx.required,
|
|
1161
1175
|
type: "radio",
|
|
1162
1176
|
class: vue.normalizeClass(inputClasses.value),
|
|
1163
|
-
onChange: _cache[
|
|
1177
|
+
onChange: _cache[1] || (_cache[1] = (e) => {
|
|
1164
1178
|
const v = e.target.checked;
|
|
1165
1179
|
emit("update:checked", v);
|
|
1166
1180
|
emit("change", v);
|
|
1167
1181
|
})
|
|
1168
|
-
}, null, 42, _hoisted_2$d),
|
|
1182
|
+
}, null, 42, _hoisted_2$d), [
|
|
1183
|
+
[vue.vModelRadio, internalChecked.value]
|
|
1184
|
+
]),
|
|
1169
1185
|
_ctx.$slots.default ? (vue.openBlock(), vue.createElementBlock("label", {
|
|
1170
1186
|
key: 0,
|
|
1171
1187
|
for: inputId.value || void 0,
|
|
@@ -1187,8 +1203,8 @@ const _hoisted_4$9 = {
|
|
|
1187
1203
|
key: 2,
|
|
1188
1204
|
style: { "max-height": "28px" }
|
|
1189
1205
|
};
|
|
1190
|
-
const _hoisted_5$
|
|
1191
|
-
const _hoisted_6$
|
|
1206
|
+
const _hoisted_5$6 = { class: "flex flex-col gap-2" };
|
|
1207
|
+
const _hoisted_6$4 = ["onClick"];
|
|
1192
1208
|
const _hoisted_7$3 = { key: 0 };
|
|
1193
1209
|
const popoverWidth = 327;
|
|
1194
1210
|
const popoverHeight = 80;
|
|
@@ -1461,7 +1477,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
1461
1477
|
}, ["stop"])),
|
|
1462
1478
|
onFocusout: onPanelFocusOut
|
|
1463
1479
|
}, [
|
|
1464
|
-
vue.createElementVNode("div", _hoisted_5$
|
|
1480
|
+
vue.createElementVNode("div", _hoisted_5$6, [
|
|
1465
1481
|
(vue.openBlock(), vue.createElementBlock(vue.Fragment, null, vue.renderList(options, (option) => {
|
|
1466
1482
|
return vue.createElementVNode("div", {
|
|
1467
1483
|
key: option.value,
|
|
@@ -1489,7 +1505,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
1489
1505
|
]),
|
|
1490
1506
|
_: 2
|
|
1491
1507
|
}, 1032, ["checked", "id", "name", "value", "onChange", "onKeydown"])
|
|
1492
|
-
], 8, _hoisted_6$
|
|
1508
|
+
], 8, _hoisted_6$4);
|
|
1493
1509
|
}), 64))
|
|
1494
1510
|
]),
|
|
1495
1511
|
vue.createVNode(_sfc_main$s, {
|
|
@@ -1722,12 +1738,10 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
1722
1738
|
};
|
|
1723
1739
|
}
|
|
1724
1740
|
});
|
|
1725
|
-
const _hoisted_1$h =
|
|
1726
|
-
const _hoisted_2$b =
|
|
1727
|
-
const _hoisted_3$a =
|
|
1728
|
-
const _hoisted_4$8 = {
|
|
1729
|
-
const _hoisted_5$6 = ["id", "name", "type", "disabled", "required", "aria-invalid"];
|
|
1730
|
-
const _hoisted_6$4 = {
|
|
1741
|
+
const _hoisted_1$h = ["for"];
|
|
1742
|
+
const _hoisted_2$b = { class: "relative" };
|
|
1743
|
+
const _hoisted_3$a = ["id", "name", "type", "disabled", "required", "size", "maxlength", "aria-invalid"];
|
|
1744
|
+
const _hoisted_4$8 = {
|
|
1731
1745
|
key: 0,
|
|
1732
1746
|
class: "text-red-600 font-bold mt-1"
|
|
1733
1747
|
};
|
|
@@ -1805,33 +1819,35 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
1805
1819
|
return (_ctx, _cache) => {
|
|
1806
1820
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
1807
1821
|
vue.createElementVNode("div", {
|
|
1808
|
-
class: vue.normalizeClass(
|
|
1822
|
+
class: vue.normalizeClass({ "flex flex-row gap-4": _ctx.labelLeft })
|
|
1809
1823
|
}, [
|
|
1810
|
-
vue.createElementVNode("div",
|
|
1824
|
+
vue.createElementVNode("div", null, [
|
|
1811
1825
|
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", {
|
|
1812
1826
|
key: 0,
|
|
1813
1827
|
for: inputId.value,
|
|
1814
1828
|
class: vue.normalizeClass(["block font-bold text-gray-900 cursor-pointer", { "mb-0": _ctx.meta, "mb-1": !_ctx.meta }])
|
|
1815
|
-
}, vue.toDisplayString(_ctx.label), 11,
|
|
1829
|
+
}, vue.toDisplayString(_ctx.label), 11, _hoisted_1$h)) : vue.createCommentVNode("", true),
|
|
1816
1830
|
_ctx.meta ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
1817
1831
|
key: 1,
|
|
1818
1832
|
class: vue.normalizeClass(["font-thin", { "mb-1": !_ctx.labelLeft }])
|
|
1819
1833
|
}, vue.toDisplayString(_ctx.meta), 3)) : vue.createCommentVNode("", true)
|
|
1820
1834
|
]),
|
|
1821
|
-
vue.createElementVNode("div",
|
|
1822
|
-
vue.createElementVNode("div",
|
|
1835
|
+
vue.createElementVNode("div", null, [
|
|
1836
|
+
vue.createElementVNode("div", _hoisted_2$b, [
|
|
1823
1837
|
vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
|
|
1824
1838
|
id: inputId.value,
|
|
1825
1839
|
name: _ctx.name || void 0,
|
|
1826
1840
|
type: isPasswordType.value ? showPassword.value ? "text" : "password" : _ctx.type,
|
|
1827
1841
|
disabled: _ctx.disabled,
|
|
1828
1842
|
required: _ctx.required,
|
|
1843
|
+
size: _ctx.size,
|
|
1844
|
+
maxlength: _ctx.maxlength,
|
|
1829
1845
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => internalValue.value = $event),
|
|
1830
1846
|
"aria-invalid": _ctx.valid === "false" ? "true" : void 0,
|
|
1831
1847
|
class: inputClasses.value
|
|
1832
1848
|
}, _ctx.$attrs, {
|
|
1833
1849
|
onInput: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("input", $event))
|
|
1834
|
-
}), null, 16,
|
|
1850
|
+
}), null, 16, _hoisted_3$a), [
|
|
1835
1851
|
[vue.vModelDynamic, internalValue.value]
|
|
1836
1852
|
]),
|
|
1837
1853
|
vue.createElementVNode("div", {
|
|
@@ -1862,11 +1878,12 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
1862
1878
|
])
|
|
1863
1879
|
])
|
|
1864
1880
|
], 2),
|
|
1865
|
-
showInvalidMessage.value ? (vue.openBlock(), vue.createElementBlock("div",
|
|
1881
|
+
showInvalidMessage.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$8, vue.toDisplayString(_ctx.invalidMessage), 1)) : vue.createCommentVNode("", true)
|
|
1866
1882
|
], 64);
|
|
1867
1883
|
};
|
|
1868
1884
|
}
|
|
1869
1885
|
});
|
|
1886
|
+
const FdsInput = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-54b1a0a7"]]);
|
|
1870
1887
|
const _hoisted_1$g = ["id"];
|
|
1871
1888
|
const _hoisted_2$a = { class: "flex items-start justify-between gap-4" };
|
|
1872
1889
|
const _hoisted_3$9 = { class: "flex items-center gap-3" };
|
|
@@ -2008,7 +2025,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
2008
2025
|
ref: searchContainerRef,
|
|
2009
2026
|
class: "pb-4"
|
|
2010
2027
|
}, [
|
|
2011
|
-
vue.createVNode(
|
|
2028
|
+
vue.createVNode(FdsInput, {
|
|
2012
2029
|
value: vue.unref(treeState)?.searchTerm?.value ?? "",
|
|
2013
2030
|
onInput: _cache[0] || (_cache[0] = ($event) => vue.unref(treeState)?.setSearchTerm($event.target.value)),
|
|
2014
2031
|
class: "w-full",
|
|
@@ -2587,7 +2604,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
2587
2604
|
};
|
|
2588
2605
|
}
|
|
2589
2606
|
});
|
|
2590
|
-
const FdsTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
2607
|
+
const FdsTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-68531279"]]);
|
|
2591
2608
|
const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
2592
2609
|
__name: "FdsTableHead",
|
|
2593
2610
|
props: {
|
|
@@ -2661,7 +2678,8 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
2661
2678
|
setup(__props) {
|
|
2662
2679
|
const props = __props;
|
|
2663
2680
|
const contentClasses = vue.computed(() => [
|
|
2664
|
-
"rounded-md
|
|
2681
|
+
"rounded-md bg-blue_t-100 mb-4",
|
|
2682
|
+
props.size === "small" && "p-4 pb-6",
|
|
2665
2683
|
props.size === "large" && props.icon && "p-6"
|
|
2666
2684
|
]);
|
|
2667
2685
|
const autoId = `fds-content-block-${Math.random().toString(36).slice(2, 9)}`;
|
|
@@ -3394,7 +3412,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3394
3412
|
}
|
|
3395
3413
|
});
|
|
3396
3414
|
const FdsModal = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-8b537fc0"]]);
|
|
3397
|
-
const _hoisted_1$3 =
|
|
3415
|
+
const _hoisted_1$3 = ["id"];
|
|
3398
3416
|
const _hoisted_2$1 = { class: "flex items-center justify-start gap-1 w-[100px]" };
|
|
3399
3417
|
const _hoisted_3$1 = { class: "flex items-center justify-center w-auto gap-2 order-0 sm:order-0" };
|
|
3400
3418
|
const _hoisted_4$1 = { class: "whitespace-nowrap" };
|
|
@@ -3402,6 +3420,7 @@ const _hoisted_5$1 = { class: "flex items-center justify-end gap-1 order-2 sm:or
|
|
|
3402
3420
|
const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
3403
3421
|
__name: "FdsPagination",
|
|
3404
3422
|
props: {
|
|
3423
|
+
id: { default: void 0 },
|
|
3405
3424
|
current: {},
|
|
3406
3425
|
max: {},
|
|
3407
3426
|
loading: { type: Boolean, default: false }
|
|
@@ -3412,6 +3431,9 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3412
3431
|
const emit = __emit;
|
|
3413
3432
|
const loadingIndicator = vue.ref("");
|
|
3414
3433
|
const internalValue = vue.ref(props.current);
|
|
3434
|
+
const autoId = `fds-pagination-${Math.random().toString(36).slice(2, 9)}`;
|
|
3435
|
+
const inputId = vue.computed(() => props.id ?? autoId);
|
|
3436
|
+
const inputValue = vue.computed(() => String(internalValue.value));
|
|
3415
3437
|
vue.watch(
|
|
3416
3438
|
() => props.current,
|
|
3417
3439
|
(newValue) => {
|
|
@@ -3444,7 +3466,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3444
3466
|
page = incomingPage;
|
|
3445
3467
|
}
|
|
3446
3468
|
internalValue.value = page;
|
|
3447
|
-
emit("paginate", page);
|
|
3469
|
+
emit("paginate", { target: { id: inputId.value }, detail: page });
|
|
3448
3470
|
}, 500);
|
|
3449
3471
|
const handlePagination = (action) => {
|
|
3450
3472
|
let page = 0;
|
|
@@ -3470,10 +3492,13 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3470
3492
|
page = props.max;
|
|
3471
3493
|
break;
|
|
3472
3494
|
}
|
|
3473
|
-
emit("paginate", page);
|
|
3495
|
+
emit("paginate", { target: { id: inputId.value }, detail: page });
|
|
3474
3496
|
};
|
|
3475
3497
|
return (_ctx, _cache) => {
|
|
3476
|
-
return vue.openBlock(), vue.createElementBlock("div",
|
|
3498
|
+
return vue.openBlock(), vue.createElementBlock("div", {
|
|
3499
|
+
class: "my-6 flex items-between justify-between gap-2",
|
|
3500
|
+
id: inputId.value
|
|
3501
|
+
}, [
|
|
3477
3502
|
vue.createElementVNode("div", _hoisted_2$1, [
|
|
3478
3503
|
_ctx.loading && loadingIndicator.value === "start" ? (vue.openBlock(), vue.createBlock(_sfc_main$o, {
|
|
3479
3504
|
key: 0,
|
|
@@ -3510,13 +3535,13 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3510
3535
|
label: "Laddar",
|
|
3511
3536
|
"label-position": "right"
|
|
3512
3537
|
})) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
3513
|
-
vue.createVNode(
|
|
3514
|
-
value:
|
|
3538
|
+
vue.createVNode(FdsInput, {
|
|
3539
|
+
value: inputValue.value,
|
|
3515
3540
|
type: "text",
|
|
3516
3541
|
size: _ctx.max.toString().length,
|
|
3517
3542
|
maxlength: _ctx.max.toString().length,
|
|
3518
3543
|
onInput: vue.unref(handlePageChange),
|
|
3519
|
-
class: "text-center"
|
|
3544
|
+
class: "mb-0! text-center"
|
|
3520
3545
|
}, null, 8, ["value", "size", "maxlength", "onInput"]),
|
|
3521
3546
|
vue.createElementVNode("div", _hoisted_4$1, "/ " + vue.toDisplayString(_ctx.max), 1)
|
|
3522
3547
|
], 64))
|
|
@@ -3549,11 +3574,11 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3549
3574
|
onClick: _cache[3] || (_cache[3] = ($event) => handlePagination("end"))
|
|
3550
3575
|
}, null, 8, ["disabled", "ariaDisabled", "class"]))
|
|
3551
3576
|
])
|
|
3552
|
-
]);
|
|
3577
|
+
], 8, _hoisted_1$3);
|
|
3553
3578
|
};
|
|
3554
3579
|
}
|
|
3555
3580
|
});
|
|
3556
|
-
const FdsPagination = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
3581
|
+
const FdsPagination = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-9f29d3a4"]]);
|
|
3557
3582
|
const _hoisted_1$2 = { class: "block mb-4" };
|
|
3558
3583
|
const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
3559
3584
|
__name: "FdsTruncatedText",
|
|
@@ -3761,7 +3786,7 @@ const FdsVueCorePlugin = {
|
|
|
3761
3786
|
app.component("FdsSelect", _sfc_main$f);
|
|
3762
3787
|
app.component("FdsTable", FdsTable);
|
|
3763
3788
|
app.component("FdsTableHead", _sfc_main$d);
|
|
3764
|
-
app.component("FdsInput",
|
|
3789
|
+
app.component("FdsInput", FdsInput);
|
|
3765
3790
|
app.component("FdsBlockContent", _sfc_main$l);
|
|
3766
3791
|
app.component("FdsBlockInfo", _sfc_main$c);
|
|
3767
3792
|
app.component("FdsBlockAlert", FdsBlockAlert);
|
|
@@ -3792,7 +3817,7 @@ exports.FdsButtonSecondary = _sfc_main$i;
|
|
|
3792
3817
|
exports.FdsCheckbox = _sfc_main$u;
|
|
3793
3818
|
exports.FdsHeading = _sfc_main$2;
|
|
3794
3819
|
exports.FdsIcon = FdsIcon;
|
|
3795
|
-
exports.FdsInput =
|
|
3820
|
+
exports.FdsInput = FdsInput;
|
|
3796
3821
|
exports.FdsListHeading = _sfc_main;
|
|
3797
3822
|
exports.FdsModal = FdsModal;
|
|
3798
3823
|
exports.FdsPagination = FdsPagination;
|