fds-vue-core 2.0.23 → 2.0.26
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/FdsTable.css +1 -1
- package/dist/components/Buttons/FdsButtonDownload/FdsButtonDownload.stories.d.ts +10 -0
- package/dist/components/Buttons/FdsButtonDownload/FdsButtonDownload.stories.d.ts.map +1 -0
- package/dist/components/Buttons/FdsButtonDownload/FdsButtonDownload.vue.d.ts +25 -0
- package/dist/components/Buttons/FdsButtonDownload/FdsButtonDownload.vue.d.ts.map +1 -0
- package/dist/components/Form/FdsCheckbox/FdsCheckbox.vue.d.ts.map +1 -1
- package/dist/components/Form/FdsRadio/FdsRadio.vue.d.ts +0 -6
- package/dist/components/Form/FdsRadio/FdsRadio.vue.d.ts.map +1 -1
- package/dist/components/Typography/FdsListHeading/FdsListHeading.vue.d.ts.map +1 -1
- package/dist/fds-vue-core.cjs.js +374 -232
- package/dist/fds-vue-core.cjs.js.map +1 -1
- package/dist/fds-vue-core.css +1 -1
- package/dist/fds-vue-core.es.js +375 -233
- package/dist/fds-vue-core.es.js.map +1 -1
- package/dist/global-components.d.ts +1 -0
- package/dist/global-components.d.ts.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/FdsTable.css
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import FdsButtonDownload from './FdsButtonDownload.vue';
|
|
3
|
+
declare const meta: Meta<typeof FdsButtonDownload>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const WithText: Story;
|
|
8
|
+
export declare const Loading: Story;
|
|
9
|
+
export declare const Disabled: Story;
|
|
10
|
+
//# sourceMappingURL=FdsButtonDownload.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FdsButtonDownload.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Buttons/FdsButtonDownload/FdsButtonDownload.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,iBAAiB,MAAM,yBAAyB,CAAA;AAEvD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,iBAAiB,CA8CxC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KAYrB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAYtB,CAAA;AAGD,eAAO,MAAM,OAAO,EAAE,KAarB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAatB,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { FdsButtonBaseProps } from '../ButtonBaseProps';
|
|
2
|
+
interface DownloadOptions {
|
|
3
|
+
token: string;
|
|
4
|
+
accept?: string;
|
|
5
|
+
headerAuthKey?: string;
|
|
6
|
+
headerAuthValuePrefix?: string;
|
|
7
|
+
errorHandler?: (error: unknown) => void;
|
|
8
|
+
onFinishCallback?: () => void;
|
|
9
|
+
}
|
|
10
|
+
type FdsButtonDownloadProps = Omit<FdsButtonBaseProps, 'as' | 'icon'> & {
|
|
11
|
+
downloadOptions?: DownloadOptions;
|
|
12
|
+
};
|
|
13
|
+
declare const _default: import("vue").DefineComponent<FdsButtonDownloadProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
14
|
+
click: (ev: MouseEvent) => any;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<FdsButtonDownloadProps> & Readonly<{
|
|
16
|
+
onClick?: (ev: MouseEvent) => any;
|
|
17
|
+
}>, {
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
loading: boolean;
|
|
20
|
+
iconPos: import("../ButtonBaseProps").IconPosition;
|
|
21
|
+
href: string | undefined;
|
|
22
|
+
downloadOptions: DownloadOptions;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
export default _default;
|
|
25
|
+
//# sourceMappingURL=FdsButtonDownload.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FdsButtonDownload.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Buttons/FdsButtonDownload/FdsButtonDownload.vue"],"names":[],"mappings":"AAuLA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAA;AAO5D,UAAU,eAAe;IACvB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAA;IACvC,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAA;CAC9B;AAED,KAAK,sBAAsB,GAAG,IAAI,CAAC,kBAAkB,EAAE,IAAI,GAAG,MAAM,CAAC,GAAG;IACtE,eAAe,CAAC,EAAE,eAAe,CAAA;CAClC,CAAA;;;;;;;;;;qBADmB,eAAe;;AAgOnC,wBAIG"}
|
|
@@ -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":"AAyJA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAS/C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AA2HpC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;CAC7C,CAAC;AAiEF,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;AAyB/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"}
|
|
@@ -12,16 +12,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
12
12
|
} & {
|
|
13
13
|
change: (value: boolean) => any;
|
|
14
14
|
"update:checked": (value: boolean) => any;
|
|
15
|
-
blur: (event: FocusEvent) => any;
|
|
16
|
-
focus: (event: FocusEvent) => any;
|
|
17
|
-
keydown: (event: KeyboardEvent) => any;
|
|
18
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
16
|
onChange?: (value: boolean) => any;
|
|
20
17
|
"onUpdate:checked"?: (value: boolean) => any;
|
|
21
18
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
22
|
-
onBlur?: (event: FocusEvent) => any;
|
|
23
|
-
onFocus?: (event: FocusEvent) => any;
|
|
24
|
-
onKeydown?: (event: KeyboardEvent) => any;
|
|
25
19
|
}>, {
|
|
26
20
|
required: boolean;
|
|
27
21
|
label: string;
|
|
@@ -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":"AAmGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAM5C,KAAK,WAAW,GAAG,aAAa,CAAC;AAsEjC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B,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;AAyB/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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsListHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/FdsListHeading/FdsListHeading.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FdsListHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/FdsListHeading/FdsListHeading.vue"],"names":[],"mappings":"AA6DA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;;;;;AAmHlD,wBAGG"}
|