1.0.0-rc.33 • Published 3 years ago

@annotation-studio/redux v1.0.0-rc.33

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

Annotation Redux

Annotation redux is made of actions, queries and a few interfaces for plugging your own redux flows (middleware, reducers)

Overview

  • Actions (dispatch-able)
    • annotations
      • addAnnotation
    • drafts
      • createDraft
      • deselectDraft
      • updateDraft
      • addSelectorToDraft
      • selectDraft
      • previewDraft
      • unpreviewDraft
      • asyncPublishDraft
      • publishDraft
    • elucidate
      • initialiseElucidate
      • setServer
      • setResource
      • createCollection
      • setCollection
      • addElucidateAnnotation
      • sendAnnotation
    • logging
      • log
    • manifest
      • requestManifest
      • selectCanvas
      • selectManifest
      • addManifest
      • removeManifest
    • resourceTemplate
      • moveForward
      • moveBack
      • reset
      • addResourceTemplate
      • addCaptureModel
      • addInteractiveResource
    • selectors
      • setAvailableSelectors
      • chooseSelector
      • updateSelector
      • commitToCurrentDraft
    • viewer
      • setViewer
      • withViewer
  • lib/elucidate (not dispatch-able)
    • AnnotationSelector (class)
    • makeRequest
    • get
    • post
    • getAnnotation
    • getAllAnnotationsFromCollection
    • fetchPageCollection
    • createElucidateCollection
    • sendAnnotationToServer
  • query
    • draftQuery
      • getCurrentDraftId
      • getDraftById
      • getCurrentDraft
    • elucidateQuery
      • getServer
      • getAnnotationById
      • isSendingAnnotations
      • getCanvasFromManifest
      • getCollectionId
      • richAnnotationList (will be renamed annotationList)
      • annotationList
    • manifestQuery
      • currentManifest
      • getImageServiceFromCanvas
      • currentImageService
      • currentCanvas
      • manifestById
      • `allManifests
    • resourceTemplateQuery
      • getCurrentResourceTemplate
      • getForm
      • resourceTemplateList
      • getCurrentPath
    • connector
    • createStore
    • middleware
      • logger
      • viewerAware
      • thunk
1.0.0-rc.33

3 years ago

1.0.0-rc.32

3 years ago

1.0.0-rc.27

5 years ago

1.0.0-rc.24

5 years ago

1.0.0-rc.23

5 years ago

1.0.0-rc.22

5 years ago

1.0.0-rc.21

5 years ago

1.0.0-rc.20

6 years ago

1.0.0-rc.19

6 years ago

1.0.0-rc.18

6 years ago

1.0.0-rc.17

6 years ago

1.0.0-rc.15

6 years ago

1.0.0-rc.14

6 years ago

1.0.0-rc.13

6 years ago

1.0.0-rc.12

6 years ago