infinity-forge 8.7.7 → 8.7.8
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/client/client.d.ts +2 -2
- package/dist/system/components/data/buttons/sidebar-button/styles.d.ts +3 -1
- package/dist/system/components/data/chat/card-message/styles.d.ts +3 -1
- package/dist/system/components/data/chat/styles.d.ts +3 -1
- package/dist/system/components/data/detail-card/styles.d.ts +3 -1
- package/dist/system/components/data/highlight-icon/styles.d.ts +3 -1
- package/dist/system/components/data/highlight-text/styles.d.ts +3 -1
- package/dist/system/components/data/input-search/styles.d.ts +3 -1
- package/dist/system/components/data/menu/modes/collapsed-menu/styles.d.ts +3 -1
- package/dist/system/components/data/menu/modes/opened/index.d.ts +3 -1
- package/dist/system/components/data/menu/modes/opened/styles.d.ts +3 -1
- package/dist/system/components/data/menu/styles.d.ts +6 -2
- package/dist/system/components/data/notifications/card/styles.d.ts +3 -1
- package/dist/system/components/data/notifications/styles.d.ts +6 -2
- package/dist/system/components/data/page-wrapper/styles.d.ts +3 -1
- package/dist/system/components/data/profile-infos/profile/styles.d.ts +3 -1
- package/dist/system/components/data/profile-infos/styles.d.ts +3 -1
- package/dist/system/components/data/select-workspace/styles.d.ts +6 -2
- package/dist/system/components/data/tab/styles.d.ts +3 -1
- package/dist/system/components/data/tab/tab-item/styles.d.ts +3 -1
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.d.ts +3 -1
- package/dist/system/components/layout/header/components/search-modal/trigger/styles.d.ts +3 -1
- package/dist/system/components/layout/styles.d.ts +3 -1
- package/dist/system/context/auth/components/login/styles.d.ts +3 -1
- package/dist/system/hooks/ui/use-table/components/table/actions/styles.d.ts +3 -1
- package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.d.ts +3 -1
- package/dist/system/hooks/ui/use-table/components/table/create/styles.d.ts +3 -1
- package/dist/system/hooks/ui/use-table/components/table/export/styles.d.ts +3 -1
- package/dist/system/hooks/ui/use-table/components/table/filters/styles.d.ts +3 -1
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.d.ts +3 -1
- package/dist/system/hooks/ui/use-table/components/table/styles.d.ts +9 -3
- package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.d.ts +3 -1
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/styles.d.ts +3 -1
- package/dist/test/index.js +40 -23
- package/dist/test/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.d.ts +3 -2
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js +3 -3
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.d.ts +3 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.d.ts +3 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.d.ts +3 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.d.ts +3 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.d.ts +3 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.d.ts +3 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.d.ts +16 -2
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.d.ts +16 -2
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js +60 -12
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.d.ts +3 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.d.ts +3 -1
- package/dist/ui/components/breadcrumb/styles.d.ts +3 -1
- package/dist/ui/components/button/styles.d.ts +3 -1
- package/dist/ui/components/carousel/styles.d.ts +3 -1
- package/dist/ui/components/charts/pie/simple/styles.d.ts +3 -1
- package/dist/ui/components/form/checkbox/index.js +27 -4
- package/dist/ui/components/form/checkbox/index.js.map +1 -1
- package/dist/ui/components/form/checkbox/styles.d.ts +3 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/styles.d.ts +3 -1
- package/dist/ui/components/form/handler/form-handler/index.js +3 -2
- package/dist/ui/components/form/handler/form-handler/index.js.map +1 -1
- package/dist/ui/components/form/handler/styles.d.ts +3 -1
- package/dist/ui/components/form/input-control/error/styles.d.ts +3 -1
- package/dist/ui/components/form/input-control/label/styles.d.ts +3 -1
- package/dist/ui/components/form/input-control/loader-input/styles.d.ts +3 -1
- package/dist/ui/components/form/input-control/styles.d.ts +3 -1
- package/dist/ui/components/form/input-counter/styles.d.ts +3 -1
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.d.ts +3 -1
- package/dist/ui/components/form/input-date-picker/calendar/days/styles.d.ts +3 -1
- package/dist/ui/components/form/input-date-picker/calendar/months/styles.d.ts +3 -1
- package/dist/ui/components/form/input-date-picker/calendar/styles.d.ts +3 -1
- package/dist/ui/components/form/input-date-picker/calendar/years/styles.d.ts +3 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/styles.d.ts +3 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/days/styles.d.ts +3 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/months/styles.d.ts +3 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/styles.d.ts +3 -1
- package/dist/ui/components/form/input-date-picker-new/styles.d.ts +3 -1
- package/dist/ui/components/form/input-date-range/filter/styles.d.ts +6 -2
- package/dist/ui/components/form/input-date-range/styles.d.ts +3 -1
- package/dist/ui/components/form/input-file/render-files/file-item/styles.d.ts +6 -2
- package/dist/ui/components/form/input-file/styles.d.ts +6 -2
- package/dist/ui/components/form/input-manager/styles.d.ts +3 -1
- package/dist/ui/components/form/input-password/styles.d.ts +3 -1
- package/dist/ui/components/form/input-range/styles.d.ts +3 -1
- package/dist/ui/components/form/input-seo/input-meta-image/styles.d.ts +3 -1
- package/dist/ui/components/form/input-seo/styles.d.ts +3 -1
- package/dist/ui/components/form/input-svg/styles.d.ts +3 -1
- package/dist/ui/components/form/input-switch/styles.d.ts +6 -2
- package/dist/ui/components/form/input-youtube/styles.d.ts +3 -1
- package/dist/ui/components/form/radio/styles.d.ts +3 -1
- package/dist/ui/components/form/select/styles.d.ts +3 -1
- package/dist/ui/components/form/select-icon/styles.d.ts +3 -1
- package/dist/ui/components/google-translate-page/styles.d.ts +3 -1
- package/dist/ui/components/loading-screen/styles.d.ts +3 -1
- package/dist/ui/components/pix/pix-sucess/styles.d.ts +3 -1
- package/dist/ui/components/pix/styles.d.ts +3 -1
- package/dist/ui/components/pix/timer/styles.d.ts +3 -1
- package/dist/ui/components/pop-confirm/styles.d.ts +3 -1
- package/dist/ui/components/sidebar/styles.d.ts +3 -1
- package/dist/ui/components/site/effect/styles.d.ts +18 -6
- package/dist/ui/components/site/header-link/versions/version-01/styles.d.ts +3 -1
- package/dist/ui/components/site/list-blog/card/styles.d.ts +3 -1
- package/dist/ui/components/site/list-blog/styles.d.ts +3 -1
- package/dist/ui/components/site/mvv/versions/version-01/styles.d.ts +3 -1
- package/dist/ui/components/spacing/styles.d.ts +3 -1
- package/dist/ui/components/tooltip/hooks/use-tool-tip.d.ts +2 -2
- package/dist/ui/components/warning/styles.d.ts +3 -1
- package/dist/ui/contexts/i18n/translate.d.ts +3 -1
- package/dist/ui/contexts/toast/styles.d.ts +3 -1
- package/dist/ui/contexts/toast/toast-item/styles.d.ts +3 -1
- package/dist/ui/hooks/permitions/camera/styles.d.ts +3 -1
- package/dist/ui/hooks/use-swagger/client/index.d.ts +5 -2
- package/dist/ui/hooks/use-swagger/client/index.js.map +1 -1
- package/package.json +2 -2
package/dist/client/client.d.ts
CHANGED
|
@@ -3,13 +3,13 @@ export declare const client: <Url extends keyof Swagger, Method extends keyof Sw
|
|
|
3
3
|
url: Url;
|
|
4
4
|
method: Method;
|
|
5
5
|
headers?: Record<string, string>;
|
|
6
|
-
body?:
|
|
6
|
+
body?: import("../ui/index.js").DeepPartial<Omit<Swagger[Url][Method], "result">>;
|
|
7
7
|
}) => Promise<Swagger[Url][Method] extends {
|
|
8
8
|
result: infer R;
|
|
9
9
|
} ? R : never>, useSwagger: <Url extends keyof Swagger, Method extends keyof Swagger[Url]>({ url, method, body, ...rest }: {
|
|
10
10
|
url: Url;
|
|
11
11
|
method: Method;
|
|
12
|
-
body?:
|
|
12
|
+
body?: import("../ui/index.js").DeepPartial<Omit<Swagger[Url][Method], "result">>;
|
|
13
13
|
} & Partial<Omit<import("../ui/index.js").useQueryProps<any>, "queryFn">>) => Required<import("../ui/index.js").QueryState<Awaited<Swagger[Url][Method] extends {
|
|
14
14
|
result: infer R;
|
|
15
15
|
} ? R : never>>>;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const SideBarButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const SideBarButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLButtonElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const CardMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const CardMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const Chat: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const Chat: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const DetailCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const DetailCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const Highlight: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").
|
|
1
|
+
export declare const Highlight: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, {
|
|
2
4
|
$size?: "small" | "regular";
|
|
3
5
|
}>> & string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const Highlight: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").
|
|
1
|
+
export declare const Highlight: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, {
|
|
2
4
|
$color: string;
|
|
3
5
|
}>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const SearchInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const SearchInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const CollapsedMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const CollapsedMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLElement>;
|
|
3
|
+
}, never>, never>> & string;
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
export declare function OpenedMenu(): import("react/jsx-runtime").JSX.Element;
|
|
2
|
-
export declare const CustomOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
2
|
+
export declare const CustomOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
4
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const OpenedMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const OpenedMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLElement>;
|
|
3
|
+
}, never>, never>> & string;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
export declare const DefaultMenuStyle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const DefaultMenuStyle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLElement>;
|
|
3
|
+
}, never>> & string;
|
|
2
4
|
export declare const SubMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {
|
|
3
5
|
$index: number;
|
|
4
6
|
}>> & string;
|
|
5
|
-
export declare const Overlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
7
|
+
export declare const Overlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
9
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const NotificationCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const NotificationCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
export declare const Notifications: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
2
|
-
|
|
1
|
+
export declare const Notifications: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
4
|
+
export declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
5
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
6
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const PageWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const PageWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const Profile: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const Profile: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const ProfileInfos: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const ProfileInfos: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
export declare const SelectWorkSpace: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
2
|
-
|
|
1
|
+
export declare const SelectWorkSpace: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
4
|
+
export declare const Item: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
5
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
6
|
+
}, {
|
|
3
7
|
$isOption: boolean;
|
|
4
8
|
}>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const Tab: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const Tab: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { TabItem } from '../interfaces.js';
|
|
2
|
-
export declare const TabItemComponent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").
|
|
2
|
+
export declare const TabItemComponent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
3
|
+
ref?: import("react").Ref<HTMLButtonElement>;
|
|
4
|
+
}, {
|
|
3
5
|
$icon?: TabItem["icon"];
|
|
4
6
|
$image?: TabItem["image"];
|
|
5
7
|
}>> & string;
|
package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.d.ts
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const MessageCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const MessageCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLAnchorElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const SearchTrigger: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const SearchTrigger: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const Layout: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").
|
|
1
|
+
export declare const Layout: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, {
|
|
2
4
|
$zIndex: number;
|
|
3
5
|
}>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const Login: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const Login: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const Actions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const Actions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLTableDataCellElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const ActiveFilters: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const ActiveFilters: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const Create: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const Create: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const Export: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const Export: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const Filters: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").
|
|
1
|
+
export declare const Filters: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, {
|
|
2
4
|
$gridColumns: number;
|
|
3
5
|
}>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const SkeletonCustom: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const SkeletonCustom: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
export declare const Table: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export declare const Table: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
4
|
+
export declare const TopActions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
5
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
6
|
+
}, never>> & string;
|
|
7
|
+
export declare const TableBottom: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
9
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const THeadItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const THeadItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const TR: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const TR: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLTableRowElement>;
|
|
3
|
+
}, never>> & string;
|
package/dist/test/index.js
CHANGED
|
@@ -1,31 +1,48 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
13
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
+
function step(op) {
|
|
16
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
18
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
+
switch (op[0]) {
|
|
21
|
+
case 0: case 1: t = op; break;
|
|
22
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
+
default:
|
|
26
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
+
if (t[2]) _.ops.pop();
|
|
31
|
+
_.trys.pop(); continue;
|
|
32
|
+
}
|
|
33
|
+
op = body.call(thisArg, _);
|
|
34
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
+
}
|
|
37
|
+
};
|
|
2
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
39
|
exports.NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro = NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro;
|
|
4
40
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
41
|
var ui_1 = require("../ui/index.js");
|
|
6
|
-
var formik_1 = require("formik");
|
|
7
42
|
function NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro() {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
name: "colunmType",
|
|
13
|
-
onlyOneValue: true,
|
|
14
|
-
options: [
|
|
15
|
-
{ label: "Texto simples", value: "text" },
|
|
16
|
-
{ label: "Texto Booleano", value: "boolean" },
|
|
17
|
-
{ label: "Dinheiro", value: "money" },
|
|
18
|
-
{ label: "Imagem", value: "image" },
|
|
19
|
-
],
|
|
20
|
-
},
|
|
21
|
-
],
|
|
22
|
-
[
|
|
23
|
-
function (props) {
|
|
24
|
-
var values = (0, formik_1.useFormikContext)().values;
|
|
25
|
-
var colunmType = (0, formik_1.getIn)(values, props.basePath + "colunmType");
|
|
26
|
-
return (0, jsx_runtime_1.jsx)("div", { children: colunmType });
|
|
27
|
-
}
|
|
28
|
-
]
|
|
29
|
-
] }) }) }));
|
|
43
|
+
var _this = this;
|
|
44
|
+
return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)(ui_1.FormHandler, { button: { text: "a" }, disableEnterKeySubmitForm: true, onSucess: function (d) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
45
|
+
return [2 /*return*/, console.log(d)];
|
|
46
|
+
}); }); }, children: (0, jsx_runtime_1.jsx)(ui_1.InputCheckbox, { name: 'test', options: [{ label: "1", value: "1" }, { label: "2", value: "2" }], onChangeInput: function (v) { return console.log(v); } }) }) }));
|
|
30
47
|
}
|
|
31
48
|
//# sourceMappingURL=index.js.map
|
package/dist/test/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/test/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/test/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,wGAQC;;AAbD,2BAAgE;AAKhE,SAAgB,8CAA8C;IAA9D,iBAQC;IAPC,OAAO,CACL,2DACA,uBAAC,gBAAW,IAAC,MAAM,EAAE,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE,yBAAyB,QAAC,QAAQ,EAAE,UAAO,CAAC;gBAAK,sBAAA,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAA;qBAAA,YACpG,uBAAC,kBAAa,IAAC,IAAI,EAAC,MAAM,EAAC,OAAO,EAAE,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,EAAE,aAAa,EAAE,UAAC,CAAC,IAAK,OAAA,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAd,CAAc,GAAI,GACvH,GACX,CACJ,CAAC;AACJ,CAAC"}
|
|
@@ -5,7 +5,7 @@ export type AtenaPageProps = {
|
|
|
5
5
|
isGlobal?: boolean;
|
|
6
6
|
};
|
|
7
7
|
export declare function AtenaPage(props: AtenaPageProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export
|
|
8
|
+
export type AtenaConfigurations = {
|
|
9
9
|
ssrFunction?: () => Promise<Record<string, any>>;
|
|
10
10
|
apiUrl?: string;
|
|
11
11
|
debugMode?: boolean;
|
|
@@ -17,7 +17,8 @@ export declare function AtenaSSR(ctx: GetServerSidePropsContext<ParsedUrlQuery,
|
|
|
17
17
|
sections: any;
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
};
|
|
21
|
+
export declare function AtenaSSR(ctx: GetServerSidePropsContext<ParsedUrlQuery, PreviewData>, configurations?: AtenaConfigurations): Promise<{
|
|
21
22
|
props: {
|
|
22
23
|
i18n?: {
|
|
23
24
|
words: any;
|
|
@@ -87,15 +87,15 @@ function AtenaSSR(ctx, configurations) {
|
|
|
87
87
|
};
|
|
88
88
|
pagePromise = (configurations === null || configurations === void 0 ? void 0 : configurations.ssrFunction)
|
|
89
89
|
? (_c = configurations === null || configurations === void 0 ? void 0 : configurations.ssrFunction) === null || _c === void 0 ? void 0 : _c.call(configurations)
|
|
90
|
-
: ((_d = defaultPagesSSR === null || defaultPagesSSR === void 0 ? void 0 : defaultPagesSSR[resolvedUrl]) === null || _d === void 0 ? void 0 : _d.call(defaultPagesSSR, { ctx: ctx, apiUrl: configurations === null || configurations === void 0 ? void 0 : configurations.apiUrl })) || null;
|
|
90
|
+
: ((_d = defaultPagesSSR === null || defaultPagesSSR === void 0 ? void 0 : defaultPagesSSR[resolvedUrl]) === null || _d === void 0 ? void 0 : _d.call(defaultPagesSSR, { ctx: ctx, configurations: configurations, apiUrl: configurations === null || configurations === void 0 ? void 0 : configurations.apiUrl })) || null;
|
|
91
91
|
basePromises = [(0, dynamic_sections_1.getInitialPropsDynamicSection)(ctx), pagePromise];
|
|
92
92
|
if ((_e = configurations === null || configurations === void 0 ? void 0 : configurations.i18n) === null || _e === void 0 ? void 0 : _e.active) {
|
|
93
93
|
basePromises.push((0, ui_1.api)({
|
|
94
94
|
method: 'get',
|
|
95
95
|
url: 'word',
|
|
96
96
|
body: (0, ui_1.getPathnameRef)({ pageUrl: ctx === null || ctx === void 0 ? void 0 : ctx.resolvedUrl }),
|
|
97
|
-
serverContext: ctx
|
|
98
|
-
}), (0, ui_1.api)({ url: 'Language', method:
|
|
97
|
+
serverContext: ctx,
|
|
98
|
+
}), (0, ui_1.api)({ url: 'Language', method: 'get', serverContext: ctx }));
|
|
99
99
|
}
|
|
100
100
|
return [4 /*yield*/, Promise.all(basePromises)];
|
|
101
101
|
case 2:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"atena-page.js","sourceRoot":"","sources":["../../../../../src/ui/atena/presentation/dynamic-elements/atena-page.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWA,8BAkBC;
|
|
1
|
+
{"version":3,"file":"atena-page.js","sourceRoot":"","sources":["../../../../../src/ui/atena/presentation/dynamic-elements/atena-page.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const Contact: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").
|
|
1
|
+
export declare const Contact: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, {
|
|
2
4
|
$css: string;
|
|
3
5
|
}>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const Info: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const Info: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const DetailsContact: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const DetailsContact: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const FormContact: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const FormContact: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.d.ts
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const Default: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const Default: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLElement>;
|
|
3
|
+
}, never>> & string;
|
package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.d.ts
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const Version01: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").
|
|
1
|
+
export declare const Version01: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}, never>> & string;
|
package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const BlogItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, keyof {
|
|
1
|
+
export declare const BlogItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, keyof {
|
|
2
2
|
href: string | import("url").UrlObject;
|
|
3
3
|
as?: string | import("url").UrlObject;
|
|
4
4
|
replace?: boolean;
|
|
@@ -11,6 +11,9 @@ export declare const BlogItem: import("styled-components/dist/types").IStyledCom
|
|
|
11
11
|
onMouseEnter?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
12
12
|
onTouchStart?: React.TouchEventHandler<HTMLAnchorElement>;
|
|
13
13
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
14
|
+
onNavigate?: (event: {
|
|
15
|
+
preventDefault: () => void;
|
|
16
|
+
}) => void;
|
|
14
17
|
}> & {
|
|
15
18
|
href: string | import("url").UrlObject;
|
|
16
19
|
as?: string | import("url").UrlObject;
|
|
@@ -24,9 +27,14 @@ export declare const BlogItem: import("styled-components/dist/types").IStyledCom
|
|
|
24
27
|
onMouseEnter?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
25
28
|
onTouchStart?: React.TouchEventHandler<HTMLAnchorElement>;
|
|
26
29
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
30
|
+
onNavigate?: (event: {
|
|
31
|
+
preventDefault: () => void;
|
|
32
|
+
}) => void;
|
|
27
33
|
} & {
|
|
28
34
|
children?: React.ReactNode | undefined;
|
|
29
|
-
} & import("react").RefAttributes<HTMLAnchorElement>,
|
|
35
|
+
} & import("react").RefAttributes<HTMLAnchorElement>, "ref"> & {
|
|
36
|
+
ref?: import("react").Ref<HTMLAnchorElement>;
|
|
37
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, keyof {
|
|
30
38
|
href: string | import("url").UrlObject;
|
|
31
39
|
as?: string | import("url").UrlObject;
|
|
32
40
|
replace?: boolean;
|
|
@@ -39,6 +47,9 @@ export declare const BlogItem: import("styled-components/dist/types").IStyledCom
|
|
|
39
47
|
onMouseEnter?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
40
48
|
onTouchStart?: React.TouchEventHandler<HTMLAnchorElement>;
|
|
41
49
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
50
|
+
onNavigate?: (event: {
|
|
51
|
+
preventDefault: () => void;
|
|
52
|
+
}) => void;
|
|
42
53
|
}> & {
|
|
43
54
|
href: string | import("url").UrlObject;
|
|
44
55
|
as?: string | import("url").UrlObject;
|
|
@@ -52,6 +63,9 @@ export declare const BlogItem: import("styled-components/dist/types").IStyledCom
|
|
|
52
63
|
onMouseEnter?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
53
64
|
onTouchStart?: React.TouchEventHandler<HTMLAnchorElement>;
|
|
54
65
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
66
|
+
onNavigate?: (event: {
|
|
67
|
+
preventDefault: () => void;
|
|
68
|
+
}) => void;
|
|
55
69
|
} & {
|
|
56
70
|
children?: React.ReactNode | undefined;
|
|
57
71
|
} & import("react").RefAttributes<HTMLAnchorElement>>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const FeaturedBlogItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, keyof {
|
|
1
|
+
export declare const FeaturedBlogItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, keyof {
|
|
2
2
|
href: string | import("url").UrlObject;
|
|
3
3
|
as?: string | import("url").UrlObject;
|
|
4
4
|
replace?: boolean;
|
|
@@ -11,6 +11,9 @@ export declare const FeaturedBlogItem: import("styled-components/dist/types").IS
|
|
|
11
11
|
onMouseEnter?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
12
12
|
onTouchStart?: React.TouchEventHandler<HTMLAnchorElement>;
|
|
13
13
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
14
|
+
onNavigate?: (event: {
|
|
15
|
+
preventDefault: () => void;
|
|
16
|
+
}) => void;
|
|
14
17
|
}> & {
|
|
15
18
|
href: string | import("url").UrlObject;
|
|
16
19
|
as?: string | import("url").UrlObject;
|
|
@@ -24,9 +27,14 @@ export declare const FeaturedBlogItem: import("styled-components/dist/types").IS
|
|
|
24
27
|
onMouseEnter?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
25
28
|
onTouchStart?: React.TouchEventHandler<HTMLAnchorElement>;
|
|
26
29
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
30
|
+
onNavigate?: (event: {
|
|
31
|
+
preventDefault: () => void;
|
|
32
|
+
}) => void;
|
|
27
33
|
} & {
|
|
28
34
|
children?: React.ReactNode | undefined;
|
|
29
|
-
} & import("react").RefAttributes<HTMLAnchorElement>,
|
|
35
|
+
} & import("react").RefAttributes<HTMLAnchorElement>, "ref"> & {
|
|
36
|
+
ref?: import("react").Ref<HTMLAnchorElement>;
|
|
37
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, keyof {
|
|
30
38
|
href: string | import("url").UrlObject;
|
|
31
39
|
as?: string | import("url").UrlObject;
|
|
32
40
|
replace?: boolean;
|
|
@@ -39,6 +47,9 @@ export declare const FeaturedBlogItem: import("styled-components/dist/types").IS
|
|
|
39
47
|
onMouseEnter?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
40
48
|
onTouchStart?: React.TouchEventHandler<HTMLAnchorElement>;
|
|
41
49
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
50
|
+
onNavigate?: (event: {
|
|
51
|
+
preventDefault: () => void;
|
|
52
|
+
}) => void;
|
|
42
53
|
}> & {
|
|
43
54
|
href: string | import("url").UrlObject;
|
|
44
55
|
as?: string | import("url").UrlObject;
|
|
@@ -52,6 +63,9 @@ export declare const FeaturedBlogItem: import("styled-components/dist/types").IS
|
|
|
52
63
|
onMouseEnter?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
53
64
|
onTouchStart?: React.TouchEventHandler<HTMLAnchorElement>;
|
|
54
65
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
66
|
+
onNavigate?: (event: {
|
|
67
|
+
preventDefault: () => void;
|
|
68
|
+
}) => void;
|
|
55
69
|
} & {
|
|
56
70
|
children?: React.ReactNode | undefined;
|
|
57
71
|
} & import("react").RefAttributes<HTMLAnchorElement>>, keyof import("react").Component<any, {}, any>>;
|