@genesislcap/foundation-layout 14.417.0 → 14.417.1-alpha-efccb2a.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.
@@ -1,3 +1,4 @@
1
+ /// <reference path="./react-jsx-runtime.d.ts" />
1
2
  export * from './main';
2
3
  export { LAYOUT_ICONS } from './styles';
3
4
  export { ComponentFactory, CustomButton, DEFAULT_RELOAD_BUFFER, LayoutComponentWithState, LayoutEmitEvents, LayoutReceiveEvents, LayoutReceiveEventsDetail, LayoutRegionType, LayoutRegistrationError, LayoutUsageError, Placement, RegisteredElementConfig, RegistrationConfig, SerialisedLayout, LAYOUT_POPOUT_CONTAINER_CLASS, LAYOUT_POPOUT_CONTROL_KEY, LayoutPopoutConfig, } from './utils';
@@ -0,0 +1,137 @@
1
+ /**
2
+ * AUTO-GENERATED FILE - DO NOT EDIT.
3
+ * Source package: @genesislcap/foundation-layout
4
+ * Generated from custom-elements manifest.
5
+ */
6
+
7
+ declare module 'react/jsx-runtime' {
8
+ namespace JSX {
9
+ interface GenesislcapFoundationLayoutReactElementProps3 {
10
+ children?: unknown;
11
+ class?: string;
12
+ className?: string;
13
+ id?: string;
14
+ slot?: string;
15
+ part?: string;
16
+ style?: string | Partial<CSSStyleDeclaration>;
17
+ role?: string;
18
+ tabIndex?: number | string;
19
+ [key: `data-${string}`]: string | number | boolean | undefined;
20
+ [key: `aria-${string}`]: string | number | boolean | undefined;
21
+ 'channelName'?: string;
22
+ }
23
+ interface GenesislcapFoundationLayoutReactElementProps2 {
24
+ children?: unknown;
25
+ class?: string;
26
+ className?: string;
27
+ id?: string;
28
+ slot?: string;
29
+ part?: string;
30
+ style?: string | Partial<CSSStyleDeclaration>;
31
+ role?: string;
32
+ tabIndex?: number | string;
33
+ [key: `data-${string}`]: string | number | boolean | undefined;
34
+ [key: `aria-${string}`]: string | number | boolean | undefined;
35
+ 'reloadBuffer'?: number;
36
+ 'autoSaveKey'?: string | undefined;
37
+ 'onFirstLoaded'?: (event: CustomEvent<unknown>) => void;
38
+ 'onItemAdded'?: (event: CustomEvent<unknown>) => void;
39
+ 'onItemRemoved'?: (event: CustomEvent<unknown>) => void;
40
+ 'onItemResized'?: (event: CustomEvent<unknown>) => void;
41
+ }
42
+ interface GenesislcapFoundationLayoutReactElementProps1 {
43
+ children?: unknown;
44
+ class?: string;
45
+ className?: string;
46
+ id?: string;
47
+ slot?: string;
48
+ part?: string;
49
+ style?: string | Partial<CSSStyleDeclaration>;
50
+ role?: string;
51
+ tabIndex?: number | string;
52
+ [key: `data-${string}`]: string | number | boolean | undefined;
53
+ [key: `aria-${string}`]: string | number | boolean | undefined;
54
+ 'title'?: string;
55
+ 'closable'?: boolean;
56
+ 'size'?: string;
57
+ 'registration'?: string;
58
+ }
59
+ interface GenesislcapFoundationLayoutReactElementProps4 {
60
+ children?: unknown;
61
+ class?: string;
62
+ className?: string;
63
+ id?: string;
64
+ slot?: string;
65
+ part?: string;
66
+ style?: string | Partial<CSSStyleDeclaration>;
67
+ role?: string;
68
+ tabIndex?: number | string;
69
+ [key: `data-${string}`]: string | number | boolean | undefined;
70
+ [key: `aria-${string}`]: string | number | boolean | undefined;
71
+ 'size'?: string;
72
+ 'type'?: unknown;
73
+ }
74
+ interface GenesislcapFoundationLayoutReactElementProps2 {
75
+ children?: unknown;
76
+ class?: string;
77
+ className?: string;
78
+ id?: string;
79
+ slot?: string;
80
+ part?: string;
81
+ style?: string | Partial<CSSStyleDeclaration>;
82
+ role?: string;
83
+ tabIndex?: number | string;
84
+ [key: `data-${string}`]: string | number | boolean | undefined;
85
+ [key: `aria-${string}`]: string | number | boolean | undefined;
86
+ 'reloadBuffer'?: number;
87
+ 'autoSaveKey'?: string | undefined;
88
+ 'onFirstLoaded'?: (event: CustomEvent<unknown>) => void;
89
+ 'onItemAdded'?: (event: CustomEvent<unknown>) => void;
90
+ 'onItemRemoved'?: (event: CustomEvent<unknown>) => void;
91
+ 'onItemResized'?: (event: CustomEvent<unknown>) => void;
92
+ }
93
+ interface GenesislcapFoundationLayoutReactElementProps1 {
94
+ children?: unknown;
95
+ class?: string;
96
+ className?: string;
97
+ id?: string;
98
+ slot?: string;
99
+ part?: string;
100
+ style?: string | Partial<CSSStyleDeclaration>;
101
+ role?: string;
102
+ tabIndex?: number | string;
103
+ [key: `data-${string}`]: string | number | boolean | undefined;
104
+ [key: `aria-${string}`]: string | number | boolean | undefined;
105
+ 'title'?: string;
106
+ 'closable'?: boolean;
107
+ 'size'?: string;
108
+ 'registration'?: string;
109
+ }
110
+ interface GenesislcapFoundationLayoutReactElementProps4 {
111
+ children?: unknown;
112
+ class?: string;
113
+ className?: string;
114
+ id?: string;
115
+ slot?: string;
116
+ part?: string;
117
+ style?: string | Partial<CSSStyleDeclaration>;
118
+ role?: string;
119
+ tabIndex?: number | string;
120
+ [key: `data-${string}`]: string | number | boolean | undefined;
121
+ [key: `aria-${string}`]: string | number | boolean | undefined;
122
+ 'size'?: string;
123
+ 'type'?: unknown;
124
+ }
125
+ interface IntrinsicElements {
126
+ 'foundation-layout-popout-controller': GenesislcapFoundationLayoutReactElementProps3;
127
+ 'rapid-layout': GenesislcapFoundationLayoutReactElementProps2;
128
+ 'rapid-layout-item': GenesislcapFoundationLayoutReactElementProps1;
129
+ 'rapid-layout-region': GenesislcapFoundationLayoutReactElementProps4;
130
+ 'zero-layout': GenesislcapFoundationLayoutReactElementProps2;
131
+ 'zero-layout-item': GenesislcapFoundationLayoutReactElementProps1;
132
+ 'zero-layout-region': GenesislcapFoundationLayoutReactElementProps4;
133
+ }
134
+ }
135
+ }
136
+
137
+ export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-layout",
3
3
  "description": "Genesis Foundation UI App Layout",
4
- "version": "14.417.0",
4
+ "version": "14.417.1-alpha-efccb2a.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -38,22 +38,22 @@
38
38
  }
39
39
  },
40
40
  "devDependencies": {
41
- "@genesislcap/foundation-testing": "14.417.0",
42
- "@genesislcap/genx": "14.417.0",
43
- "@genesislcap/rollup-builder": "14.417.0",
44
- "@genesislcap/ts-builder": "14.417.0",
45
- "@genesislcap/uvu-playwright-builder": "14.417.0",
46
- "@genesislcap/vite-builder": "14.417.0",
47
- "@genesislcap/webpack-builder": "14.417.0"
41
+ "@genesislcap/foundation-testing": "14.417.1-alpha-efccb2a.0",
42
+ "@genesislcap/genx": "14.417.1-alpha-efccb2a.0",
43
+ "@genesislcap/rollup-builder": "14.417.1-alpha-efccb2a.0",
44
+ "@genesislcap/ts-builder": "14.417.1-alpha-efccb2a.0",
45
+ "@genesislcap/uvu-playwright-builder": "14.417.1-alpha-efccb2a.0",
46
+ "@genesislcap/vite-builder": "14.417.1-alpha-efccb2a.0",
47
+ "@genesislcap/webpack-builder": "14.417.1-alpha-efccb2a.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "@genesis-community/golden-layout": "^2.11.0",
51
- "@genesislcap/foundation-broadcast-channel": "14.417.0",
52
- "@genesislcap/foundation-comms": "14.417.0",
53
- "@genesislcap/foundation-events": "14.417.0",
54
- "@genesislcap/foundation-logger": "14.417.0",
55
- "@genesislcap/foundation-ui": "14.417.0",
56
- "@genesislcap/foundation-utils": "14.417.0",
51
+ "@genesislcap/foundation-broadcast-channel": "14.417.1-alpha-efccb2a.0",
52
+ "@genesislcap/foundation-comms": "14.417.1-alpha-efccb2a.0",
53
+ "@genesislcap/foundation-events": "14.417.1-alpha-efccb2a.0",
54
+ "@genesislcap/foundation-logger": "14.417.1-alpha-efccb2a.0",
55
+ "@genesislcap/foundation-ui": "14.417.1-alpha-efccb2a.0",
56
+ "@genesislcap/foundation-utils": "14.417.1-alpha-efccb2a.0",
57
57
  "@microsoft/fast-components": "2.30.6",
58
58
  "@microsoft/fast-element": "1.14.0",
59
59
  "@microsoft/fast-foundation": "2.50.0"
@@ -67,5 +67,5 @@
67
67
  "access": "public"
68
68
  },
69
69
  "customElements": "dist/custom-elements.json",
70
- "gitHead": "1a4b13faca04aa12b0a8bd6032a798369fe7eb33"
70
+ "gitHead": "00d0d357de82849ea9dc574f615ba69d71b78ede"
71
71
  }