@lumx/vue 4.0.1-alpha.6 → 4.0.1-alpha.8

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/package.json CHANGED
@@ -22,14 +22,14 @@
22
22
  "main": "index.js",
23
23
  "types": "index.d.ts",
24
24
  "sideEffects": false,
25
- "version": "4.0.1-alpha.6",
25
+ "version": "4.0.1-alpha.8",
26
26
  "dependencies": {
27
- "@lumx/core": "^4.0.1-alpha.6",
28
- "@lumx/icons": "^4.0.1-alpha.6",
29
- "vue": "^3.5.25"
27
+ "@lumx/core": "^4.0.1-alpha.8",
28
+ "@lumx/icons": "^4.0.1-alpha.8"
30
29
  },
31
30
  "peerDependencies": {
32
- "lodash": "4.17.21"
31
+ "lodash": "4.17.21",
32
+ "vue": "^3.5.25"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@babel/plugin-transform-react-jsx": "^7.27.1",
@@ -52,6 +52,7 @@
52
52
  "vite-plugin-dts": "^4.5.4",
53
53
  "vite-plugin-static-copy": "^3.1.4",
54
54
  "vite-tsconfig-paths": "^5.1.4",
55
- "vitest": "^3.0.0"
55
+ "vitest": "^3.0.0",
56
+ "vue": "^3.5.25"
56
57
  }
57
58
  }
@@ -1,232 +0,0 @@
1
- import { IconProps, IconSizes } from '../..';
2
- declare const _default: {
3
- argTypes: {
4
- icon: {
5
- control: {
6
- type: string;
7
- };
8
- options: {
9
- undefined: undefined;
10
- mdiAbTesting: string;
11
- mdiAbjadArabic: string;
12
- mdiAccount: string;
13
- mdiAccountBox: string;
14
- mdiAlert: string;
15
- mdiAlertCircle: string;
16
- mdiArrowDown: string;
17
- mdiArrowUp: string;
18
- mdiAtom: string;
19
- mdiBee: string;
20
- mdiBell: string;
21
- mdiBullhornOutline: string;
22
- mdiCheck: string;
23
- mdiCheckCircle: string;
24
- mdiChevronDown: string;
25
- mdiChevronLeft: string;
26
- mdiChevronRight: string;
27
- mdiChevronUp: string;
28
- mdiClose: string;
29
- mdiCloseCircle: string;
30
- mdiDelete: string;
31
- mdiDotsHorizontal: string;
32
- mdiDragVertical: string;
33
- mdiEarth: string;
34
- mdiEmail: string;
35
- mdiEye: string;
36
- mdiFileEdit: string;
37
- mdiFlag: string;
38
- mdiFolder: string;
39
- mdiFolderGoogleDrive: string;
40
- mdiFoodApple: string;
41
- mdiGoogleCirclesExtended: string;
42
- mdiHeart: string;
43
- mdiHome: string;
44
- mdiImageBroken: string;
45
- mdiInformation: string;
46
- mdiLink: string;
47
- mdiMagnifyMinusOutline: string;
48
- mdiMagnifyPlusOutline: string;
49
- mdiMenuDown: string;
50
- mdiMessageTextOutline: string;
51
- mdiMinus: string;
52
- mdiOpenInNew: string;
53
- mdiPauseCircleOutline: string;
54
- mdiPencil: string;
55
- mdiPlay: string;
56
- mdiPlayCircleOutline: string;
57
- mdiPlus: string;
58
- mdiRadioboxBlank: string;
59
- mdiRadioboxMarked: string;
60
- mdiReply: string;
61
- mdiSend: string;
62
- mdiStar: string;
63
- mdiTextBox: string;
64
- mdiTextBoxPlus: string;
65
- mdiTram: string;
66
- mdiTranslate: string;
67
- mdiViewList: string;
68
- };
69
- };
70
- hasShape: {
71
- control: string;
72
- };
73
- color: {
74
- control: {
75
- type: "select" | "inline-radio";
76
- };
77
- options: ("light" | "dark" | "primary" | "secondary" | "blue" | "green" | "yellow" | "red" | "grey" | undefined)[];
78
- mapping: Record<string, "light" | "dark" | "primary" | "secondary" | "blue" | "green" | "yellow" | "red" | "grey" | undefined> | undefined;
79
- };
80
- colorVariant: {
81
- control: {
82
- type: "select" | "inline-radio";
83
- };
84
- options: ("D1" | "D2" | "L1" | "L2" | "L3" | "L4" | "L5" | "L6" | "N")[];
85
- mapping: Record<string, "D1" | "D2" | "L1" | "L2" | "L3" | "L4" | "L5" | "L6" | "N"> | undefined;
86
- };
87
- };
88
- component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
89
- args: any;
90
- title: string;
91
- };
92
- export default _default;
93
- /**
94
- * All combinations of size and shape
95
- */
96
- export declare const SizeAndShape: {
97
- render: (args: IconProps) => {
98
- components: {
99
- Icon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
100
- StoryMatrix: {
101
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
102
- rows: unknown[];
103
- cols: unknown[];
104
- $props: {
105
- readonly rows?: unknown[] | undefined;
106
- readonly cols?: unknown[] | undefined;
107
- };
108
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLTableElement, import('vue').ComponentProvideOptions, {
109
- P: {};
110
- B: {};
111
- D: {};
112
- C: {};
113
- M: {};
114
- Defaults: {};
115
- }, Readonly<{}> & Readonly<{}>, {
116
- rows: unknown[];
117
- cols: unknown[];
118
- $props: {
119
- readonly rows?: unknown[] | undefined;
120
- readonly cols?: unknown[] | undefined;
121
- };
122
- }, {}, {}, {}, {}>;
123
- __isFragment?: undefined;
124
- __isTeleport?: undefined;
125
- __isSuspense?: undefined;
126
- } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
127
- rows: unknown[];
128
- cols: unknown[];
129
- $props: {
130
- readonly rows?: unknown[] | undefined;
131
- readonly cols?: unknown[] | undefined;
132
- };
133
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
134
- $slots: {
135
- default?(_: {
136
- row: unknown;
137
- col: unknown;
138
- }): any;
139
- };
140
- });
141
- };
142
- setup(): {
143
- sizes: (IconSizes | undefined)[];
144
- args: IconProps;
145
- shapes: boolean[];
146
- };
147
- template: string;
148
- };
149
- args: {
150
- icon: string;
151
- };
152
- argTypes: {
153
- hasShape: {
154
- control: boolean;
155
- };
156
- size: {
157
- control: boolean;
158
- };
159
- };
160
- };
161
- /**
162
- * All combinations of size and shape
163
- // */
164
- export declare const AllColors: {
165
- render: (args: IconProps) => {
166
- components: {
167
- Icon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
168
- StoryMatrix: {
169
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
170
- rows: unknown[];
171
- cols: unknown[];
172
- $props: {
173
- readonly rows?: unknown[] | undefined;
174
- readonly cols?: unknown[] | undefined;
175
- };
176
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLTableElement, import('vue').ComponentProvideOptions, {
177
- P: {};
178
- B: {};
179
- D: {};
180
- C: {};
181
- M: {};
182
- Defaults: {};
183
- }, Readonly<{}> & Readonly<{}>, {
184
- rows: unknown[];
185
- cols: unknown[];
186
- $props: {
187
- readonly rows?: unknown[] | undefined;
188
- readonly cols?: unknown[] | undefined;
189
- };
190
- }, {}, {}, {}, {}>;
191
- __isFragment?: undefined;
192
- __isTeleport?: undefined;
193
- __isSuspense?: undefined;
194
- } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
195
- rows: unknown[];
196
- cols: unknown[];
197
- $props: {
198
- readonly rows?: unknown[] | undefined;
199
- readonly cols?: unknown[] | undefined;
200
- };
201
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
202
- $slots: {
203
- default?(_: {
204
- row: unknown;
205
- col: unknown;
206
- }): any;
207
- };
208
- });
209
- };
210
- setup(): {
211
- colors: ("light" | "dark" | "primary" | "secondary" | "blue" | "green" | "yellow" | "red" | "grey" | undefined)[];
212
- args: IconProps;
213
- variants: ("D1" | "D2" | "L1" | "L2" | "L3" | "L4" | "L5" | "L6" | "N" | undefined)[];
214
- };
215
- template: string;
216
- };
217
- args: {
218
- size: "m";
219
- icon: string;
220
- };
221
- argTypes: {
222
- hasShape: {
223
- control: boolean;
224
- };
225
- color: {
226
- control: boolean;
227
- };
228
- colorVariant: {
229
- control: boolean;
230
- };
231
- };
232
- };
@@ -1,112 +0,0 @@
1
- import { InputHelperProps, Kind } from '../..';
2
- declare const _default: {
3
- args: {
4
- children: string;
5
- kind?: Kind | undefined;
6
- className?: string | undefined;
7
- theme?: import('../..').Theme | undefined;
8
- };
9
- argTypes: {
10
- kind: {
11
- control: {
12
- type: "select" | "inline-radio";
13
- };
14
- options: ("info" | "success" | "warning" | "error")[];
15
- mapping: Record<string, "info" | "success" | "warning" | "error"> | undefined;
16
- };
17
- };
18
- title: string;
19
- component: {
20
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
21
- P: {};
22
- B: {};
23
- D: {};
24
- C: {};
25
- M: {};
26
- Defaults: {};
27
- }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
28
- __isFragment?: undefined;
29
- __isTeleport?: undefined;
30
- __isSuspense?: undefined;
31
- } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
32
- $slots: {
33
- default?(_: {}): any;
34
- };
35
- });
36
- };
37
- export default _default;
38
- export declare const Default: {};
39
- export declare const AllKinds: {
40
- render: (args: InputHelperProps) => {
41
- components: {
42
- InputHelper: {
43
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
44
- P: {};
45
- B: {};
46
- D: {};
47
- C: {};
48
- M: {};
49
- Defaults: {};
50
- }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
51
- __isFragment?: undefined;
52
- __isTeleport?: undefined;
53
- __isSuspense?: undefined;
54
- } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
55
- $slots: {
56
- default?(_: {}): any;
57
- };
58
- });
59
- StoryMatrix: {
60
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
61
- rows: unknown[];
62
- cols: unknown[];
63
- $props: {
64
- readonly rows?: unknown[] | undefined;
65
- readonly cols?: unknown[] | undefined;
66
- };
67
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLTableElement, import('vue').ComponentProvideOptions, {
68
- P: {};
69
- B: {};
70
- D: {};
71
- C: {};
72
- M: {};
73
- Defaults: {};
74
- }, Readonly<{}> & Readonly<{}>, {
75
- rows: unknown[];
76
- cols: unknown[];
77
- $props: {
78
- readonly rows?: unknown[] | undefined;
79
- readonly cols?: unknown[] | undefined;
80
- };
81
- }, {}, {}, {}, {}>;
82
- __isFragment?: undefined;
83
- __isTeleport?: undefined;
84
- __isSuspense?: undefined;
85
- } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
86
- rows: unknown[];
87
- cols: unknown[];
88
- $props: {
89
- readonly rows?: unknown[] | undefined;
90
- readonly cols?: unknown[] | undefined;
91
- };
92
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
93
- $slots: {
94
- default?(_: {
95
- row: unknown;
96
- col: unknown;
97
- }): any;
98
- };
99
- });
100
- };
101
- setup(): {
102
- kinds: ("info" | "success" | "warning" | "error" | undefined)[];
103
- args: InputHelperProps;
104
- };
105
- template: string;
106
- };
107
- argTypes: {
108
- kind: {
109
- control: boolean;
110
- };
111
- };
112
- };
@@ -1,29 +0,0 @@
1
- import { Default, IsRequired, WithCustomTypography } from '../../../../lumx-core/src/js/components/InputLabel/Stories';
2
- declare const _default: {
3
- title: string;
4
- component: {
5
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
6
- P: {};
7
- B: {};
8
- D: {};
9
- C: {};
10
- M: {};
11
- Defaults: {};
12
- }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
13
- __isFragment?: undefined;
14
- __isTeleport?: undefined;
15
- __isSuspense?: undefined;
16
- } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
17
- $slots: {
18
- default?(_: {}): any;
19
- };
20
- });
21
- args: any;
22
- argTypes: {
23
- isRequired: {
24
- control: string;
25
- };
26
- };
27
- };
28
- export default _default;
29
- export { Default, IsRequired, WithCustomTypography };
@@ -1,17 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {
2
- rows: unknown[];
3
- cols: unknown[];
4
- $props: {
5
- readonly rows?: unknown[] | undefined;
6
- readonly cols?: unknown[] | undefined;
7
- };
8
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLTableElement>, {
9
- default?(_: {
10
- row: unknown;
11
- col: unknown;
12
- }): any;
13
- }>;
14
- export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & (new () => {
16
- $slots: S;
17
- });