@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.
Files changed (22) hide show
  1. package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.d.ts +5 -3
  2. package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.mjs +211 -198
  3. package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.mjs.map +1 -1
  4. package/dist/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.mjs +26 -25
  5. package/dist/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.mjs.map +1 -1
  6. package/dist/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue2.mjs.map +1 -1
  7. package/dist/data-provider-interface/HappyFlowComponents/ui/InputV3.vue.d.ts +4 -2
  8. package/dist/data-provider-interface/HappyFlowComponents/ui/InputV3.vue.mjs +79 -55
  9. package/dist/data-provider-interface/HappyFlowComponents/ui/InputV3.vue.mjs.map +1 -1
  10. package/dist/data-provider-interface/HappyFlowComponents/ui/{TextButtonV3.vue.mjs → TertiaryButton.vue.mjs} +8 -8
  11. package/dist/data-provider-interface/HappyFlowComponents/ui/TertiaryButton.vue.mjs.map +1 -0
  12. package/dist/data-provider-interface/HappyFlowComponents/ui/{TextButtonV3.vue2.mjs → TertiaryButton.vue2.mjs} +7 -7
  13. package/dist/data-provider-interface/HappyFlowComponents/ui/TertiaryButton.vue2.mjs.map +1 -0
  14. package/dist/data-provider-interface/HappyFlowComponents/ui/TertiaryButton.vue3.mjs +5 -0
  15. package/dist/data-provider-interface/HappyFlowComponents/ui/TertiaryButton.vue3.mjs.map +1 -0
  16. package/dist/piveau-hub-ui-modules.css +1 -1
  17. package/package.json +1 -1
  18. package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonV3.vue.mjs.map +0 -1
  19. package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonV3.vue2.mjs.map +0 -1
  20. package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonV3.vue3.mjs +0 -5
  21. package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonV3.vue3.mjs.map +0 -1
  22. /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
- TextButtonV3: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
110
+ TertiaryButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
109
111
  buttonText: {
110
112
  type: StringConstructor;
111
113
  required: false;