diff --git a/packages/ketchup-react/package.json b/packages/ketchup-react/package.json index 12a6d73837..fd2dd5a0bd 100644 --- a/packages/ketchup-react/package.json +++ b/packages/ketchup-react/package.json @@ -1,6 +1,6 @@ { "name": "@sme.up/ketchup-react", - "version": "9.6.6", + "version": "9.6.7", "module": "dist/index.js", "typings": "dist/index.d.ts", "keywords": [ @@ -20,7 +20,7 @@ "description": "Ketchup React Components library by smeup", "license": "Apache-2.0", "dependencies": { - "@sme.up/ketchup": "^9.6.6", + "@sme.up/ketchup": "^9.6.7", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/ketchup-showcase/package.json b/packages/ketchup-showcase/package.json index da99d8ae95..6da28a2b67 100644 --- a/packages/ketchup-showcase/package.json +++ b/packages/ketchup-showcase/package.json @@ -19,7 +19,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@sme.up/ketchup": "^9.6.6", + "@sme.up/ketchup": "^9.6.7", "core-js": "^3.30.2", "vue": "^2.6.14", "vue-router": "^3.5.1" diff --git a/packages/ketchup-showcase/src/App.vue b/packages/ketchup-showcase/src/App.vue index 9a1c4355fa..6378006a9d 100644 --- a/packages/ketchup-showcase/src/App.vue +++ b/packages/ketchup-showcase/src/App.vue @@ -55,8 +55,8 @@ @kup-tree-nodeselected="treeClick" >
diff --git a/packages/ketchup/package.json b/packages/ketchup/package.json index 718c170bd4..1af488ec80 100644 --- a/packages/ketchup/package.json +++ b/packages/ketchup/package.json @@ -1,6 +1,6 @@ { "name": "@sme.up/ketchup", - "version": "9.6.6", + "version": "9.6.7", "keywords": [ "smeup", "KetchUP", diff --git a/packages/ketchup/src/assets/editor.js b/packages/ketchup/src/assets/editor.js index dc61c5ec1a..e41562ed94 100644 --- a/packages/ketchup/src/assets/editor.js +++ b/packages/ketchup/src/assets/editor.js @@ -47,10 +47,11 @@ const props = { `, isReadOnly: false, - previewStyle: 'vertical', + previewStyle: 'tab', showSaveButton: true, showToolbar: true, - // autosaveTimer: 2000 + // autosaveTimer: 2000, + selectedTab: 'preview', }; if (props) { diff --git a/packages/ketchup/src/assets/input-panel.js b/packages/ketchup/src/assets/input-panel.js index 650db95bb5..2f8567a4a3 100644 --- a/packages/ketchup/src/assets/input-panel.js +++ b/packages/ketchup/src/assets/input-panel.js @@ -1,4 +1,4 @@ -let data = { +const data = { columns: [ { name: 'NAM', @@ -63,32 +63,7 @@ let data = { }, NAT: { value: '', - options: [ - { - id: 'ITA', - label: 'Italy', - }, - { - id: 'SPA', - label: 'Spain', - }, - { - id: 'GER', - label: 'Germany', - }, - { - id: 'FRA', - label: 'France', - }, - { - id: 'POR', - label: 'Portugal', - }, - { - id: 'ENG', - label: 'England', - }, - ], + fun: 'combo', obj: { t: '', p: '', @@ -107,142 +82,206 @@ let data = { }, editable: true, mandatory: true, - options: { - type: 'SmeupTree', - messages: [], - children: [ - { - content: { - codice: 'ROM', - testo: 'Rome', - }, - children: [ - { - content: { - codice: 'ROS', - testo: 'Rome Sud', - }, - children: [], - }, - { - content: { - codice: 'RON', - testo: 'Rome Nord', - }, - children: [], - }, - ], - }, - { - content: { - codice: 'FLO', - testo: 'Florence', - }, - children: [], - }, - { - content: { - codice: 'VEN', - testo: 'Venice', - }, - }, - { - content: { - codice: 'MAD', - testo: 'Madrid', - }, - }, - { - content: { - codice: 'BAR', - testo: 'Barcelona', - }, - }, - { - content: { - codice: 'SEV', - testo: 'Seville', - }, - }, - { - content: { - codice: 'BER', - testo: 'Berlin', - }, - }, - { - content: { - codice: 'MUN', - testo: 'Munich', - }, - }, - { - content: { - codice: 'HAM', - testo: 'Hamburg', - }, - }, - { - content: { - codice: 'PAR', - testo: 'Paris', - }, - }, - { - content: { - codice: 'MAR', - testo: 'Marseille', - }, - }, + shape: 'ACP', + fun: 'ddas', + }, + LIS: { + value: '', + obj: { + t: '', + p: '', + k: '', + }, + editable: true, + mandatory: true, + shape: 'ACP', + fun: 'fff', + }, + CHK: { + value: 'on', + editable: true, + mandatory: true, + shape: 'CHK', + }, + RAD: { + value: '3', + options: [ + { + id: '1', + label: 'One', + }, + { + id: '2', + label: 'Two', + }, + { + id: '3', + label: 'Three', + }, + { + id: '4', + label: 'Four', + }, + ], + editable: true, + mandatory: true, + shape: 'RAD', + }, + }, + layout: { + sections: [ + { + content: [ { - content: { - codice: 'LYO', - testo: 'Lyon', - }, + id: 'NAM', + colStart: 1, + colEnd: 1, + rowStart: 1, + rowEnd: 1, }, { - content: { - codice: 'LIS', - testo: 'Lisbon', - }, + id: 'SUR', + colStart: 2, + colEnd: 2, + rowStart: 1, + rowEnd: 1, }, { - content: { - codice: 'POR', - testo: 'Porto', - }, + id: 'NAT', + colStart: 1, + colEnd: 1, + rowStart: 2, + rowEnd: 2, }, { - content: { - codice: 'FAR', - testo: 'Faro', - }, + id: 'CIT', + colStart: 2, + colEnd: 2, + rowStart: 2, + rowEnd: 2, }, { - content: { - codice: 'LON', - testo: 'London', - }, + id: 'CHK', + colStart: 1, + colEnd: 1, + rowStart: 3, + rowEnd: 3, }, { - content: { - codice: 'MAN', - testo: 'Manchester', - }, + id: 'RAD', + colSpan: 2, + rowStart: 3, + rowEnd: 3, }, { - content: { - codice: 'LIV', - testo: 'Liverpool', - }, + id: 'LIS', + colStart: 3, + colEnd: 3, + rowStart: 2, + rowEnd: 2, }, ], + dim: '50%', + gridCols: 3, + gridRows: 3, + gap: 2, }, - fun: 'FUN ', + ], + horizontal: true, + }, + }, + ], +}; + +const data1 = { + columns: [ + { + name: 'NAM', + title: 'Name', + visible: true, + }, + { + name: 'SUR', + title: 'Surname', + visible: true, + }, + { + name: 'NAT', + title: 'Nation', + visible: true, + }, + { + name: 'CIT', + title: 'Tree Options', + visible: true, + }, + { + name: 'LIS', + title: 'Table Options', + visible: true, + }, + { + name: 'CHK', + title: 'Checkbox', + visible: true, + }, + { + name: 'RAD', + title: 'Radio Buttons', + visible: true, + }, + ], + rows: [ + { + cells: { + NAM: { + value: 'Giovanni', + obj: { + t: '', + p: '', + k: '', + }, + editable: true, + mandatory: true, + shape: 'ITX', + }, + SUR: { + value: 'serio', + obj: { + t: '', + p: '', + k: '', + }, + editable: true, + mandatory: true, + shape: 'ITX', + }, + NAT: { + value: 'ITA', + fun: 'combo', + obj: { + t: '', + p: '', + k: '', + }, + editable: true, + mandatory: true, + shape: 'CMB', + }, + CIT: { + value: 'E1', + obj: { + t: '', + p: '', + k: '', + }, + editable: true, + mandatory: true, shape: 'ACP', + fun: 'ddas', }, LIS: { - value: '', + value: 'E2', obj: { t: '', p: '', @@ -250,79 +289,8 @@ let data = { }, editable: true, mandatory: true, - options: { - type: 'SmeupTable', - messages: [], - rows: [ - { - fields: { - E1: { - smeupObject: { - codice: 'E1', - testo: 'Element 1', - }, - }, - E2: { - smeupObject: { - codice: 'E2', - testo: 'Element 2', - }, - }, - E3: { - smeupObject: { - codice: 'E3', - testo: 'Element 3', - }, - }, - }, - }, - { - fields: { - E4: { - smeupObject: { - codice: 'E4', - testo: 'Element 4', - }, - }, - E5: { - smeupObject: { - codice: 'E5', - testo: 'Element 5', - }, - }, - E6: { - smeupObject: { - codice: 'E6', - testo: 'Element 6', - }, - }, - }, - }, - { - fields: { - E14: { - smeupObject: { - codice: 'E14', - testo: 'Element 14', - }, - }, - E15: { - smeupObject: { - codice: 'E15', - testo: 'Element 15', - }, - }, - E16: { - smeupObject: { - codice: 'E16', - testo: 'Element 16', - }, - }, - }, - }, - ], - }, shape: 'ACP', + fun: 'fff', }, CHK: { value: 'on', @@ -331,7 +299,7 @@ let data = { shape: 'CHK', }, RAD: { - value: '3', + value: '1', options: [ { id: '1', @@ -422,59 +390,3695 @@ let data = { const inputPanel = document.getElementById('input-panel'); inputPanel.data = data; +inputPanel.optionsHandler = (fun, inputValue, currentState) => { + console.log('optionsHandler event', { fun, inputValue, currentState }); -const inputPanelCallback = [ - { - eventName: 'kup-autocomplete-input', - eventCallback: (e) => { - const newdata = { - ...data, - rows: data.rows.map((row) => { - const keys = Object.keys(row.cells); - const updatedCells = keys.reduce((acc, key) => { - let updatedValue = e.state.find( - (state) => state.column.name === key - ).cell.value; - return { - ...acc, - [key]: { - ...row.cells[key], - value: updatedValue, - }, - }; - }, {}); - return { ...row, cells: updatedCells }; - }), - }; - const inputPanel = document.getElementById('input-panel'); - inputPanel.data = newdata; - }, - }, -]; - -const optionsHandlerCallback = () => { return Promise.resolve({ - type: 'SmeupTree', + type: 'SmeupTable', messages: [], - children: [ + rows: [ + { + fields: { + E1: { + smeupObject: { + codice: 'E1', + testo: 'Element 1', + }, + }, + E2: { + smeupObject: { + codice: 'E2', + testo: 'Element 2', + }, + }, + E3: { + smeupObject: { + codice: 'E3', + testo: 'Element 3', + }, + }, + }, + }, { - content: { - codice: 'ROM', - testo: 'Rome', + fields: { + E4: { + smeupObject: { + codice: 'E4', + testo: 'Element 4', + }, + }, + E5: { + smeupObject: { + codice: 'E5', + testo: 'Element 5', + }, + }, + E6: { + smeupObject: { + codice: 'E6', + testo: 'Element 6', + }, + }, }, - children: [], }, { - content: { - codice: 'TAR', - testo: 'Taranto', + fields: { + E14: { + smeupObject: { + codice: 'E14', + testo: 'Element 14', + }, + }, + E15: { + smeupObject: { + codice: 'E15', + testo: 'Element 15', + }, + }, + E16: { + smeupObject: { + codice: 'E16', + testo: 'Element 16', + }, + }, }, - children: [], }, ], }); }; +inputPanel.submitCb = (e) => { + console.log(e); + const inputPanel = document.getElementById('input-panel'); + inputPanel.data = data1; +}; + +// const ergonForm = { +// columns: [ +// { +// name: 'TEL', +// title: 'Tempo Elaborazione', +// visible: true, +// }, +// { +// name: 'CRE', +// title: 'Cumulo Reparti', +// visible: true, +// }, +// { +// name: 'CVE', +// title: 'Costo Venduto', +// visible: true, +// }, +// { +// name: 'DIV', +// title: 'Divisa', +// visible: true, +// }, +// { +// name: 'ELA', +// title: 'Elabora', +// visible: true, +// }, +// { +// name: 'SAP', +// title: 'Salto Pagina', +// visible: true, +// }, +// { +// name: 'ART', +// title: 'Articoli', +// visible: true, +// }, +// { +// name: 'MOA', +// title: 'Mostra movimento per articoli', +// visible: true, +// }, +// { +// name: 'ONE', +// title: 'Includi Oneri', +// visible: true, +// }, +// { +// name: 'MCD', +// title: 'Solo marche in conto deposito', +// visible: true, +// }, +// { +// name: 'NET', +// title: 'Solo netti', +// visible: true, +// }, +// { +// name: 'COD', +// title: 'Codice', +// visible: true, +// }, +// { +// name: 'MAR', +// title: 'Marca', +// visible: true, +// }, +// { +// name: 'FAM', +// title: 'Famiglia', +// visible: true, +// }, +// { +// name: 'TAR', +// title: 'Tipo Articolo', +// visible: true, +// }, +// { +// name: 'GRM', +// title: 'Gruppo Merci', +// visible: true, +// }, +// { +// name: 'ABC', +// title: 'Classe ABC', +// visible: true, +// }, +// { +// name: 'MDL', +// title: 'Modelli', +// visible: true, +// }, +// { +// name: 'CSA', +// title: 'Cat. Sc. Articolo', +// visible: true, +// }, +// { +// name: 'TRA', +// title: 'Tratt. Articolo', +// visible: true, +// }, +// { +// name: 'FOR', +// title: 'Cliente/Fornitore', +// visible: true, +// }, +// { +// name: 'CCF', +// title: 'Categ. C/F', +// visible: true, +// }, +// { +// name: 'ZON', +// title: 'Zona', +// visible: true, +// }, +// { +// name: 'COM', +// title: 'Comune', +// visible: true, +// }, +// { +// name: 'PRO', +// title: 'Provincia', +// visible: true, +// }, +// { +// name: 'AGE', +// title: 'Agente', +// visible: true, +// }, +// { +// name: 'REG', +// title: 'Regione', +// visible: true, +// }, +// { +// name: 'NAT', +// title: 'Nazione', +// visible: true, +// }, +// { +// name: 'RCF', +// title: 'Raggrupp. C/F', +// visible: true, +// }, +// { +// name: 'ATT', +// title: 'Attività', +// visible: true, +// }, +// { +// name: 'CAU', +// title: 'Causale', +// visible: true, +// }, +// { +// name: 'LST', +// title: 'Gruppo Liste', +// visible: true, +// }, +// { +// name: 'DOC', +// title: 'Tipo Documento', +// visible: true, +// }, +// { +// name: 'LDO', +// title: 'Lettera Doc.', +// visible: true, +// }, +// { +// name: 'TDO', +// title: '', +// visible: true, +// }, +// { +// name: 'DAT', +// title: 'Data', +// visible: true, +// }, +// { +// name: 'TDA', +// title: '', +// visible: true, +// }, +// { +// // ORDINE CODICE +// name: 'OCD', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE MARCA +// name: 'OMR', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE FAMIGLIA +// name: 'OFM', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE TIPO ARTICOLO +// name: 'OTA', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE GRUPPO MERCI +// name: 'OGM', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE CLASSE ABC +// name: 'OCL', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE MODELLI +// name: 'OMD', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE CAT SC ARTICOLO +// name: 'OCA', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE TRATT ARTICOLO +// name: 'OTR', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE CLIENTE FORNITORE +// name: 'OCF', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE CATEG C/F +// name: 'OCT', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE ZONA +// name: 'OZN', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE COMUNE +// name: 'OCM', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE PROVINCIA +// name: 'OPR', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE AGENTE +// name: 'OAG', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE REGIONE +// name: 'ORG', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE NAZIONE +// name: 'ONZ', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE RAGGRUPP C/F +// name: 'ORF', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE ATTIVITA +// name: 'OAT', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE CAUSALE +// name: 'OCS', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE GRUPPO LIST +// name: 'OGL', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE TIPO DOCUMENTO +// name: 'OTD', +// title: 'Modalità', +// visible: true, +// }, +// { +// // ORDINE DATA +// name: 'ODT', +// title: 'Modalità', +// visible: true, +// }, +// ], +// rows: [ +// { +// cells: { +// TEL: { +// value: '', +// editable: true, +// options: [ +// { +// id: 'CLI', +// label: 'Clienti', +// }, +// { +// id: 'FOR', +// label: 'Fornitori', +// }, +// ], +// shape: 'RAD', +// }, +// CRE: { +// value: '', +// editable: true, +// mandatory: true, +// shape: 'CHK', +// }, +// CVE: { +// value: '', +// options: [ +// { +// id: 'MED', +// label: 'Media acquisto', +// }, +// ], +// editable: true, +// shape: 'CMB', +// }, +// DIV: { +// value: '', +// editable: true, +// shape: 'ITX', +// }, +// ELA: { +// value: '', +// editable: true, +// options: [ +// { +// id: 'YFA', +// label: 'Solo Fatturato', +// }, +// { +// id: 'NFA', +// label: 'Escluso Fatturato', +// }, +// { +// id: 'BOT', +// label: 'Entrambi', +// }, +// ], +// shape: 'RAD', +// }, +// SAP: { +// value: '', +// editable: true, +// options: [ +// { +// id: 'NO', +// label: 'Nessuno', +// }, +// { +// id: 'SI', +// label: 'Effettua', +// }, +// { +// id: 'TES', +// label: 'Stampa Testata', +// }, +// ], +// shape: 'RAD', +// }, +// ART: { +// value: '', +// editable: true, +// options: [ +// { +// id: 'ALL', +// label: 'Tutti', +// }, +// { +// id: 'NFM', +// label: 'Escludi FM', +// }, +// { +// id: 'SFM', +// label: 'Solo FM', +// }, +// ], +// shape: 'RAD', +// }, +// MOA: { +// value: '', +// editable: true, +// shape: 'CHK', +// }, +// ONE: { +// value: '', +// editable: false, +// shape: 'CHK', +// }, +// MCD: { +// value: '', +// editable: true, +// shape: 'CHK', +// }, +// NET: { +// value: '', +// editable: true, +// shape: 'CHK', +// }, +// COD: { +// value: '', +// editable: true, +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// shape: 'ACP', +// }, +// MAR: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// FAM: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// TAR: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// GRM: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// ABC: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// MDL: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// CSA: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// TRA: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// FOR: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// CCF: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// ZON: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// COM: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// PRO: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// AGE: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// REG: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// NAT: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// RCF: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// ATT: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// CAU: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// LST: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// DOC: { +// value: '', +// editable: true, +// shape: 'ACP', +// options: [ +// { +// id: '1', +// label: '1', +// }, +// { +// id: '2', +// label: '2', +// }, +// { +// id: '3', +// label: '3', +// }, +// { +// id: '4', +// label: '4', +// }, +// { +// id: '5', +// label: '5', +// }, +// ], +// }, +// LDO: { +// value: '', +// editable: true, +// shape: 'ITX', +// }, +// TDO: { +// value: '', +// editable: true, +// shape: 'RAD', +// options: [ +// { +// id: '1', +// label: 'Doc. Precendete', +// }, +// { +// id: '2', +// label: 'Doc. Attuale', +// }, +// ], +// }, +// DAT: { +// value: '', +// editable: true, +// shape: 'ITX', +// }, +// TDA: { +// value: '', +// editable: true, +// shape: 'RAD', +// options: [ +// { +// id: '1', +// label: 'Data Lista', +// }, +// { +// id: '2', +// label: 'Data Doc. Precendete', +// }, +// ], +// }, +// OCD: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OMR: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OFM: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OTA: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OGM: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OCL: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OMD: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OCA: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OTR: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OCF: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OCT: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OZN: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OCM: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OPR: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OAG: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// ORG: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// ONZ: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// ORF: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OAT: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OCS: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OGL: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// OTD: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// ODT: { +// value: '', +// editable: true, +// shape: 'CMB', +// options: [ +// { +// id: '1', +// label: 'Uguale', +// }, +// { +// id: '2', +// label: 'Diverso', +// }, +// { +// id: '3', +// label: 'Maggiore', +// }, +// { +// id: '4', +// label: 'Minore', +// }, +// { +// id: '5', +// label: 'Maggiore Uguale', +// }, +// { +// id: '6', +// label: 'Minore Uguale', +// }, +// { +// id: '7', +// label: 'Inizia con', +// }, +// { +// id: '8', +// label: 'Non inizia con', +// }, +// { +// id: '9', +// label: 'Termina con', +// }, +// { +// id: '10', +// label: 'Non termina con', +// }, +// { +// id: '11', +// label: 'Contiene', +// }, +// { +// id: '12', +// label: 'Non contiene', +// }, +// { +// id: '13', +// label: 'Incluso in', +// }, +// { +// id: '14', +// label: 'Escluso da', +// }, +// { +// id: '15', +// label: 'In elenco', +// }, +// { +// id: '16', +// label: 'Non in elenco', +// }, +// { +// id: '17', +// label: 'Simile', +// }, +// { +// id: '18', +// label: 'Non simile', +// }, +// { +// id: '19', +// label: 'Nullo', +// }, +// { +// id: '20', +// label: 'Non nullo', +// }, +// ], +// }, +// }, +// layout: { +// sections: [ +// { +// content: [ +// { +// id: 'TEL', +// colStart: 1, +// colEnd: 3, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'CRE', +// colStart: 4, +// colEnd: 4, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'CVE', +// colStart: 1, +// colEnd: 1, +// rowStart: 2, +// rowEnd: 2, +// }, +// { +// id: 'DIV', +// colStart: 2, +// colEnd: 2, +// rowStart: 2, +// rowEnd: 2, +// }, +// { +// id: 'ELA', +// colStart: 1, +// colEnd: 4, +// rowStart: 3, +// rowEnd: 3, +// }, +// { +// id: 'SAP', +// colStart: 1, +// colEnd: 4, +// rowStart: 4, +// rowEnd: 4, +// }, +// { +// id: 'ART', +// colStart: 1, +// colEnd: 4, +// rowStart: 5, +// rowEnd: 5, +// }, +// { +// id: 'MOA', +// colStart: 1, +// colEnd: 1, +// rowStart: 6, +// rowEnd: 6, +// }, +// { +// id: 'ONE', +// colStart: 2, +// colEnd: 2, +// rowStart: 6, +// rowEnd: 6, +// }, +// { +// id: 'MCD', +// colStart: 3, +// colEnd: 3, +// rowStart: 6, +// rowEnd: 6, +// }, +// { +// id: 'NET', +// colStart: 4, +// colEnd: 4, +// rowStart: 6, +// rowEnd: 6, +// }, +// ], +// gridCols: 4, +// gridRows: 6, +// gap: 2, +// }, +// // ONE COL +// { +// content: [ +// { +// id: 'OCD', +// colStart: 1, +// colEnd: 1, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'COD', +// colStart: 2, +// colEnd: 4, +// rowStart: 1, +// rowEnd: 1, +// }, +// ], +// gridCols: 6, +// gridRows: 1, +// gap: 0.5, +// }, +// // TWO COL +// { +// content: [ +// { +// id: 'OMR', +// colStart: 1, +// colEnd: 1, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'MAR', +// colStart: 2, +// colEnd: 4, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'OFM', +// colStart: 6, +// colEnd: 6, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'FAM', +// colStart: 7, +// colEnd: 9, +// rowStart: 1, +// rowEnd: 1, +// }, +// ], +// gridCols: 9, +// gridRows: 1, +// gap: 0.5, +// }, +// // TWO COL +// { +// content: [ +// { +// id: 'OTA', +// colStart: 1, +// colEnd: 1, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'TAR', +// colStart: 2, +// colEnd: 4, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'OGM', +// colStart: 6, +// colEnd: 6, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'GRM', +// colStart: 7, +// colEnd: 9, +// rowStart: 1, +// rowEnd: 1, +// }, +// ], +// gridCols: 9, +// gridRows: 1, +// gap: 0.5, +// }, +// // TWO COL +// { +// content: [ +// { +// id: 'OCL', +// colStart: 1, +// colEnd: 1, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'ABC', +// colStart: 2, +// colEnd: 4, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'OMD', +// colStart: 6, +// colEnd: 6, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'MDL', +// colStart: 7, +// colEnd: 9, +// rowStart: 1, +// rowEnd: 1, +// }, +// ], +// gridCols: 9, +// gridRows: 1, +// gap: 0.5, +// }, +// // TWO COL +// { +// content: [ +// { +// id: 'OCA', +// colStart: 1, +// colEnd: 1, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'CSA', +// colStart: 2, +// colEnd: 4, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'OTR', +// colStart: 6, +// colEnd: 6, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'TRA', +// colStart: 7, +// colEnd: 9, +// rowStart: 1, +// rowEnd: 1, +// }, +// ], +// gridCols: 9, +// gridRows: 1, +// gap: 0.5, +// }, +// // TWO COL +// { +// content: [ +// { +// id: 'OCF', +// colStart: 1, +// colEnd: 1, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'FOR', +// colStart: 2, +// colEnd: 4, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'OCT', +// colStart: 6, +// colEnd: 6, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'CCF', +// colStart: 7, +// colEnd: 9, +// rowStart: 1, +// rowEnd: 1, +// }, +// ], +// gridCols: 9, +// gridRows: 1, +// gap: 0.5, +// }, +// // THREE COL +// { +// content: [ +// { +// id: 'OZN', +// colStart: 1, +// colEnd: 1, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'ZON', +// colSpan: 2, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'OCM', +// colStart: 5, +// colEnd: 5, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'COM', +// colSpan: 2, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'OPR', +// colStart: 9, +// colEnd: 9, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'PRO', +// colSpan: 2, +// rowStart: 1, +// rowEnd: 1, +// }, +// ], +// gridCols: 11, +// gridRows: 1, +// gap: 0.5, +// }, +// // THREE COL +// { +// content: [ +// { +// id: 'OAG', +// colStart: 1, +// colEnd: 1, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'AGE', +// colSpan: 2, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'ORG', +// colStart: 5, +// colEnd: 5, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'REG', +// colSpan: 2, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'ONZ', +// colStart: 9, +// colEnd: 9, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'NAT', +// colSpan: 2, +// rowStart: 1, +// rowEnd: 1, +// }, +// ], +// gridCols: 11, +// gridRows: 1, +// gap: 0.5, +// }, +// // TWO COL +// { +// content: [ +// { +// id: 'ORF', +// colStart: 1, +// colEnd: 1, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'RCF', +// colStart: 2, +// colEnd: 4, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'OAT', +// colStart: 6, +// colEnd: 6, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'ATT', +// colStart: 7, +// colEnd: 9, +// rowStart: 1, +// rowEnd: 1, +// }, +// ], +// gridCols: 9, +// gridRows: 1, +// gap: 0.5, +// }, +// // TWO COL +// { +// content: [ +// { +// id: 'OCS', +// colStart: 1, +// colEnd: 1, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'CAU', +// colStart: 2, +// colEnd: 4, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'OGL', +// colStart: 6, +// colEnd: 6, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'LST', +// colStart: 7, +// colEnd: 9, +// rowStart: 1, +// rowEnd: 1, +// }, +// ], +// gridCols: 9, +// gridRows: 1, +// gap: 0.5, +// }, +// // THREE COL +// { +// content: [ +// { +// id: 'OTD', +// colStart: 1, +// colEnd: 1, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'DOC', +// colSpan: 2, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'LDO', +// colStart: 5, +// colEnd: 7, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'TDO', +// colStart: 8, +// colEnd: 11, +// rowStart: 1, +// rowEnd: 1, +// }, +// ], +// gridCols: 11, +// gridRows: 1, +// gap: 0.5, +// }, +// // TWO COL +// { +// content: [ +// { +// id: 'ODT', +// colStart: 1, +// colEnd: 1, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'DAT', +// colStart: 2, +// colEnd: 4, +// rowStart: 1, +// rowEnd: 1, +// }, +// { +// id: 'TDA', +// colStart: 5, +// colEnd: 8, +// rowStart: 1, +// rowEnd: 1, +// }, +// ], +// gridCols: 9, +// gridRows: 1, +// gap: 0.5, +// }, +// ], +// }, +// }, +// ], +// }; -inputPanel.valueChangeCb = inputPanelCallback; -inputPanel.optionsHandler = optionsHandlerCallback; -inputPanel.submitCb = (e) => console.log(e); +// const inputPanel = document.getElementById('input-panel'); +// inputPanel.data = ergonForm; +// inputPanel.submitCb = (e) => { +// console.log(e); +// const inputPanel = document.getElementById('input-panel'); +// inputPanel.data = ergonForm; +// }; diff --git a/packages/ketchup/src/components.d.ts b/packages/ketchup/src/components.d.ts index 443e83fa83..62bbf38447 100644 --- a/packages/ketchup/src/components.d.ts +++ b/packages/ketchup/src/components.d.ts @@ -36,7 +36,7 @@ import { KupDropdownButtonEventPayload } from "./components/kup-dropdown-button/ import { KupEchartClickEventPayload, KupEchartLegendPlacement, KupEchartMaps, KupEchartTitle, KupEchartTypes } from "./components/kup-echart/kup-echart-declarations"; import { GeoJSON } from "geojson"; import { XAXisComponentOption, YAXisComponentOption } from "echarts"; -import { KupEditorEventPayload, KupEditorPreview, KupEditorType } from "./components/kup-editor/kup-editor-declarations"; +import { KupEditorEventPayload, KupEditorPreview, KupEditorSelectedTab, KupEditorType } from "./components/kup-editor/kup-editor-declarations"; import { KupFamilyTreeData, KupFamilyTreeEventPayload, KupFamilyTreeLayout, KupFamilyTreeNode } from "./components/kup-family-tree/kup-family-tree-declarations"; import { KupFormData, KupFormLabelPlacement, KupFormLayout } from "./components/kup-form/kup-form-declarations"; import { KupBadge } from "./components/kup-badge/kup-badge"; @@ -87,7 +87,7 @@ export { KupDropdownButtonEventPayload } from "./components/kup-dropdown-button/ export { KupEchartClickEventPayload, KupEchartLegendPlacement, KupEchartMaps, KupEchartTitle, KupEchartTypes } from "./components/kup-echart/kup-echart-declarations"; export { GeoJSON } from "geojson"; export { XAXisComponentOption, YAXisComponentOption } from "echarts"; -export { KupEditorEventPayload, KupEditorPreview, KupEditorType } from "./components/kup-editor/kup-editor-declarations"; +export { KupEditorEventPayload, KupEditorPreview, KupEditorSelectedTab, KupEditorType } from "./components/kup-editor/kup-editor-declarations"; export { KupFamilyTreeData, KupFamilyTreeEventPayload, KupFamilyTreeLayout, KupFamilyTreeNode } from "./components/kup-family-tree/kup-family-tree-declarations"; export { KupFormData, KupFormLabelPlacement, KupFormLayout } from "./components/kup-form/kup-form-declarations"; export { KupBadge } from "./components/kup-badge/kup-badge"; @@ -1919,6 +1919,11 @@ export namespace Components { * This method is used to trigger a new render of the component. */ "refresh": () => Promise