@vuu-ui/vuu-data-test 0.13.65 → 0.13.67
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/cjs/test/test-schemas.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-schemas.js","sources":["../../../../packages/vuu-data-test/src/test/test-schemas.ts"],"sourcesContent":["import { TableSchema } from \"@vuu-ui/vuu-data-types\";\nimport { DefaultColumnGenerator } from \"../vuu-row-generator\";\n\nexport type TestTableName = \"TestDates\" | \"TwoHundredColumns\";\n\nexport const schemas: Readonly<Record<TestTableName, Readonly<TableSchema>>> = {\n TestDates: {\n columns: [\n {\n name: \"id\",\n serverDataType: \"long\",\n },\n {\n name: \"tradeDate\",\n serverDataType: \"long\",\n },\n {\n name: \"settlementDate\",\n serverDataType: \"long\",\n },\n ],\n key: \"id\",\n table: { module: \"TEST\", table: \"TestDates\" },\n },\n TwoHundredColumns: {\n columns: DefaultColumnGenerator(200).map((col) => ({\n ...col,\n serverDataType: \"string\",\n })),\n key: \"
|
|
1
|
+
{"version":3,"file":"test-schemas.js","sources":["../../../../packages/vuu-data-test/src/test/test-schemas.ts"],"sourcesContent":["import { TableSchema } from \"@vuu-ui/vuu-data-types\";\nimport { DefaultColumnGenerator } from \"../vuu-row-generator\";\n\nexport type TestTableName = \"TestDates\" | \"TwoHundredColumns\";\n\nexport const schemas: Readonly<Record<TestTableName, Readonly<TableSchema>>> = {\n TestDates: {\n columns: [\n {\n name: \"id\",\n serverDataType: \"long\",\n },\n {\n name: \"tradeDate\",\n serverDataType: \"long\",\n },\n {\n name: \"settlementDate\",\n serverDataType: \"long\",\n },\n ],\n key: \"id\",\n table: { module: \"TEST\", table: \"TestDates\" },\n },\n TwoHundredColumns: {\n columns: DefaultColumnGenerator(200).map((col) => ({\n ...col,\n serverDataType: \"string\",\n })),\n key: \"column_1\",\n table: { module: \"TEST\", table: \"TwoHundredColumns\" },\n },\n};\n"],"names":["DefaultColumnGenerator"],"mappings":";;;;AAKO,MAAM,OAAkE,GAAA;AAAA,EAC7E,SAAW,EAAA;AAAA,IACT,OAAS,EAAA;AAAA,MACP;AAAA,QACE,IAAM,EAAA,IAAA;AAAA,QACN,cAAgB,EAAA;AAAA,OAClB;AAAA,MACA;AAAA,QACE,IAAM,EAAA,WAAA;AAAA,QACN,cAAgB,EAAA;AAAA,OAClB;AAAA,MACA;AAAA,QACE,IAAM,EAAA,gBAAA;AAAA,QACN,cAAgB,EAAA;AAAA;AAClB,KACF;AAAA,IACA,GAAK,EAAA,IAAA;AAAA,IACL,KAAO,EAAA,EAAE,MAAQ,EAAA,MAAA,EAAQ,OAAO,WAAY;AAAA,GAC9C;AAAA,EACA,iBAAmB,EAAA;AAAA,IACjB,SAASA,sCAAuB,CAAA,GAAG,CAAE,CAAA,GAAA,CAAI,CAAC,GAAS,MAAA;AAAA,MACjD,GAAG,GAAA;AAAA,MACH,cAAgB,EAAA;AAAA,KAChB,CAAA,CAAA;AAAA,IACF,GAAK,EAAA,UAAA;AAAA,IACL,KAAO,EAAA,EAAE,MAAQ,EAAA,MAAA,EAAQ,OAAO,mBAAoB;AAAA;AAExD;;;;"}
|
package/esm/test/test-schemas.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-schemas.js","sources":["../../../../packages/vuu-data-test/src/test/test-schemas.ts"],"sourcesContent":["import { TableSchema } from \"@vuu-ui/vuu-data-types\";\nimport { DefaultColumnGenerator } from \"../vuu-row-generator\";\n\nexport type TestTableName = \"TestDates\" | \"TwoHundredColumns\";\n\nexport const schemas: Readonly<Record<TestTableName, Readonly<TableSchema>>> = {\n TestDates: {\n columns: [\n {\n name: \"id\",\n serverDataType: \"long\",\n },\n {\n name: \"tradeDate\",\n serverDataType: \"long\",\n },\n {\n name: \"settlementDate\",\n serverDataType: \"long\",\n },\n ],\n key: \"id\",\n table: { module: \"TEST\", table: \"TestDates\" },\n },\n TwoHundredColumns: {\n columns: DefaultColumnGenerator(200).map((col) => ({\n ...col,\n serverDataType: \"string\",\n })),\n key: \"
|
|
1
|
+
{"version":3,"file":"test-schemas.js","sources":["../../../../packages/vuu-data-test/src/test/test-schemas.ts"],"sourcesContent":["import { TableSchema } from \"@vuu-ui/vuu-data-types\";\nimport { DefaultColumnGenerator } from \"../vuu-row-generator\";\n\nexport type TestTableName = \"TestDates\" | \"TwoHundredColumns\";\n\nexport const schemas: Readonly<Record<TestTableName, Readonly<TableSchema>>> = {\n TestDates: {\n columns: [\n {\n name: \"id\",\n serverDataType: \"long\",\n },\n {\n name: \"tradeDate\",\n serverDataType: \"long\",\n },\n {\n name: \"settlementDate\",\n serverDataType: \"long\",\n },\n ],\n key: \"id\",\n table: { module: \"TEST\", table: \"TestDates\" },\n },\n TwoHundredColumns: {\n columns: DefaultColumnGenerator(200).map((col) => ({\n ...col,\n serverDataType: \"string\",\n })),\n key: \"column_1\",\n table: { module: \"TEST\", table: \"TwoHundredColumns\" },\n },\n};\n"],"names":[],"mappings":";;AAKO,MAAM,OAAkE,GAAA;AAAA,EAC7E,SAAW,EAAA;AAAA,IACT,OAAS,EAAA;AAAA,MACP;AAAA,QACE,IAAM,EAAA,IAAA;AAAA,QACN,cAAgB,EAAA;AAAA,OAClB;AAAA,MACA;AAAA,QACE,IAAM,EAAA,WAAA;AAAA,QACN,cAAgB,EAAA;AAAA,OAClB;AAAA,MACA;AAAA,QACE,IAAM,EAAA,gBAAA;AAAA,QACN,cAAgB,EAAA;AAAA;AAClB,KACF;AAAA,IACA,GAAK,EAAA,IAAA;AAAA,IACL,KAAO,EAAA,EAAE,MAAQ,EAAA,MAAA,EAAQ,OAAO,WAAY;AAAA,GAC9C;AAAA,EACA,iBAAmB,EAAA;AAAA,IACjB,SAAS,sBAAuB,CAAA,GAAG,CAAE,CAAA,GAAA,CAAI,CAAC,GAAS,MAAA;AAAA,MACjD,GAAG,GAAA;AAAA,MACH,cAAgB,EAAA;AAAA,KAChB,CAAA,CAAA;AAAA,IACF,GAAK,EAAA,UAAA;AAAA,IACL,KAAO,EAAA,EAAE,MAAQ,EAAA,MAAA,EAAQ,OAAO,mBAAoB;AAAA;AAExD;;;;"}
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.13.
|
|
2
|
+
"version": "0.13.67",
|
|
3
3
|
"author": "heswell",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@vuu-ui/vuu-data-local": "0.13.
|
|
7
|
-
"@vuu-ui/vuu-utils": "0.13.
|
|
6
|
+
"@vuu-ui/vuu-data-local": "0.13.67",
|
|
7
|
+
"@vuu-ui/vuu-utils": "0.13.67"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@vuu-ui/vuu-protocol-types": "0.13.
|
|
11
|
-
"@vuu-ui/vuu-data-types": "0.13.
|
|
12
|
-
"@vuu-ui/vuu-table-types": "0.13.
|
|
10
|
+
"@vuu-ui/vuu-protocol-types": "0.13.67",
|
|
11
|
+
"@vuu-ui/vuu-data-types": "0.13.67",
|
|
12
|
+
"@vuu-ui/vuu-table-types": "0.13.67"
|
|
13
13
|
},
|
|
14
14
|
"sideEffects": false,
|
|
15
15
|
"files": [
|