@piveau/piveau-hub-ui-modules 80.0.0-alpha.21 → 80.0.0-alpha.22
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 +126 -0
- package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.mjs +411 -395
- package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.mjs.map +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/DatasetStatus.vue.d.ts +127 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/DatasetStatus.vue.mjs +55 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/DatasetStatus.vue.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/DatasetStatus.vue2.mjs +5 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/DatasetStatus.vue2.mjs.map +1 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.mjs +57 -47
- package/dist/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.mjs.map +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonSmall.vue.mjs +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonSmall.vue.mjs.map +1 -1
- package/dist/piveau-hub-ui-modules.css +1 -1
- package/package.json +1 -1
|
@@ -1024,5 +1024,131 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {
|
|
|
1024
1024
|
readonly inputType?: Record<string, any> | undefined;
|
|
1025
1025
|
};
|
|
1026
1026
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1027
|
+
DatasetStatus: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1028
|
+
timestamp: {
|
|
1029
|
+
type: StringConstructor;
|
|
1030
|
+
required: true;
|
|
1031
|
+
};
|
|
1032
|
+
statuses: {
|
|
1033
|
+
type: ArrayConstructor;
|
|
1034
|
+
required: true;
|
|
1035
|
+
};
|
|
1036
|
+
}>, {}, {}, {}, {
|
|
1037
|
+
handleMoreClick(): void;
|
|
1038
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1039
|
+
timestamp: {
|
|
1040
|
+
type: StringConstructor;
|
|
1041
|
+
required: true;
|
|
1042
|
+
};
|
|
1043
|
+
statuses: {
|
|
1044
|
+
type: ArrayConstructor;
|
|
1045
|
+
required: true;
|
|
1046
|
+
};
|
|
1047
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
1048
|
+
StateTag: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1049
|
+
label: {
|
|
1050
|
+
type: StringConstructor;
|
|
1051
|
+
required: true;
|
|
1052
|
+
};
|
|
1053
|
+
state: {
|
|
1054
|
+
type: StringConstructor;
|
|
1055
|
+
required: true;
|
|
1056
|
+
};
|
|
1057
|
+
size: {
|
|
1058
|
+
type: StringConstructor;
|
|
1059
|
+
default: string;
|
|
1060
|
+
};
|
|
1061
|
+
}>, {}, {}, {
|
|
1062
|
+
stateClass(): string;
|
|
1063
|
+
sizeClass(): string;
|
|
1064
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1065
|
+
label: {
|
|
1066
|
+
type: StringConstructor;
|
|
1067
|
+
required: true;
|
|
1068
|
+
};
|
|
1069
|
+
state: {
|
|
1070
|
+
type: StringConstructor;
|
|
1071
|
+
required: true;
|
|
1072
|
+
};
|
|
1073
|
+
size: {
|
|
1074
|
+
type: StringConstructor;
|
|
1075
|
+
default: string;
|
|
1076
|
+
};
|
|
1077
|
+
}>> & Readonly<{}>, {
|
|
1078
|
+
size: string;
|
|
1079
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1080
|
+
MoreButton: import('vue').DefineComponent<{}, {}, {
|
|
1081
|
+
isFocused: boolean;
|
|
1082
|
+
isActive: boolean;
|
|
1083
|
+
}, {}, {
|
|
1084
|
+
handleClick(): void;
|
|
1085
|
+
removeFocus(event: any): void;
|
|
1086
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
1087
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
1088
|
+
}>, {}, {}, {
|
|
1089
|
+
PhDotsThreeVertical: {
|
|
1090
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
1091
|
+
weight: {
|
|
1092
|
+
type: import('vue').PropType<"bold" | "fill" | "thin" | "light" | "regular" | "duotone">;
|
|
1093
|
+
};
|
|
1094
|
+
size: {
|
|
1095
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1096
|
+
};
|
|
1097
|
+
color: {
|
|
1098
|
+
type: StringConstructor;
|
|
1099
|
+
};
|
|
1100
|
+
mirrored: {
|
|
1101
|
+
type: BooleanConstructor;
|
|
1102
|
+
};
|
|
1103
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
1104
|
+
mirrored: boolean;
|
|
1105
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1106
|
+
P: {};
|
|
1107
|
+
B: {};
|
|
1108
|
+
D: {};
|
|
1109
|
+
C: {};
|
|
1110
|
+
M: {};
|
|
1111
|
+
Defaults: {};
|
|
1112
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
1113
|
+
weight: {
|
|
1114
|
+
type: import('vue').PropType<"bold" | "fill" | "thin" | "light" | "regular" | "duotone">;
|
|
1115
|
+
};
|
|
1116
|
+
size: {
|
|
1117
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1118
|
+
};
|
|
1119
|
+
color: {
|
|
1120
|
+
type: StringConstructor;
|
|
1121
|
+
};
|
|
1122
|
+
mirrored: {
|
|
1123
|
+
type: BooleanConstructor;
|
|
1124
|
+
};
|
|
1125
|
+
}>>, {}, {}, {}, {}, {
|
|
1126
|
+
mirrored: boolean;
|
|
1127
|
+
}>;
|
|
1128
|
+
__isFragment?: never;
|
|
1129
|
+
__isTeleport?: never;
|
|
1130
|
+
__isSuspense?: never;
|
|
1131
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1132
|
+
weight: {
|
|
1133
|
+
type: import('vue').PropType<"bold" | "fill" | "thin" | "light" | "regular" | "duotone">;
|
|
1134
|
+
};
|
|
1135
|
+
size: {
|
|
1136
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1137
|
+
};
|
|
1138
|
+
color: {
|
|
1139
|
+
type: StringConstructor;
|
|
1140
|
+
};
|
|
1141
|
+
mirrored: {
|
|
1142
|
+
type: BooleanConstructor;
|
|
1143
|
+
};
|
|
1144
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
1145
|
+
mirrored: boolean;
|
|
1146
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1147
|
+
$slots: {
|
|
1148
|
+
default?(_: {}): any;
|
|
1149
|
+
};
|
|
1150
|
+
});
|
|
1151
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1152
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1027
1153
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1028
1154
|
export default _default;
|