@shell-shock/plugin-console 0.0.4 → 0.1.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/console-builtin.cjs +718 -6
- package/dist/components/console-builtin.d.cts +5 -1
- package/dist/components/console-builtin.d.cts.map +1 -1
- package/dist/components/console-builtin.d.mts +5 -1
- package/dist/components/console-builtin.d.mts.map +1 -1
- package/dist/components/console-builtin.mjs +718 -7
- package/dist/components/console-builtin.mjs.map +1 -1
- package/dist/components/index.cjs +1 -0
- package/dist/components/index.d.cts +2 -2
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.mjs +2 -2
- package/package.json +9 -9
|
@@ -42,6 +42,10 @@ declare function DividerFunctionDeclaration(): Children;
|
|
|
42
42
|
* A component to generate the `link` function in the `shell-shock:console` builtin module.
|
|
43
43
|
*/
|
|
44
44
|
declare function LinkFunctionDeclaration(): Children;
|
|
45
|
+
/**
|
|
46
|
+
* A component to generate the `spinner` function in the `shell-shock:console` builtin module.
|
|
47
|
+
*/
|
|
48
|
+
declare function SpinnerFunctionDeclaration(): Children;
|
|
45
49
|
/**
|
|
46
50
|
* Props for the TableFunctionDeclaration component.
|
|
47
51
|
*/
|
|
@@ -56,5 +60,5 @@ type ConsoleBuiltinProps = Pick<BuiltinFileProps, "children" | "imports" | "buil
|
|
|
56
60
|
*/
|
|
57
61
|
declare function ConsoleBuiltin(props: ConsoleBuiltinProps): Children;
|
|
58
62
|
//#endregion
|
|
59
|
-
export { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, ConsoleBuiltinProps, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, MessageFunctionDeclarationProps, StripAnsiFunctionDeclaration, TableFunctionDeclaration, TableFunctionDeclarationProps, WrapAnsiFunction, WriteLineFunctionDeclaration };
|
|
63
|
+
export { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, ConsoleBuiltinProps, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, MessageFunctionDeclarationProps, SpinnerFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, TableFunctionDeclarationProps, WrapAnsiFunction, WriteLineFunctionDeclaration };
|
|
60
64
|
//# sourceMappingURL=console-builtin.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"console-builtin.d.cts","names":[],"sources":["../../src/components/console-builtin.tsx"],"sourcesContent":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"console-builtin.d.cts","names":[],"sources":["../../src/components/console-builtin.tsx"],"sourcesContent":[],"mappings":";;;;;;iBA+DgB,uBAAA,CAAA,GAAuB;;AAAvC;AA6JA;AAqqDgB,iBArqDA,iBAAA,CAAA,CAqqD4B,EArqDX,QAqqDW;AA8P5C;;;AAA8C,iBA9P9B,4BAAA,CAAA,CA8P8B,EA9PF,QA8PE;AAYnC,KAZC,+BAAA,GAAkC,OAYnC,CAXT,IAWS,CAXJ,wBAWI,EAAA,YAAA,CAAA,CAAA,GAAA;EACD,IAAA,EAAA,SAAA,GAAA,MAAA,GAAA,MAAA,GAAA,OAAA,GAAA,SAAA,GAAA,MAAA,GAAA,QAAA,GAAA,OAAA;EAGC,OAAA,EAJA,mBAIA;EAAQ,KAAA,CAAA,EAHT,mBAGS;EAOH,aAAA,EAAA,KAAA,GAAA,MAA0B,GAAA,MAAA,GACjC,OAAA,GAAA,OAAA;EA2KO,WAAA,EAAA,MAAgB;EA4EhB,MAAA,CAAA,EA/PL,QA+PK;EAmCA,SAAA,CAAA,EAAA,OAAA;AAqFhB,CAAA;AAwCA;AAgiBA;AAQA;AA4nBY,iBA5jDI,0BAAA,CA6jDd,KADgC,EA3jDzB,+BA2jD6B,CAAA,EA3jDE,QA2jDF;AAQtC;;;iBAx5CgB,gBAAA,CAAA,GAAgB;;;;iBA4EhB,4BAAA,CAAA,GAA4B;;;;iBAmC5B,0BAAA,CAAA,GAA0B;;;;iBAqF1B,uBAAA,CAAA,GAAuB;;;;iBAwCvB,0BAAA,CAAA,GAA0B;;;;KAgiB9B,6BAAA,GAAgC,KAC1C;;;;iBAOc,wBAAA,QAAgC,gCAA6B;KA4nBjE,mBAAA,GAAsB,KAChC;;;;iBAOc,cAAA,QAAsB,sBAAmB"}
|
|
@@ -42,6 +42,10 @@ declare function DividerFunctionDeclaration(): Children;
|
|
|
42
42
|
* A component to generate the `link` function in the `shell-shock:console` builtin module.
|
|
43
43
|
*/
|
|
44
44
|
declare function LinkFunctionDeclaration(): Children;
|
|
45
|
+
/**
|
|
46
|
+
* A component to generate the `spinner` function in the `shell-shock:console` builtin module.
|
|
47
|
+
*/
|
|
48
|
+
declare function SpinnerFunctionDeclaration(): Children;
|
|
45
49
|
/**
|
|
46
50
|
* Props for the TableFunctionDeclaration component.
|
|
47
51
|
*/
|
|
@@ -56,5 +60,5 @@ type ConsoleBuiltinProps = Pick<BuiltinFileProps, "children" | "imports" | "buil
|
|
|
56
60
|
*/
|
|
57
61
|
declare function ConsoleBuiltin(props: ConsoleBuiltinProps): Children;
|
|
58
62
|
//#endregion
|
|
59
|
-
export { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, ConsoleBuiltinProps, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, MessageFunctionDeclarationProps, StripAnsiFunctionDeclaration, TableFunctionDeclaration, TableFunctionDeclarationProps, WrapAnsiFunction, WriteLineFunctionDeclaration };
|
|
63
|
+
export { AnsiHelpersDeclarations, ColorsDeclaration, ConsoleBuiltin, ConsoleBuiltinProps, DividerFunctionDeclaration, LinkFunctionDeclaration, MessageFunctionDeclaration, MessageFunctionDeclarationProps, SpinnerFunctionDeclaration, StripAnsiFunctionDeclaration, TableFunctionDeclaration, TableFunctionDeclarationProps, WrapAnsiFunction, WriteLineFunctionDeclaration };
|
|
60
64
|
//# sourceMappingURL=console-builtin.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"console-builtin.d.mts","names":[],"sources":["../../src/components/console-builtin.tsx"],"sourcesContent":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"console-builtin.d.mts","names":[],"sources":["../../src/components/console-builtin.tsx"],"sourcesContent":[],"mappings":";;;;;;iBA+DgB,uBAAA,CAAA,GAAuB;;AAAvC;AA6JA;AAqqDgB,iBArqDA,iBAAA,CAAA,CAqqD4B,EArqDX,QAqqDW;AA8P5C;;;AAA8C,iBA9P9B,4BAAA,CAAA,CA8P8B,EA9PF,QA8PE;AAYnC,KAZC,+BAAA,GAAkC,OAYnC,CAXT,IAWS,CAXJ,wBAWI,EAAA,YAAA,CAAA,CAAA,GAAA;EACD,IAAA,EAAA,SAAA,GAAA,MAAA,GAAA,MAAA,GAAA,OAAA,GAAA,SAAA,GAAA,MAAA,GAAA,QAAA,GAAA,OAAA;EAGC,OAAA,EAJA,mBAIA;EAAQ,KAAA,CAAA,EAHT,mBAGS;EAOH,aAAA,EAAA,KAAA,GAAA,MAA0B,GAAA,MAAA,GACjC,OAAA,GAAA,OAAA;EA2KO,WAAA,EAAA,MAAgB;EA4EhB,MAAA,CAAA,EA/PL,QA+PK;EAmCA,SAAA,CAAA,EAAA,OAAA;AAqFhB,CAAA;AAwCA;AAgiBA;AAQA;AA4nBY,iBA5jDI,0BAAA,CA6jDd,KADgC,EA3jDzB,+BA2jD6B,CAAA,EA3jDE,QA2jDF;AAQtC;;;iBAx5CgB,gBAAA,CAAA,GAAgB;;;;iBA4EhB,4BAAA,CAAA,GAA4B;;;;iBAmC5B,0BAAA,CAAA,GAA0B;;;;iBAqF1B,uBAAA,CAAA,GAAuB;;;;iBAwCvB,0BAAA,CAAA,GAA0B;;;;KAgiB9B,6BAAA,GAAgC,KAC1C;;;;iBAOc,wBAAA,QAAgC,gCAA6B;KA4nBjE,mBAAA,GAAsB,KAChC;;;;iBAOc,cAAA,QAAsB,sBAAmB"}
|