mftsccs-node 0.2.6 → 0.2.7

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 (109) hide show
  1. package/dist/bundle.js +1 -1
  2. package/package.json +1 -1
  3. package/dist/main.bundle.js +0 -2
  4. package/dist/main.bundle.js.LICENSE.txt +0 -1
  5. package/dist/serviceWorker.bundle.js +0 -2
  6. package/dist/serviceWorker.bundle.js.LICENSE.txt +0 -1
  7. package/dist/types/AccessTracker/accessTracker.d.ts +0 -67
  8. package/dist/types/Anomaly/anomaly.d.ts +0 -103
  9. package/dist/types/Api/Create/CreateTheGhostConceptApi.d.ts +0 -3
  10. package/dist/types/Api/Create/CreateTheGhostConnectionApi.d.ts +0 -2
  11. package/dist/types/Api/Delete/DeleteUserInBackend.d.ts +0 -1
  12. package/dist/types/Api/DeleteConnectionBulkApi.d.ts +0 -1
  13. package/dist/types/Api/GetConnections/GetConnectionsByTypeApi.d.ts +0 -3
  14. package/dist/types/Api/Images/GetImages.d.ts +0 -1
  15. package/dist/types/Api/Local/GetLocalConceptByCharacterValue.d.ts +0 -2
  16. package/dist/types/Api/Prototype/CreatePrototype.d.ts +0 -2
  17. package/dist/types/Api/Prototype/Selector.d.ts +0 -15
  18. package/dist/types/Api/Search/SearchWithTypeAndLinker.d.ts +0 -2
  19. package/dist/types/Api/SearchConcept/GetTypeConceptByBulk.d.ts +0 -2
  20. package/dist/types/Api/Translate/TranslateLocalToReal.d.ts +0 -2
  21. package/dist/types/Constants/AccessConstants.d.ts +0 -3
  22. package/dist/types/Constants/ckeditorCSS.d.ts +0 -1
  23. package/dist/types/Constants/general.const.d.ts +0 -6
  24. package/dist/types/Constants/page.const.d.ts +0 -5
  25. package/dist/types/DataStructures/ConnectionBinaryTree/ConnectionOfNode.d.ts +0 -10
  26. package/dist/types/DataStructures/ConnectionBinaryTree/ConnectionOfTheTree.d.ts +0 -24
  27. package/dist/types/DataStructures/ConnectionBinaryTree/ConnectionTypeNode.d.ts +0 -10
  28. package/dist/types/DataStructures/ConnectionBinaryTree/NodePrimitive.d.ts +0 -15
  29. package/dist/types/DataStructures/ConnectionByType/GetConnectionByType.d.ts +0 -4
  30. package/dist/types/DataStructures/Local/LocalGhostIdTree.d.ts +0 -11
  31. package/dist/types/DataStructures/Local/LocalId.d.ts +0 -19
  32. package/dist/types/DataStructures/Prototype/Prototype.d.ts +0 -19
  33. package/dist/types/DataStructures/Prototype/PrototypeOption.d.ts +0 -4
  34. package/dist/types/DataStructures/Prototype/QuerySelector.d.ts +0 -4
  35. package/dist/types/DataStructures/TypeLibrary.d.ts +0 -19
  36. package/dist/types/DataStructures/TypeNode.d.ts +0 -18
  37. package/dist/types/DataStructures/WidgetCache/WidgetCache.d.ts +0 -10
  38. package/dist/types/DataStructures/WidgetCache/WidgetDetails.d.ts +0 -9
  39. package/dist/types/DataStructures/WidgetCache/WidgetNode.d.ts +0 -18
  40. package/dist/types/Database/IndexUpdate.d.ts +0 -47
  41. package/dist/types/Middleware/ApplicationMonitor.d.ts +0 -14
  42. package/dist/types/Middleware/ErrorHandling.d.ts +0 -0
  43. package/dist/types/Middleware/logger.service.d.ts +0 -144
  44. package/dist/types/ServiceWorker/actions/connectionActions.d.ts +0 -2
  45. package/dist/types/ServiceWorker/actions/createActions.d.ts +0 -2
  46. package/dist/types/ServiceWorker/actions/deleteActions.d.ts +0 -2
  47. package/dist/types/ServiceWorker/actions/getActions.d.ts +0 -2
  48. package/dist/types/ServiceWorker/actions/index.d.ts +0 -15
  49. package/dist/types/ServiceWorker/actions/searchActions.d.ts +0 -2
  50. package/dist/types/ServiceWorker/actions/syncActions.d.ts +0 -2
  51. package/dist/types/ServiceWorker/actions/updateActions.d.ts +0 -2
  52. package/dist/types/ServiceWorker/index.d.ts +0 -11
  53. package/dist/types/Services/AccessControl/AccessControl.d.ts +0 -218
  54. package/dist/types/Services/Common/DelayFunction.d.ts +0 -7
  55. package/dist/types/Services/Common/MergeArrays.d.ts +0 -7
  56. package/dist/types/Services/Common/RemoveAllChild.d.ts +0 -1
  57. package/dist/types/Services/CreateConnection/CreateConnectionEntity.d.ts +0 -2
  58. package/dist/types/Services/DeleteConnectionByType.d.ts +0 -22
  59. package/dist/types/Services/GetConnectionBetweenTwoConceptsLinker.d.ts +0 -11
  60. package/dist/types/Services/Local/ConvertFromLConceptToConcept.d.ts +0 -2
  61. package/dist/types/Services/Local/ConvertFromLConnectionToConnection.d.ts +0 -2
  62. package/dist/types/Services/Local/CreateConnectionBetweenTwoConceptsLocal.d.ts +0 -3
  63. package/dist/types/Services/Local/DeleteConceptLocal.d.ts +0 -1
  64. package/dist/types/Services/Local/GetConnectionOfTheConceptLocal.d.ts +0 -2
  65. package/dist/types/Services/Local/GetRelationLocal.d.ts +0 -1
  66. package/dist/types/Services/Local/GetTheConceptLocal.d.ts +0 -9
  67. package/dist/types/Services/Logs/LogEvent.d.ts +0 -1
  68. package/dist/types/Services/Mail.d.ts +0 -18
  69. package/dist/types/Services/Search/NewFormat.d.ts +0 -4
  70. package/dist/types/Services/Transaction/LocalTransaction.d.ts +0 -45
  71. package/dist/types/Services/Upload.d.ts +0 -33
  72. package/dist/types/Services/User/UserFromLocalStorage.d.ts +0 -6
  73. package/dist/types/Services/assets/GetImageService.d.ts +0 -14
  74. package/dist/types/Services/automated/automated-concept-connection.d.ts +0 -7
  75. package/dist/types/Services/cacheService.d.ts +0 -1
  76. package/dist/types/Validator/constant.d.ts +0 -3
  77. package/dist/types/Validator/interface.d.ts +0 -19
  78. package/dist/types/Validator/utils.d.ts +0 -7
  79. package/dist/types/Validator/validator.d.ts +0 -37
  80. package/dist/types/Visualize/ConceptCircle.d.ts +0 -35
  81. package/dist/types/Visualize/ConceptCircleList.d.ts +0 -9
  82. package/dist/types/Visualize/ConnectionLine.d.ts +0 -21
  83. package/dist/types/Visualize/ConnectionLineList.d.ts +0 -6
  84. package/dist/types/Visualize/drawExistingConcepts.d.ts +0 -8
  85. package/dist/types/Visualize/helper.d.ts +0 -15
  86. package/dist/types/Visualize/index.d.ts +0 -0
  87. package/dist/types/Widgets/BaseObserver.d.ts +0 -22
  88. package/dist/types/Widgets/BaseWidget.d.ts +0 -24
  89. package/dist/types/Widgets/BuilderSpeceficFunctions.d.ts +0 -2
  90. package/dist/types/Widgets/BuilderStatefulWidget.d.ts +0 -42
  91. package/dist/types/Widgets/CacheWidget.service.d.ts +0 -17
  92. package/dist/types/Widgets/NormalizeStyles.service.d.ts +0 -1
  93. package/dist/types/Widgets/RenderPage.service.d.ts +0 -12
  94. package/dist/types/Widgets/RenderWidgetLibrary.service.d.ts +0 -14
  95. package/dist/types/Widgets/RenderWidgetService.d.ts +0 -50
  96. package/dist/types/Widgets/StatefulWidget.d.ts +0 -102
  97. package/dist/types/Widgets/WidgetBuild.d.ts +0 -4
  98. package/dist/types/Widgets/WidgetTree.d.ts +0 -29
  99. package/dist/types/Widgets/mainView.class.d.ts +0 -6
  100. package/dist/types/WrapperFunctions/DepenedencyObserver.d.ts +0 -73
  101. package/dist/types/WrapperFunctions/GetCompositionListObservable.d.ts +0 -19
  102. package/dist/types/WrapperFunctions/GetCompositionObservable.d.ts +0 -13
  103. package/dist/types/WrapperFunctions/GetLinkListObservable.d.ts +0 -28
  104. package/dist/types/WrapperFunctions/GetLinkObservable.d.ts +0 -32
  105. package/dist/types/WrapperFunctions/RecursiveSearchObservable.d.ts +0 -37
  106. package/dist/types/WrapperFunctions/SearchLinkMultipleAllObservable.d.ts +0 -15
  107. package/dist/types/prototype/getPrototype.service.d.ts +0 -2
  108. package/dist/types/prototype/prototype.service.d.ts +0 -25
  109. package/dist/types/service-worker.d.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mftsccs-node",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "environment": "production",
5
5
  "description": "Full Pack of concept and connection system",
6
6
  "main": "dist/bundle.js",