@zealicsolutions/web-ui 0.3.122 → 0.3.124

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ export declare const paramKeys: {
2
+ internalLinkWebpageId: string;
3
+ internalLinkApplicationId: string;
4
+ previewApplicationId: string;
5
+ previewSelectedWebpageId: string;
6
+ runtimeSelectedWebpageId: string;
7
+ };
@@ -1,10 +1,9 @@
1
1
  /// <reference types="react" />
2
2
  import { CustomDescendant } from 'atoms/RichTextViewer/types';
3
- import { Molecule } from 'containers';
3
+ import { LinkAttributes, Molecule } from 'containers';
4
4
  import { TabGroupProps } from 'molecules';
5
- export declare const getFullLink: (url: string) => string;
6
- export declare const navigateToPage: (url: string) => void;
7
5
  export declare const downloadFile: (url?: string, name?: string) => Promise<void>;
6
+ export declare const navigateToExternalLink: (link?: LinkAttributes) => void;
8
7
  export declare const parseDescendantContent: (string: string) => CustomDescendant[];
9
8
  export declare const MoleculeItem: ({ type, config, attributes, tabsProps, form, id, formData, setFormData, isMobile, metadata, }: Molecule & {
10
9
  tabsProps?: Pick<TabGroupProps<string, string>, "tabs" | "activeTabKey" | "onTabChange"> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.122",
3
+ "version": "0.3.124",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"