@piveau/piveau-hub-ui-modules 80.0.0-alpha.1 → 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 +5 -3
- package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.mjs +211 -198
- package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.mjs.map +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.mjs +26 -25
- 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/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/{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/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
|
@@ -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;
|