@luigi-project/container 0.0.1 → 0.0.4

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.
@@ -0,0 +1,21 @@
1
+ // /// <reference types="svelte" />
2
+ // import type { SvelteComponentTyped } from "svelte";
3
+
4
+ // export interface LuigiCompoundContainerProps {
5
+ // /**
6
+ // * @default undefined
7
+ // */
8
+ // context: undefined;
9
+ // }
10
+
11
+ // export default class LuigiCompoundContainer extends SvelteComponentTyped<
12
+ // LuigiCompoundContainerProps,
13
+ // {},
14
+ // {}
15
+ // > {}
16
+
17
+
18
+ export declare class LuigiCompoundContainer extends HTMLElement {
19
+ compoundConfig: any
20
+ }
21
+
@@ -0,0 +1,8 @@
1
+ // /// <reference types="svelte" />
2
+
3
+ export default class LuigiContainer extends HTMLElement {
4
+ viewurl: string;
5
+ context: any;
6
+ label: string;
7
+ webcomponent: boolean;
8
+ }
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+
2
+ # Luigi Container (Experimental!)
3
+
4
+ ### Test package for upcoming Luigi Container