@appkit/dek-lib 0.53.0 → 0.54.0
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/CommandGroup/CommandGroup.styled.d.ts +1 -0
- package/dist/data/types/gql.d.ts +2 -2
- package/dist/data/types/graphql.d.ts +2 -0
- package/dist/index.es.js +37484 -43429
- package/dist/index.umd.js +37421 -43366
- package/package.json +1 -1
|
@@ -6,4 +6,5 @@ type ContainerProps = {
|
|
|
6
6
|
export declare const Container: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("../../../../ui/dist/components/View/View").ViewProps, ContainerProps>> & Omit<({ label, direction, collapse, valign, halign, vscroll, hscroll, padding, paddingVert, paddingHorz, paddingRight, paddingLeft, paddingTop, paddingBottom, width, height, fixed, backColor, backColorHover, borderRadius, wrap, gap, gapRow, gapCol, className, onClick, style, children, }: import("../../../../ui/dist/components/View/View").ViewProps) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component<any, {}, any>>;
|
|
7
7
|
export declare const Group: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("../../../../ui/dist/components/View/View").ViewProps, ContainerProps>> & Omit<({ label, direction, collapse, valign, halign, vscroll, hscroll, padding, paddingVert, paddingHorz, paddingRight, paddingLeft, paddingTop, paddingBottom, width, height, fixed, backColor, backColorHover, borderRadius, wrap, gap, gapRow, gapCol, className, onClick, style, children, }: import("../../../../ui/dist/components/View/View").ViewProps) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component<any, {}, any>>;
|
|
8
8
|
export declare const CommandItem: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ContainerProps>>;
|
|
9
|
+
export declare const DividerItem: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ContainerProps>>;
|
|
9
10
|
export {};
|
package/dist/data/types/gql.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/
|
|
|
11
11
|
* Therefore it is highly recommended to use the babel or swc plugin for production.
|
|
12
12
|
*/
|
|
13
13
|
declare const documents: {
|
|
14
|
-
"\n query userData {\n currentUser {\n id\n name\n email\n location\n avatar\n boards {\n id\n title\n key\n layout\n base {\n integration\n key\n }\n zones {\n key\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n commandGroups {\n title\n key\n commands {\n title\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n commands {\n title\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n }\n": DocumentNode<types.UserDataQuery, types.Exact<{
|
|
14
|
+
"\n query userData {\n currentUser {\n id\n name\n email\n location\n avatar\n boards {\n id\n title\n key\n layout\n base {\n integration\n key\n }\n zones {\n key\n order\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n commandGroups {\n title\n key\n commands {\n title\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n commands {\n title\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n }\n": DocumentNode<types.UserDataQuery, types.Exact<{
|
|
15
15
|
[key: string]: never;
|
|
16
16
|
}>>;
|
|
17
17
|
"\n query userPluginsAndIntegrations {\n currentUser {\n plugins {\n name\n code\n version\n }\n integrations {\n key\n pluginName\n pluginVersion\n pluginConfig {\n key\n value\n }\n }\n }\n }\n": DocumentNode<types.UserPluginsAndIntegrationsQuery, types.Exact<{
|
|
@@ -37,7 +37,7 @@ export declare function gql(source: string): unknown;
|
|
|
37
37
|
/**
|
|
38
38
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
39
39
|
*/
|
|
40
|
-
export declare function gql(source: "\n query userData {\n currentUser {\n id\n name\n email\n location\n avatar\n boards {\n id\n title\n key\n layout\n base {\n integration\n key\n }\n zones {\n key\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n commandGroups {\n title\n key\n commands {\n title\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n commands {\n title\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n }\n"): (typeof documents)["\n query userData {\n currentUser {\n id\n name\n email\n location\n avatar\n boards {\n id\n title\n key\n layout\n base {\n integration\n key\n }\n zones {\n key\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n commandGroups {\n title\n key\n commands {\n title\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n commands {\n title\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n }\n"];
|
|
40
|
+
export declare function gql(source: "\n query userData {\n currentUser {\n id\n name\n email\n location\n avatar\n boards {\n id\n title\n key\n layout\n base {\n integration\n key\n }\n zones {\n key\n order\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n commandGroups {\n title\n key\n commands {\n title\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n commands {\n title\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n }\n"): (typeof documents)["\n query userData {\n currentUser {\n id\n name\n email\n location\n avatar\n boards {\n id\n title\n key\n layout\n base {\n integration\n key\n }\n zones {\n key\n order\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n commandGroups {\n title\n key\n commands {\n title\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n commands {\n title\n integrationKey\n componentKey\n props {\n key\n value\n }\n containerProps {\n key\n value\n }\n }\n }\n }\n"];
|
|
41
41
|
/**
|
|
42
42
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
43
43
|
*/
|
|
@@ -1171,6 +1171,7 @@ export type Zone = {
|
|
|
1171
1171
|
integration: Integration;
|
|
1172
1172
|
integrationKey: Scalars['String']['output'];
|
|
1173
1173
|
key: Scalars['String']['output'];
|
|
1174
|
+
order?: Maybe<Scalars['Int']['output']>;
|
|
1174
1175
|
props: Array<ZoneProp>;
|
|
1175
1176
|
updatedAt: Scalars['DateTime']['output'];
|
|
1176
1177
|
};
|
|
@@ -1230,6 +1231,7 @@ export type UserDataQuery = {
|
|
|
1230
1231
|
zones: Array<{
|
|
1231
1232
|
__typename?: 'Zone';
|
|
1232
1233
|
key: string;
|
|
1234
|
+
order?: number | null;
|
|
1233
1235
|
integrationKey: string;
|
|
1234
1236
|
componentKey: string;
|
|
1235
1237
|
props: Array<{
|