@aures5g/vue-component-library 0.27.2 → 0.29.0

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.
Files changed (89) hide show
  1. package/dist/src/components/badge/UIBadge.vue.d.ts +17 -0
  2. package/dist/src/components/button/UIButton.vue.d.ts +21 -0
  3. package/dist/src/components/buttonRounded/UIButtonRounded.vue.d.ts +17 -0
  4. package/dist/src/components/checkbox/UICheckbox.vue.d.ts +27 -0
  5. package/dist/src/components/chip/UIChip.vue.d.ts +27 -0
  6. package/dist/src/components/contextPanel/UIContextPanel.vue.d.ts +22 -0
  7. package/dist/src/components/copyToClipboard/UICopy.vue.d.ts +31 -0
  8. package/dist/src/components/iconButton/UIIconButton.vue.d.ts +19 -0
  9. package/dist/src/components/languagePicker/UILanguagePicker.vue.d.ts +15 -0
  10. package/dist/{components → src/components}/languagePicker/uiLanguagePicker.theme.d.ts +6 -0
  11. package/dist/src/components/list/UIList.vue.d.ts +17 -0
  12. package/dist/src/components/list/UIListItem.vue.d.ts +28 -0
  13. package/dist/src/components/menu/UIMenu.vue.d.ts +16 -0
  14. package/dist/{components → src/components}/menu/useMenu.composables.d.ts +5 -5
  15. package/dist/src/components/radioButton/UIRadioButton.vue.d.ts +25 -0
  16. package/dist/src/components/richTooltip/UIRichTooltip.vue.d.ts +28 -0
  17. package/dist/src/components/snackbar/UISnackbar.vue.d.ts +32 -0
  18. package/dist/src/components/tabs/UITabPanel.vue.d.ts +7 -0
  19. package/dist/{components → src/components}/tabs/UITabView.d.ts +7 -7
  20. package/dist/{components → src/components}/tabs/uiTabPanel.const.d.ts +1 -1
  21. package/dist/src/components/tag/UITag.vue.d.ts +19 -0
  22. package/dist/src/components/textField/UITextField.vue.d.ts +29 -0
  23. package/dist/src/components/toggleButton/UIToggleButton.vue.d.ts +26 -0
  24. package/dist/src/components/toolbar/UIToolbar.vue.d.ts +20 -0
  25. package/dist/{index.d.ts → src/index.d.ts} +2 -3
  26. package/dist/tailwind.config.cjs +1 -0
  27. package/dist/tailwind.config.d.ts +86 -0
  28. package/dist/tailwind.config.js +159 -0
  29. package/dist/vue-component-library.cjs +1648 -0
  30. package/dist/vue-component-library.css +1 -0
  31. package/dist/vue-component-library.js +5602 -3850
  32. package/package.json +57 -61
  33. package/dist/components/HelloWorld/HelloWorld.vue.d.ts +0 -16
  34. package/dist/components/badge/UIBadge.vue.d.ts +0 -53
  35. package/dist/components/button/UIButton.vue.d.ts +0 -63
  36. package/dist/components/buttonRounded/UIButtonRounded.vue.d.ts +0 -54
  37. package/dist/components/checkbox/UICheckbox.vue.d.ts +0 -74
  38. package/dist/components/chip/UIChip.vue.d.ts +0 -79
  39. package/dist/components/contextPanel/UIContextPanel.vue.d.ts +0 -24
  40. package/dist/components/copyToClipboard/UICopy.vue.d.ts +0 -55
  41. package/dist/components/iconButton/UIIconButton.vue.d.ts +0 -59
  42. package/dist/components/languagePicker/UILanguagePicker.vue.d.ts +0 -36
  43. package/dist/components/list/UIList.vue.d.ts +0 -9
  44. package/dist/components/list/UIListItem.vue.d.ts +0 -48
  45. package/dist/components/menu/UIMenu.vue.d.ts +0 -46
  46. package/dist/components/radioButton/UIRadioButton.vue.d.ts +0 -69
  47. package/dist/components/richTooltip/UIRichTooltip.vue.d.ts +0 -48
  48. package/dist/components/snackbar/UISnackbar.vue.d.ts +0 -52
  49. package/dist/components/tabs/UITabPanel.vue.d.ts +0 -38
  50. package/dist/components/tag/UITag.vue.d.ts +0 -58
  51. package/dist/components/textField/UITextField.vue.d.ts +0 -66
  52. package/dist/components/toggleButton/UIToggleButton.vue.d.ts +0 -70
  53. package/dist/components/toolbar/UIToolbar.vue.d.ts +0 -22
  54. package/dist/style.css +0 -1
  55. package/dist/vue-component-library.umd.cjs +0 -81
  56. package/tailwind.config.ts +0 -100
  57. /package/dist/{components → src/components}/badge/uiBadge.const.d.ts +0 -0
  58. /package/dist/{components → src/components}/badge/uiBadge.theme.d.ts +0 -0
  59. /package/dist/{components → src/components}/button/uiButton.const.d.ts +0 -0
  60. /package/dist/{components → src/components}/button/uiButton.theme.d.ts +0 -0
  61. /package/dist/{components → src/components}/buttonRounded/uiButtonRounded.const.d.ts +0 -0
  62. /package/dist/{components → src/components}/buttonRounded/uiButtonRounded.theme.d.ts +0 -0
  63. /package/dist/{components → src/components}/checkbox/uiCheckbox.theme.d.ts +0 -0
  64. /package/dist/{components → src/components}/chip/uiChip.const.d.ts +0 -0
  65. /package/dist/{components → src/components}/chip/uiChip.theme.d.ts +0 -0
  66. /package/dist/{components → src/components}/contextPanel/uiContextPanel.theme.d.ts +0 -0
  67. /package/dist/{components → src/components}/copyToClipboard/uiCopy.const.d.ts +0 -0
  68. /package/dist/{components → src/components}/copyToClipboard/uiCopy.theme.d.ts +0 -0
  69. /package/dist/{components → src/components}/iconButton/uiIconButton.const.d.ts +0 -0
  70. /package/dist/{components → src/components}/iconButton/uiIconButton.theme.d.ts +0 -0
  71. /package/dist/{components → src/components}/languagePicker/uiLanguagePicker.const.d.ts +0 -0
  72. /package/dist/{components → src/components}/list/uiList.theme.d.ts +0 -0
  73. /package/dist/{components → src/components}/menu/menu.types.d.ts +0 -0
  74. /package/dist/{components → src/components}/radioButton/uiRadioButton.theme.d.ts +0 -0
  75. /package/dist/{components → src/components}/richTooltip/uiRichTooltip.theme.d.ts +0 -0
  76. /package/dist/{components → src/components}/snackbar/uiSnackbar.theme.d.ts +0 -0
  77. /package/dist/{components → src/components}/tabs/tabs.utils.d.ts +0 -0
  78. /package/dist/{components → src/components}/tabs/uiTabPanel.theme.d.ts +0 -0
  79. /package/dist/{components → src/components}/tabs/uiTabView.theme.d.ts +0 -0
  80. /package/dist/{components → src/components}/tag/uiTag.const.d.ts +0 -0
  81. /package/dist/{components → src/components}/tag/uiTag.theme.d.ts +0 -0
  82. /package/dist/{components → src/components}/textField/uiTextField.theme.d.ts +0 -0
  83. /package/dist/{components → src/components}/toggleButton/uiToggleButton.const.d.ts +0 -0
  84. /package/dist/{components → src/components}/toggleButton/uiToggleButton.theme.d.ts +0 -0
  85. /package/dist/{components → src/components}/toolbar/uiToolbar.theme.d.ts +0 -0
  86. /package/dist/{components → src/components}/tooltip/tooltip.theme.d.ts +0 -0
  87. /package/dist/{config → src/config}/acbs.d.ts +0 -0
  88. /package/dist/{config → src/config}/primevue.d.ts +0 -0
  89. /package/dist/{types → src/types}/fa.d.ts +0 -0
package/package.json CHANGED
@@ -1,28 +1,26 @@
1
1
  {
2
2
  "name": "@aures5g/vue-component-library",
3
- "version": "0.27.2",
3
+ "version": "0.29.0",
4
4
  "type": "module",
5
5
  "files": [
6
- "dist",
7
- "tailwind.config.ts"
6
+ "dist"
8
7
  ],
9
- "main": "./dist/vue-component-library.umd.cjs",
8
+ "main": "./dist/vue-component-library.cjs",
10
9
  "module": "./dist/vue-component-library.js",
11
- "types": "./dist/index.d.ts",
10
+ "types": "./dist/src/index.d.ts",
12
11
  "exports": {
13
12
  ".": {
14
- "types": "./dist/index.d.ts",
13
+ "types": "./dist/src/index.d.ts",
15
14
  "import": "./dist/vue-component-library.js",
16
- "require": "./dist/vue-component-library.umd.cjs",
17
- "default": "./dist/vue-component-library.umd.cjs"
18
- },
19
- "./style.css": {
20
- "import": "./dist/style.css",
21
- "require": "./dist/style.css",
22
- "default": "./dist/style.css"
15
+ "require": "./dist/vue-component-library.cjs",
16
+ "default": "./dist/vue-component-library.cjs"
23
17
  },
18
+ "./style.css": "./dist/vue-component-library.css",
24
19
  "./tailwind.config": {
25
- "import": "./tailwind.config.ts"
20
+ "types": "./dist/tailwind.config.d.ts",
21
+ "import": "./dist/tailwind.config.js",
22
+ "require": "./dist/tailwind.config.cjs",
23
+ "default": "./dist/tailwind.config.cjs"
26
24
  }
27
25
  },
28
26
  "scripts": {
@@ -33,64 +31,62 @@
33
31
  "test:unit": "vitest",
34
32
  "build-only": "vite build",
35
33
  "type-check": "vue-tsc --build --force",
36
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
37
- "lint:check": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
38
- "format": "prettier --write src/ .storybook/",
39
- "format:check": "prettier --check src/ .storybook/",
34
+ "lint": "eslint . --fix",
35
+ "lint:check": "eslint .",
36
+ "format": "prettier --write .",
37
+ "format:check": "prettier --check .",
40
38
  "storybook": "storybook dev -p 6006",
41
39
  "build-storybook": "storybook build",
42
40
  "check-version": "./check-version.sh"
43
41
  },
44
42
  "devDependencies": {
45
- "@aures5g/style-guide": "^1.1.2",
46
- "@awesome.me/kit-bccbe657bb": "^1.0.8",
47
- "@chromatic-com/storybook": "^1.3.4",
43
+ "@aures5g/style-guide": "^2.0.1",
44
+ "@awesome.me/kit-bccbe657bb": "^1.0.137",
45
+ "@chromatic-com/storybook": "^3.2.2",
48
46
  "@fortawesome/vue-fontawesome": "^3.0.8",
49
- "@rushstack/eslint-patch": "^1.8.0",
50
- "@storybook/addon-essentials": "^8.0.10",
51
- "@storybook/addon-interactions": "^8.0.10",
52
- "@storybook/addon-links": "^8.0.10",
53
- "@storybook/blocks": "^8.0.10",
54
- "@storybook/test": "^8.0.10",
55
- "@storybook/vue3": "^8.0.10",
56
- "@storybook/vue3-vite": "^8.0.10",
47
+ "@storybook/addon-essentials": "^8.4.7",
48
+ "@storybook/addon-interactions": "^8.4.7",
49
+ "@storybook/addon-links": "^8.4.7",
50
+ "@storybook/blocks": "^8.4.7",
51
+ "@storybook/test": "^8.4.7",
52
+ "@storybook/vue3": "^8.4.7",
53
+ "@storybook/vue3-vite": "^8.4.7",
57
54
  "@tsconfig/node20": "^20.1.4",
58
- "@types/jsdom": "^21.1.6",
59
- "@types/node": "^20.12.5",
60
- "@vitejs/plugin-vue": "^5.0.4",
61
- "@vitejs/plugin-vue-jsx": "^3.1.0",
62
- "@vue/eslint-config-prettier": "^9.0.0",
63
- "@vue/eslint-config-typescript": "^13.0.0",
64
- "@vue/test-utils": "^2.4.5",
65
- "@vue/tsconfig": "^0.5.1",
66
- "@vueuse/components": "^10.11.0",
67
- "@vueuse/core": "^10.9.0",
68
- "autoprefixer": "^10.4.19",
69
- "eslint": "^8.57.0",
70
- "eslint-plugin-storybook": "^0.8.0",
71
- "eslint-plugin-vue": "^9.23.0",
72
- "jsdom": "^24.0.0",
73
- "npm-run-all2": "^6.1.2",
74
- "postcss": "^8.4.39",
75
- "prettier": "^3.2.5",
76
- "primevue": "^3.52.0",
77
- "sass": "^1.77.0",
78
- "storybook": "^8.0.10",
79
- "tailwindcss": "^3.4.4",
80
- "typescript": "~5.4.0",
81
- "vite": "^5.2.8",
82
- "vitest": "^1.4.0",
83
- "vue": "^3.4.27",
84
- "vue-router": "^4.3.2",
55
+ "@types/jsdom": "^21.1.7",
56
+ "@types/node": "^22.10.2",
57
+ "@vitejs/plugin-vue": "^5.2.1",
58
+ "@vitejs/plugin-vue-jsx": "^4.1.1",
59
+ "@vue/eslint-config-prettier": "^10.1.0",
60
+ "@vue/eslint-config-typescript": "^14.1.4",
61
+ "@vue/test-utils": "^2.4.6",
62
+ "@vue/tsconfig": "^0.7.0",
63
+ "@vueuse/components": "^12.0.0",
64
+ "@vueuse/core": "^12.0.0",
65
+ "autoprefixer": "^10.4.20",
66
+ "eslint": "^9.17.0",
67
+ "eslint-plugin-storybook": "^0.11.1",
68
+ "eslint-plugin-vue": "^9.32.0",
69
+ "jsdom": "^25.0.1",
70
+ "npm-run-all2": "^7.0.2",
71
+ "postcss": "^8.4.49",
72
+ "prettier": "^3.4.2",
73
+ "primevue": "^4.2.5",
74
+ "storybook": "^8.4.7",
75
+ "tailwindcss": "^3.4.16",
76
+ "typescript": "~5.7.2",
77
+ "vite": "^6.0.3",
78
+ "vitest": "^2.1.8",
79
+ "vue": "^3.5.13",
80
+ "vue-router": "^4.5.0",
85
81
  "vue-tippy": "^6.5.0",
86
- "vue-tsc": "^2.0.11"
82
+ "vue-tsc": "^2.1.10"
87
83
  },
88
84
  "peerDependencies": {
89
- "@awesome.me/kit-bccbe657bb": "^1.0.8",
85
+ "@awesome.me/kit-bccbe657bb": "^1.0.137",
90
86
  "@fortawesome/vue-fontawesome": "^3.0.8",
91
- "@vueuse/core": "^10.9.0",
92
- "vue": "^3.4.27",
93
- "vue-router": "^4.3.2",
87
+ "@vueuse/core": "^12.0.0",
88
+ "vue": "^3.5.13",
89
+ "vue-router": "^4.5.0",
94
90
  "vue-tippy": "^6.5.0"
95
91
  }
96
92
  }
@@ -1,16 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
- msg: string;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
- msg: string;
5
- }>>>, {}, {}>;
6
- export default _default;
7
-
8
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- type __VLS_TypePropsToOption<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
@@ -1,53 +0,0 @@
1
- import { type BadgePassThroughOptions } from 'primevue/badge';
2
- import { type PassThroughOptions } from 'primevue/passthrough';
3
- import type { PassThrough } from 'primevue/ts-helpers';
4
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
5
- value?: string | undefined;
6
- severity?: "primary" | "success" | "warning" | "danger" | "secondary" | "info" | "contrast" | undefined;
7
- pt?: PassThrough<BadgePassThroughOptions<any>>;
8
- ptOptions?: PassThroughOptions | undefined;
9
- }>, {
10
- value: string;
11
- severity: "primary";
12
- pt: undefined;
13
- ptOptions: () => {
14
- mergeSections: boolean;
15
- mergeProps: boolean;
16
- };
17
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
18
- value?: string | undefined;
19
- severity?: "primary" | "success" | "warning" | "danger" | "secondary" | "info" | "contrast" | undefined;
20
- pt?: PassThrough<BadgePassThroughOptions<any>>;
21
- ptOptions?: PassThroughOptions | undefined;
22
- }>, {
23
- value: string;
24
- severity: "primary";
25
- pt: undefined;
26
- ptOptions: () => {
27
- mergeSections: boolean;
28
- mergeProps: boolean;
29
- };
30
- }>>>, {
31
- severity: "primary" | "success" | "warning" | "danger" | "secondary" | "info" | "contrast";
32
- pt: object | BadgePassThroughOptions<any>;
33
- ptOptions: PassThroughOptions;
34
- value: string;
35
- }, {}>;
36
- export default _default;
37
- type __VLS_WithDefaults<P, D> = {
38
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
- default: D[K];
40
- }> : P[K];
41
- };
42
- type __VLS_Prettify<T> = {
43
- [K in keyof T]: T[K];
44
- } & {};
45
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
46
- type __VLS_TypePropsToOption<T> = {
47
- [K in keyof T]-?: {} extends Pick<T, K> ? {
48
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
49
- } : {
50
- type: import('vue').PropType<T[K]>;
51
- required: true;
52
- };
53
- };
@@ -1,63 +0,0 @@
1
- import { type ButtonPassThroughOptions } from 'primevue/button';
2
- import { type PassThroughOptions } from 'primevue/passthrough';
3
- import type { PassThrough } from 'primevue/ts-helpers';
4
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
5
- severity?: "text" | "primary" | "outlined" | "success" | "warning" | "danger" | undefined;
6
- label?: string | undefined;
7
- pt?: PassThrough<ButtonPassThroughOptions<any>>;
8
- ptOptions?: PassThroughOptions | undefined;
9
- isAction?: boolean | undefined;
10
- small?: boolean | undefined;
11
- }>, {
12
- label: string;
13
- severity: "primary";
14
- pt: undefined;
15
- ptOptions: () => {
16
- mergeSections: boolean;
17
- mergeProps: boolean;
18
- };
19
- isAction: boolean;
20
- small: boolean;
21
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
22
- severity?: "text" | "primary" | "outlined" | "success" | "warning" | "danger" | undefined;
23
- label?: string | undefined;
24
- pt?: PassThrough<ButtonPassThroughOptions<any>>;
25
- ptOptions?: PassThroughOptions | undefined;
26
- isAction?: boolean | undefined;
27
- small?: boolean | undefined;
28
- }>, {
29
- label: string;
30
- severity: "primary";
31
- pt: undefined;
32
- ptOptions: () => {
33
- mergeSections: boolean;
34
- mergeProps: boolean;
35
- };
36
- isAction: boolean;
37
- small: boolean;
38
- }>>>, {
39
- small: boolean;
40
- label: string;
41
- severity: "text" | "primary" | "outlined" | "success" | "warning" | "danger";
42
- pt: object | ButtonPassThroughOptions<any>;
43
- ptOptions: PassThroughOptions;
44
- isAction: boolean;
45
- }, {}>;
46
- export default _default;
47
- type __VLS_WithDefaults<P, D> = {
48
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
49
- default: D[K];
50
- }> : P[K];
51
- };
52
- type __VLS_Prettify<T> = {
53
- [K in keyof T]: T[K];
54
- } & {};
55
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
56
- type __VLS_TypePropsToOption<T> = {
57
- [K in keyof T]-?: {} extends Pick<T, K> ? {
58
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
59
- } : {
60
- type: import('vue').PropType<T[K]>;
61
- required: true;
62
- };
63
- };
@@ -1,54 +0,0 @@
1
- import { type ButtonPassThroughOptions } from 'primevue/button';
2
- import { type PassThroughOptions } from 'primevue/passthrough';
3
- import type { PassThrough } from 'primevue/ts-helpers';
4
- import { type RoundedButtonSeverities } from './uiButtonRounded.const';
5
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
- severity?: RoundedButtonSeverities | undefined;
7
- label?: string | undefined;
8
- pt?: PassThrough<ButtonPassThroughOptions<any>>;
9
- ptOptions?: PassThroughOptions | undefined;
10
- }>, {
11
- label: string;
12
- severity: "primary";
13
- pt: undefined;
14
- ptOptions: () => {
15
- mergeSections: boolean;
16
- mergeProps: boolean;
17
- };
18
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
19
- severity?: RoundedButtonSeverities | undefined;
20
- label?: string | undefined;
21
- pt?: PassThrough<ButtonPassThroughOptions<any>>;
22
- ptOptions?: PassThroughOptions | undefined;
23
- }>, {
24
- label: string;
25
- severity: "primary";
26
- pt: undefined;
27
- ptOptions: () => {
28
- mergeSections: boolean;
29
- mergeProps: boolean;
30
- };
31
- }>>>, {
32
- label: string;
33
- severity: RoundedButtonSeverities;
34
- pt: object | ButtonPassThroughOptions<any>;
35
- ptOptions: PassThroughOptions;
36
- }, {}>;
37
- export default _default;
38
- type __VLS_WithDefaults<P, D> = {
39
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
- default: D[K];
41
- }> : P[K];
42
- };
43
- type __VLS_Prettify<T> = {
44
- [K in keyof T]: T[K];
45
- } & {};
46
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
47
- type __VLS_TypePropsToOption<T> = {
48
- [K in keyof T]-?: {} extends Pick<T, K> ? {
49
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
50
- } : {
51
- type: import('vue').PropType<T[K]>;
52
- required: true;
53
- };
54
- };
@@ -1,74 +0,0 @@
1
- import { type CheckboxPassThroughOptions } from 'primevue/checkbox';
2
- import { type PassThroughOptions } from 'primevue/passthrough';
3
- import type { PassThrough } from 'primevue/ts-helpers';
4
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
5
- pt?: PassThrough<CheckboxPassThroughOptions>;
6
- ptOptions?: PassThroughOptions | undefined;
7
- isDisabled?: boolean | undefined;
8
- modelValue: boolean | string[];
9
- value?: string | undefined;
10
- label?: string | undefined;
11
- isLabelLeft?: boolean | undefined;
12
- binary?: boolean | undefined;
13
- }>, {
14
- pt: undefined;
15
- ptOptions: () => {
16
- mergeSections: boolean;
17
- mergeProps: boolean;
18
- };
19
- isDisabled: boolean;
20
- value: string;
21
- label: string;
22
- isLabelLeft: boolean;
23
- binary: boolean;
24
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
- "update:modelValue": (value: boolean | string[]) => void;
26
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
27
- pt?: PassThrough<CheckboxPassThroughOptions>;
28
- ptOptions?: PassThroughOptions | undefined;
29
- isDisabled?: boolean | undefined;
30
- modelValue: boolean | string[];
31
- value?: string | undefined;
32
- label?: string | undefined;
33
- isLabelLeft?: boolean | undefined;
34
- binary?: boolean | undefined;
35
- }>, {
36
- pt: undefined;
37
- ptOptions: () => {
38
- mergeSections: boolean;
39
- mergeProps: boolean;
40
- };
41
- isDisabled: boolean;
42
- value: string;
43
- label: string;
44
- isLabelLeft: boolean;
45
- binary: boolean;
46
- }>>> & {
47
- "onUpdate:modelValue"?: ((value: boolean | string[]) => any) | undefined;
48
- }, {
49
- label: string;
50
- pt: object | CheckboxPassThroughOptions;
51
- ptOptions: PassThroughOptions;
52
- binary: boolean;
53
- value: string;
54
- isDisabled: boolean;
55
- isLabelLeft: boolean;
56
- }, {}>;
57
- export default _default;
58
- type __VLS_WithDefaults<P, D> = {
59
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
60
- default: D[K];
61
- }> : P[K];
62
- };
63
- type __VLS_Prettify<T> = {
64
- [K in keyof T]: T[K];
65
- } & {};
66
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
67
- type __VLS_TypePropsToOption<T> = {
68
- [K in keyof T]-?: {} extends Pick<T, K> ? {
69
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
70
- } : {
71
- type: import('vue').PropType<T[K]>;
72
- required: true;
73
- };
74
- };
@@ -1,79 +0,0 @@
1
- import { type ChipPassThroughOptions } from 'primevue/chip';
2
- import { type PassThroughOptions } from 'primevue/passthrough';
3
- import type { PassThrough } from 'primevue/ts-helpers';
4
- import { type ChipTypes } from './uiChip.const';
5
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
- pt?: PassThrough<ChipPassThroughOptions>;
7
- ptOptions?: PassThroughOptions | undefined;
8
- type?: ChipTypes | undefined;
9
- removable?: boolean | undefined;
10
- label?: string | undefined;
11
- isSelected?: boolean | undefined;
12
- value?: string | undefined;
13
- isRounded?: boolean | undefined;
14
- isDisabled?: boolean | undefined;
15
- }>, {
16
- pt: undefined;
17
- ptOptions: () => {
18
- mergeSections: boolean;
19
- mergeProps: boolean;
20
- };
21
- type: "input";
22
- removable: boolean;
23
- label: string;
24
- isSelected: boolean;
25
- value: undefined;
26
- isRounded: boolean;
27
- isDisabled: boolean;
28
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
29
- pt?: PassThrough<ChipPassThroughOptions>;
30
- ptOptions?: PassThroughOptions | undefined;
31
- type?: ChipTypes | undefined;
32
- removable?: boolean | undefined;
33
- label?: string | undefined;
34
- isSelected?: boolean | undefined;
35
- value?: string | undefined;
36
- isRounded?: boolean | undefined;
37
- isDisabled?: boolean | undefined;
38
- }>, {
39
- pt: undefined;
40
- ptOptions: () => {
41
- mergeSections: boolean;
42
- mergeProps: boolean;
43
- };
44
- type: "input";
45
- removable: boolean;
46
- label: string;
47
- isSelected: boolean;
48
- value: undefined;
49
- isRounded: boolean;
50
- isDisabled: boolean;
51
- }>>>, {
52
- type: ChipTypes;
53
- label: string;
54
- pt: object | ChipPassThroughOptions;
55
- ptOptions: PassThroughOptions;
56
- value: string;
57
- isDisabled: boolean;
58
- removable: boolean;
59
- isSelected: boolean;
60
- isRounded: boolean;
61
- }, {}>;
62
- export default _default;
63
- type __VLS_WithDefaults<P, D> = {
64
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
65
- default: D[K];
66
- }> : P[K];
67
- };
68
- type __VLS_Prettify<T> = {
69
- [K in keyof T]: T[K];
70
- } & {};
71
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
72
- type __VLS_TypePropsToOption<T> = {
73
- [K in keyof T]-?: {} extends Pick<T, K> ? {
74
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
75
- } : {
76
- type: import('vue').PropType<T[K]>;
77
- required: true;
78
- };
79
- };
@@ -1,24 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
- header: string;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
- header: string;
5
- }>>>, {}, {}>, {
6
- toolbar?(_: {}): any;
7
- default?(_: {}): any;
8
- footer?(_: {}): any;
9
- }>;
10
- export default _default;
11
- type __VLS_WithTemplateSlots<T, S> = T & {
12
- new (): {
13
- $slots: S;
14
- };
15
- };
16
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- type __VLS_TypePropsToOption<T> = {
18
- [K in keyof T]-?: {} extends Pick<T, K> ? {
19
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
- } : {
21
- type: import('vue').PropType<T[K]>;
22
- required: true;
23
- };
24
- };
@@ -1,55 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
- textToClipboard: string;
3
- textToDisplay?: string | number | undefined;
4
- tooltipText: string | number;
5
- tooltipPosition?: "right" | "left" | "top" | "bottom" | undefined;
6
- hiddenIcon?: boolean | undefined;
7
- iconPosition?: "right" | "left" | undefined;
8
- }>, {
9
- textToDisplay: string;
10
- tooltipPosition: "top";
11
- hiddenIcon: boolean;
12
- iconPosition: "right";
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
14
- textToClipboard: string;
15
- textToDisplay?: string | number | undefined;
16
- tooltipText: string | number;
17
- tooltipPosition?: "right" | "left" | "top" | "bottom" | undefined;
18
- hiddenIcon?: boolean | undefined;
19
- iconPosition?: "right" | "left" | undefined;
20
- }>, {
21
- textToDisplay: string;
22
- tooltipPosition: "top";
23
- hiddenIcon: boolean;
24
- iconPosition: "right";
25
- }>>>, {
26
- textToDisplay: string | number;
27
- tooltipPosition: "right" | "left" | "top" | "bottom";
28
- hiddenIcon: boolean;
29
- iconPosition: "right" | "left";
30
- }, {}>, {
31
- default?(_: {}): any;
32
- }>;
33
- export default _default;
34
- type __VLS_WithDefaults<P, D> = {
35
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
- default: D[K];
37
- }> : P[K];
38
- };
39
- type __VLS_Prettify<T> = {
40
- [K in keyof T]: T[K];
41
- } & {};
42
- type __VLS_WithTemplateSlots<T, S> = T & {
43
- new (): {
44
- $slots: S;
45
- };
46
- };
47
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
- type __VLS_TypePropsToOption<T> = {
49
- [K in keyof T]-?: {} extends Pick<T, K> ? {
50
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
51
- } : {
52
- type: import('vue').PropType<T[K]>;
53
- required: true;
54
- };
55
- };
@@ -1,59 +0,0 @@
1
- import { type ButtonPassThroughOptions } from 'primevue/button';
2
- import { type PassThroughOptions } from 'primevue/passthrough';
3
- import type { PassThrough } from 'primevue/ts-helpers';
4
- import { type IconButtonSeverities } from './uiIconButton.const';
5
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
- severity?: IconButtonSeverities | undefined;
7
- label?: string | undefined;
8
- pt?: PassThrough<ButtonPassThroughOptions<any>>;
9
- ptOptions?: PassThroughOptions | undefined;
10
- isDisabled?: boolean | undefined;
11
- }>, {
12
- severity: "primary";
13
- label: string;
14
- pt: undefined;
15
- ptOptions: () => {
16
- mergeSections: boolean;
17
- mergeProps: boolean;
18
- };
19
- isDisabled: boolean;
20
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
21
- severity?: IconButtonSeverities | undefined;
22
- label?: string | undefined;
23
- pt?: PassThrough<ButtonPassThroughOptions<any>>;
24
- ptOptions?: PassThroughOptions | undefined;
25
- isDisabled?: boolean | undefined;
26
- }>, {
27
- severity: "primary";
28
- label: string;
29
- pt: undefined;
30
- ptOptions: () => {
31
- mergeSections: boolean;
32
- mergeProps: boolean;
33
- };
34
- isDisabled: boolean;
35
- }>>>, {
36
- label: string;
37
- severity: IconButtonSeverities;
38
- pt: object | ButtonPassThroughOptions<any>;
39
- ptOptions: PassThroughOptions;
40
- isDisabled: boolean;
41
- }, {}>;
42
- export default _default;
43
- type __VLS_WithDefaults<P, D> = {
44
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
45
- default: D[K];
46
- }> : P[K];
47
- };
48
- type __VLS_Prettify<T> = {
49
- [K in keyof T]: T[K];
50
- } & {};
51
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
52
- type __VLS_TypePropsToOption<T> = {
53
- [K in keyof T]-?: {} extends Pick<T, K> ? {
54
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
55
- } : {
56
- type: import('vue').PropType<T[K]>;
57
- required: true;
58
- };
59
- };