0.2.29 • Published 2 days ago

@1doc3/synapse-viewer v0.2.29

Weekly downloads
-
License
ISC
Repository
-
Last release
2 days ago

synapse-viewer

Getting started

Just add the component

import SynapseViewer from '@1doc3/synapse-viewer'
export default {
  components: { SynapseViewer },
  ...
}

Properties

[
  {
    type: 'info',
    group: 'init',
    title: 'Antes de iniciar tu consulta, responde las siguientes preguntas para que el doctor te pueda dar una mejor orientación. Te pedimos sinceridad, recuerda que esto no te limitará el acceso médico.',
    answer: null,
    titleStyle: 'normal',
    validations: [],
    questionData: {}
  },
  {
    id: '1',
    type: 'singleSelection',
    group: 'init',
    title: '¿Has tenido contacto directo en los últimos 7 días con alguna persona con COVID-19 confirmado con prueba?',
    answer: 1,
    titleStyle: 'small',
    validations: [
      'required'
    ],
    patientTitle: '¿La persona por la que consultas ha tenido contacto directo en los últimos 7 días con alguna persona con COVID-19 confirmado con prueba?',
    questionData: {
      options: [
        {
          label: 'Si',
          value: 1
        },
        {
          label: 'No',
          value: 2
        }
      ]
    }
  },
]

Project setup

npm i

Compiles and hot-reloads for development

npm run serve

Compiles and publish changes

First of all, login with your npm account associated with @1doc3. Then increments the version on package.log file and...

npm run build
npm publish

Lints and fixes files

yarn lint

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

0.2.29

2 days ago

0.2.28

10 days ago

0.2.27

11 days ago

0.2.26

11 days ago

0.2.25

14 days ago

0.2.24

14 days ago

0.2.23

14 days ago

0.2.22

1 month ago

0.2.21

1 month ago

0.2.20

1 month ago

0.2.19

1 month ago

0.2.18

3 months ago

0.2.17

3 months ago

0.2.16

3 months ago

0.2.15

3 months ago

0.2.14

6 months ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.7

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.1.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.5

3 years ago

0.1.0

3 years ago