forked from finos/vuu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix various bundling/packaging issues (finos#1256)
* fix various bundling/packaging issues * type issues * fix url resolution of feature bundles
- Loading branch information
Showing
32 changed files
with
92 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,6 @@ | |
}, | ||
"dependencies": { | ||
"@finos/vuu-utils": "0.0.26" | ||
} | ||
}, | ||
"sideEffects": false | ||
} |
4 changes: 1 addition & 3 deletions
4
vuu-ui/packages/vuu-data-react/src/hooks/useTypeaheadSuggestions.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export { | ||
type BasketsTableName, | ||
schemas as basketSchemas, | ||
} from "./basket-schemas"; | ||
export { | ||
default as basketModule, | ||
createBasketTradingRow, | ||
} from "./basket-module"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export { type SimulTableName, schemas as simulSchemas } from "./simul-schemas"; | ||
export { default as simulModule } from "./simul-module"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { type TestTableName } from "./test-schemas"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
vuu-ui/packages/vuu-filters/src/filter-clause/FilterClauseEditor.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,6 @@ | |
"clsx": "^2.0.0", | ||
"react": ">=17.0.2", | ||
"react-dom": ">=17.0.2" | ||
} | ||
}, | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
vuu-ui/packages/vuu-table/src/__tests__/__component__/table-test-utils.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 2 additions & 5 deletions
7
vuu-ui/sample-apps/feature-filter-table/src/useFilterTable.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,38 @@ | ||
import { Flexbox, View } from "@finos/vuu-layout"; | ||
import { Table } from "@finos/vuu-table"; | ||
import { getSchema, SimulTableName, vuuModule } from "@finos/vuu-data-test"; | ||
import { simulSchemas, simulModule } from "@finos/vuu-data-test"; | ||
import { ThemeProvider } from "@finos/vuu-utils"; | ||
import { ContextPanel } from "@finos/vuu-shell"; | ||
|
||
// import "@finos/vuu-icons/index.css"; | ||
// import "@finos/vuu-theme/index.css"; | ||
import "@finos/vuu-icons/index.css"; | ||
import "@finos/vuu-theme/index.css"; | ||
|
||
import "./App.css"; | ||
// import { ThemeProvider } from "@finos/vuu-utils"; | ||
|
||
console.log({ ContextPanel }); | ||
|
||
export const App = () => { | ||
const schema = getSchema("instruments"); | ||
const dataSource = | ||
vuuModule<SimulTableName>("SIMUL").createDataSource("instruments"); | ||
const schema = simulSchemas.instruments; | ||
const dataSource1 = simulModule.createDataSource("instruments"); | ||
const dataSource2 = simulModule.createDataSource("instruments"); | ||
|
||
const tableConfig = { | ||
columns: schema.columns, | ||
}; | ||
|
||
return ( | ||
// <ThemeProvider applyThemeClasses> | ||
<Table config={tableConfig} dataSource={dataSource} renderBufferSize={30} /> | ||
// </ThemeProvider> | ||
<ThemeProvider applyThemeClasses> | ||
<Flexbox | ||
style={{ flexDirection: "column", height: "100vh", width: "100vw" }} | ||
> | ||
<View style={{ flex: 1 }}> | ||
<Table config={tableConfig} dataSource={dataSource1} /> | ||
</View> | ||
<View style={{ flex: 1 }}> | ||
<Table config={tableConfig} dataSource={dataSource2} /> | ||
</View> | ||
</Flexbox> | ||
</ThemeProvider> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
vuu-ui/showcase/src/examples/Table/BuySellRowClassNameGenerator.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters