mftsccs-browser 3.0.6-beta → 3.0.105-beta
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/dist/main.bundle.js +1 -2270
- package/dist/main.bundle.js.LICENSE.txt +4 -0
- package/dist/main.bundle.js.map +1 -1
- package/dist/serviceWorker.bundle.js +1 -2192
- package/dist/serviceWorker.bundle.js.LICENSE.txt +4 -0
- package/dist/serviceWorker.bundle.js.map +1 -1
- package/dist/types/AccessTracker/accessTracker.d.ts +1 -0
- package/dist/types/Anomaly/anomaly.d.ts +1 -0
- package/dist/types/Api/DeleteTheConcept.d.ts +1 -1
- package/dist/types/Api/DeleteTheConnection.d.ts +1 -1
- package/dist/types/Api/GetConnections/GetConnectionsByTypeApi.d.ts +3 -0
- package/dist/types/Api/GetConnections/GetConnectionsByTypesApi.d.ts +3 -0
- package/dist/types/Api/Prototype/CreatePrototype.d.ts +2 -0
- package/dist/types/Constants/ckeditorCSS.d.ts +1 -0
- package/dist/types/DataStructures/BaseUrl.d.ts +7 -0
- package/dist/types/DataStructures/Concept.d.ts +3 -2
- package/dist/types/DataStructures/ConnectionByType/GetConnectionByType.d.ts +4 -0
- package/dist/types/DataStructures/ConnectionByType/GetConnectionsByType.d.ts +4 -0
- package/dist/types/DataStructures/ConnectionData.d.ts +3 -0
- package/dist/types/DataStructures/Prototype/Prototype.d.ts +12 -0
- package/dist/types/DataStructures/Search/FreeschemaQuery.d.ts +1 -0
- package/dist/types/DataStructures/Security/TokenStorage.d.ts +1 -0
- package/dist/types/DataStructures/SyncData.d.ts +0 -1
- package/dist/types/DataStructures/TypeLibrary.d.ts +13 -0
- package/dist/types/Middleware/ErrorHandling.d.ts +0 -19
- package/dist/types/Middleware/logger.service.d.ts +26 -8
- package/dist/types/Services/Common/ErrorPosting.d.ts +7 -0
- package/dist/types/Services/CreateTheConcept.d.ts +1 -1
- package/dist/types/Services/Delete/DeleteConnectionByIdLocal.d.ts +1 -0
- package/dist/types/Services/DeleteConnectionByType.d.ts +7 -0
- package/dist/types/Services/GetTheConcept.d.ts +3 -2
- package/dist/types/Services/Local/CreateTheConceptLocal.d.ts +1 -1
- package/dist/types/Services/Search/DataIdFormat.d.ts +17 -17
- package/dist/types/Services/Security/GetRequestHeader.d.ts +2 -10
- package/dist/types/Services/automated/auotmated-update.d.ts +2 -0
- package/dist/types/Services/automated/automated-concept-connection.d.ts +7 -0
- package/dist/types/Services/cacheService.d.ts +1 -0
- package/dist/types/Validator/interface.d.ts +7 -6
- package/dist/types/Validator/validator.d.ts +7 -31
- package/dist/types/Widgets/BaseObserver.d.ts +3 -2
- package/dist/types/Widgets/BaseWidget.d.ts +4 -0
- package/dist/types/Widgets/RenderWidgetService.d.ts +30 -4
- package/dist/types/Widgets/StatefulWidget.d.ts +11 -4
- package/dist/types/Widgets/WidgetBuild.d.ts +3 -0
- package/dist/types/Widgets/WidgetTree.d.ts +3 -0
- package/dist/types/WrapperFunctions/DepenedencyObserver.d.ts +6 -0
- package/dist/types/WrapperFunctions/SchemaQueryObservable.d.ts +1 -1
- package/dist/types/app.d.ts +8 -3
- package/dist/types/prototype/getPrototype.service.d.ts +2 -0
- package/dist/types/prototype/prototype.service.d.ts +9 -0
- package/package.json +1 -1
- package/dist/bundle.js +0 -2
- package/dist/bundle.js.map +0 -1
- package/dist/types/Anomaly/Debug.d.ts +0 -3