@nixweb/nixloc-ui 0.0.111 → 0.0.114
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/ckeditor5/LICENSE.md +49 -0
- package/ckeditor5/README.md +68 -0
- package/ckeditor5/build/ckeditor.js +41694 -0
- package/ckeditor5/build/ckeditor.js.map +1 -0
- package/ckeditor5/build/translations/af.js +1 -0
- package/ckeditor5/build/translations/ar.js +1 -0
- package/ckeditor5/build/translations/ast.js +1 -0
- package/ckeditor5/build/translations/az.js +1 -0
- package/ckeditor5/build/translations/bg.js +1 -0
- package/ckeditor5/build/translations/bs.js +1 -0
- package/ckeditor5/build/translations/ca.js +1 -0
- package/ckeditor5/build/translations/cs.js +1 -0
- package/ckeditor5/build/translations/da.js +1 -0
- package/ckeditor5/build/translations/de-ch.js +1 -0
- package/ckeditor5/build/translations/de.js +1 -0
- package/ckeditor5/build/translations/el.js +1 -0
- package/ckeditor5/build/translations/en-au.js +1 -0
- package/ckeditor5/build/translations/en-gb.js +1 -0
- package/ckeditor5/build/translations/en.js +1 -0
- package/ckeditor5/build/translations/eo.js +1 -0
- package/ckeditor5/build/translations/es.js +1 -0
- package/ckeditor5/build/translations/et.js +1 -0
- package/ckeditor5/build/translations/eu.js +1 -0
- package/ckeditor5/build/translations/fa.js +1 -0
- package/ckeditor5/build/translations/fi.js +1 -0
- package/ckeditor5/build/translations/fr.js +1 -0
- package/ckeditor5/build/translations/gl.js +1 -0
- package/ckeditor5/build/translations/gu.js +1 -0
- package/ckeditor5/build/translations/he.js +1 -0
- package/ckeditor5/build/translations/hi.js +1 -0
- package/ckeditor5/build/translations/hr.js +1 -0
- package/ckeditor5/build/translations/hu.js +1 -0
- package/ckeditor5/build/translations/id.js +1 -0
- package/ckeditor5/build/translations/it.js +1 -0
- package/ckeditor5/build/translations/ja.js +1 -0
- package/ckeditor5/build/translations/jv.js +1 -0
- package/ckeditor5/build/translations/kk.js +1 -0
- package/ckeditor5/build/translations/km.js +1 -0
- package/ckeditor5/build/translations/kn.js +1 -0
- package/ckeditor5/build/translations/ko.js +1 -0
- package/ckeditor5/build/translations/ku.js +1 -0
- package/ckeditor5/build/translations/lt.js +1 -0
- package/ckeditor5/build/translations/lv.js +1 -0
- package/ckeditor5/build/translations/nb.js +1 -0
- package/ckeditor5/build/translations/ne.js +1 -0
- package/ckeditor5/build/translations/nl.js +1 -0
- package/ckeditor5/build/translations/no.js +1 -0
- package/ckeditor5/build/translations/oc.js +1 -0
- package/ckeditor5/build/translations/pl.js +1 -0
- package/ckeditor5/build/translations/pt.js +1 -0
- package/ckeditor5/build/translations/ro.js +1 -0
- package/ckeditor5/build/translations/ru.js +1 -0
- package/ckeditor5/build/translations/si.js +1 -0
- package/ckeditor5/build/translations/sk.js +1 -0
- package/ckeditor5/build/translations/sl.js +1 -0
- package/ckeditor5/build/translations/sq.js +1 -0
- package/ckeditor5/build/translations/sr-latn.js +1 -0
- package/ckeditor5/build/translations/sr.js +1 -0
- package/ckeditor5/build/translations/sv.js +1 -0
- package/ckeditor5/build/translations/th.js +1 -0
- package/ckeditor5/build/translations/tk.js +1 -0
- package/ckeditor5/build/translations/tr.js +1 -0
- package/ckeditor5/build/translations/tt.js +1 -0
- package/ckeditor5/build/translations/ug.js +1 -0
- package/ckeditor5/build/translations/uk.js +1 -0
- package/ckeditor5/build/translations/uz.js +1 -0
- package/ckeditor5/build/translations/vi.js +1 -0
- package/ckeditor5/build/translations/zh-cn.js +1 -0
- package/ckeditor5/build/translations/zh.js +1 -0
- package/ckeditor5/package.json +42 -0
- package/ckeditor5/sample/index.html +133 -0
- package/ckeditor5/sample/styles.css +500 -0
- package/ckeditor5/src/ckeditor.js +127 -0
- package/ckeditor5/webpack.config.js +96 -0
- package/package.json +2 -1
- package/src/component/layout/Moldura.vue +1 -1
- package/src/component/layout/Wizard.vue +200 -11
- package/src/component/shared/CodigoEditor.vue +28 -5
- package/src/component/shared/DocumentoPreview.vue +4 -12
- package/src/component/shared/LegendaParametro.vue +101 -0
- package/src/component/shared/Tabela.vue +1 -1
- package/src/component/template/ModeloDocumentoView.vue +12 -14
- package/src/component/value-objects/DadosContato.vue +10 -0
- package/src/component/value-objects/DadosPessoa.vue +10 -1
- package/src/component/value-objects/Endereco.vue +3 -0
- package/src/store/modulos/generic.js +12 -1
- package/src/component/shared/ConfiguracaoTabela.vue +0 -54
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<b-row>
|
|
4
|
-
<b-col sm="6"
|
|
5
|
-
><EscolherEstatico
|
|
6
|
-
titulo="Primeira Tabela"
|
|
7
|
-
:valorInicial="{ conteudo: '10', id: 10 }"
|
|
8
|
-
:dados="opcoes"
|
|
9
|
-
/></b-col>
|
|
10
|
-
<b-col sm="6"
|
|
11
|
-
><EscolherEstatico
|
|
12
|
-
titulo="Segunda Tabela"
|
|
13
|
-
:valorInicial="{ conteudo: '10', id: 10 }"
|
|
14
|
-
:dados="opcoes"
|
|
15
|
-
/></b-col>
|
|
16
|
-
</b-row>
|
|
17
|
-
<b-row>
|
|
18
|
-
<b-col sm="6"
|
|
19
|
-
><EscolherEstatico
|
|
20
|
-
titulo="Terceira Tabela"
|
|
21
|
-
:valorInicial="{ conteudo: '10', id: 10 }"
|
|
22
|
-
:dados="opcoes"
|
|
23
|
-
/></b-col>
|
|
24
|
-
<b-col sm="6"
|
|
25
|
-
><EscolherEstatico
|
|
26
|
-
titulo="Quarta Tabela"
|
|
27
|
-
:valorInicial="{ conteudo: '10', id: 10 }"
|
|
28
|
-
:dados="opcoes"
|
|
29
|
-
/></b-col>
|
|
30
|
-
</b-row>
|
|
31
|
-
</div>
|
|
32
|
-
</template>
|
|
33
|
-
<script>
|
|
34
|
-
import Opcoes from "@nixweb/nixloc-ui/src/component/forms/Opcoes";
|
|
35
|
-
import EscolherEstatico from "@nixweb/nixloc-ui/src/component/forms/EscolherEstatico.vue";
|
|
36
|
-
|
|
37
|
-
export default {
|
|
38
|
-
name: "ConfiguracaoTabela",
|
|
39
|
-
components: {
|
|
40
|
-
EscolherEstatico,
|
|
41
|
-
},
|
|
42
|
-
data() {
|
|
43
|
-
return {
|
|
44
|
-
opcoes: [
|
|
45
|
-
{ conteudo: "Produto", id: "v-for='n in dados.produtos'" },
|
|
46
|
-
{ conteudo: "Produto Agrupado", id: "v-for='n in dados.produtos'" },
|
|
47
|
-
{ conteudo: "Período", id: "v-for='n in dados.periodos'" },
|
|
48
|
-
{ conteudo: "Pagamento", id: "v-for='n in dados.pagamentos'" },
|
|
49
|
-
],
|
|
50
|
-
tabela1: "v-for='n in dados.produtos'",
|
|
51
|
-
};
|
|
52
|
-
},
|
|
53
|
-
};
|
|
54
|
-
</script>
|