@layerfi/components 0.1.30 → 0.1.32
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/README.md +6 -0
- package/dist/esm/index.js +1484 -1055
- package/dist/esm/index.js.map +4 -4
- package/dist/index.d.ts +153 -10
- package/dist/index.js +1596 -1174
- package/dist/index.js.map +4 -4
- package/dist/styles/index.css +413 -43
- package/dist/styles/index.css.map +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -210,6 +210,12 @@ The P&L table supports one optional prop:
|
|
|
210
210
|
|
|
211
211
|
The Balance Sheet component displays an interactive table. A default date can be passed in via the `effectiveDate` prop.
|
|
212
212
|
|
|
213
|
+
#### Statement of Cash Flows
|
|
214
|
+
|
|
215
|
+

|
|
216
|
+
|
|
217
|
+
The statement of cashflows component is an interactive table displaying cash changes broken out into investing, financing, and operational activities. It is shown calculated via the standard indirect method.
|
|
218
|
+
|
|
213
219
|
### Ledger
|
|
214
220
|
|
|
215
221
|
#### Chart of Accounts
|