@anglr/common 10.0.0 → 10.0.1-beta.20220222044641

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.
Files changed (38) hide show
  1. package/changelog.md +7 -0
  2. package/package.json +23 -16
  3. package/version.bak +1 -1
  4. package/common.d.ts +0 -1398
  5. package/common.internal.d.ts +0 -1438
  6. package/date-fns/common-date-fns.d.ts +0 -8
  7. package/date-fns/common-date-fns.internal.d.ts +0 -8
  8. package/date-fns/temp/common-date-fns.api.md +0 -12
  9. package/forms/common-forms.d.ts +0 -966
  10. package/forms/common-forms.internal.d.ts +0 -966
  11. package/forms/temp/common-forms.api.md +0 -445
  12. package/hmr/common-hmr.d.ts +0 -6
  13. package/hmr/common-hmr.internal.d.ts +0 -6
  14. package/hmr/temp/common-hmr.api.md +0 -12
  15. package/hotkeys/common-hotkeys.d.ts +0 -53
  16. package/hotkeys/common-hotkeys.internal.d.ts +0 -53
  17. package/hotkeys/temp/common-hotkeys.api.md +0 -25
  18. package/material/common-material.d.ts +0 -264
  19. package/material/common-material.internal.d.ts +0 -278
  20. package/material/temp/common-material.api.md +0 -164
  21. package/moment/common-moment.d.ts +0 -61
  22. package/moment/common-moment.internal.d.ts +0 -61
  23. package/moment/temp/common-moment.api.md +0 -47
  24. package/numeral/common-numeral.d.ts +0 -44
  25. package/numeral/common-numeral.internal.d.ts +0 -44
  26. package/numeral/temp/common-numeral.api.md +0 -37
  27. package/positions/common-positions.d.ts +0 -324
  28. package/positions/common-positions.internal.d.ts +0 -346
  29. package/positions/temp/common-positions.api.md +0 -170
  30. package/router/common-router.d.ts +0 -140
  31. package/router/common-router.internal.d.ts +0 -140
  32. package/router/temp/common-router.api.md +0 -74
  33. package/store/common-store.d.ts +0 -61
  34. package/store/common-store.internal.d.ts +0 -61
  35. package/store/temp/common-store.api.md +0 -37
  36. package/structured-log/common-structured-log.d.ts +0 -418
  37. package/structured-log/common-structured-log.internal.d.ts +0 -418
  38. package/structured-log/temp/common-structured-log.api.md +0 -193
@@ -1,8 +0,0 @@
1
- /**
2
- * Reads filter value from encoded string, deserialize date properties into date
3
- * @param defaultValue - Default value of filter, which is overriden by values from filterValue
4
- * @param filterValue - Encoded string containing filter value
5
- */
6
- export declare function readEncodedFilterWithDates<TFilter>(defaultValue: TFilter, filterValue: string): TFilter;
7
-
8
- export { }
@@ -1,8 +0,0 @@
1
- /**
2
- * Reads filter value from encoded string, deserialize date properties into date
3
- * @param defaultValue - Default value of filter, which is overriden by values from filterValue
4
- * @param filterValue - Encoded string containing filter value
5
- */
6
- export declare function readEncodedFilterWithDates<TFilter>(defaultValue: TFilter, filterValue: string): TFilter;
7
-
8
- export { }
@@ -1,12 +0,0 @@
1
- ## API Report File for "@anglr/common-date-fns"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- // @public
8
- export function readEncodedFilterWithDates<TFilter>(defaultValue: TFilter, filterValue: string): TFilter;
9
-
10
- // (No @packageDocumentation comment for this package)
11
-
12
- ```