@abyss-project/commons-front-core 1.0.60 → 1.0.62
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/components/Chips/ApplicationWebhookTypeChip/ApplicationWebhookTypeChip.component.d.ts +9 -0
- package/dist/components/Chips/ApplicationWebhookTypeChip/index.d.ts +1 -0
- package/dist/components/Chips/index.d.ts +1 -0
- package/dist/hooks/use-rich-intl.hook.d.ts +2 -0
- package/dist/{index-DyZpfmQ_.js → index-Dk_H4_6J.js} +4627 -4615
- package/dist/index.js +70 -69
- package/dist/translations/en.d.ts +1 -0
- package/dist/translations/fr.d.ts +1 -0
- package/dist/{web-QqBbYu9p.js → web-CvrZXq1U.js} +1 -1
- package/package.json +4 -4
package/dist/components/Chips/ApplicationWebhookTypeChip/ApplicationWebhookTypeChip.component.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ApplicationWebhookScope } from '@abyss-project/monitor';
|
|
2
|
+
type Props = {
|
|
3
|
+
value: ApplicationWebhookScope;
|
|
4
|
+
classes: Record<string, string>;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('react').JSXElementConstructor<Omit<Props & {
|
|
7
|
+
children?: import('react').ReactNode;
|
|
8
|
+
}, "classes"> & import('@mui/styles/withStyles').StyledComponentProps<string> & object>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ApplicationWebhookTypeChip } from './ApplicationWebhookTypeChip.component';
|
|
@@ -227,6 +227,7 @@ export declare const translations: {
|
|
|
227
227
|
'empty-graph': string;
|
|
228
228
|
back: string;
|
|
229
229
|
next: string;
|
|
230
|
+
update: string;
|
|
230
231
|
save: string;
|
|
231
232
|
create: string;
|
|
232
233
|
loading: string;
|
|
@@ -752,6 +753,7 @@ export declare const translations: {
|
|
|
752
753
|
back: string;
|
|
753
754
|
next: string;
|
|
754
755
|
save: string;
|
|
756
|
+
update: string;
|
|
755
757
|
create: string;
|
|
756
758
|
loading: string;
|
|
757
759
|
new: string;
|