@sis-cc/dotstatsuite-components 14.3.6 → 15.0.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.
Files changed (36) hide show
  1. package/lib/app.js +2 -6
  2. package/lib/index.js +9 -18
  3. package/lib/rules/src/index.js +142 -1
  4. package/lib/rules/src/properties/index.js +2 -5
  5. package/lib/rules/src/table/preparators/prepareData.js +4 -15
  6. package/lib/rules2/src/duplicateObservations.js +22 -38
  7. package/lib/rules2/src/index.js +63 -0
  8. package/lib/viewer/src/chart.js +1 -43
  9. package/package.json +2 -2
  10. package/src/app.js +0 -2
  11. package/src/index.js +0 -1
  12. package/src/rules/src/index.js +19 -0
  13. package/src/rules/src/properties/index.js +1 -4
  14. package/src/rules/src/table/preparators/prepareData.js +2 -10
  15. package/src/rules2/src/duplicateObservations.js +25 -39
  16. package/src/rules2/src/index.js +11 -0
  17. package/src/viewer/src/chart.js +1 -32
  18. package/test/duplicateObs.test.js +83 -0
  19. package/test/mocks/table-prep-simple-duplicate--dimensions2.json +858 -0
  20. package/test/mocks/table-prep-simple-duplicate--duplicated2.json +77502 -0
  21. package/test/mocks/table-prep-simple-duplicate--observations2.json +60002 -0
  22. package/test/table-prep-duplicate-perf.test.js +8 -14
  23. package/lib/rules-driver/src/app.js +0 -152
  24. package/lib/rules-driver/src/index.js +0 -97
  25. package/src/rules-driver/README.md +0 -131
  26. package/src/rules-driver/src/app.js +0 -123
  27. package/src/rules-driver/src/index.js +0 -60
  28. package/src/rules-driver/src/mocks/data1.json +0 -332
  29. package/src/rules-driver/src/mocks/data2.json +0 -309
  30. package/test/duplicateObservations.test.js +0 -108
  31. package/test/mocks/table-prep-multi-duplicate--duplicated.json +0 -26938
  32. package/test/mocks/table-prep-multi-duplicate--indexes.json +0 -1417
  33. package/test/mocks/table-prep-multi-duplicate--observations.json +0 -20330
  34. package/test/mocks/table-prep-simple-duplicate--duplicated.json +0 -77502
  35. package/test/mocks/table-prep-simple-duplicate--indexes.json +0 -274
  36. package/test/mocks/table-prep-simple-duplicate--observations.json +0 -60002

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.