@piveau/piveau-hub-ui-modules 80.0.0-alpha.0 → 80.0.0-alpha.2
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/data-provider-interface/HappyFlowComponents/DPIHome.vue.d.ts +71 -5
- package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.mjs +657 -569
- package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.mjs.map +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/img/Crossout.svg.mjs +5 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Crossout.svg.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/DeleteBlue.svg.mjs +5 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/DeleteBlue.svg.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/DeleteBlue100.svg.mjs +5 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/DeleteBlue100.svg.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/DeleteBlue30.svg.mjs +5 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/DeleteBlue30.svg.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/DeleteBlue60.svg.mjs +5 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/DeleteBlue60.svg.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/MagnifyingGlassSec.svg.mjs.map +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/img/MagnifyingGlassWhite.svg.mjs.map +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/img/ThreeDotsVertical.svg.mjs +5 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/ThreeDotsVertical.svg.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/X.svg.mjs.map +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/Accordion.vue.mjs +8 -8
- package/dist/data-provider-interface/HappyFlowComponents/ui/Accordion.vue.mjs.map +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.mjs +25 -24
- package/dist/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.mjs.map +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue2.mjs.map +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/Chip.vue.d.ts +2 -2
- package/dist/data-provider-interface/HappyFlowComponents/ui/Chip.vue.mjs +62 -28
- package/dist/data-provider-interface/HappyFlowComponents/ui/Chip.vue.mjs.map +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue.d.ts +8 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue.mjs +22 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue2.mjs +17 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue2.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue3.mjs +5 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue3.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/InputV3.vue.d.ts +4 -2
- package/dist/data-provider-interface/HappyFlowComponents/ui/InputV3.vue.mjs +79 -55
- package/dist/data-provider-interface/HappyFlowComponents/ui/InputV3.vue.mjs.map +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/MoreButton.vue.d.ts +8 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/MoreButton.vue.mjs +22 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/MoreButton.vue.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/MoreButton.vue2.mjs +17 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/MoreButton.vue2.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/MoreButton.vue3.mjs +5 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/MoreButton.vue3.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/{TextButtonV3.vue.mjs → TertiaryButton.vue.mjs} +8 -8
- package/dist/data-provider-interface/HappyFlowComponents/ui/TertiaryButton.vue.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/{TextButtonV3.vue2.mjs → TertiaryButton.vue2.mjs} +7 -7
- package/dist/data-provider-interface/HappyFlowComponents/ui/TertiaryButton.vue2.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TertiaryButton.vue3.mjs +5 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TertiaryButton.vue3.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonSmall.vue.d.ts +55 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonSmall.vue.mjs +32 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonSmall.vue.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonSmall.vue2.mjs +88 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonSmall.vue2.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonSmall.vue3.mjs +5 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonSmall.vue3.mjs.map +1 -0
- package/dist/piveau-hub-ui-modules.css +1 -1
- package/package.json +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonV3.vue.mjs.map +0 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonV3.vue2.mjs.map +0 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonV3.vue3.mjs +0 -5
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonV3.vue3.mjs.map +0 -1
- /package/dist/data-provider-interface/HappyFlowComponents/ui/{TextButtonV3.vue.d.ts → TertiaryButton.vue.d.ts} +0 -0
|
@@ -8,11 +8,11 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
8
8
|
Chip: import('vue').DefineComponent<{}, {
|
|
9
9
|
data: Record<string, any>;
|
|
10
10
|
text: string;
|
|
11
|
-
|
|
11
|
+
setup: Record<string, any>;
|
|
12
12
|
$props: {
|
|
13
13
|
readonly data?: Record<string, any> | undefined;
|
|
14
14
|
readonly text?: string | undefined;
|
|
15
|
-
readonly
|
|
15
|
+
readonly setup?: Record<string, any> | undefined;
|
|
16
16
|
};
|
|
17
17
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
18
18
|
ButtonV3: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -86,13 +86,15 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
86
86
|
InputV3: import('vue').DefineComponent<{}, {
|
|
87
87
|
data: Record<string, any>;
|
|
88
88
|
text: Record<string, any>;
|
|
89
|
-
type: string;
|
|
90
89
|
validation: Record<string, any>;
|
|
90
|
+
isDisabled: boolean;
|
|
91
|
+
inputType?: string | undefined;
|
|
91
92
|
$props: {
|
|
92
93
|
readonly data?: Record<string, any> | undefined;
|
|
93
94
|
readonly text?: Record<string, any> | undefined;
|
|
94
|
-
readonly type?: string | undefined;
|
|
95
95
|
readonly validation?: Record<string, any> | undefined;
|
|
96
|
+
readonly isDisabled?: boolean | undefined;
|
|
97
|
+
readonly inputType?: string | undefined;
|
|
96
98
|
};
|
|
97
99
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
98
100
|
Accordion: import('vue').DefineComponent<{}, {
|
|
@@ -105,7 +107,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
105
107
|
readonly type?: string | undefined;
|
|
106
108
|
};
|
|
107
109
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
108
|
-
|
|
110
|
+
TertiaryButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
109
111
|
buttonText: {
|
|
110
112
|
type: StringConstructor;
|
|
111
113
|
required: false;
|
|
@@ -174,5 +176,69 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
174
176
|
readonly type?: string | undefined;
|
|
175
177
|
};
|
|
176
178
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
179
|
+
CrossOutButton: import('vue').DefineComponent<{}, {}, {}, {}, {
|
|
180
|
+
handleClick(): void;
|
|
181
|
+
removeFocus(event: MouseEvent): void;
|
|
182
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
183
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
184
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
185
|
+
MoreButton: import('vue').DefineComponent<{}, {}, {}, {}, {
|
|
186
|
+
handleClick(): void;
|
|
187
|
+
removeFocus(event: MouseEvent): void;
|
|
188
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
189
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
190
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
191
|
+
TextButtonSmall: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
192
|
+
buttonText: {
|
|
193
|
+
type: StringConstructor;
|
|
194
|
+
required: true;
|
|
195
|
+
default: string;
|
|
196
|
+
};
|
|
197
|
+
size: {
|
|
198
|
+
type: import('vue').PropType<"small">;
|
|
199
|
+
default: string;
|
|
200
|
+
};
|
|
201
|
+
icon: {
|
|
202
|
+
type: import('vue').PropType<string | null>;
|
|
203
|
+
default: null;
|
|
204
|
+
};
|
|
205
|
+
disabled: {
|
|
206
|
+
type: BooleanConstructor;
|
|
207
|
+
default: boolean;
|
|
208
|
+
};
|
|
209
|
+
}>, {}, {
|
|
210
|
+
iconStartPath: string | null;
|
|
211
|
+
}, {
|
|
212
|
+
buttonClass(): {}[];
|
|
213
|
+
iconSizeClass(): {}[];
|
|
214
|
+
}, {
|
|
215
|
+
onPress(event: MouseEvent): Promise<void>;
|
|
216
|
+
onRelease(): Promise<void>;
|
|
217
|
+
onHover(): Promise<void>;
|
|
218
|
+
onLeave(): Promise<void>;
|
|
219
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
220
|
+
buttonText: {
|
|
221
|
+
type: StringConstructor;
|
|
222
|
+
required: true;
|
|
223
|
+
default: string;
|
|
224
|
+
};
|
|
225
|
+
size: {
|
|
226
|
+
type: import('vue').PropType<"small">;
|
|
227
|
+
default: string;
|
|
228
|
+
};
|
|
229
|
+
icon: {
|
|
230
|
+
type: import('vue').PropType<string | null>;
|
|
231
|
+
default: null;
|
|
232
|
+
};
|
|
233
|
+
disabled: {
|
|
234
|
+
type: BooleanConstructor;
|
|
235
|
+
default: boolean;
|
|
236
|
+
};
|
|
237
|
+
}>> & Readonly<{}>, {
|
|
238
|
+
size: "small";
|
|
239
|
+
disabled: boolean;
|
|
240
|
+
icon: string | null;
|
|
241
|
+
buttonText: string;
|
|
242
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
177
243
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
178
244
|
export default _default;
|