Browse Source

separa frontend em outro projeto

pull/2485/head
Leandro Roberto 7 years ago
parent
commit
02c3b1c9a0
  1. 3
      sapl-frontend/.browserslistrc
  2. 31
      sapl-frontend/.eslintrc.js
  3. 23
      sapl-frontend/.gitignore
  4. 29
      sapl-frontend/README.md
  5. 3
      sapl-frontend/babel.config.js
  6. 51
      sapl-frontend/package.json
  7. 5
      sapl-frontend/postcss.config.js
  8. 280
      sapl-frontend/src/apps/compilacao/js/old/compilacao.js
  9. 565
      sapl-frontend/src/apps/compilacao/js/old/compilacao_edit.js
  10. 136
      sapl-frontend/src/apps/compilacao/js/old/compilacao_notas.js
  11. 158
      sapl-frontend/src/apps/compilacao/js/old/compilacao_view.js
  12. 58
      sapl-frontend/src/apps/compilacao/main.js
  13. 1702
      sapl-frontend/src/apps/compilacao/scss/compilacao.scss
  14. BIN
      sapl-frontend/src/assets/favicon.ico
  15. 19
      sapl-frontend/src/assets/index.html
  16. BIN
      sapl-frontend/src/assets/logo.png
  17. 151
      sapl-frontend/src/global/functions.js
  18. BIN
      sapl-frontend/src/global/image_cropping/css/Jcrop.gif
  19. 9
      sapl-frontend/src/global/image_cropping/css/image_cropping.css
  20. 167
      sapl-frontend/src/global/image_cropping/css/jquery.Jcrop.css
  21. 29
      sapl-frontend/src/global/image_cropping/css/jquery.Jcrop.min.css
  22. 202
      sapl-frontend/src/global/image_cropping/image_cropping.js
  23. 6
      sapl-frontend/src/global/image_cropping/index.js
  24. 1730
      sapl-frontend/src/global/image_cropping/js/jquery.Jcrop.js
  25. 23
      sapl-frontend/src/global/image_cropping/js/jquery.Jcrop.min.js
  26. 716
      sapl-frontend/src/global/image_cropping/js/jquery.color.js
  27. 296
      sapl-frontend/src/global/jquery.runner.js
  28. 19
      sapl-frontend/src/global/main.js
  29. 29
      sapl-frontend/src/hellow/App.vue
  30. 114
      sapl-frontend/src/hellow/components/HelloWorld.vue
  31. 12
      sapl-frontend/src/hellow/main.js
  32. 10
      sapl-frontend/src/hellow/router.js
  33. 10
      sapl-frontend/src/hellow/store.js
  34. 3
      sapl-frontend/src/hellow/views/About.vue
  35. 18
      sapl-frontend/src/hellow/views/Home.vue
  36. 144
      sapl-frontend/vue.config.js
  37. 4
      sapl/context_processors.py
  38. 11
      sapl/settings.py
  39. 103
      sapl/static/css/chunk-vendors.79dbe19a.css
  40. 101
      sapl/static/css/chunk-vendors.f109b7f2.css
  41. 1
      sapl/static/css/compilacao.cffecde7.css
  42. 1
      sapl/static/css/compilacao.ef12dfcf.css
  43. 1
      sapl/static/css/global.5d2e9934.css
  44. 1
      sapl/static/css/global.8608d5e7.css
  45. BIN
      sapl/static/fonts/fa-brands-400.3186ebd2.eot
  46. BIN
      sapl/static/fonts/fa-brands-400.662c24d0.woff2
  47. BIN
      sapl/static/fonts/fa-brands-400.a995bae1.ttf
  48. BIN
      sapl/static/fonts/fa-brands-400.ae990e80.woff2
  49. BIN
      sapl/static/fonts/fa-brands-400.c7d7a2a1.woff
  50. BIN
      sapl/static/fonts/fa-regular-400.6a9d786e.woff2
  51. BIN
      sapl/static/fonts/fa-regular-400.72f15fa7.woff
  52. BIN
      sapl/static/fonts/fa-regular-400.80efa56b.eot
  53. BIN
      sapl/static/fonts/fa-regular-400.9c0eb6c2.woff2
  54. BIN
      sapl/static/fonts/fa-regular-400.fcb220ee.ttf
  55. BIN
      sapl/static/fonts/fa-solid-900.20c189aa.ttf
  56. BIN
      sapl/static/fonts/fa-solid-900.3638e62e.woff2
  57. BIN
      sapl/static/fonts/fa-solid-900.52134b92.woff2
  58. BIN
      sapl/static/fonts/fa-solid-900.9a52a4e9.eot
  59. BIN
      sapl/static/fonts/fa-solid-900.9c73abbd.woff
  60. 6
      sapl/static/img/fa-brands-400.e4fed0a5.svg
  61. 6
      sapl/static/img/fa-regular-400.304f31f4.svg
  62. 6
      sapl/static/img/fa-solid-900.c8ea4c79.svg
  63. 91
      sapl/static/js/chunk-vendors.c370a973.js
  64. 240
      sapl/static/js/compilacao.eafc10a3.js
  65. 240
      sapl/static/js/compilacao.f14c9577.js
  66. 274
      sapl/static/js/global.2d86d14b.js
  67. 263
      sapl/static/js/global.47ba311e.js
  68. 167
      sapl/static/js/sapl-oficial-theme.391f1e2f.js
  69. 8
      sapl/templates/404.html
  70. 11
      sapl/templates/500.html
  71. 2
      sapl/templates/base.html
  72. 12
      sapl/templates/compilacao/dispositivo_form_parents.html
  73. 1
      sapl/templates/painel/index.html
  74. 1
      sapl/templates/painel/mensagem.html
  75. 1
      sapl/templates/painel/parlamentares.html
  76. 1
      sapl/templates/painel/votacao.html
  77. 1
      sapl/templates/painel/voto_nominal.html
  78. 2
      webpack-stats.json

3
sapl-frontend/.browserslistrc

@ -1,3 +0,0 @@
> 1%
last 2 versions
not ie <= 8

31
sapl-frontend/.eslintrc.js

@ -1,31 +0,0 @@
module.exports = {
root: true,
env: {
browser: true,
node: true,
jquery: true
},
extends: [
'plugin:vue/essential',
'standard'
],
rules: {
'generator-star-spacing': 'off',
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
camelcase: 0
},
// required to lint *.vue files
plugins: [
'vue'
],
parserOptions: {
parser: 'babel-eslint'
},
globals: {
'$': true,
'jQuery': true,
'_': true
}
}

23
sapl-frontend/.gitignore

@ -1,23 +0,0 @@
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
theme-dev
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*

29
sapl-frontend/README.md

@ -1,29 +0,0 @@
# sapl-frontend
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

3
sapl-frontend/babel.config.js

@ -1,3 +0,0 @@
module.exports = {
presets: ['@vue/app']
}

51
sapl-frontend/package.json

@ -1,51 +0,0 @@
{
"name": "sapl-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"bootstrap": "^4.2.1",
"diff": "^4.0.1",
"dotenv": "^6.2.0",
"exports-loader": "^0.7.0",
"imports-loader": "^0.8.0",
"jquery": "^3.3.1",
"jquery-mask-plugin": "^1.14.15",
"jquery-ui-themes": "^1.12.0",
"lodash": "^4.17.11",
"popper.js": "^1.14.6",
"sapl-oficial-theme": "https://github.com/interlegis/sapl-oficial-theme",
"tinymce": "^4.9.2",
"tinymce-light-skin": "^1.3.1",
"vue": "^2.5.21",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"webpack": "^4.28.4",
"webpack-bundle-tracker": "^0.4.2-beta",
"webpack-jquery-ui": "^2.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"babel-eslint": "^10.0.1",
"css-loader": "^2.1.0",
"eslint": "^5.12.1",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.1.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.21"
}
}

5
sapl-frontend/postcss.config.js

@ -1,5 +0,0 @@
module.exports = {
plugins: {
autoprefixer: {}
}
}

280
sapl-frontend/src/apps/compilacao/js/old/compilacao.js

@ -1,280 +0,0 @@
let _$ = window.$
function SetCookie (cookieName, cookieValue, nDays) {
let today = new Date()
let expire = new Date()
if (nDays === null || nDays === 0) nDays = 1
expire.setTime(today.getTime() + 3600000 * 24 * nDays)
document.cookie = cookieName + '=' + escape(cookieValue) +
';expires=' + expire.toGMTString()
}
function ReadCookie (cookieName) {
let theCookie = ' ' + document.cookie
let ind = theCookie.indexOf(' ' + cookieName + '=')
if (ind === -1) ind = theCookie.indexOf(';' + cookieName + '=')
if (ind === -1 || cookieName === '') return ''
let ind1 = theCookie.indexOf(';', ind + 1)
if (ind1 === -1) ind1 = theCookie.length
return unescape(theCookie.substring(ind + cookieName.length + 2, ind1))
}
function insertWaitAjax (element) {
// jQuery(element).append('<div style="text-align:center;'><img src="/static/img/ajax-loader.gif'></div>')
_$(element).append('<div style="text-align:center;"><i style="font-size: 200%;" class="fa fa-refresh fa-spin"></i></div>')
}
function DispositivoSearch (opts) {
_$(function () {
let formData = {}
let containerDs = _$('body').children('#container_ds')
if (containerDs.length > 0) {
_$(containerDs).remove()
}
containerDs = _$('<div id="container_ds"/>')
_$('body').prepend(containerDs)
let fields = _$('[data-sapl-ta="DispositivoSearch"]')
fields.each(function () {
let field = _$(this)
let dataTypeSelection = field.attr('data-type-selection')
let dataField = field.attr('data-field')
let dataFunction = field.attr('data-function')
let onChangeFieldSelects = function (event) {
if (dataTypeSelection === 'checkbox') {
let tas = field.find('input[name="ta_select_all"]') // tas - Textos Articulados
tas.off()
tas.on('change', function (event) {
_$(this).closest('ul').find('input[name="' + dataField + '"]').prop('checked', this.checked)
// _$(this).prop('checked', false)
})
} else {
let dpts = field.find('input')
dpts.off()
dpts.attr('type', 'hidden')
_$('<a class="text-danger">')
.insertBefore(dpts)
.append(_$('<span aria-hidden="true">&times;</span>'))
.on('click', function () {
if (_$(this).closest('ul').find('li').length === 2) {
_$(this).closest('ul').remove()
} else {
_$(this).closest('li').remove()
}
})
}
}
onChangeFieldSelects()
let onChangeParamTA = function (event) {
let tipoTa = _$('select[name="tipo_ta"]').val()
let tipoModel = _$('select[name="tipo_model"]').val()
let numTa = _$('input[name="num_ta"]').val()
let anoTa = _$('input[name="ano_ta"]').val()
let dispositivosInternos = _$('input[name="dispositivos_internos"]:checked').val()
let rotuloDispositivo = _$('input[name="rotulo_dispositivo"]').val()
let textoDispositivo = _$('input[name="texto_dispositivo"]').val()
let maxResults = _$('select[name="max_results"]').val()
let url = ''
if (rotuloDispositivo.length > 0 || textoDispositivo.length > 0) {
_$('input[name="dispositivos_internos"]').prop('disabled', false)
_$('input[name="dispositivos_internos"]').each((idx, element) => {
element.parentElement.classList.remove('disabled')
})
_$('input[name="dispositivos_internos"]').closest('#div_id_dispositivos_internos').css('opacity', '1')
} else {
_$('input[name="dispositivos_internos"]').filter('[value="False"]').prop('checked', true)
_$('input[name="dispositivos_internos"]').prop('disabled', true)
_$('input[name="dispositivos_internos"]').each((idx, element) => {
element.parentElement.classList.add('disabled')
})
_$('input[name="dispositivos_internos"]').closest('#div_id_dispositivos_internos').css('opacity', '0.3')
dispositivosInternos = 'False'
}
formData = {
'tipo_ta': tipoTa,
'tipo_model': tipoModel,
'num_ta': numTa,
'ano_ta': anoTa,
'texto': textoDispositivo,
'rotulo': rotuloDispositivo,
'dispositivos_internos': dispositivosInternos,
'max_results': maxResults,
'data_type_selection': dataTypeSelection,
'data_field': dataField,
'data_function': dataFunction
}
window.localStorage.setItem('dispositivo_search_form_data', JSON.stringify(formData))
url = '/ta/search_fragment_form'
_$('.result-busca-dispositivo').html('')
insertWaitAjax('.result-busca-dispositivo')
_$.get(url, formData).done(function (data) {
_$('.result-busca-dispositivo').html(data)
// OptionalCustomFrontEnd().init()
if (dataTypeSelection === 'checkbox') {
let tas = _$('.result-busca-dispositivo').find('input[name="ta_select_all"]')
tas.off()
tas.on('change', function (event) {
_$(this).closest('ul').find('input[name="' + dataField + '"]').prop('checked', this.checked)
})
}
})
}
let onKeyPressRotuloBuscaTextual = function (event) {
let rotuloDispositivo = _$('input[name="rotulo_dispositivo"]').val()
let textoDispositivo = _$('input[name="texto_dispositivo"]').val()
// let dispositivosInternos = _$('input[name="dispositivos_internos"]:checked').val()
if (rotuloDispositivo.length > 0 || textoDispositivo.length > 0) {
_$('input[name="dispositivos_internos"]').prop('disabled', false)
_$('input[name="dispositivos_internos"]').each((idx, element) => {
element.parentElement.classList.remove('disabled')
})
_$('input[name="dispositivos_internos"]').closest('#div_id_dispositivos_internos').css('opacity', '1')
} else {
_$('input[name="dispositivos_internos"]').filter('[value="False"]').prop('checked', true)
_$('input[name="dispositivos_internos"]').prop('disabled', true)
_$('input[name="dispositivos_internos"]').each((idx, element) => {
element.parentElement.classList.add('disabled')
})
_$('input[name="dispositivos_internos"]').closest('#div_id_dispositivos_internos').css('opacity', '0.3')
// dispositivosInternos = 'False'
}
}
let buttonDs = field.children('#buttonDs')
if (buttonDs.length > 0) {
_$(buttonDs).remove()
}
buttonDs = _$('<div id="buttonDs" class="clearfix"/>')
field.prepend(buttonDs)
let btnOpenSearch = _$('<button>')
.text(opts['text_button'])
.attr('type', 'button')
.attr('class', 'btn btn-sm btn-success btn-modal-open')
buttonDs.append(btnOpenSearch)
btnOpenSearch.on('click', function () {
_$.get(opts['url_form'], function (data) {
containerDs.html(data)
let modalDs = _$('#modal-ds')
// OptionalCustomFrontEnd().init()
modalDs.find('select[name="tipo_ta"]').change(function (event) {
let url = ''
url = '/ta/search_fragment_form?action=get_tipos&tipo_ta=' + this.value
modalDs.find('label[for="id_tipo_model"]').html('Tipos de ' + this.children[this.selectedIndex].innerHTML)
let select = modalDs.find('select[name="tipo_model"]')
select.empty()
_$('<option value="">Carregando...</option>').appendTo(select)
_$.get(url).done(function (data) {
select.empty()
for (let item in data) {
for (let i in data[item]) {
select.append(_$('<option>').attr('value', i).text(data[item][i]))
}
}
setTimeout(function () {
_$('select[name="tipo_model"]').val(formData.tipo_model)
}, 200)
// select.change(onChangeParamTA)
})
})
/* modalDs.find('input[name="num_ta"], '
+'input[name="ano_ta"], '
+'select[name="tipo_model"], '
+'input[name="texto_dispositivo"], '
+'input[name="dispositivos_internos"], '
+'input[name="rotulo_dispositivo"]'
).change(onChangeParamTA); */
modalDs.find('input[name="texto_dispositivo"], ' +
'input[name="rotulo_dispositivo"]')
.on('keyup', onKeyPressRotuloBuscaTextual)
modalDs.find('.btn-busca').click(onChangeParamTA)
modalDs.find('#btn-modal-select').click(function () {
// limpar selecionados se o tipo é radio
let listas = field.find('ul')
if (dataTypeSelection === 'radio') {
listas.remove()
}
// adicionar itens selecionados na caixa modal
let selecionados = modalDs.find('[name="' + dataField + '"]:checked')
// com base nos selecionados, limpa seus ta's removendo os não selecionados
selecionados.closest('ul').find('input:not(:checked)').filter('[name!="ta_select_all"]').closest('li').remove()
selecionados.closest('ul').each(function () {
// insere na lista de selecionados os ta's não presentes
let ulLista = field.find('#' + this.id)
if (ulLista.length === 0) {
field.append(this)
return
}
// insere os dispositivos não presentes
let inputForThis = _$(this).find('input')
inputForThis.each(function () {
if (ulLista.find('#' + this.id).length > 0) {
return
}
ulLista.append(_$(this).closest('li'))
})
})
onChangeFieldSelects()
modalDs.modal('hide')
if ('post_selected' in opts) {
opts['post_selected'](opts['params_post_selected'])
}
})
try {
formData = JSON.parse(window.localStorage.getItem('dispositivo_search_form_data'))
_$('input[name="num_ta"]').val(formData.num_ta)
_$('input[name="ano_ta"]').val(formData.ano_ta)
_$('input[name="rotulo_dispositivo"]').val(formData.rotulo)
_$('input[name="texto_dispositivo"]').val(formData.texto)
_$('select[name="max_results"]').val(formData.max_results)
} catch (e) {
// console.log(e)
}
setTimeout(function () {
try {
_$('select[name="tipo_ta"]').val(formData.tipo_ta)
_$('select[name="tipo_ta"]').trigger('change')
// modalDs.find('.btn-busca').trigger('click')
// onChangeParamTA()
} catch (e) {
// console.log(e)
}
}, 200)
modalDs.modal('show')
})
})
})
})
}
export default {
SetCookie,
ReadCookie,
insertWaitAjax,
DispositivoSearch
}

565
sapl-frontend/src/apps/compilacao/js/old/compilacao_edit.js

@ -1,565 +0,0 @@
let _$ = window.$
window.DispositivoEdit = function () {
// Função única - Singleton pattern - operador new sempre devolve o mesmo objeto
let instance
let editortype = 'textarea'
if (!(this instanceof window.DispositivoEdit)) {
if (!instance) {
instance = new window.DispositivoEdit()
}
return instance
}
instance = this
window.DispositivoEdit = function () {
return instance
}
instance.bindActionsEditorType = function (event) {
editortype = this.getAttribute('editortype')
window.SetCookie('editortype', editortype, 30)
let dpt = _$(this).closest('.dpt')
let pk = dpt.attr('pk')
instance.clearEditSelected()
instance.triggerBtnDptEdit(pk)
event.preventDefault()
}
instance.bindActionsClick = function (event) {
let pk = this.getAttribute('pk')
let form_data = {
'action': this.getAttribute('action'),
'tipo_pk': this.getAttribute('tipo_pk'),
'perfil_pk': this.getAttribute('perfil_pk'),
'variacao': this.getAttribute('variacao'),
'pk_bloco': this.getAttribute('pk_bloco')
}
let url = pk + '/refresh'
instance.waitShow()
_$.get(url, form_data).done(function (data) {
instance.clearEditSelected()
if (data.pk != null) {
instance.message(data)
}
}).fail(instance.waitHide).always(instance.waitHide)
}
instance.clearEditSelected = function () {
_$('.dpt-selected > .dpt-form').html('')
_$('.dpt-actions, .dpt-actions-bottom').html('')
window.tinymce.remove()
_$('.dpt-selected').removeClass('dpt-selected')
}
instance.editDispositivo = function (event) {
let obj_click = (event.target.classList.contains('dpt-link')
? event.target
: (event.target.parentElement.classList.contains('dpt-link')
? event.target.parentElement
: null))
if (obj_click && obj_click.getAttribute('href') && obj_click.getAttribute('href').length > 0) { return }
let dpt = _$(this).closest('.dpt')
if (dpt.hasClass('dpt-selected')) {
if (this.getAttribute('action') === 'editor-close') { instance.clearEditSelected() }
return
}
instance.clearEditSelected()
instance.loadActionsEdit(dpt)
let formtype = dpt.attr('formtype')
dpt.on(formtype, instance[formtype])
instance.loadForm(dpt, formtype)
}
instance.gc = function () {
setTimeout(function () {
_$('.dpt:not(.dpt-selected) > .dpt-form').html('')
}, 500)
}
instance.get_form_base = function () {
let _this = _$(this)
_this.addClass('dpt-selected')
let dpt_form = _this.children().filter('.dpt-form')
dpt_form.find('form').submit(instance.onSubmitEditFormBase)
instance.scrollTo(_this)
_this.off('get_form_base')
let btn_fechar = _this.find('.btn-fechar')
btn_fechar.on('click', function (event) {
instance.clearEditSelected()
event.preventDefault()
})
let btns_excluir = _this.find('.btns-excluir')
_this.find('.dpt-actions-bottom').first().append(btns_excluir)
btns_excluir.find('.btn-outline-danger').on('click', instance.bindActionsClick)
}
instance.get_form_alteracao = function () {
let _this = _$(this)
_this.off('get_form_alteracao')
_$('.dpt-actions, .dpt-actions-bottom').html('')
let dpt_form = _this.children().filter('.dpt-form').children().first()
let url_search = dpt_form[0]['id_dispositivo_search_form'].value
window.DispositivoSearch({
'url_form': url_search,
'text_button': 'Selecionar'
})
instance.scrollTo(_this)
dpt_form.submit(instance.onSubmitFormRegistraAlteracao)
let btn_fechar = _this.find('.btn-fechar')
btn_fechar.on('click', function (event) {
instance.clearEditSelected()
instance.triggerBtnDptEdit(_this.attr('pk'))
event.preventDefault()
})
}
instance.get_form_inclusao = function () {
let _this = _$(this)
_this.off('get_form_inclusao')
_$('.dpt-actions, .dpt-actions-bottom').html('')
let dpt_form = _this.children().filter('.dpt-form').children().first()
let url_search = dpt_form[0]['id_dispositivo_search_form'].value
window.DispositivoSearch({
'url_form': url_search,
'text_button': 'Selecionar',
'post_selected': instance.allowed_inserts_registro_inclusao,
'params_post_selected': { 'pk_bloco': _this.attr('pk') }
})
instance.scrollTo(_this)
dpt_form.submit(instance.onSubmitFormRegistraInclusao)
let btn_fechar = _this.find('.btn-fechar')
btn_fechar.on('click', function (event) {
instance.clearEditSelected()
instance.triggerBtnDptEdit(_this.attr('pk'))
event.preventDefault()
})
}
instance.get_form_revogacao = function () {
let _this = _$(this)
_this.off('get_form_revogacao')
_$('.dpt-actions, .dpt-actions-bottom').html('')
let dpt_form = _this.children().filter('.dpt-form').children().first()
let url_search = dpt_form[0]['id_dispositivo_search_form'].value
window.DispositivoSearch({
'url_form': url_search,
'text_button': 'Selecionar'
})
instance.scrollTo(_this)
dpt_form.submit(instance.onSubmitFormRegistraRevogacao)
let btn_fechar = _this.find('.btn-fechar')
btn_fechar.on('click', function () {
instance.clearEditSelected()
instance.triggerBtnDptEdit(_this.attr('pk'))
})
}
instance.allowed_inserts_registro_inclusao = function (params) {
let dispositivo_base_para_inclusao = _$('#id' + params.pk_bloco + " input[name='dispositivo_base_para_inclusao']")
if (dispositivo_base_para_inclusao.length === 0) { return }
let pk = dispositivo_base_para_inclusao[0].value
let form_data = {
'action': 'get_actions_allowed_inserts_registro_inclusao',
'pk_bloco': params.pk_bloco
}
let url = pk + '/refresh'
instance.waitShow()
_$.get(url, form_data).done(function (data) {
_$('.allowed_inserts').html(data)
_$('.allowed_inserts').find('.btn-action').on('click', instance.bindActionsClick)
}).fail(instance.waitHide).always(instance.waitHide)
}
instance.loadActionsEdit = function (dpt) {
let pk = dpt.attr('pk')
let url = pk + '/refresh?action=get_actions'
_$.get(url).done(function (data) {
dpt.find('.dpt-actions').first().html(data)
dpt.find('.btn-action').on('click', instance.bindActionsClick)
// dpt.find('.btn-perfis').on('click', instance.bindActionsClick);
dpt.find('.btn-compila').on('click', instance.loadFormsCompilacao)
dpt.find('.btn-editor-type').on('click', instance.bindActionsEditorType)
if (editortype === 'construct') { dpt.find('.btn-group-inserts').first().addClass('open') }
dpt.find('.btn-group-inserts button').mouseenter(function (event) {
dpt.find('.btn-group-inserts').removeClass('open')
_$(this.parentElement).addClass('open')
})
instance.gc()
})
}
instance.loadForm = function (dpt, trigger) {
let pk = dpt.attr('pk')
let dpt_form = dpt.children().filter('.dpt-form')
if (dpt_form.length === 1) {
let url = pk + '/refresh?action=' + trigger
_$.get(url).done(function (data) {
if (editortype !== 'construct') {
dpt_form.html(data)
if (editortype === 'tinymce') {
window.initTextRichEditor()
}
// OptionalCustomFrontEnd().init()
}
dpt.trigger(trigger)
}).always(function () {
instance.waitHide()
})
}
}
instance.loadFormsCompilacao = function (event) {
let dpt = _$(this).closest('.dpt')
let formtype = this.getAttribute('action')
dpt.on(formtype, instance[formtype])
instance.loadForm(dpt, formtype)
}
instance.modalMessage = function (message, alert, closeFunction) {
if (message !== null && message !== '') {
_$('#modal-message #message').html(message)
_$('#modal-message').modal('show')
_$('#modal-message, #modal-message .alert button').off()
_$('#modal-message .alert').removeClass('alert-success alert-info alert-warning alert-danger alert-danger')
_$('#modal-message .alert').addClass(alert)
if (closeFunction != null) { _$('#modal-message').on('hidden.bs.modal', closeFunction) }
_$('#modal-message .alert button').on('click', function () {
_$('#modal-message').modal('hide')
})
return true
}
return false
}
instance.message = function (data) {
if (data.message !== undefined) {
if (data.message.modal) {
instance.modalMessage(data.message.value, 'alert-' + data.message.type, function () {
instance.waitShow()
instance.refreshScreenFocusPk(data)
})
} else {
instance.refreshScreenFocusPk(data)
if (!('message' in data)) { return }
let cp_notify = _$('.cp-notify')
cp_notify.removeClass('hide')
let msg = cp_notify.find('.message')
msg.text(data.message.value)
msg.removeClass('bg-primary bg-success bg-info bg-warning bg-danger').addClass('bg-' + data.message.type)
setTimeout(function () {
cp_notify.addClass('hide')
}, (data.message.time ? data.message.time : 3000))
}
} else {
instance.refreshScreenFocusPk(data)
}
}
instance.offClicks = function () {
_$('.btn-dpt-edit').off()
}
instance.onClicks = function (container) {
let objects
if (container == null) { objects = _$('.btn-dpt-edit') } else { objects = _$(container).find('.btn-dpt-edit') }
objects.on('click', instance.editDispositivo)
}
instance.onSubmitFormRegistraAlteracao = function (event) {
if (this.dispositivo_alterado === undefined) {
instance.modalMessage('Nenhum dispositivo selecionado', 'alert-info')
if (event != null) { event.preventDefault() }
return
}
let dispositivo_alterado = this.dispositivo_alterado.length === undefined ? [ this.dispositivo_alterado ] : Array.from(this.dispositivo_alterado)
let form_data = {
'csrfmiddlewaretoken': this.csrfmiddlewaretoken.value,
'dispositivo_alterado': dispositivo_alterado.filter(
function (elem, idx, array) {
return elem.checked
}
).map(function (dsp) {
return dsp.value
}),
'formtype': 'get_form_alteracao'
}
let url = _$(this).closest('.dpt').attr('pk') + '/refresh'
instance.waitShow()
// eslint-disable-next-line
_$.post(url, form_data)
.done(function (data) {
instance.clearEditSelected()
if (data.pk != null) {
instance.message(data)
} else {
alert('Erro na resposta!')
}
}).always(function () {
instance.waitHide()
})
if (event != null) { event.preventDefault() }
}
instance.onSubmitFormRegistraInclusao = function (event) {
let form_data = {
'csrfmiddlewaretoken': this['csrfmiddlewaretoken'].value,
'dispositivo_base_para_inclusao': this['dispositivo_base_para_inclusao'].value,
'formtype': 'get_form_inclusao'
}
let url = _$(this).closest('.dpt').attr('pk') + '/refresh'
instance.waitShow()
_$.post(url, form_data)
.done(function (data) {
instance.clearEditSelected()
if (data.pk != null) {
instance.message(data)
} else {
alert('Erro na resposta!')
}
}).always(function () {
instance.waitHide()
})
if (event != null) { event.preventDefault() }
}
instance.onSubmitFormRegistraRevogacao = function (event) {
if (this.dispositivo_revogado === undefined) {
instance.modalMessage('Nenhum dispositivo selecionado', 'alert-info')
if (event != null) { event.preventDefault() }
return
}
let dispositivo_revogado = this.dispositivo_revogado.length === undefined ? [ this.dispositivo_revogado ] : Array.from(this.dispositivo_revogado)
let form_data = {
'csrfmiddlewaretoken': this.csrfmiddlewaretoken.value,
'dispositivo_revogado': dispositivo_revogado.filter(
function (elem, idx, array) {
return elem.checked
}
).map(function (dsp) {
return dsp.value
}),
'revogacao_em_bloco': this.revogacao_em_bloco.value,
'formtype': 'get_form_revogacao'
}
let url = _$(this).closest('.dpt').attr('pk') + '/refresh'
instance.waitShow()
_$.post(url, form_data)
.done(function (data) {
instance.clearEditSelected()
if (data.pk != null) {
instance.message(data)
} else {
alert('Erro na resposta!')
}
}).always(function () {
instance.waitHide()
})
if (event != null) { event.preventDefault() }
}
instance.onSubmitEditFormBase = function (event) {
let _this = this
let texto = ''
let texto_atualizador = ''
let visibilidade = ''
let editor_tiny_texto = window.tinymce.get('id_texto')
let editor_tiny_texto_atualizador = window.tinymce.get('id_texto_atualizador')
if (editor_tiny_texto != null) { texto = editor_tiny_texto.getContent() } else { texto = this['id_texto'].value }
if (editor_tiny_texto_atualizador != null) { texto_atualizador = editor_tiny_texto_atualizador.getContent() } else if ('id_texto_atualizador' in this) { texto_atualizador = this['id_texto_atualizador'].value }
if ('visibilidade' in this) { visibilidade = this['visibilidade'].value }
let form_data = {
'csrfmiddlewaretoken': this['csrfmiddlewaretoken'].value,
'texto': texto,
'texto_atualizador': texto_atualizador,
'visibilidade': visibilidade,
'formtype': 'get_form_base'
}
let url = _$(this).closest('.dpt').attr('pk') + '/refresh'
instance.waitShow()
_$.post(url, form_data)
.done(function (data) {
if (typeof data === 'string') { /* if obsoleto */
let dpt = _$(_this).closest('.dpt')
dpt = _$('#' + dpt.replaceWith(data).attr('id'))
instance.onClicks(dpt)
instance.waitHide()
return
}
instance.clearEditSelected()
if (data.pk != null) {
instance.message(data)
} else {
alert('Erro na resposta!')
}
}).always(function () {
instance.waitHide()
})
if (event != null) { event.preventDefault() }
}
instance.refreshContent = function (pais, trigger_edit_pk) {
if (pais.length === 0) {
instance.waitHide()
return
}
let pk = pais.shift()
let url = pk + '/refresh'
_$.get(url).done(function (data) {
let dpt = _$('#id' + pk).closest('.dpt')
dpt = _$('#' + dpt.replaceWith(data).attr('id'))
instance.onClicks(dpt)
instance.reloadFunctionsDraggables()
if (trigger_edit_pk > 0) { instance.triggerBtnDptEdit(trigger_edit_pk) }
instance.refreshContent(pais)
})
}
instance.refreshScreenFocusPk = function (data) {
instance.waitShow()
if (data.pai[0] === -1) {
instance.waitShow()
let href = location.href.split('#')[0]
location.href = href + '#' + data.pk
location.reload(true)
} else {
instance.refreshContent(data.pai, data.pk)
/* setTimeout(function() {
for (let pai = 1; pai < data.pai.length; pai++)
instance.refreshContent(data.pai[pai]);
instance.waitHide();
}, 1000); */
}
}
instance.reloadFunctionsDraggables = function () {
_$('.dpt-alts').sortable({
revert: true,
distance: 15,
start: function (event, ui) {
},
stop: function (event, ui) {
let pk = ui.item.attr('pk')
let bloco_pk = ui.item.closest('.dpt-alts').closest('.dpt').attr('pk')
let url = pk + '/refresh?action=json_drag_move_dpt_alterado&index=' + ui.item.index() + '&bloco_pk=' + bloco_pk
_$.get(url).done(function (data) {
console.log(pk + ' - ' + bloco_pk)
// reloadFunctionsForObjectsOfCompilacao();
})
}
})
_$('.dpt-alts .dpt').draggable({
connectToSortable: '.dpt-alts',
revert: 'invalid',
zIndex: 1,
distance: 15,
drag: function (event, ui) {
// _$('.dpt-comp-selected').removeClass('dpt-comp-selected');
_$('.dpt-alts').addClass('drag')
},
stop: function (event, ui) {
_$('.dpt-alts').removeClass('drag')
}
})
_$('.dpt-alts').disableSelection()
}
instance.scrollTo = function (dpt) {
try {
_$('html, body').animate({
scrollTop: dpt.offset().top - window.innerHeight / 9
}, 100)
} catch (err) {
}
}
instance.triggerBtnDptEdit = function (pk) {
let btn_dpt_edit = _$('#id' + pk + ' > .dpt-text.btn-dpt-edit')
if (btn_dpt_edit.length === 0) { btn_dpt_edit = _$('#id' + pk + ' > .dpt-actions-fixed > .btn-dpt-edit') }
btn_dpt_edit.trigger('click')
}
instance.waitHide = function () {
_$('#wait_message').addClass('displaynone')
}
instance.waitShow = function () {
_$('#wait_message').removeClass('displaynone')
}
instance.init = function () {
_$('.dpt-actions-fixed').first().css('opacity', '1')
editortype = window.ReadCookie('editortype')
if (editortype === null || editortype === '') {
editortype = 'textarea'
window.SetCookie('editortype', editortype, 30)
}
// editortype = "textarea";
instance.offClicks()
instance.onClicks()
instance.reloadFunctionsDraggables()
let href = location.href.split('#')
if (href.length === 2 && href[1] !== '') {
instance.triggerBtnDptEdit(href[1])
}
_$('main').click(function (event) {
if (event.target === this || event.target === this.firstElementChild) { instance.clearEditSelected() }
})
instance.waitHide()
}
instance.init()
}
_$(document).ready(function () {
window.DispositivoEdit()
})

136
sapl-frontend/src/apps/compilacao/js/old/compilacao_notas.js

@ -1,136 +0,0 @@
let _$ = window.$
function onEventsDneExec (pk, model) {
_$('html, body').animate({
scrollTop: _$('#dne' + pk).offset().top - window.innerHeight / 5
}, 300)
window.refreshDatePicker()
_$('#dne' + pk + ' #button-id-submit-form').click(onSubmitEditNVForm)
_$('#dne' + pk + ' .btn-close-container').click(function () {
_$(this).closest('.dne-nota').removeClass('dne-nota')
_$(this).closest('.dne-form').html('')
})
if (model === 'nota') {
_$('#dne' + pk + ' select[name="tipo"]').change(function (event) {
let url = ''
url = 'text/' + pk + '/nota/create?action=modelo_nota&id_tipo=' + this.value
_$.get(url).done(function (data) {
_$('#dne' + pk + ' textarea[name="texto"]').val(data)
})
})
} else if (model === 'vide') {
window.DispositivoSearch({
'url_form': '/ta/search_form',
'text_button': 'Definir Dispositivo'
})
}
}
function onSubmitEditNVForm (event) {
let url = ''
let model = 'nota'
let idEdit = null
let idDispositivo = _$('#id_dispositivo').val()
if (idDispositivo === undefined) { // trata-se de um vide
// _$('#idDispositivo_ref').remove()
idDispositivo = _$('#id_dispositivo_base').val()
model = 'vide'
}
idEdit = _$('#id_pk').val()
url = 'text/' + idDispositivo + '/' + model + '/'
if (idEdit === null || idEdit === '') {
url += 'create'
} else {
url += idEdit + '/edit'
}
// console.log(_$('#dne' + idDispositivo + ' form').serialize())
_$.post(url, _$('#dne' + idDispositivo + ' form').serialize(), function (data) {
if (typeof data === 'string') {
if (data.indexOf('<form') >= 0) {
_$('#dne' + idDispositivo + ' .dne-form').html(data)
onEventsDneExec(idDispositivo, model)
} else {
_$('#dne' + idDispositivo + ' .dne-form').closest('.dpt').html(data)
onReadyNotasVides()
try {
_$('html, body').animate({
scrollTop: _$('#dne' + idDispositivo).offset().top - window.innerHeight / 3
}, 300)
} catch (err) {
}
}
}
})
}
function onDelete (event) {
let model = _$(event).attr('model')
let idDispositivo = _$(event).closest('.dn').attr('pk')
let idDelete = _$(event).attr('pk')
let url = 'text/' + idDispositivo + '/' + model + '/' + idDelete + '/delete'
_$.get(url, function (data) {
_$('#dne' + idDispositivo + ' .dne-form').closest('.dpt').html(data)
onReadyNotasVides()
})
}
function getForm (_this) {
let url = ''
let model = _$(_this).attr('model')
let idDispositivo = _$('.dne-nota .dne-form').closest('.dne').attr('pk')
if (idDispositivo != null) {
_$('#dne' + idDispositivo).removeClass('dne-nota')
_$('#dne' + idDispositivo + ' .dne-form').html('')
}
if (_this.className.indexOf('create') >= 0) {
idDispositivo = _$(_this).attr('pk')
url = 'text/' + idDispositivo + '/' + model + '/create'
} else if (_this.className.indexOf('edit') >= 0) {
let idEdit = _$(_this).attr('pk')
idDispositivo = _$(_this).closest('.dn').attr('pk')
url = 'text/' + idDispositivo + '/' + model + '/' + idEdit + '/edit'
}
_$('#dne' + idDispositivo).addClass('dne-nota')
_$.get(url).done(function (data) {
_$('#dne' + idDispositivo + ' .dne-form').html(data)
onEventsDneExec(idDispositivo, model)
}).fail(function () {
onReadyNotasVides()
})
}
function onReadyNotasVides () {
_$('.dne-nota').removeClass('dne-nota')
_$('.dne-form').html('')
_$('.dne .btn-action').off()
_$('.dn .btn-action').off()
_$('.dne .btn-action, .dn .btn-action').not('.btn-nota-delete').not('.btn-vide-delete').click(function () {
getForm(this)
})
_$('.dn .btn-nota-delete, .dn .btn-vide-delete').click(function () {
onDelete(this)
})
}
export default {
onEventsDneExec,
onSubmitEditNVForm,
onDelete,
onReadyNotasVides
}

158
sapl-frontend/src/apps/compilacao/js/old/compilacao_view.js

@ -1,158 +0,0 @@
let _$ = window.$
let JsDiff = require('diff')
function isElementInViewport (el) {
if (typeof jQuery === 'function' && el instanceof jQuery) {
el = el[0]
}
let rect = el.getBoundingClientRect()
return (
rect.top >= 0 &&
rect.left >= 0 &&
rect.bottom <=
(window.innerHeight || document.documentElement.clientHeight) &&
rect.right <= (window.innerWidth || document.documentElement.clientWidth)
)
}
function textoMultiVigente (item, diff) {
let elv = null
let ldpts = _$('.dptt')
for (let i = 0; i < ldpts.length; i++) {
if (_$(ldpts[i]).hasClass('displaynone')) continue
if (isElementInViewport(ldpts[i])) {
if (i + 1 < ldpts.length) elv = ldpts[i + 1]
else {
elv = ldpts[i]
}
break
}
}
_$('.cp .tipo-vigencias a').removeClass('selected')
_$(item).addClass('selected')
_$('.dptt.desativado').removeClass('displaynone')
_$('.dtxt').removeClass('displaynone')
_$('.dtxt.diff').remove()
_$('.nota-alteracao').removeClass('displaynone')
if (diff) {
_$('.dtxt[id^="da"').each(function () {
if (_$(this)
.html()
.search(/<\/\w+>/g) > 0) {
return
}
let pk = _$(this).attr('pk')
let pks = _$(this).attr('pks')
let a = _$('#d' + pks)
.contents()
.filter(function () {
return this.nodeType === Node.TEXT_NODE
})
let b = _$('#da' + pk)
.contents()
.filter(function () {
return this.nodeType === Node.TEXT_NODE
})
let diff = JsDiff.diffWordsWithSpace(_$(a).text(), _$(b).text())
if (diff.length > 0) {
_$('#d' + pks)
.closest('.desativado')
.addClass('displaynone')
let clone = _$('#da' + pk).clone()
_$('#da' + pk).after(clone)
_$('#da' + pk).addClass('displaynone')
_$(clone)
.addClass('diff')
.html('')
diff.forEach(function (part) {
// let color = part.added ? '#018' : part.removed ? '#faa' : ''
let span = document.createElement('span')
let value = part.value
if (part.removed) {
_$(span).addClass('desativado')
value += ' '
} else if (part.added) {
_$(span).addClass('added')
}
span.appendChild(document.createTextNode(value))
_$(clone).append(span)
})
}
})
// textoVigente(item, true)
}
if (elv) {
try {
_$('html, body').animate(
{
scrollTop:
_$(elv)
.parent()
.offset().top - 60
},
0
)
} catch (err) {
console.log(err)
}
}
}
function textoVigente (item, link) {
let elv = null
let ldpts = _$('.dptt')
for (let i = 0; i < ldpts.length; i++) {
if (_$(ldpts[i]).hasClass('displaynone')) continue
if (isElementInViewport(ldpts[i])) {
if (i + 1 < ldpts.length) elv = ldpts[i + 1]
else {
elv = ldpts[i]
}
break
}
}
_$('.cp .tipo-vigencias a').removeClass('selected')
_$(item).addClass('selected')
_$('.dptt.desativado').addClass('displaynone')
_$('.nota-alteracao').removeClass('displaynone')
if (!link) _$('.nota-alteracao').addClass('displaynone')
if (elv) {
try {
_$('html, body').animate(
{
scrollTop:
_$(elv)
.parent()
.offset().top - 60
},
0
)
} catch (err) {
console.log(err)
}
}
}
export default {
isElementInViewport,
textoMultiVigente,
textoVigente
}

58
sapl-frontend/src/apps/compilacao/main.js

@ -1,58 +0,0 @@
// TODO: migrar compilacao para VueJs
import './scss/compilacao.scss'
import compilacao from './js/old/compilacao'
import compilacaoView from './js/old/compilacao_view'
import compilacaoNotas from './js/old/compilacao_notas'
import './js/old/compilacao_edit'
_.forEach(_.merge(_.merge(compilacao, compilacaoNotas), compilacaoView), function (func, key) {
window[key] = func
})
$(document).ready(function () {
setTimeout(function () {
var href = location.href.split('#')
if (href.length === 2) {
try {
$('html, body').animate(
{
scrollTop:
$('#dptt' + href[1]).offset().top - window.innerHeight / 9
},
0
)
} catch (err) {
// console.log(err)
}
}
}, 100)
$('#btn_font_menos').click(function () {
$('.dpt').css('font-size', '-=1')
})
$('#btn_font_mais').click(function () {
$('.dpt').css('font-size', '+=1')
})
$('.dpt.bloco_alteracao .dpt').each(function () {
var nivel = parseInt($(this).attr('nivel'))
$(this).css('z-index', 15 - nivel)
})
$('.cp-linha-vigencias > li:not(:first-child):not(:last-child) > a').click(function (event) {
$('.cp-linha-vigencias > li').removeClass('active')
$(this).closest('li').addClass('active')
event.preventDefault()
})
$('main').click(function (event) {
if (event.target === this || event.target === this.firstElementChild) {
$('.cp-linha-vigencias > li').removeClass('active')
}
})
window.onReadyNotasVides()
})

1702
sapl-frontend/src/apps/compilacao/scss/compilacao.scss

File diff suppressed because it is too large

BIN
sapl-frontend/src/assets/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

19
sapl-frontend/src/assets/index.html

@ -1,19 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>sapl-frontend</title>
</head>
<body>
<noscript>
<strong>We're sorry but sapl-frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<img src="icon_comissoes">
</body>
</html>

BIN
sapl-frontend/src/assets/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

151
sapl-frontend/src/global/functions.js

@ -1,151 +0,0 @@
window.jQuery = jQuery
window.$ = jQuery
window.getCookie = function (name) {
var cookieValue = null
if (document.cookie && document.cookie !== '') {
var cookies = document.cookie.split(';')
for (var i = 0; i < cookies.length; i++) {
var cookie = $.trim(cookies[i])
if (cookie.substring(0, name.length + 1) === name + '=') {
cookieValue = decodeURIComponent(cookie.substring(name.length + 1))
break
}
}
}
return cookieValue
}
window.autorModal = function () {
$(function () {
var dialog = $('#modal_autor').dialog({
autoOpen: false,
modal: true,
width: 500,
height: 340,
show: {
effect: 'blind',
duration: 500
},
hide: {
effect: 'explode',
duration: 500
}
})
$('#button-id-limpar').click(function () {
$('#nome_autor').text('')
function clean_if_exists (fieldname) {
if ($(fieldname).length > 0) {
$(fieldname).val('')
}
}
clean_if_exists('#id_autor')
clean_if_exists('#id_autoria__autor')
})
$('#button-id-pesquisar').click(function () {
$('#q').val('')
$('#div-resultado')
.children()
.remove()
$('#modal_autor').dialog('open')
$('#selecionar').attr('hidden', 'hidden')
})
$('#pesquisar').click(function () {
var name_in_query = $('#q').val()
// var q_0 = "q_0=nome__icontains"
// var q_1 = name_in_query
// query = q_1
$.get('/api/autor?q=' + name_in_query, function (data) {
$('#div-resultado')
.children()
.remove()
if (data.pagination.total_entries === 0) {
$('#selecionar').attr('hidden', 'hidden')
$('#div-resultado').html(
"<span class='alert'><strong>Nenhum resultado</strong></span>"
)
return
}
var select = $(
'<select id="resultados" style="min-width: 90%; max-width:90%;" size="5"/>'
)
data.results.forEach(function (item) {
select.append(
$('<option>')
.attr('value', item.value)
.text(item.text)
)
})
$('#div-resultado')
.append('<br/>')
.append(select)
$('#selecionar').removeAttr('hidden', 'hidden')
if (data.pagination.total_pages > 1) {
$('#div-resultado').prepend(
'<span><br/>Mostrando 10 primeiros autores relativos a sua busca.<br/></span>'
)
}
$('#selecionar').click(function () {
let res = $('#resultados option:selected')
let id = res.val()
let nome = res.text()
$('#nome_autor').text(nome)
// MateriaLegislativa pesquisa Autor via a tabela Autoria
if ($('#id_autoria__autor').length) {
$('#id_autoria__autor').val(id)
}
// Protocolo pesquisa a própria tabela de Autor
if ($('#id_autor').length) {
$('#id_autor').val(id)
}
dialog.dialog('close')
})
})
})
})
/* function get_nome_autor(fieldname) {
if ($(fieldname).length > 0) { // se campo existir
if ($(fieldname).val() != "") { // e não for vazio
var id = $(fieldname).val();
$.get("/proposicao/get-nome-autor?id=" + id, function(data, status){
$("#nome_autor").text(data.nome);
});
}
}
}
get_nome_autor("#id_autor");
get_nome_autor("#id_autoria__autor"); */
}
window.refreshMask = function () {
$('.telefone').mask('(99) 9999-9999', { placeholder: '(__) ____ -____' })
$('.cpf').mask('000.000.000-00', { placeholder: '___.___.___-__' })
$('.cep').mask('00000-000', { placeholder: '_____-___' })
$('.rg').mask('0.000.000', { placeholder: '_.___.___' })
$('.titulo_eleitor').mask('0000.0000.0000.0000', {
placeholder: '____.____.____.____'
})
$('.dateinput').mask('00/00/0000', { placeholder: '__/__/____' })
$('.hora, input[name=hora_inicio], input[name=hora_fim], input[name=hora]').mask('00:00', {
placeholder: 'hh:mm'
})
$('.hora_hms').mask('00:00:00', { placeholder: 'hh:mm:ss' })
$('.timeinput').mask('00:00:00', { placeholder: 'hh:mm:ss' })
$('.cronometro').mask('00:00:00', { placeholder: 'hh:mm:ss' })
}

BIN
sapl-frontend/src/global/image_cropping/css/Jcrop.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 329 B

9
sapl-frontend/src/global/image_cropping/css/image_cropping.css

@ -1,9 +0,0 @@
div.jcrop-image.size-warning .jcrop-hline,
div.jcrop-image.size-warning .jcrop-vline {
border: 1px solid red;
background: none;
}
body.change-form .jcrop-holder + .help,
body.change-form .allow-fullsize + .help { clear: left; }
body.change-form .jcrop-holder { float:left; }
div.allow-fullsize { padding: 5px 0 0 10px; }

167
sapl-frontend/src/global/image_cropping/css/jquery.Jcrop.css

@ -1,167 +0,0 @@
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
The outer-most container in a typical Jcrop instance
If you are having difficulty with formatting related to styles
on a parent element, place any fixes here or in a like selector
You can also style this element if you want to add a border, etc
A better method for styling can be seen below with .jcrop-light
(Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
direction: ltr;
text-align: left;
/* IE10 touch compatibility */
-ms-touch-action: none;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
background: #ffffff url("Jcrop.gif");
font-size: 0;
position: absolute;
}
.jcrop-vline {
height: 100%;
width: 1px !important;
}
.jcrop-vline.right {
right: 0;
}
.jcrop-hline {
height: 1px !important;
width: 100%;
}
.jcrop-hline.bottom {
bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
height: 100%;
width: 100%;
/* "turn off" link highlight */
-webkit-tap-highlight-color: transparent;
/* disable callout, image save panel */
-webkit-touch-callout: none;
/* disable cut copy paste */
-webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
background-color: #333333;
border: 1px #eeeeee solid;
width: 7px;
height: 7px;
font-size: 1px;
}
.jcrop-handle.ord-n {
left: 50%;
margin-left: -4px;
margin-top: -4px;
top: 0;
}
.jcrop-handle.ord-s {
bottom: 0;
left: 50%;
margin-bottom: -4px;
margin-left: -4px;
}
.jcrop-handle.ord-e {
margin-right: -4px;
margin-top: -4px;
right: 0;
top: 50%;
}
.jcrop-handle.ord-w {
left: 0;
margin-left: -4px;
margin-top: -4px;
top: 50%;
}
.jcrop-handle.ord-nw {
left: 0;
margin-left: -4px;
margin-top: -4px;
top: 0;
}
.jcrop-handle.ord-ne {
margin-right: -4px;
margin-top: -4px;
right: 0;
top: 0;
}
.jcrop-handle.ord-se {
bottom: 0;
margin-bottom: -4px;
margin-right: -4px;
right: 0;
}
.jcrop-handle.ord-sw {
bottom: 0;
left: 0;
margin-bottom: -4px;
margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
height: 7px;
width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
height: 100%;
width: 7px;
}
.jcrop-dragbar.ord-n {
margin-top: -4px;
}
.jcrop-dragbar.ord-s {
bottom: 0;
margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
margin-right: -4px;
right: 0;
}
.jcrop-dragbar.ord-w {
margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
background: #ffffff;
filter: alpha(opacity=70) !important;
opacity: .70!important;
}
.jcrop-light .jcrop-handle {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #000000;
border-color: #ffffff;
border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
background: #000000;
filter: alpha(opacity=70) !important;
opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #ffffff;
border-color: #000000;
border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
max-width: none;
}

29
sapl-frontend/src/global/image_cropping/css/jquery.Jcrop.min.css

@ -1,29 +0,0 @@
/* jquery.Jcrop.min.css v0.9.12 (build:20130521) */
.jcrop-holder{-ms-touch-action:none;direction:ltr;text-align:left;}
.jcrop-vline,.jcrop-hline{background:#FFF url(Jcrop.gif);font-size:0;position:absolute;}
.jcrop-vline{height:100%;width:1px!important;}
.jcrop-vline.right{right:0;}
.jcrop-hline{height:1px!important;width:100%;}
.jcrop-hline.bottom{bottom:0;}
.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%;}
.jcrop-handle{background-color:#333;border:1px #EEE solid;font-size:1px;height:7px;width:7px;}
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px;}
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%;}
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%;}
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0;}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0;}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px;}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%;}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px;}
.jcrop-dragbar.ord-n{margin-top:-4px;}
.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px;}
.jcrop-dragbar.ord-e{margin-right:-4px;right:0;}
.jcrop-dragbar.ord-w{margin-left:-4px;}
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#FFF;filter:alpha(opacity=70)!important;opacity:.70!important;}
.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#FFF;border-radius:3px;}
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important;}
.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FFF;border-color:#000;border-radius:3px;}
.solid-line .jcrop-vline,.solid-line .jcrop-hline{background:#FFF;}
.jcrop-holder img,img.jcrop-preview{max-width:none;}

202
sapl-frontend/src/global/image_cropping/image_cropping.js

@ -1,202 +0,0 @@
/* eslint-disable */
var image_cropping = (function ($) {
var jcrop = {}
function init() {
$('input.image-ratio').each(function() {
var $this = $(this),
// find the image field corresponding to this cropping value
// by stripping the last part of our id and appending the image field name
field = $this.attr('name').replace($this.data('my-name'), $this.data('image-field')),
// there should only be one file field we're referencing but in special cases
// there can be several. Deal with it gracefully.
$image_input = $('input.crop-thumb[data-field-name=' + field + ']:first')
// skip this image if it's empty and hide the whole field, within admin and by itself
if (!$image_input.length || $image_input.data('thumbnail-url') === undefined) {
$this.hide().parents('div.form-row:first').hide()
return
}
// check if the image field should be hidden
if ($image_input.data('hide-field')) {
$image_input.hide().parents('div.form-row:first').hide()
}
var image_id = $this.attr('id') + '-image',
org_width = $image_input.data('org-width'),
org_height = $image_input.data('org-height'),
min_width = $this.data('min-width'),
min_height = $this.data('min-height')
var is_image_portrait = (org_height > org_width)
var is_select_portrait = (min_height > min_width)
if ($this.data('adapt-rotation') === true) {
if (is_image_portrait != is_select_portrait) {
// cropping height/width need to be switched, picture is in portrait mode
var x = min_width
min_width = min_height
min_height = x
}
}
var $image = $('<img>', {
'id': image_id,
'src': $image_input.data('thumbnail-url')
})
var options = {
minSize: [5, 5],
keySupport: false,
trueSize: [org_width, org_height],
onSelect: update_selection($this),
addClass: ($this.data('size-warning') && ((org_width < min_width) || (org_height < min_height))) ? 'size-warning jcrop-image': 'jcrop-image'
}
if ($this.data('ratio')) {
options['aspectRatio'] = $this.data('ratio')
}
if ($this.data('box_max_width')) {
options['boxWidth'] = $this.data('box_max_width')
}
if ($this.data('box_max_height')) {
options['boxHeight'] = $this.data('box_max_height')
}
var cropping_disabled = false
if($this.val()[0] == "-"){
cropping_disabled = true
$this.val($this.val().substr(1))
}
// is the image bigger than the minimal cropping values?
// otherwise lock cropping area on full image
var initial
if ($this.val()) {
initial = initial_cropping($this.val())
} else {
initial = max_cropping(min_width, min_height, org_width, org_height)
// set cropfield to initial value
$this.val(initial.join(','))
}
$.extend(options, {setSelect: initial})
// hide the input field, show image to crop instead
$this.hide().after($image)
$('#' + image_id).Jcrop(options, function(){jcrop[image_id]=this;})
if ($this.data('allow-fullsize') === true) {
if(cropping_disabled){
jcrop[image_id].release()
$this.val('-'+$this.val())
}
var label = 'allow-fullsize-'+image_id
var checked = cropping_disabled ? '' : ' checked="checked"'
var fullsize = $('<div class="field-box allow-fullsize">' +
'<input type="checkbox" id="'+label+'" name="'+label+'"'+checked+'></div>')
if ($this.parent().find('.help').length) {
fullsize.insertBefore($this.parent().find('.help'))
} else {
fullsize.appendTo($this.parent())
}
$('#'+label).click(function(){
if (cropping_disabled === true){
$this.val($this.val().substr(1))
jcrop[image_id].setSelect($this.val().split(','))
cropping_disabled = false
} else {
$this.val('-'+$this.val())
jcrop[image_id].release()
cropping_disabled = true
}
})
$this.parent().find('.jcrop-tracker').mousedown(function(){
if (cropping_disabled){
$('#'+label).attr('checked','checked')
cropping_disabled = false
}
})
}
})
}
function max_cropping (width, height, image_width, image_height) {
var ratio = width/height
var offset
if (image_width < image_height * ratio) {
// width fits fully, height needs to be cropped
offset = Math.round((image_height-(image_width/ratio))/2)
return [0, offset, image_width, image_height - offset]
}
// height fits fully, width needs to be cropped
offset = Math.round((image_width-(image_height * ratio))/2)
return [offset, 0, image_width - offset, image_height]
}
function initial_cropping (val) {
if (val === '') { return; }
var s = val.split(',')
return [
parseInt(s[0], 10),
parseInt(s[1], 10),
parseInt(s[2], 10),
parseInt(s[3], 10)
]
}
function _update_selection (sel, $crop_field) {
if ($crop_field.data('size-warning')) {
crop_indication(sel, $crop_field)
}
$crop_field.val(new Array(
Math.round(sel.x),
Math.round(sel.y),
Math.round(sel.x2),
Math.round(sel.y2)
).join(','))
}
function update_selection ($crop_field) {
return function(sel) { _update_selection(sel, $crop_field); }
}
function crop_indication (sel, $crop_field) {
// indicate if cropped area gets smaller than the specified minimal cropping
var $jcrop_holder = $crop_field.siblings('.jcrop-holder')
var min_width = $crop_field.data("min-width")
var min_height = $crop_field.data("min-height")
if ((sel.w < min_width) || (sel.h < min_height)) {
$jcrop_holder.addClass('size-warning')
} else {
$jcrop_holder.removeClass('size-warning')
}
}
return {
init: init,
jcrop: jcrop
}
})(jQuery)
jQuery(function() {
/*var image_cropping_jquery_url = jQuery('.image-ratio:first').data('jquery-url')
if (image_cropping_jquery_url == "None") {
// JQUERY_URL is set to `none`. We therefore use the existing version of
// jQuery and leave it otherwise untouched.
jQ = jQuery
} else {
// JQUERY_URL is specified. Image Cropping's jQuery is included in no conflict mode,
jQ = jQuery.noConflict(true)
}
jQ(function() {image_cropping.init();});*/
$(function() {
image_cropping.init()
})
})

6
sapl-frontend/src/global/image_cropping/index.js

@ -1,6 +0,0 @@
/* eslint-disable */
import './css/jquery.Jcrop.min.css'
import './css/image_cropping.css'
import './js/jquery.Jcrop.min'
import './image_cropping'

1730
sapl-frontend/src/global/image_cropping/js/jquery.Jcrop.js

File diff suppressed because it is too large

23
sapl-frontend/src/global/image_cropping/js/jquery.Jcrop.min.js

@ -1,23 +0,0 @@
/* eslint-disable */
/**
* jquery.Jcrop.min.js v0.9.12 (build:20130202)
* jQuery Image Cropping Plugin - released under MIT License
* Copyright (c) 2008-2013 Tapmodo Interactive LLC
* https://github.com/tapmodo/Jcrop
*/
(function(a){a.Jcrop=function(b,c){function i(a){return Math.round(a)+"px"}function j(a){return d.baseClass+"-"+a}function k(){return a.fx.step.hasOwnProperty("backgroundColor")}function l(b){var c=a(b).offset();return[c.left,c.top]}function m(a){return[a.pageX-e[0],a.pageY-e[1]]}function n(b){typeof b!="object"&&(b={}),d=a.extend(d,b),a.each(["onChange","onSelect","onRelease","onDblClick"],function(a,b){typeof d[b]!="function"&&(d[b]=function(){})})}function o(a,b,c){e=l(D),bc.setCursor(a==="move"?a:a+"-resize");if(a==="move")return bc.activateHandlers(q(b),v,c);var d=_.getFixed(),f=r(a),g=_.getCorner(r(f));_.setPressed(_.getCorner(f)),_.setCurrent(g),bc.activateHandlers(p(a,d),v,c)}function p(a,b){return function(c){if(!d.aspectRatio)switch(a){case"e":c[1]=b.y2;break;case"w":c[1]=b.y2;break;case"n":c[0]=b.x2;break;case"s":c[0]=b.x2}else switch(a){case"e":c[1]=b.y+1;break;case"w":c[1]=b.y+1;break;case"n":c[0]=b.x+1;break;case"s":c[0]=b.x+1}_.setCurrent(c),bb.update()}}function q(a){var b=a;return bd.watchKeys
(),function(a){_.moveOffset([a[0]-b[0],a[1]-b[1]]),b=a,bb.update()}}function r(a){switch(a){case"n":return"sw";case"s":return"nw";case"e":return"nw";case"w":return"ne";case"ne":return"sw";case"nw":return"se";case"se":return"nw";case"sw":return"ne"}}function s(a){return function(b){return d.disabled?!1:a==="move"&&!d.allowMove?!1:(e=l(D),W=!0,o(a,m(b)),b.stopPropagation(),b.preventDefault(),!1)}}function t(a,b,c){var d=a.width(),e=a.height();d>b&&b>0&&(d=b,e=b/a.width()*a.height()),e>c&&c>0&&(e=c,d=c/a.height()*a.width()),T=a.width()/d,U=a.height()/e,a.width(d).height(e)}function u(a){return{x:a.x*T,y:a.y*U,x2:a.x2*T,y2:a.y2*U,w:a.w*T,h:a.h*U}}function v(a){var b=_.getFixed();b.w>d.minSelect[0]&&b.h>d.minSelect[1]?(bb.enableHandles(),bb.done()):bb.release(),bc.setCursor(d.allowSelect?"crosshair":"default")}function w(a){if(d.disabled)return!1;if(!d.allowSelect)return!1;W=!0,e=l(D),bb.disableHandles(),bc.setCursor("crosshair");var b=m(a);return _.setPressed(b),bb.update(),bc.activateHandlers(x,v,a.type.substring
(0,5)==="touch"),bd.watchKeys(),a.stopPropagation(),a.preventDefault(),!1}function x(a){_.setCurrent(a),bb.update()}function y(){var b=a("<div></div>").addClass(j("tracker"));return g&&b.css({opacity:0,backgroundColor:"white"}),b}function be(a){G.removeClass().addClass(j("holder")).addClass(a)}function bf(a,b){function t(){window.setTimeout(u,l)}var c=a[0]/T,e=a[1]/U,f=a[2]/T,g=a[3]/U;if(X)return;var h=_.flipCoords(c,e,f,g),i=_.getFixed(),j=[i.x,i.y,i.x2,i.y2],k=j,l=d.animationDelay,m=h[0]-j[0],n=h[1]-j[1],o=h[2]-j[2],p=h[3]-j[3],q=0,r=d.swingSpeed;c=k[0],e=k[1],f=k[2],g=k[3],bb.animMode(!0);var s,u=function(){return function(){q+=(100-q)/r,k[0]=Math.round(c+q/100*m),k[1]=Math.round(e+q/100*n),k[2]=Math.round(f+q/100*o),k[3]=Math.round(g+q/100*p),q>=99.8&&(q=100),q<100?(bh(k),t()):(bb.done(),bb.animMode(!1),typeof b=="function"&&b.call(bs))}}();t()}function bg(a){bh([a[0]/T,a[1]/U,a[2]/T,a[3]/U]),d.onSelect.call(bs,u(_.getFixed())),bb.enableHandles()}function bh(a){_.setPressed([a[0],a[1]]),_.setCurrent([a[2],
a[3]]),bb.update()}function bi(){return u(_.getFixed())}function bj(){return _.getFixed()}function bk(a){n(a),br()}function bl(){d.disabled=!0,bb.disableHandles(),bb.setCursor("default"),bc.setCursor("default")}function bm(){d.disabled=!1,br()}function bn(){bb.done(),bc.activateHandlers(null,null)}function bo(){G.remove(),A.show(),A.css("visibility","visible"),a(b).removeData("Jcrop")}function bp(a,b){bb.release(),bl();var c=new Image;c.onload=function(){var e=c.width,f=c.height,g=d.boxWidth,h=d.boxHeight;D.width(e).height(f),D.attr("src",a),H.attr("src",a),t(D,g,h),E=D.width(),F=D.height(),H.width(E).height(F),M.width(E+L*2).height(F+L*2),G.width(E).height(F),ba.resize(E,F),bm(),typeof b=="function"&&b.call(bs)},c.src=a}function bq(a,b,c){var e=b||d.bgColor;d.bgFade&&k()&&d.fadeTime&&!c?a.animate({backgroundColor:e},{queue:!1,duration:d.fadeTime}):a.css("backgroundColor",e)}function br(a){d.allowResize?a?bb.enableOnly():bb.enableHandles():bb.disableHandles(),bc.setCursor(d.allowSelect?"crosshair":"default"),bb
.setCursor(d.allowMove?"move":"default"),d.hasOwnProperty("trueSize")&&(T=d.trueSize[0]/E,U=d.trueSize[1]/F),d.hasOwnProperty("setSelect")&&(bg(d.setSelect),bb.done(),delete d.setSelect),ba.refresh(),d.bgColor!=N&&(bq(d.shade?ba.getShades():G,d.shade?d.shadeColor||d.bgColor:d.bgColor),N=d.bgColor),O!=d.bgOpacity&&(O=d.bgOpacity,d.shade?ba.refresh():bb.setBgOpacity(O)),P=d.maxSize[0]||0,Q=d.maxSize[1]||0,R=d.minSize[0]||0,S=d.minSize[1]||0,d.hasOwnProperty("outerImage")&&(D.attr("src",d.outerImage),delete d.outerImage),bb.refresh()}var d=a.extend({},a.Jcrop.defaults),e,f=navigator.userAgent.toLowerCase(),g=/msie/.test(f),h=/msie [1-6]\./.test(f);typeof b!="object"&&(b=a(b)[0]),typeof c!="object"&&(c={}),n(c);var z={border:"none",visibility:"visible",margin:0,padding:0,position:"absolute",top:0,left:0},A=a(b),B=!0;if(b.tagName=="IMG"){if(A[0].width!=0&&A[0].height!=0)A.width(A[0].width),A.height(A[0].height);else{var C=new Image;C.src=A[0].src,A.width(C.width),A.height(C.height)}var D=A.clone().removeAttr("id").
css(z).show();D.width(A.width()),D.height(A.height()),A.after(D).hide()}else D=A.css(z).show(),B=!1,d.shade===null&&(d.shade=!0);t(D,d.boxWidth,d.boxHeight);var E=D.width(),F=D.height(),G=a("<div />").width(E).height(F).addClass(j("holder")).css({position:"relative",backgroundColor:d.bgColor}).insertAfter(A).append(D);d.addClass&&G.addClass(d.addClass);var H=a("<div />"),I=a("<div />").width("100%").height("100%").css({zIndex:310,position:"absolute",overflow:"hidden"}),J=a("<div />").width("100%").height("100%").css("zIndex",320),K=a("<div />").css({position:"absolute",zIndex:600}).dblclick(function(){var a=_.getFixed();d.onDblClick.call(bs,a)}).insertBefore(D).append(I,J);B&&(H=a("<img />").attr("src",D.attr("src")).css(z).width(E).height(F),I.append(H)),h&&K.css({overflowY:"hidden"});var L=d.boundary,M=y().width(E+L*2).height(F+L*2).css({position:"absolute",top:i(-L),left:i(-L),zIndex:290}).mousedown(w),N=d.bgColor,O=d.bgOpacity,P,Q,R,S,T,U,V=!0,W,X,Y;e=l(D);var Z=function(){function a(){var a={},b=["touchstart"
,"touchmove","touchend"],c=document.createElement("div"),d;try{for(d=0;d<b.length;d++){var e=b[d];e="on"+e;var f=e in c;f||(c.setAttribute(e,"return;"),f=typeof c[e]=="function"),a[b[d]]=f}return a.touchstart&&a.touchend&&a.touchmove}catch(g){return!1}}function b(){return d.touchSupport===!0||d.touchSupport===!1?d.touchSupport:a()}return{createDragger:function(a){return function(b){return d.disabled?!1:a==="move"&&!d.allowMove?!1:(e=l(D),W=!0,o(a,m(Z.cfilter(b)),!0),b.stopPropagation(),b.preventDefault(),!1)}},newSelection:function(a){return w(Z.cfilter(a))},cfilter:function(a){return a.pageX=a.originalEvent.changedTouches[0].pageX,a.pageY=a.originalEvent.changedTouches[0].pageY,a},isSupported:a,support:b()}}(),_=function(){function h(d){d=n(d),c=a=d[0],e=b=d[1]}function i(a){a=n(a),f=a[0]-c,g=a[1]-e,c=a[0],e=a[1]}function j(){return[f,g]}function k(d){var f=d[0],g=d[1];0>a+f&&(f-=f+a),0>b+g&&(g-=g+b),F<e+g&&(g+=F-(e+g)),E<c+f&&(f+=E-(c+f)),a+=f,c+=f,b+=g,e+=g}function l(a){var b=m();switch(a){case"ne":return[
b.x2,b.y];case"nw":return[b.x,b.y];case"se":return[b.x2,b.y2];case"sw":return[b.x,b.y2]}}function m(){if(!d.aspectRatio)return p();var f=d.aspectRatio,g=d.minSize[0]/T,h=d.maxSize[0]/T,i=d.maxSize[1]/U,j=c-a,k=e-b,l=Math.abs(j),m=Math.abs(k),n=l/m,r,s,t,u;return h===0&&(h=E*10),i===0&&(i=F*10),n<f?(s=e,t=m*f,r=j<0?a-t:t+a,r<0?(r=0,u=Math.abs((r-a)/f),s=k<0?b-u:u+b):r>E&&(r=E,u=Math.abs((r-a)/f),s=k<0?b-u:u+b)):(r=c,u=l/f,s=k<0?b-u:b+u,s<0?(s=0,t=Math.abs((s-b)*f),r=j<0?a-t:t+a):s>F&&(s=F,t=Math.abs(s-b)*f,r=j<0?a-t:t+a)),r>a?(r-a<g?r=a+g:r-a>h&&(r=a+h),s>b?s=b+(r-a)/f:s=b-(r-a)/f):r<a&&(a-r<g?r=a-g:a-r>h&&(r=a-h),s>b?s=b+(a-r)/f:s=b-(a-r)/f),r<0?(a-=r,r=0):r>E&&(a-=r-E,r=E),s<0?(b-=s,s=0):s>F&&(b-=s-F,s=F),q(o(a,b,r,s))}function n(a){return a[0]<0&&(a[0]=0),a[1]<0&&(a[1]=0),a[0]>E&&(a[0]=E),a[1]>F&&(a[1]=F),[Math.round(a[0]),Math.round(a[1])]}function o(a,b,c,d){var e=a,f=c,g=b,h=d;return c<a&&(e=c,f=a),d<b&&(g=d,h=b),[e,g,f,h]}function p(){var d=c-a,f=e-b,g;return P&&Math.abs(d)>P&&(c=d>0?a+P:a-P),Q&&Math.abs
(f)>Q&&(e=f>0?b+Q:b-Q),S/U&&Math.abs(f)<S/U&&(e=f>0?b+S/U:b-S/U),R/T&&Math.abs(d)<R/T&&(c=d>0?a+R/T:a-R/T),a<0&&(c-=a,a-=a),b<0&&(e-=b,b-=b),c<0&&(a-=c,c-=c),e<0&&(b-=e,e-=e),c>E&&(g=c-E,a-=g,c-=g),e>F&&(g=e-F,b-=g,e-=g),a>E&&(g=a-F,e-=g,b-=g),b>F&&(g=b-F,e-=g,b-=g),q(o(a,b,c,e))}function q(a){return{x:a[0],y:a[1],x2:a[2],y2:a[3],w:a[2]-a[0],h:a[3]-a[1]}}var a=0,b=0,c=0,e=0,f,g;return{flipCoords:o,setPressed:h,setCurrent:i,getOffset:j,moveOffset:k,getCorner:l,getFixed:m}}(),ba=function(){function f(a,b){e.left.css({height:i(b)}),e.right.css({height:i(b)})}function g(){return h(_.getFixed())}function h(a){e.top.css({left:i(a.x),width:i(a.w),height:i(a.y)}),e.bottom.css({top:i(a.y2),left:i(a.x),width:i(a.w),height:i(F-a.y2)}),e.right.css({left:i(a.x2),width:i(E-a.x2)}),e.left.css({width:i(a.x)})}function j(){return a("<div />").css({position:"absolute",backgroundColor:d.shadeColor||d.bgColor}).appendTo(c)}function k(){b||(b=!0,c.insertBefore(D),g(),bb.setBgOpacity(1,0,1),H.hide(),l(d.shadeColor||d.bgColor,1),bb.
isAwake()?n(d.bgOpacity,1):n(1,1))}function l(a,b){bq(p(),a,b)}function m(){b&&(c.remove(),H.show(),b=!1,bb.isAwake()?bb.setBgOpacity(d.bgOpacity,1,1):(bb.setBgOpacity(1,1,1),bb.disableHandles()),bq(G,0,1))}function n(a,e){b&&(d.bgFade&&!e?c.animate({opacity:1-a},{queue:!1,duration:d.fadeTime}):c.css({opacity:1-a}))}function o(){d.shade?k():m(),bb.isAwake()&&n(d.bgOpacity)}function p(){return c.children()}var b=!1,c=a("<div />").css({position:"absolute",zIndex:240,opacity:0}),e={top:j(),left:j().height(F),right:j().height(F),bottom:j()};return{update:g,updateRaw:h,getShades:p,setBgColor:l,enable:k,disable:m,resize:f,refresh:o,opacity:n}}(),bb=function(){function k(b){var c=a("<div />").css({position:"absolute",opacity:d.borderOpacity}).addClass(j(b));return I.append(c),c}function l(b,c){var d=a("<div />").mousedown(s(b)).css({cursor:b+"-resize",position:"absolute",zIndex:c}).addClass("ord-"+b);return Z.support&&d.bind("touchstart.jcrop",Z.createDragger(b)),J.append(d),d}function m(a){var b=d.handleSize,e=l(a,c++
).css({opacity:d.handleOpacity}).addClass(j("handle"));return b&&e.width(b).height(b),e}function n(a){return l(a,c++).addClass("jcrop-dragbar")}function o(a){var b;for(b=0;b<a.length;b++)g[a[b]]=n(a[b])}function p(a){var b,c;for(c=0;c<a.length;c++){switch(a[c]){case"n":b="hline";break;case"s":b="hline bottom";break;case"e":b="vline right";break;case"w":b="vline"}e[a[c]]=k(b)}}function q(a){var b;for(b=0;b<a.length;b++)f[a[b]]=m(a[b])}function r(a,b){d.shade||H.css({top:i(-b),left:i(-a)}),K.css({top:i(b),left:i(a)})}function t(a,b){K.width(Math.round(a)).height(Math.round(b))}function v(){var a=_.getFixed();_.setPressed([a.x,a.y]),_.setCurrent([a.x2,a.y2]),w()}function w(a){if(b)return x(a)}function x(a){var c=_.getFixed();t(c.w,c.h),r(c.x,c.y),d.shade&&ba.updateRaw(c),b||A(),a?d.onSelect.call(bs,u(c)):d.onChange.call(bs,u(c))}function z(a,c,e){if(!b&&!c)return;d.bgFade&&!e?D.animate({opacity:a},{queue:!1,duration:d.fadeTime}):D.css("opacity",a)}function A(){K.show(),d.shade?ba.opacity(O):z(O,!0),b=!0}function B
(){F(),K.hide(),d.shade?ba.opacity(1):z(1),b=!1,d.onRelease.call(bs)}function C(){h&&J.show()}function E(){h=!0;if(d.allowResize)return J.show(),!0}function F(){h=!1,J.hide()}function G(a){a?(X=!0,F()):(X=!1,E())}function L(){G(!1),v()}var b,c=370,e={},f={},g={},h=!1;d.dragEdges&&a.isArray(d.createDragbars)&&o(d.createDragbars),a.isArray(d.createHandles)&&q(d.createHandles),d.drawBorders&&a.isArray(d.createBorders)&&p(d.createBorders),a(document).bind("touchstart.jcrop-ios",function(b){a(b.currentTarget).hasClass("jcrop-tracker")&&b.stopPropagation()});var M=y().mousedown(s("move")).css({cursor:"move",position:"absolute",zIndex:360});return Z.support&&M.bind("touchstart.jcrop",Z.createDragger("move")),I.append(M),F(),{updateVisible:w,update:x,release:B,refresh:v,isAwake:function(){return b},setCursor:function(a){M.css("cursor",a)},enableHandles:E,enableOnly:function(){h=!0},showHandles:C,disableHandles:F,animMode:G,setBgOpacity:z,done:L}}(),bc=function(){function f(b){M.css({zIndex:450}),b?a(document).bind("touchmove.jcrop"
,k).bind("touchend.jcrop",l):e&&a(document).bind("mousemove.jcrop",h).bind("mouseup.jcrop",i)}function g(){M.css({zIndex:290}),a(document).unbind(".jcrop")}function h(a){return b(m(a)),!1}function i(a){return a.preventDefault(),a.stopPropagation(),W&&(W=!1,c(m(a)),bb.isAwake()&&d.onSelect.call(bs,u(_.getFixed())),g(),b=function(){},c=function(){}),!1}function j(a,d,e){return W=!0,b=a,c=d,f(e),!1}function k(a){return b(m(Z.cfilter(a))),!1}function l(a){return i(Z.cfilter(a))}function n(a){M.css("cursor",a)}var b=function(){},c=function(){},e=d.trackDocument;return e||M.mousemove(h).mouseup(i).mouseout(i),D.before(M),{activateHandlers:j,setCursor:n}}(),bd=function(){function e(){d.keySupport&&(b.show(),b.focus())}function f(a){b.hide()}function g(a,b,c){d.allowMove&&(_.moveOffset([b,c]),bb.updateVisible(!0)),a.preventDefault(),a.stopPropagation()}function i(a){if(a.ctrlKey||a.metaKey)return!0;Y=a.shiftKey?!0:!1;var b=Y?10:1;switch(a.keyCode){case 37:g(a,-b,0);break;case 39:g(a,b,0);break;case 38:g(a,0,-b);break;
case 40:g(a,0,b);break;case 27:d.allowSelect&&bb.release();break;case 9:return!0}return!1}var b=a('<input type="radio" />').css({position:"fixed",left:"-120px",width:"12px"}).addClass("jcrop-keymgr"),c=a("<div />").css({position:"absolute",overflow:"hidden"}).append(b);return d.keySupport&&(b.keydown(i).blur(f),h||!d.fixedSupport?(b.css({position:"absolute",left:"-20px"}),c.append(b).insertBefore(D)):b.insertBefore(D)),{watchKeys:e}}();Z.support&&M.bind("touchstart.jcrop",Z.newSelection),J.hide(),br(!0);var bs={setImage:bp,animateTo:bf,setSelect:bg,setOptions:bk,tellSelect:bi,tellScaled:bj,setClass:be,disable:bl,enable:bm,cancel:bn,release:bb.release,destroy:bo,focus:bd.watchKeys,getBounds:function(){return[E*T,F*U]},getWidgetSize:function(){return[E,F]},getScaleFactor:function(){return[T,U]},getOptions:function(){return d},ui:{holder:G,selection:K}};return g&&G.bind("selectstart",function(){return!1}),A.data("Jcrop",bs),bs},a.fn.Jcrop=function(b,c){var d;return this.each(function(){if(a(this).data("Jcrop")){if(
b==="api")return a(this).data("Jcrop");a(this).data("Jcrop").setOptions(b)}else this.tagName=="IMG"?a.Jcrop.Loader(this,function(){a(this).css({display:"block",visibility:"hidden"}),d=a.Jcrop(this,b),a.isFunction(c)&&c.call(d)}):(a(this).css({display:"block",visibility:"hidden"}),d=a.Jcrop(this,b),a.isFunction(c)&&c.call(d))}),this},a.Jcrop.Loader=function(b,c,d){function g(){f.complete?(e.unbind(".jcloader"),a.isFunction(c)&&c.call(f)):window.setTimeout(g,50)}var e=a(b),f=e[0];e.bind("load.jcloader",g).bind("error.jcloader",function(b){e.unbind(".jcloader"),a.isFunction(d)&&d.call(f)}),f.complete&&a.isFunction(c)&&(e.unbind(".jcloader"),c.call(f))},a.Jcrop.defaults={allowSelect:!0,allowMove:!0,allowResize:!0,trackDocument:!0,baseClass:"jcrop",addClass:null,bgColor:"black",bgOpacity:.6,bgFade:!1,borderOpacity:.4,handleOpacity:.5,handleSize:null,aspectRatio:0,keySupport:!0,createHandles:["n","s","e","w","nw","ne","se","sw"],createDragbars:["n","s","e","w"],createBorders:["n","s","e","w"],drawBorders:!0,dragEdges
:!0,fixedSupport:!0,touchSupport:null,shade:null,boxWidth:0,boxHeight:0,boundary:2,fadeTime:400,animationDelay:20,swingSpeed:3,minSelect:[0,0],maxSize:[0,0],minSize:[0,0],onChange:function(){},onSelect:function(){},onDblClick:function(){},onRelease:function(){}}})(jQuery);

716
sapl-frontend/src/global/image_cropping/js/jquery.color.js

@ -1,716 +0,0 @@
/* eslint-disable */
/*!
* jQuery Color Animations v2.0pre
* http://jquery.org/
*
* Copyright 2011 John Resig
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*/
(function (jQuery, undefined) {
var stepHooks = 'backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color outlineColor'.split(' ')
// plusequals test for += 100 -= 100
var rplusequals = /^([\-+])=\s*(\d+\.?\d*)/
// a set of RE's that can match strings and generate color tuples.
var stringParsers = [{
re: /rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/,
parse: function (execResult) {
return [
execResult[ 1 ],
execResult[ 2 ],
execResult[ 3 ],
execResult[ 4 ]
]
}
}, {
re: /rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/,
parse: function (execResult) {
return [
2.55 * execResult[1],
2.55 * execResult[2],
2.55 * execResult[3],
execResult[ 4 ]
]
}
}, {
re: /#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/,
parse: function (execResult) {
return [
parseInt(execResult[ 1 ], 16),
parseInt(execResult[ 2 ], 16),
parseInt(execResult[ 3 ], 16)
]
}
}, {
re: /#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/,
parse: function (execResult) {
return [
parseInt(execResult[ 1 ] + execResult[ 1 ], 16),
parseInt(execResult[ 2 ] + execResult[ 2 ], 16),
parseInt(execResult[ 3 ] + execResult[ 3 ], 16)
]
}
}, {
re: /hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/,
space: 'hsla',
parse: function (execResult) {
return [
execResult[1],
execResult[2] / 100,
execResult[3] / 100,
execResult[4]
]
}
}]
// jQuery.Color( )
var color = jQuery.Color = function (color, green, blue, alpha) {
return new jQuery.Color.fn.parse(color, green, blue, alpha)
}
var spaces = {
rgba: {
cache: '_rgba',
props: {
red: {
idx: 0,
type: 'byte',
empty: true
},
green: {
idx: 1,
type: 'byte',
empty: true
},
blue: {
idx: 2,
type: 'byte',
empty: true
},
alpha: {
idx: 3,
type: 'percent',
def: 1
}
}
},
hsla: {
cache: '_hsla',
props: {
hue: {
idx: 0,
type: 'degrees',
empty: true
},
saturation: {
idx: 1,
type: 'percent',
empty: true
},
lightness: {
idx: 2,
type: 'percent',
empty: true
}
}
}
}
var propTypes = {
'byte': {
floor: true,
min: 0,
max: 255
},
'percent': {
min: 0,
max: 1
},
'degrees': {
mod: 360,
floor: true
}
}
var rgbaspace = spaces.rgba.props
var support = color.support = {}
// colors = jQuery.Color.names
var colors
// local aliases of functions called often
var each = jQuery.each
spaces.hsla.props.alpha = rgbaspace.alpha
function clamp (value, prop, alwaysAllowEmpty) {
var type = propTypes[ prop.type ] || {}
var allowEmpty = prop.empty || alwaysAllowEmpty
if (allowEmpty && value == null) {
return null
}
if (prop.def && value == null) {
return prop.def
}
if (type.floor) {
value = ~~value
} else {
value = parseFloat(value)
}
if (value == null || isNaN(value)) {
return prop.def
}
if (type.mod) {
value = value % type.mod
// -10 -> 350
return value < 0 ? type.mod + value : value
}
// for now all property types without mod have min and max
return type.min > value ? type.min : type.max < value ? type.max : value
}
function stringParse (string) {
var inst = color()
var rgba = inst._rgba = []
string = string.toLowerCase()
each(stringParsers, function (i, parser) {
var match = parser.re.exec(string)
var values = match && parser.parse(match)
var parsed
var spaceName = parser.space || 'rgba'
var cache = spaces[ spaceName ].cache
if (values) {
parsed = inst[ spaceName ](values)
// if this was an rgba parse the assignment might happen twice
// oh well....
inst[ cache ] = parsed[ cache ]
rgba = inst._rgba = parsed._rgba
// exit each( stringParsers ) here because we matched
return false
}
})
// Found a stringParser that handled it
if (rgba.length !== 0) {
// if this came from a parsed string, force "transparent" when alpha is 0
// chrome, (and maybe others) return "transparent" as rgba(0,0,0,0)
if (Math.max.apply(Math, rgba) === 0) {
jQuery.extend(rgba, colors.transparent)
}
return inst
}
// named colors / default - filter back through parse function
if (string = colors[ string ]) {
return string
}
}
color.fn = color.prototype = {
constructor: color,
parse: function (red, green, blue, alpha) {
if (red === undefined) {
this._rgba = [ null, null, null, null ]
return this
}
if (red instanceof jQuery || red.nodeType) {
red = red instanceof jQuery ? red.css(green) : jQuery(red).css(green)
green = undefined
}
var inst = this
var type = jQuery.type(red)
var rgba = this._rgba = []
var source
// more than 1 argument specified - assume ( red, green, blue, alpha )
if (green !== undefined) {
red = [ red, green, blue, alpha ]
type = 'array'
}
if (type === 'string') {
return this.parse(stringParse(red) || colors._default)
}
if (type === 'array') {
each(rgbaspace, function (key, prop) {
rgba[ prop.idx ] = clamp(red[ prop.idx ], prop)
})
return this
}
if (type === 'object') {
if (red instanceof color) {
each(spaces, function (spaceName, space) {
if (red[ space.cache ]) {
inst[ space.cache ] = red[ space.cache ].slice()
}
})
} else {
each(spaces, function (spaceName, space) {
each(space.props, function (key, prop) {
var cache = space.cache
// if the cache doesn't exist, and we know how to convert
if (!inst[ cache ] && space.to) {
// if the value was null, we don't need to copy it
// if the key was alpha, we don't need to copy it either
if (red[ key ] == null || key === 'alpha') {
return
}
inst[ cache ] = space.to(inst._rgba)
}
// this is the only case where we allow nulls for ALL properties.
// call clamp with alwaysAllowEmpty
inst[ cache ][ prop.idx ] = clamp(red[ key ], prop, true)
})
})
}
return this
}
},
is: function (compare) {
var is = color(compare)
var same = true
var myself = this
each(spaces, function (_, space) {
var isCache = is[ space.cache ]
var localCache
if (isCache) {
localCache = myself[ space.cache ] || space.to && space.to(myself._rgba) || []
each(space.props, function (_, prop) {
if (isCache[ prop.idx ] != null) {
same = (isCache[ prop.idx ] === localCache[ prop.idx ])
return same
}
})
}
return same
})
return same
},
_space: function () {
var used = []
var inst = this
each(spaces, function (spaceName, space) {
if (inst[ space.cache ]) {
used.push(spaceName)
}
})
return used.pop()
},
transition: function (other, distance) {
var end = color(other)
var spaceName = end._space()
var space = spaces[ spaceName ]
var start = this[ space.cache ] || space.to(this._rgba)
var result = start.slice()
end = end[ space.cache ]
each(space.props, function (key, prop) {
var index = prop.idx
var startValue = start[ index ]
var endValue = end[ index ]
var type = propTypes[ prop.type ] || {}
// if null, don't override start value
if (endValue === null) {
return
}
// if null - use end
if (startValue === null) {
result[ index ] = endValue
} else {
if (type.mod) {
if (endValue - startValue > type.mod / 2) {
startValue += type.mod
} else if (startValue - endValue > type.mod / 2) {
startValue -= type.mod
}
}
result[ prop.idx ] = clamp((endValue - startValue) * distance + startValue, prop)
}
})
return this[ spaceName ](result)
},
blend: function (opaque) {
// if we are already opaque - return ourself
if (this._rgba[ 3 ] === 1) {
return this
}
var rgb = this._rgba.slice()
var a = rgb.pop()
var blend = color(opaque)._rgba
return color(jQuery.map(rgb, function (v, i) {
return (1 - a) * blend[ i ] + a * v
}))
},
toRgbaString: function () {
var prefix = 'rgba('
var rgba = jQuery.map(this._rgba, function (v, i) {
return v == null ? (i > 2 ? 1 : 0) : v
})
if (rgba[ 3 ] === 1) {
rgba.pop()
prefix = 'rgb('
}
return prefix + rgba.join(',') + ')'
},
toHslaString: function () {
var prefix = 'hsla('
var hsla = jQuery.map(this.hsla(), function (v, i) {
if (v == null) {
v = i > 2 ? 1 : 0
}
// catch 1 and 2
if (i && i < 3) {
v = Math.round(v * 100) + '%'
}
return v
})
if (hsla[ 3 ] === 1) {
hsla.pop()
prefix = 'hsl('
}
return prefix + hsla.join(',') + ')'
},
toHexString: function (includeAlpha) {
var rgba = this._rgba.slice()
var alpha = rgba.pop()
if (includeAlpha) {
rgba.push(~~(alpha * 255))
}
return '#' + jQuery.map(rgba, function (v, i) {
// default to 0 when nulls exist
v = (v || 0).toString(16)
return v.length === 1 ? '0' + v : v
}).join('')
},
toString: function () {
return this._rgba[ 3 ] === 0 ? 'transparent' : this.toRgbaString()
}
}
color.fn.parse.prototype = color.fn
// hsla conversions adapted from:
// http://www.google.com/codesearch/p#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/inspector/front-end/Color.js&d=7&l=193
function hue2rgb (p, q, h) {
h = (h + 1) % 1
if (h * 6 < 1) {
return p + (q - p) * 6 * h
}
if (h * 2 < 1) {
return q
}
if (h * 3 < 2) {
return p + (q - p) * ((2 / 3) - h) * 6
}
return p
}
spaces.hsla.to = function (rgba) {
if (rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null) {
return [ null, null, null, rgba[ 3 ] ]
}
var r = rgba[ 0 ] / 255
var g = rgba[ 1 ] / 255
var b = rgba[ 2 ] / 255
var a = rgba[ 3 ]
var max = Math.max(r, g, b)
var min = Math.min(r, g, b)
var diff = max - min
var add = max + min
var l = add * 0.5
var h; var s
if (min === max) {
h = 0
} else if (r === max) {
h = (60 * (g - b) / diff) + 360
} else if (g === max) {
h = (60 * (b - r) / diff) + 120
} else {
h = (60 * (r - g) / diff) + 240
}
if (l === 0 || l === 1) {
s = l
} else if (l <= 0.5) {
s = diff / add
} else {
s = diff / (2 - add)
}
return [ Math.round(h) % 360, s, l, a == null ? 1 : a ]
}
spaces.hsla.from = function (hsla) {
if (hsla[ 0 ] == null || hsla[ 1 ] == null || hsla[ 2 ] == null) {
return [ null, null, null, hsla[ 3 ] ]
}
var h = hsla[ 0 ] / 360
var s = hsla[ 1 ]
var l = hsla[ 2 ]
var a = hsla[ 3 ]
var q = l <= 0.5 ? l * (1 + s) : l + s - l * s
var p = 2 * l - q
var r; var g; var b
return [
Math.round(hue2rgb(p, q, h + (1 / 3)) * 255),
Math.round(hue2rgb(p, q, h) * 255),
Math.round(hue2rgb(p, q, h - (1 / 3)) * 255),
a
]
}
each(spaces, function (spaceName, space) {
var props = space.props
var cache = space.cache
var to = space.to
var from = space.from
// makes rgba() and hsla()
color.fn[ spaceName ] = function (value) {
// generate a cache for this space if it doesn't exist
if (to && !this[ cache ]) {
this[ cache ] = to(this._rgba)
}
if (value === undefined) {
return this[ cache ].slice()
}
var type = jQuery.type(value)
var arr = (type === 'array' || type === 'object') ? value : arguments
var local = this[ cache ].slice()
var ret
each(props, function (key, prop) {
var val = arr[ type === 'object' ? key : prop.idx ]
if (val == null) {
val = local[ prop.idx ]
}
local[ prop.idx ] = clamp(val, prop)
})
if (from) {
ret = color(from(local))
ret[ cache ] = local
return ret
} else {
return color(local)
}
}
// makes red() green() blue() alpha() hue() saturation() lightness()
each(props, function (key, prop) {
// alpha is included in more than one space
if (color.fn[ key ]) {
return
}
color.fn[ key ] = function (value) {
var vtype = jQuery.type(value)
var fn = (key === 'alpha' ? (this._hsla ? 'hsla' : 'rgba') : spaceName)
var local = this[ fn ]()
var cur = local[ prop.idx ]
var match
if (vtype === 'undefined') {
return cur
}
if (vtype === 'function') {
value = value.call(this, cur)
vtype = jQuery.type(value)
}
if (value == null && prop.empty) {
return this
}
if (vtype === 'string') {
match = rplusequals.exec(value)
if (match) {
value = cur + parseFloat(match[ 2 ]) * (match[ 1 ] === '+' ? 1 : -1)
}
}
local[ prop.idx ] = value
return this[ fn ](local)
}
})
})
// add .fx.step functions
each(stepHooks, function (i, hook) {
jQuery.cssHooks[ hook ] = {
set: function (elem, value) {
var parsed, backgroundColor, curElem
if (jQuery.type(value) !== 'string' || (parsed = stringParse(value))) {
value = color(parsed || value)
if (!support.rgba && value._rgba[ 3 ] !== 1) {
curElem = hook === 'backgroundColor' ? elem.parentNode : elem
do {
backgroundColor = jQuery.curCSS(curElem, 'backgroundColor')
} while (
(backgroundColor === '' || backgroundColor === 'transparent') &&
(curElem = curElem.parentNode) &&
curElem.style
)
value = value.blend(backgroundColor && backgroundColor !== 'transparent'
? backgroundColor
: '_default')
}
value = value.toRgbaString()
}
elem.style[ hook ] = value
}
}
jQuery.fx.step[ hook ] = function (fx) {
if (!fx.colorInit) {
fx.start = color(fx.elem, hook)
fx.end = color(fx.end)
fx.colorInit = true
}
jQuery.cssHooks[ hook ].set(fx.elem, fx.start.transition(fx.end, fx.pos))
}
})
// detect rgba support
jQuery(function () {
var div = document.createElement('div')
var div_style = div.style
div_style.cssText = 'background-color:rgba(1,1,1,.5)'
support.rgba = div_style.backgroundColor.indexOf('rgba') > -1
})
// Some named colors to work with
// From Interface by Stefan Petre
// http://interface.eyecon.ro/
colors = jQuery.Color.names = {
aqua: '#00ffff',
azure: '#f0ffff',
beige: '#f5f5dc',
black: '#000000',
blue: '#0000ff',
brown: '#a52a2a',
cyan: '#00ffff',
darkblue: '#00008b',
darkcyan: '#008b8b',
darkgrey: '#a9a9a9',
darkgreen: '#006400',
darkkhaki: '#bdb76b',
darkmagenta: '#8b008b',
darkolivegreen: '#556b2f',
darkorange: '#ff8c00',
darkorchid: '#9932cc',
darkred: '#8b0000',
darksalmon: '#e9967a',
darkviolet: '#9400d3',
fuchsia: '#ff00ff',
gold: '#ffd700',
green: '#008000',
indigo: '#4b0082',
khaki: '#f0e68c',
lightblue: '#add8e6',
lightcyan: '#e0ffff',
lightgreen: '#90ee90',
lightgrey: '#d3d3d3',
lightpink: '#ffb6c1',
lightyellow: '#ffffe0',
lime: '#00ff00',
magenta: '#ff00ff',
maroon: '#800000',
navy: '#000080',
olive: '#808000',
orange: '#ffa500',
pink: '#ffc0cb',
purple: '#800080',
violet: '#800080',
red: '#ff0000',
silver: '#c0c0c0',
white: '#ffffff',
yellow: '#ffff00',
transparent: [ null, null, null, 0 ],
_default: '#ffffff'
}
})(jQuery)

296
sapl-frontend/src/global/jquery.runner.js

@ -1,296 +0,0 @@
/* eslint-disable */
/*!
* jQuery-runner - v2.3.3 - 2014-08-06
* https://github.com/jylauril/jquery-runner/
* Copyright (c) 2014 Jyrki Laurila <https://github.com/jylauril>
*/
(function() {
var Runner, formatTime, meta, pad, runners, uid, _$, _requestAnimationFrame, _uid
meta = {
version: "2.3.3",
name: "jQuery-runner"
}
_$ = $
if (!(_$ && _$.fn)) {
throw new Error('[' + meta.name + '] jQuery or jQuery-like library is required for this plugin to work')
}
runners = {}
pad = function(num) {
return (num < 10 ? '0' : '') + num
}
_uid = 1
uid = function() {
return 'runner' + _uid++
}
_requestAnimationFrame = (function(win, raf) {
return win['r' + raf] || win['webkitR' + raf] || win['mozR' + raf] || win['msR' + raf] || function(fn) {
return setTimeout(fn, 30)
}
})(this, 'equestAnimationFrame')
formatTime = function(time, settings) {
var i, len, ms, output, prefix, separator, step, steps, value, _i, _len
settings = settings || {}
steps = [3600000, 60000, 1000, 10]
separator = ['', ':', ':', '.']
prefix = ''
output = ''
ms = settings.milliseconds
len = steps.length
value = 0
if (time < 0) {
time = Math.abs(time)
prefix = '-'
}
for (i = _i = 0, _len = steps.length; _i < _len; i = ++_i) {
step = steps[i]
value = 0
if (time >= step) {
value = Math.floor(time / step)
time -= value * step
}
if ((value || i > 1 || output) && (i !== len - 1 || ms)) {
output += (output ? separator[i] : '') + pad(value)
}
}
return prefix + output
}
Runner = (function() {
function Runner(items, options, start) {
var id
if (!(this instanceof Runner)) {
return new Runner(items, options, start)
}
this.items = items
id = this.id = uid()
this.settings = _$.extend({}, this.settings, options)
runners[id] = this
items.each(function(index, element) {
_$(element).data('runner', id)
})
this.value(this.settings.startAt)
if (start || this.settings.autostart) {
this.start()
}
}
Runner.prototype.running = false
Runner.prototype.updating = false
Runner.prototype.finished = false
Runner.prototype.interval = null
Runner.prototype.total = 0
Runner.prototype.lastTime = 0
Runner.prototype.startTime = 0
Runner.prototype.lastLap = 0
Runner.prototype.lapTime = 0
Runner.prototype.settings = {
autostart: false,
countdown: false,
stopAt: null,
startAt: 0,
milliseconds: true,
format: null
}
Runner.prototype.value = function(value) {
this.items.each((function(_this) {
return function(item, element) {
var action
item = _$(element)
action = item.is('input') ? 'val' : 'text'
item[action](_this.format(value))
}
})(this))
}
Runner.prototype.format = function(value) {
var format
format = this.settings.format
format = _$.isFunction(format) ? format : formatTime
return format(value, this.settings)
}
Runner.prototype.update = function() {
var countdown, delta, settings, stopAt, time
if (!this.updating) {
this.updating = true
settings = this.settings
time = _$.now()
stopAt = settings.stopAt
countdown = settings.countdown
delta = time - this.lastTime
this.lastTime = time
if (countdown) {
this.total -= delta
} else {
this.total += delta
}
if (stopAt !== null && ((countdown && this.total <= stopAt) || (!countdown && this.total >= stopAt))) {
this.total = stopAt
this.finished = true
this.stop()
this.fire('runnerFinish')
}
this.value(this.total)
this.updating = false
}
}
Runner.prototype.fire = function(event) {
this.items.trigger(event, this.info())
}
Runner.prototype.start = function() {
var step
if (!this.running) {
this.running = true
if (!this.startTime || this.finished) {
this.reset()
}
this.lastTime = _$.now()
step = (function(_this) {
return function() {
if (_this.running) {
_this.update()
_requestAnimationFrame(step)
}
}
})(this)
_requestAnimationFrame(step)
this.fire('runnerStart')
}
}
Runner.prototype.stop = function() {
if (this.running) {
this.running = false
this.update()
this.fire('runnerStop')
}
}
Runner.prototype.toggle = function() {
if (this.running) {
this.stop()
} else {
this.start()
}
}
Runner.prototype.lap = function() {
var lap, last
last = this.lastTime
lap = last - this.lapTime
if (this.settings.countdown) {
lap = -lap
}
if (this.running || lap) {
this.lastLap = lap
this.lapTime = last
}
last = this.format(this.lastLap)
this.fire('runnerLap')
return last
}
Runner.prototype.reset = function(stop) {
var nowTime
if (stop) {
this.stop()
}
nowTime = _$.now()
if (typeof this.settings.startAt === 'number' && !this.settings.countdown) {
nowTime -= this.settings.startAt
}
this.startTime = this.lapTime = this.lastTime = nowTime
this.total = this.settings.startAt
this.value(this.total)
this.finished = false
this.fire('runnerReset')
}
Runner.prototype.info = function() {
var lap
lap = this.lastLap || 0
return {
running: this.running,
finished: this.finished,
time: this.total,
formattedTime: this.format(this.total),
startTime: this.startTime,
lapTime: lap,
formattedLapTime: this.format(lap),
settings: this.settings
}
}
return Runner
})()
_$.fn.runner = function(method, options, start) {
var id, runner
if (!method) {
method = 'init'
}
if (typeof method === 'object') {
start = options
options = method
method = 'init'
}
id = this.data('runner')
runner = id ? runners[id] : false
switch (method) {
case 'init':
new Runner(this, options, start)
break
case 'info':
if (runner) {
return runner.info()
}
break
case 'reset':
if (runner) {
runner.reset(options)
}
break
case 'lap':
if (runner) {
return runner.lap()
}
break
case 'start':
case 'stop':
case 'toggle':
if (runner) {
return runner[method]()
}
break
case 'version':
return meta.version
default:
_$.error('[' + meta.name + '] Method ' + method + ' does not exist')
}
return this
}
_$.fn.runner.format = formatTime
}).call(window)

19
sapl-frontend/src/global/main.js

@ -1,19 +0,0 @@
import '@fortawesome/fontawesome-free/css/all.css'
import 'bootstrap'
import 'webpack-jquery-ui/dialog'
import 'webpack-jquery-ui/sortable'
import './functions'
import 'jquery-mask-plugin'
import './image_cropping'
// eslint-disable-next-line
require('imports-loader?window.jQuery=jquery!./jquery.runner.js')
window.autorModal()
window.refreshMask()
// "sapl-oficial-theme": "../../sapl-oficial-theme",

29
sapl-frontend/src/hellow/App.vue

@ -1,29 +0,0 @@
<template>
<div id="app">
<div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</div>
<router-view />
</div>
</template>
<style lang="scss">
#app {
font-family: "Avenir", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
#nav {
padding: 30px;
a {
font-weight: bold;
color: #2c3e50;
&.router-link-exact-active {
color: #42b983;
}
}
}
</style>

114
sapl-frontend/src/hellow/components/HelloWorld.vue

@ -1,114 +0,0 @@
<template>
<div class="hello">
<h1>{{ msg }}</h1>
<p>
For a guide and recipes on how to configure / customize this project,<br />
check out the
<a href="https://cli.vuejs.org" target="_blank" rel="noopener"
>vue-cli documentation</a
>.
</p>
<h3>Installed CLI Plugins</h3>
<ul>
<li>
<a
href="https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel"
target="_blank"
rel="noopener"
>babel</a
>
</li>
<li>
<a
href="https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint"
target="_blank"
rel="noopener"
>eslint</a
>
</li>
</ul>
<h3>Essential Links</h3>
<ul>
<li>
<a href="https://vuejs.org" target="_blank" rel="noopener">Core Docs</a>
</li>
<li>
<a href="https://forum.vuejs.org" target="_blank" rel="noopener"
>Forum</a
>
</li>
<li>
<a href="https://chat.vuejs.org" target="_blank" rel="noopener"
>Community Chat</a
>
</li>
<li>
<a href="https://twitter.com/vuejs" target="_blank" rel="noopener"
>Twitter</a
>
</li>
<li>
<a href="https://news.vuejs.org" target="_blank" rel="noopener">News</a>
</li>
</ul>
<h3>Ecosystem</h3>
<ul>
<li>
<a href="https://router.vuejs.org" target="_blank" rel="noopener"
>vue-router</a
>
</li>
<li>
<a href="https://vuex.vuejs.org" target="_blank" rel="noopener">vuex</a>
</li>
<li>
<a
href="https://github.com/vuejs/vue-devtools#vue-devtools"
target="_blank"
rel="noopener"
>vue-devtools</a
>
</li>
<li>
<a href="https://vue-loader.vuejs.org" target="_blank" rel="noopener"
>vue-loader</a
>
</li>
<li>
<a
href="https://github.com/vuejs/awesome-vue"
target="_blank"
rel="noopener"
>awesome-vue</a
>
</li>
</ul>
</div>
</template>
<script>
export default {
name: 'HelloWorld',
props: {
msg: String
}
}
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped lang="scss">
h3 {
margin: 40px 0 0;
}
ul {
list-style-type: none;
padding: 0;
}
li {
display: inline-block;
margin: 0 10px;
}
a {
color: #42b983;
}
</style>

12
sapl-frontend/src/hellow/main.js

@ -1,12 +0,0 @@
import Vue from 'vue'
import App from './App.vue'
import router from './router'
import store from './store'
Vue.config.productionTip = false
new Vue({
router,
store,
render: h => h(App)
}).$mount('#app')

10
sapl-frontend/src/hellow/router.js

@ -1,10 +0,0 @@
import Vue from 'vue'
import Router from 'vue-router'
Vue.use(Router)
export default new Router({
mode: 'history',
base: process.env.BASE_URL,
routes: []
})

10
sapl-frontend/src/hellow/store.js

@ -1,10 +0,0 @@
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
export default new Vuex.Store({
state: {},
mutations: {},
actions: {}
})

3
sapl-frontend/src/hellow/views/About.vue

@ -1,3 +0,0 @@
<template>
<div class="about"><h1>This is an about page</h1></div>
</template>

18
sapl-frontend/src/hellow/views/Home.vue

@ -1,18 +0,0 @@
<template>
<div class="home">
<img alt="Vue logo" src="../../assets/logo.png" />
<HelloWorld msg="Welcome to Your Vue.js App" />
</div>
</template>
<script>
// @ is an alias to /src
import HelloWorld from '@/hellow/components/HelloWorld.vue'
export default {
name: 'home',
components: {
HelloWorld
}
}
</script>

144
sapl-frontend/vue.config.js

@ -1,144 +0,0 @@
const path = require('path')
const each = require('lodash/fp/each')
/* var SplitByPathPlugin = require('webpack-split-by-path');
new SplitByPathPlugin([
{
name: 'vendor',
path: path.join(__dirname, './node_modules/')
}
]) */
const BundleTrackerPlugin = require('webpack-bundle-tracker')
class RelativeBundleTrackerPlugin extends BundleTrackerPlugin {
convertPathChunks(chunks) {
each(each(chunk => {
chunk.path = path.relative(this.options.path, chunk.path)
}))(chunks)
}
writeOutput(compiler, contents) {
if (contents.status === 'done') {
this.convertPathChunks(contents.chunks)
}
super.writeOutput(compiler, contents)
}
}
// module.exports = RelativeBundleTrackerPlugin
const dotenv = require('dotenv')
dotenv.config({
path: '../sapl/.env'
})
var THEME_CUSTOM = process.env.THEME_CUSTOM === undefined ? 'sapl-oficial-theme' : process.env.THEME_CUSTOM
module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? '/static/' : 'http://localhost:8080/',
outputDir: '../sapl/static/',
chainWebpack: config => {
config.plugins.delete('html')
config.plugins.delete('preload')
config.plugins.delete('prefetch')
config
.mode('development')
.devtool('cheap-module-eval-source-map')
/* config
.optimization
.splitChunks(false) */
config
.plugin('RelativeBundleTrackerPlugin')
.use(RelativeBundleTrackerPlugin, [{
path: '.',
filename: '../webpack-stats.json'
}])
config.resolve.alias
.set('__STATIC__', 'static')
config.devServer
.public('')
.host('localhost')
.port(8080)
.hot(true)
.watchOptions({
poll: true
})
.watchContentBase(true)
.https(false)
.headers({
'Access-Control-Allow-Origin': '*'
})
.contentBase([
//path.join(__dirname, 'public'),
path.join(__dirname, 'src', 'assets')
// path.join(__dirname, 'node_modules', THEME_CUSTOM, 'public'),
// path.join(__dirname, 'node_modules', THEME_CUSTOM, 'src', 'assets')
])
config
.plugin('copy')
.use(require('copy-webpack-plugin'), [
[{
from: path.join(__dirname, 'node_modules', THEME_CUSTOM, 'public'),
to: path.join(__dirname, '..', 'sapl', 'static'),
toType: 'dir',
ignore: [
'.DS_Store'
]
}]
])
/*config
.plugin('copy')
.tap(([options]) => {
options.push(
{
from: path.join(__dirname, 'node_modules', THEME_CUSTOM, 'public'),
to: path.join(__dirname, '..', 'sapl', 'static'),
toType: 'dir',
ignore: [
'.DS_Store'
]
})
return [options]
}) */
config
.plugin('provide')
.use(require('webpack/lib/ProvidePlugin'), [{
$: 'jquery',
jquery: 'jquery',
'window.jQuery': 'jquery',
jQuery: 'jquery',
_: 'lodash'
}])
config.entryPoints.delete('app')
config
.entry(THEME_CUSTOM)
// .add('./src/theme-dev/main.js')
.add(THEME_CUSTOM + '/src/main.js')
.end()
config
.entry('global')
.add('./src/global/main.js')
.end()
config.entry('compilacao')
.add('./src/apps/compilacao/main.js')
.end()
/* config
.plugin('theme')
.use(webpack.DefinePlugin, [{
THEME_CUSTOM: JSON.stringify(THEME_CUSTOM)
}])
.end() */
}
}

4
sapl/context_processors.py

@ -22,7 +22,3 @@ def mail_service_configured(request):
logger.warning(_('Servidor de email não configurado.'))
return {'mail_service_configured': False}
return {'mail_service_configured': True}
def THEME_CUSTOM(request):
return {"THEME_CUSTOM": settings.THEME_CUSTOM}

11
sapl/settings.py

@ -189,7 +189,6 @@ TEMPLATES = [
'django.contrib.messages.context_processors.messages',
'sapl.context_processors.parliament_info',
'sapl.context_processors.mail_service_configured',
'sapl.context_processors.THEME_CUSTOM'
],
'debug': DEBUG
},
@ -263,25 +262,29 @@ LOCALE_PATHS = (
'locale',
)
FRONTEND_CUSTOM = config('FRONTEND_CUSTOM', default=False, cast=bool)
WEBPACK_LOADER = {
'DEFAULT': {
'CACHE': not DEBUG,
'BUNDLE_DIR_NAME': 'sapl/static/',
'STATS_FILE': PROJECT_DIR.child('webpack-stats.json'),
'STATS_FILE': (PROJECT_DIR if not FRONTEND_CUSTOM else PROJECT_DIR.parent.child('sapl-frontend')).child('webpack-stats.json'),
'POLL_INTERVAL': 0.1,
'TIMEOUT': None,
'IGNORE': [r'.+\.hot-update.js', r'.+\.map']
}
}
THEME_CUSTOM = config('THEME_CUSTOM', default='sapl-oficial-theme')
STATIC_URL = '/static/'
STATIC_ROOT = PROJECT_DIR.child("collected_static")
STATICFILES_DIRS = (
BASE_DIR.child('static'),
)
if FRONTEND_CUSTOM:
STATICFILES_DIRS = (
PROJECT_DIR.parent.child('sapl-frontend').child('dist')
)
STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder',

103
sapl/static/css/chunk-vendors.79dbe19a.css

File diff suppressed because one or more lines are too long

101
sapl/static/css/chunk-vendors.f109b7f2.css

File diff suppressed because one or more lines are too long

1
sapl/static/css/compilacao.cffecde7.css

File diff suppressed because one or more lines are too long

1
sapl/static/css/compilacao.ef12dfcf.css

File diff suppressed because one or more lines are too long

1
sapl/static/css/global.5d2e9934.css

File diff suppressed because one or more lines are too long

1
sapl/static/css/global.8608d5e7.css

@ -1 +0,0 @@
.jcrop-holder{-ms-touch-action:none;direction:ltr;text-align:left}.jcrop-hline,.jcrop-vline{background:#fff url(data:image/gif;base64,R0lGODlhCAAIAJEAAKqqqv///wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAAACwAAAAACAAIAAACDZQFCadrzVRMB9FZ5SwAIfkECQoAAAAsAAAAAAgACAAAAg+ELqCYaudeW9ChyOyltQAAIfkECQoAAAAsAAAAAAgACAAAAg8EhGKXm+rQYtC0WGl9oAAAIfkECQoAAAAsAAAAAAgACAAAAg+EhWKQernaYmjCWLF7qAAAIfkECQoAAAAsAAAAAAgACAAAAg2EISmna81UTAfRWeUsACH5BAkKAAAALAAAAAAIAAgAAAIPFA6imGrnXlvQocjspbUAACH5BAkKAAAALAAAAAAIAAgAAAIPlIBgl5vq0GLQtFhpfaIAACH5BAUKAAAALAAAAAAIAAgAAAIPlIFgknq52mJowlixe6gAADs=);font-size:0;position:absolute}.jcrop-vline{height:100%;width:1px!important}.jcrop-vline.right{right:0}.jcrop-hline{height:1px!important;width:100%}.jcrop-hline.bottom{bottom:0}.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%}.jcrop-handle{background-color:#333;border:1px solid #eee;font-size:1px;height:7px;width:7px}.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px}.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%}.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%}.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0}.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0}.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px}.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%}.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px}.jcrop-dragbar.ord-n{margin-top:-4px}.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px}.jcrop-dragbar.ord-e{margin-right:-4px;right:0}.jcrop-dragbar.ord-w{margin-left:-4px}.jcrop-light .jcrop-hline,.jcrop-light .jcrop-vline{background:#fff;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#fff;border-radius:3px}.jcrop-dark .jcrop-hline,.jcrop-dark .jcrop-vline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#fff;border-color:#000;border-radius:3px}.solid-line .jcrop-hline,.solid-line .jcrop-vline{background:#fff}.jcrop-holder img,img.jcrop-preview{max-width:none}div.jcrop-image.size-warning .jcrop-hline,div.jcrop-image.size-warning .jcrop-vline{border:1px solid red;background:none}body.change-form .allow-fullsize+.help,body.change-form .jcrop-holder+.help{clear:left}body.change-form .jcrop-holder{float:left}div.allow-fullsize{padding:5px 0 0 10px}

BIN
sapl/static/fonts/fa-brands-400.1010b723.eot → sapl/static/fonts/fa-brands-400.3186ebd2.eot

Binary file not shown.

BIN
sapl/static/fonts/fa-brands-400.662c24d0.woff2

Binary file not shown.

BIN
sapl/static/fonts/fa-brands-400.c6aef942.ttf → sapl/static/fonts/fa-brands-400.a995bae1.ttf

Binary file not shown.

BIN
sapl/static/fonts/fa-brands-400.ae990e80.woff2

Binary file not shown.

BIN
sapl/static/fonts/fa-brands-400.d6ff69c8.woff → sapl/static/fonts/fa-brands-400.c7d7a2a1.woff

Binary file not shown.

BIN
sapl/static/fonts/fa-regular-400.6a9d786e.woff2

Binary file not shown.

BIN
sapl/static/fonts/fa-regular-400.87f37798.woff → sapl/static/fonts/fa-regular-400.72f15fa7.woff

Binary file not shown.

BIN
sapl/static/fonts/fa-regular-400.065edea4.eot → sapl/static/fonts/fa-regular-400.80efa56b.eot

Binary file not shown.

BIN
sapl/static/fonts/fa-regular-400.9c0eb6c2.woff2

Binary file not shown.

BIN
sapl/static/fonts/fa-regular-400.2e562d4e.ttf → sapl/static/fonts/fa-regular-400.fcb220ee.ttf

Binary file not shown.

BIN
sapl/static/fonts/fa-solid-900.872545dd.ttf → sapl/static/fonts/fa-solid-900.20c189aa.ttf

Binary file not shown.

BIN
sapl/static/fonts/fa-solid-900.3638e62e.woff2

Binary file not shown.

BIN
sapl/static/fonts/fa-solid-900.52134b92.woff2

Binary file not shown.

BIN
sapl/static/fonts/fa-solid-900.a20e6745.eot → sapl/static/fonts/fa-solid-900.9a52a4e9.eot

Binary file not shown.

BIN
sapl/static/fonts/fa-solid-900.a6de637c.woff → sapl/static/fonts/fa-solid-900.9c73abbd.woff

Binary file not shown.

6
sapl/static/img/fa-brands-400.c95f5f7a.svg → sapl/static/img/fa-brands-400.e4fed0a5.svg

@ -1,8 +1,12 @@
<?xml version="1.0" standalone="no"?>
<!--
Font Awesome Free 5.7.1 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
-->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Created by FontForge 20190112 at Mon Jan 28 12:50:36 2019
Created by FontForge 20190112 at Fri Feb 1 12:28:28 2019
By Robert Madole
Copyright (c) Font Awesome
</metadata>

Before

Width:  |  Height:  |  Size: 644 KiB

After

Width:  |  Height:  |  Size: 645 KiB

6
sapl/static/img/fa-regular-400.5dc39cf0.svg → sapl/static/img/fa-regular-400.304f31f4.svg

@ -1,8 +1,12 @@
<?xml version="1.0" standalone="no"?>
<!--
Font Awesome Free 5.7.1 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
-->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Created by FontForge 20190112 at Mon Jan 28 12:50:36 2019
Created by FontForge 20190112 at Fri Feb 1 12:28:28 2019
By Robert Madole
Copyright (c) Font Awesome
</metadata>

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 141 KiB

6
sapl/static/img/fa-solid-900.56404b18.svg → sapl/static/img/fa-solid-900.c8ea4c79.svg

@ -1,8 +1,12 @@
<?xml version="1.0" standalone="no"?>
<!--
Font Awesome Free 5.7.1 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
-->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Created by FontForge 20190112 at Mon Jan 28 12:50:36 2019
Created by FontForge 20190112 at Fri Feb 1 12:28:29 2019
By Robert Madole
Copyright (c) Font Awesome
</metadata>

Before

Width:  |  Height:  |  Size: 797 KiB

After

Width:  |  Height:  |  Size: 797 KiB

91
sapl/static/js/chunk-vendors.ff11043a.js → sapl/static/js/chunk-vendors.c370a973.js

@ -91,17 +91,6 @@ eval("var hasOwnProperty = {}.hasOwnProperty;\nmodule.exports = function (it, ke
/***/ }),
/***/ "0829":
/*!***********************************************************!*\
!*** ./node_modules/sapl-oficial-theme/src/scss/app.scss ***!
\***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
eval("// extracted by mini-css-extract-plugin//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDgyOS5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL25vZGVfbW9kdWxlcy9zYXBsLW9maWNpYWwtdGhlbWUvc3JjL3Njc3MvYXBwLnNjc3M/ZjJiZiJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyBleHRyYWN0ZWQgYnkgbWluaS1jc3MtZXh0cmFjdC1wbHVnaW4iXSwibWFwcGluZ3MiOiJBQUFBIiwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///0829\n");
/***/ }),
/***/ "097d":
/*!*************************************************************!*\
!*** ./node_modules/core-js/modules/es7.promise.finally.js ***!
@ -404,6 +393,17 @@ eval("// 7.2.1 RequireObjectCoercible(argument)\nmodule.exports = function (it)
/***/ }),
/***/ "2621":
/*!******************************************************!*\
!*** ./node_modules/core-js/modules/_object-gops.js ***!
\******************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
eval("exports.f = Object.getOwnPropertySymbols;\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMjYyMS5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL25vZGVfbW9kdWxlcy9jb3JlLWpzL21vZHVsZXMvX29iamVjdC1nb3BzLmpzPzI2MjEiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0cy5mID0gT2JqZWN0LmdldE93blByb3BlcnR5U3ltYm9scztcbiJdLCJtYXBwaW5ncyI6IkFBQUE7Iiwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///2621\n");
/***/ }),
/***/ "27ee":
/*!******************************************************************!*\
!*** ./node_modules/core-js/modules/core.get-iterator-method.js ***!
@ -704,17 +704,6 @@ eval("// 7.1.4 ToInteger\nvar ceil = Math.ceil;\nvar floor = Math.floor;\nmodule
/***/ }),
/***/ "3dec":
/*!************************************************************!*\
!*** ./node_modules/jquery-ui/ui/i18n/datepicker-pt-BR.js ***!
\************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
eval("var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* Brazilian initialisation for the jQuery UI date picker plugin. */\n/* Written by Leonildo Costa Silva (leocsilva@gmail.com). */\n( function( factory ) {\n\tif ( true ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\t!(__WEBPACK_AMD_DEFINE_ARRAY__ = [ __webpack_require__(/*! ../widgets/datepicker */ \"567f\") ], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),\n\t\t\t\t__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?\n\t\t\t\t(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),\n\t\t\t\t__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));\n\t} else {}\n}( function( datepicker ) {\n\ndatepicker.regional[ \"pt-BR\" ] = {\n\tcloseText: \"Fechar\",\n\tprevText: \"&#x3C;Anterior\",\n\tnextText: \"Próximo&#x3E;\",\n\tcurrentText: \"Hoje\",\n\tmonthNames: [ \"Janeiro\",\"Fevereiro\",\"Março\",\"Abril\",\"Maio\",\"Junho\",\n\t\"Julho\",\"Agosto\",\"Setembro\",\"Outubro\",\"Novembro\",\"Dezembro\" ],\n\tmonthNamesShort: [ \"Jan\",\"Fev\",\"Mar\",\"Abr\",\"Mai\",\"Jun\",\n\t\"Jul\",\"Ago\",\"Set\",\"Out\",\"Nov\",\"Dez\" ],\n\tdayNames: [\n\t\t\"Domingo\",\n\t\t\"Segunda-feira\",\n\t\t\"Terça-feira\",\n\t\t\"Quarta-feira\",\n\t\t\"Quinta-feira\",\n\t\t\"Sexta-feira\",\n\t\t\"Sábado\"\n\t],\n\tdayNamesShort: [ \"Dom\",\"Seg\",\"Ter\",\"Qua\",\"Qui\",\"Sex\",\"Sáb\" ],\n\tdayNamesMin: [ \"Dom\",\"Seg\",\"Ter\",\"Qua\",\"Qui\",\"Sex\",\"Sáb\" ],\n\tweekHeader: \"Sm\",\n\tdateFormat: \"dd/mm/yy\",\n\tfirstDay: 0,\n\tisRTL: false,\n\tshowMonthAfterYear: false,\n\tyearSuffix: \"\" };\ndatepicker.setDefaults( datepicker.regional[ \"pt-BR\" ] );\n\nreturn datepicker.regional[ \"pt-BR\" ];\n\n} ) );\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiM2RlYy5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL25vZGVfbW9kdWxlcy9qcXVlcnktdWkvdWkvaTE4bi9kYXRlcGlja2VyLXB0LUJSLmpzPzNkZWMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogQnJhemlsaWFuIGluaXRpYWxpc2F0aW9uIGZvciB0aGUgalF1ZXJ5IFVJIGRhdGUgcGlja2VyIHBsdWdpbi4gKi9cbi8qIFdyaXR0ZW4gYnkgTGVvbmlsZG8gQ29zdGEgU2lsdmEgKGxlb2NzaWx2YUBnbWFpbC5jb20pLiAqL1xuKCBmdW5jdGlvbiggZmFjdG9yeSApIHtcblx0aWYgKCB0eXBlb2YgZGVmaW5lID09PSBcImZ1bmN0aW9uXCIgJiYgZGVmaW5lLmFtZCApIHtcblxuXHRcdC8vIEFNRC4gUmVnaXN0ZXIgYXMgYW4gYW5vbnltb3VzIG1vZHVsZS5cblx0XHRkZWZpbmUoIFsgXCIuLi93aWRnZXRzL2RhdGVwaWNrZXJcIiBdLCBmYWN0b3J5ICk7XG5cdH0gZWxzZSB7XG5cblx0XHQvLyBCcm93c2VyIGdsb2JhbHNcblx0XHRmYWN0b3J5KCBqUXVlcnkuZGF0ZXBpY2tlciApO1xuXHR9XG59KCBmdW5jdGlvbiggZGF0ZXBpY2tlciApIHtcblxuZGF0ZXBpY2tlci5yZWdpb25hbFsgXCJwdC1CUlwiIF0gPSB7XG5cdGNsb3NlVGV4dDogXCJGZWNoYXJcIixcblx0cHJldlRleHQ6IFwiJiN4M0M7QW50ZXJpb3JcIixcblx0bmV4dFRleHQ6IFwiUHLDs3hpbW8mI3gzRTtcIixcblx0Y3VycmVudFRleHQ6IFwiSG9qZVwiLFxuXHRtb250aE5hbWVzOiBbIFwiSmFuZWlyb1wiLFwiRmV2ZXJlaXJvXCIsXCJNYXLDp29cIixcIkFicmlsXCIsXCJNYWlvXCIsXCJKdW5ob1wiLFxuXHRcIkp1bGhvXCIsXCJBZ29zdG9cIixcIlNldGVtYnJvXCIsXCJPdXR1YnJvXCIsXCJOb3ZlbWJyb1wiLFwiRGV6ZW1icm9cIiBdLFxuXHRtb250aE5hbWVzU2hvcnQ6IFsgXCJKYW5cIixcIkZldlwiLFwiTWFyXCIsXCJBYnJcIixcIk1haVwiLFwiSnVuXCIsXG5cdFwiSnVsXCIsXCJBZ29cIixcIlNldFwiLFwiT3V0XCIsXCJOb3ZcIixcIkRlelwiIF0sXG5cdGRheU5hbWVzOiBbXG5cdFx0XCJEb21pbmdvXCIsXG5cdFx0XCJTZWd1bmRhLWZlaXJhXCIsXG5cdFx0XCJUZXLDp2EtZmVpcmFcIixcblx0XHRcIlF1YXJ0YS1mZWlyYVwiLFxuXHRcdFwiUXVpbnRhLWZlaXJhXCIsXG5cdFx0XCJTZXh0YS1mZWlyYVwiLFxuXHRcdFwiU8OhYmFkb1wiXG5cdF0sXG5cdGRheU5hbWVzU2hvcnQ6IFsgXCJEb21cIixcIlNlZ1wiLFwiVGVyXCIsXCJRdWFcIixcIlF1aVwiLFwiU2V4XCIsXCJTw6FiXCIgXSxcblx0ZGF5TmFtZXNNaW46IFsgXCJEb21cIixcIlNlZ1wiLFwiVGVyXCIsXCJRdWFcIixcIlF1aVwiLFwiU2V4XCIsXCJTw6FiXCIgXSxcblx0d2Vla0hlYWRlcjogXCJTbVwiLFxuXHRkYXRlRm9ybWF0OiBcImRkL21tL3l5XCIsXG5cdGZpcnN0RGF5OiAwLFxuXHRpc1JUTDogZmFsc2UsXG5cdHNob3dNb250aEFmdGVyWWVhcjogZmFsc2UsXG5cdHllYXJTdWZmaXg6IFwiXCIgfTtcbmRhdGVwaWNrZXIuc2V0RGVmYXVsdHMoIGRhdGVwaWNrZXIucmVnaW9uYWxbIFwicHQtQlJcIiBdICk7XG5cbnJldHVybiBkYXRlcGlja2VyLnJlZ2lvbmFsWyBcInB0LUJSXCIgXTtcblxufSApICk7XG4iXSwibWFwcGluZ3MiOiJBQUFBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQ0EsVUFJQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTsiLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///3dec\n");
/***/ }),
/***/ "3ff8":
/*!*****************************************************!*\
!*** ./node_modules/jquery-ui/themes/base/core.css ***!
@ -937,6 +926,17 @@ eval("\n\nvar regexpFlags = __webpack_require__(/*! ./_flags */ \"0bfb\");\n\nva
/***/ }),
/***/ "52a7":
/*!*****************************************************!*\
!*** ./node_modules/core-js/modules/_object-pie.js ***!
\*****************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
eval("exports.f = {}.propertyIsEnumerable;\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiNTJhNy5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL25vZGVfbW9kdWxlcy9jb3JlLWpzL21vZHVsZXMvX29iamVjdC1waWUuanM/NTJhNyJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnRzLmYgPSB7fS5wcm9wZXJ0eUlzRW51bWVyYWJsZTtcbiJdLCJtYXBwaW5ncyI6IkFBQUE7Iiwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///52a7\n");
/***/ }),
/***/ "53e2":
/*!*************************************************************!*\
!*** ./node_modules/core-js/library/modules/_object-gpo.js ***!
@ -1336,6 +1336,18 @@ eval("var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPAC
/***/ }),
/***/ "7333":
/*!********************************************************!*\
!*** ./node_modules/core-js/modules/_object-assign.js ***!
\********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
eval("\n// 19.1.2.1 Object.assign(target, source, ...)\nvar getKeys = __webpack_require__(/*! ./_object-keys */ \"0d58\");\nvar gOPS = __webpack_require__(/*! ./_object-gops */ \"2621\");\nvar pIE = __webpack_require__(/*! ./_object-pie */ \"52a7\");\nvar toObject = __webpack_require__(/*! ./_to-object */ \"4bf8\");\nvar IObject = __webpack_require__(/*! ./_iobject */ \"626a\");\nvar $assign = Object.assign;\n\n// should work with symbols and should have deterministic property order (V8 bug)\nmodule.exports = !$assign || __webpack_require__(/*! ./_fails */ \"79e5\")(function () {\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var S = Symbol();\n var K = 'abcdefghijklmnopqrst';\n A[S] = 7;\n K.split('').forEach(function (k) { B[k] = k; });\n return $assign({}, A)[S] != 7 || Object.keys($assign({}, B)).join('') != K;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var aLen = arguments.length;\n var index = 1;\n var getSymbols = gOPS.f;\n var isEnum = pIE.f;\n while (aLen > index) {\n var S = IObject(arguments[index++]);\n var keys = getSymbols ? getKeys(S).concat(getSymbols(S)) : getKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) if (isEnum.call(S, key = keys[j++])) T[key] = S[key];\n } return T;\n} : $assign;\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiNzMzMy5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL25vZGVfbW9kdWxlcy9jb3JlLWpzL21vZHVsZXMvX29iamVjdC1hc3NpZ24uanM/NzMzMyJdLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIHN0cmljdCc7XG4vLyAxOS4xLjIuMSBPYmplY3QuYXNzaWduKHRhcmdldCwgc291cmNlLCAuLi4pXG52YXIgZ2V0S2V5cyA9IHJlcXVpcmUoJy4vX29iamVjdC1rZXlzJyk7XG52YXIgZ09QUyA9IHJlcXVpcmUoJy4vX29iamVjdC1nb3BzJyk7XG52YXIgcElFID0gcmVxdWlyZSgnLi9fb2JqZWN0LXBpZScpO1xudmFyIHRvT2JqZWN0ID0gcmVxdWlyZSgnLi9fdG8tb2JqZWN0Jyk7XG52YXIgSU9iamVjdCA9IHJlcXVpcmUoJy4vX2lvYmplY3QnKTtcbnZhciAkYXNzaWduID0gT2JqZWN0LmFzc2lnbjtcblxuLy8gc2hvdWxkIHdvcmsgd2l0aCBzeW1ib2xzIGFuZCBzaG91bGQgaGF2ZSBkZXRlcm1pbmlzdGljIHByb3BlcnR5IG9yZGVyIChWOCBidWcpXG5tb2R1bGUuZXhwb3J0cyA9ICEkYXNzaWduIHx8IHJlcXVpcmUoJy4vX2ZhaWxzJykoZnVuY3Rpb24gKCkge1xuICB2YXIgQSA9IHt9O1xuICB2YXIgQiA9IHt9O1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgbm8tdW5kZWZcbiAgdmFyIFMgPSBTeW1ib2woKTtcbiAgdmFyIEsgPSAnYWJjZGVmZ2hpamtsbW5vcHFyc3QnO1xuICBBW1NdID0gNztcbiAgSy5zcGxpdCgnJykuZm9yRWFjaChmdW5jdGlvbiAoaykgeyBCW2tdID0gazsgfSk7XG4gIHJldHVybiAkYXNzaWduKHt9LCBBKVtTXSAhPSA3IHx8IE9iamVjdC5rZXlzKCRhc3NpZ24oe30sIEIpKS5qb2luKCcnKSAhPSBLO1xufSkgPyBmdW5jdGlvbiBhc3NpZ24odGFyZ2V0LCBzb3VyY2UpIHsgLy8gZXNsaW50LWRpc2FibGUtbGluZSBuby11bnVzZWQtdmFyc1xuICB2YXIgVCA9IHRvT2JqZWN0KHRhcmdldCk7XG4gIHZhciBhTGVuID0gYXJndW1lbnRzLmxlbmd0aDtcbiAgdmFyIGluZGV4ID0gMTtcbiAgdmFyIGdldFN5bWJvbHMgPSBnT1BTLmY7XG4gIHZhciBpc0VudW0gPSBwSUUuZjtcbiAgd2hpbGUgKGFMZW4gPiBpbmRleCkge1xuICAgIHZhciBTID0gSU9iamVjdChhcmd1bWVudHNbaW5kZXgrK10pO1xuICAgIHZhciBrZXlzID0gZ2V0U3ltYm9scyA/IGdldEtleXMoUykuY29uY2F0KGdldFN5bWJvbHMoUykpIDogZ2V0S2V5cyhTKTtcbiAgICB2YXIgbGVuZ3RoID0ga2V5cy5sZW5ndGg7XG4gICAgdmFyIGogPSAwO1xuICAgIHZhciBrZXk7XG4gICAgd2hpbGUgKGxlbmd0aCA+IGopIGlmIChpc0VudW0uY2FsbChTLCBrZXkgPSBrZXlzW2orK10pKSBUW2tleV0gPSBTW2tleV07XG4gIH0gcmV0dXJuIFQ7XG59IDogJGFzc2lnbjtcbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Iiwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///7333\n");
/***/ }),
/***/ "7445":
/*!***************************************************************!*\
!*** ./node_modules/core-js/library/modules/es6.parse-int.js ***!
@ -2457,30 +2469,6 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* WEBPACK VAR INJECTION */(f
/***/ }),
/***/ "f254":
/*!*****************************************************!*\
!*** ./node_modules/sapl-oficial-theme/src/main.js ***!
\*****************************************************/
/*! no exports provided */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var jquery_ui_themes_themes_cupertino_jquery_ui_min_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery-ui-themes/themes/cupertino/jquery-ui.min.css */ \"6fc1\");\n/* harmony import */ var jquery_ui_themes_themes_cupertino_jquery_ui_min_css__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery_ui_themes_themes_cupertino_jquery_ui_min_css__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var webpack_jquery_ui_datepicker__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! webpack-jquery-ui/datepicker */ \"f387\");\n/* harmony import */ var webpack_jquery_ui_datepicker__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(webpack_jquery_ui_datepicker__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var jquery_ui_ui_i18n_datepicker_pt_BR__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! jquery-ui/ui/i18n/datepicker-pt-BR */ \"3dec\");\n/* harmony import */ var jquery_ui_ui_i18n_datepicker_pt_BR__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(jquery_ui_ui_i18n_datepicker_pt_BR__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var tinymce_tinymce__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tinymce/tinymce */ \"e562\");\n/* harmony import */ var tinymce_tinymce__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(tinymce_tinymce__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var tinymce_themes_modern_theme__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! tinymce/themes/modern/theme */ \"7913\");\n/* harmony import */ var tinymce_themes_modern_theme__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(tinymce_themes_modern_theme__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var tinymce_plugins_table__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! tinymce/plugins/table */ \"07d1\");\n/* harmony import */ var tinymce_plugins_table__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_table__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var tinymce_plugins_code__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! tinymce/plugins/code */ \"64d8\");\n/* harmony import */ var tinymce_plugins_code__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_code__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var tinymce_plugins_save__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! tinymce/plugins/save */ \"6957\");\n/* harmony import */ var tinymce_plugins_save__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_save__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var _scss_app_scss__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./scss/app.scss */ \"0829\");\n/* harmony import */ var _scss_app_scss__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_scss_app_scss__WEBPACK_IMPORTED_MODULE_8__);\n/* harmony import */ var _js_functions__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./js/functions */ \"f267\");\n\n\n\n\n// TinyMCE - colocado nos temas pois é independente e pode ser trocado\n\n\n\n\n\n\n\n\n\nwindow.refreshDatePicker()\n\n// Existem templates que chamam o editor através dessa function.\n// encasule seu editor rico nesta function com o que for passado como parametro\nwindow.initTextRichEditor('texto-rico')\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZjI1NC5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL25vZGVfbW9kdWxlcy9zYXBsLW9maWNpYWwtdGhlbWUvc3JjL21haW4uanM/ZjI1NCJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgJ2pxdWVyeS11aS10aGVtZXMvdGhlbWVzL2N1cGVydGluby9qcXVlcnktdWkubWluLmNzcydcbmltcG9ydCAnd2VicGFjay1qcXVlcnktdWkvZGF0ZXBpY2tlcidcbmltcG9ydCAnanF1ZXJ5LXVpL3VpL2kxOG4vZGF0ZXBpY2tlci1wdC1CUidcblxuLy8gVGlueU1DRSAtIGNvbG9jYWRvIG5vcyB0ZW1hcyBwb2lzIMOpIGluZGVwZW5kZW50ZSBlIHBvZGUgc2VyIHRyb2NhZG9cbmltcG9ydCAndGlueW1jZS90aW55bWNlJ1xuaW1wb3J0ICd0aW55bWNlL3RoZW1lcy9tb2Rlcm4vdGhlbWUnXG5pbXBvcnQgJ3RpbnltY2UvcGx1Z2lucy90YWJsZSdcbmltcG9ydCAndGlueW1jZS9wbHVnaW5zL2NvZGUnXG5pbXBvcnQgJ3RpbnltY2UvcGx1Z2lucy9zYXZlJ1xuXG5pbXBvcnQgJy4vc2Nzcy9hcHAuc2NzcydcbmltcG9ydCAnLi9qcy9mdW5jdGlvbnMnXG5cbndpbmRvdy5yZWZyZXNoRGF0ZVBpY2tlcigpXG5cbi8vIEV4aXN0ZW0gdGVtcGxhdGVzIHF1ZSBjaGFtYW0gbyBlZGl0b3IgYXRyYXbDqXMgZGVzc2EgZnVuY3Rpb24uXG4vLyBlbmNhc3VsZSBzZXUgZWRpdG9yIHJpY28gbmVzdGEgZnVuY3Rpb24gY29tIG8gcXVlIGZvciBwYXNzYWRvIGNvbW8gcGFyYW1ldHJvXG53aW5kb3cuaW5pdFRleHRSaWNoRWRpdG9yKCd0ZXh0by1yaWNvJylcbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOyIsInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///f254\n");
/***/ }),
/***/ "f267":
/*!*************************************************************!*\
!*** ./node_modules/sapl-oficial-theme/src/js/functions.js ***!
\*************************************************************/
/*! no exports provided */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* WEBPACK VAR INJECTION */(function($) {/* harmony import */ var tinymce_light_skin__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tinymce-light-skin */ \"571b\");\n/* harmony import */ var tinymce_light_skin__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(tinymce_light_skin__WEBPACK_IMPORTED_MODULE_0__);\n\n\nwindow.removeTinymce = function () {\n while (window.tinymce.editors.length > 0) {\n window.tinymce.remove(window.tinymce.editors[0])\n }\n}\n\nwindow.initTextRichEditor = function (elements, readonly = false) {\n window.removeTinymce()\n let configTinymce = {\n 'force_br_newlines': false,\n 'force_p_newlines': false,\n 'forced_root_block': '',\n 'content_style': tinymce_light_skin__WEBPACK_IMPORTED_MODULE_0___default.a.contentStyle,\n 'skin': false,\n 'plugins': ['table save code'],\n 'menubar': \"edit format table tools\",\n toolbar: \"undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent\",\n 'tools': 'inserttable'\n }\n\n if (readonly) {\n configTinymce.readonly = 1\n configTinymce.menubar = false\n configTinymce.toolbar = false\n }\n\n if (elements != null) {\n configTinymce['elements'] = elements\n configTinymce['mode'] = 'exact'\n } else {\n configTinymce['mode'] = 'textareas'\n }\n tinymce_light_skin__WEBPACK_IMPORTED_MODULE_0___default.a.use()\n window.tinymce.init(configTinymce)\n}\n\n\nwindow.refreshDatePicker = function() {\n $.datepicker.setDefaults($.datepicker.regional['pt-BR']);\n $('.dateinput').datepicker();\n}\n\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! jquery */ \"1157\")))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZjI2Ny5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL25vZGVfbW9kdWxlcy9zYXBsLW9maWNpYWwtdGhlbWUvc3JjL2pzL2Z1bmN0aW9ucy5qcz9mMjY3Il0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBza2luVGlueW1jZSBmcm9tIFwidGlueW1jZS1saWdodC1za2luXCI7XG5cbndpbmRvdy5yZW1vdmVUaW55bWNlID0gZnVuY3Rpb24gKCkge1xuICB3aGlsZSAod2luZG93LnRpbnltY2UuZWRpdG9ycy5sZW5ndGggPiAwKSB7XG4gICAgd2luZG93LnRpbnltY2UucmVtb3ZlKHdpbmRvdy50aW55bWNlLmVkaXRvcnNbMF0pXG4gIH1cbn1cblxud2luZG93LmluaXRUZXh0UmljaEVkaXRvciA9IGZ1bmN0aW9uIChlbGVtZW50cywgcmVhZG9ubHkgPSBmYWxzZSkge1xuICB3aW5kb3cucmVtb3ZlVGlueW1jZSgpXG4gIGxldCBjb25maWdUaW55bWNlID0ge1xuICAgICdmb3JjZV9icl9uZXdsaW5lcyc6IGZhbHNlLFxuICAgICdmb3JjZV9wX25ld2xpbmVzJzogZmFsc2UsXG4gICAgJ2ZvcmNlZF9yb290X2Jsb2NrJzogJycsXG4gICAgJ2NvbnRlbnRfc3R5bGUnOiBza2luVGlueW1jZS5jb250ZW50U3R5bGUsXG4gICAgJ3NraW4nOiBmYWxzZSxcbiAgICAncGx1Z2lucyc6IFsndGFibGUgc2F2ZSBjb2RlJ10sXG4gICAgJ21lbnViYXInOiBcImVkaXQgZm9ybWF0IHRhYmxlIHRvb2xzXCIsXG4gICAgdG9vbGJhcjogXCJ1bmRvIHJlZG8gfCBzdHlsZXNlbGVjdCB8IGJvbGQgaXRhbGljIHwgYWxpZ25sZWZ0IGFsaWduY2VudGVyIGFsaWducmlnaHQgYWxpZ25qdXN0aWZ5IHwgYnVsbGlzdCBudW1saXN0IG91dGRlbnQgaW5kZW50XCIsXG4gICAgJ3Rvb2xzJzogJ2luc2VydHRhYmxlJ1xuICB9XG5cbiAgaWYgKHJlYWRvbmx5KSB7XG4gICAgY29uZmlnVGlueW1jZS5yZWFkb25seSA9IDFcbiAgICBjb25maWdUaW55bWNlLm1lbnViYXIgPSBmYWxzZVxuICAgIGNvbmZpZ1RpbnltY2UudG9vbGJhciA9IGZhbHNlXG4gIH1cblxuICBpZiAoZWxlbWVudHMgIT0gbnVsbCkge1xuICAgIGNvbmZpZ1RpbnltY2VbJ2VsZW1lbnRzJ10gPSBlbGVtZW50c1xuICAgIGNvbmZpZ1RpbnltY2VbJ21vZGUnXSA9ICdleGFjdCdcbiAgfSBlbHNlIHtcbiAgICBjb25maWdUaW55bWNlWydtb2RlJ10gPSAndGV4dGFyZWFzJ1xuICB9XG4gIHNraW5UaW55bWNlLnVzZSgpXG4gIHdpbmRvdy50aW55bWNlLmluaXQoY29uZmlnVGlueW1jZSlcbn1cblxuXG53aW5kb3cucmVmcmVzaERhdGVQaWNrZXIgPSBmdW5jdGlvbigpIHtcbiAgJC5kYXRlcGlja2VyLnNldERlZmF1bHRzKCQuZGF0ZXBpY2tlci5yZWdpb25hbFsncHQtQlInXSk7XG4gICQoJy5kYXRlaW5wdXQnKS5kYXRlcGlja2VyKCk7XG59XG4iXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBIiwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///f267\n");
/***/ }),
/***/ "f387":
/*!******************************************************!*\
!*** ./node_modules/webpack-jquery-ui/datepicker.js ***!
@ -2514,6 +2502,17 @@ eval("module.exports = function (it, Constructor, name, forbiddenField) {\n if
/***/ }),
/***/ "f751":
/*!***********************************************************!*\
!*** ./node_modules/core-js/modules/es6.object.assign.js ***!
\***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
eval("// 19.1.3.1 Object.assign(target, source)\nvar $export = __webpack_require__(/*! ./_export */ \"5ca1\");\n\n$export($export.S + $export.F, 'Object', { assign: __webpack_require__(/*! ./_object-assign */ \"7333\") });\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZjc1MS5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL25vZGVfbW9kdWxlcy9jb3JlLWpzL21vZHVsZXMvZXM2Lm9iamVjdC5hc3NpZ24uanM/Zjc1MSJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyAxOS4xLjMuMSBPYmplY3QuYXNzaWduKHRhcmdldCwgc291cmNlKVxudmFyICRleHBvcnQgPSByZXF1aXJlKCcuL19leHBvcnQnKTtcblxuJGV4cG9ydCgkZXhwb3J0LlMgKyAkZXhwb3J0LkYsICdPYmplY3QnLCB7IGFzc2lnbjogcmVxdWlyZSgnLi9fb2JqZWN0LWFzc2lnbicpIH0pO1xuIl0sIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTsiLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///f751\n");
/***/ }),
/***/ "f772":
/*!************************************************************!*\
!*** ./node_modules/core-js/library/modules/_is-object.js ***!

240
sapl/static/js/compilacao.eafc10a3.js

File diff suppressed because one or more lines are too long

240
sapl/static/js/compilacao.f14c9577.js

File diff suppressed because one or more lines are too long

274
sapl/static/js/global.2d86d14b.js

File diff suppressed because one or more lines are too long

263
sapl/static/js/global.47ba311e.js

File diff suppressed because one or more lines are too long

167
sapl/static/js/sapl-oficial-theme.391f1e2f.js

@ -1,167 +0,0 @@
/******/ (function(modules) { // webpackBootstrap
/******/ // install a JSONP callback for chunk loading
/******/ function webpackJsonpCallback(data) {
/******/ var chunkIds = data[0];
/******/ var moreModules = data[1];
/******/ var executeModules = data[2];
/******/
/******/ // add "moreModules" to the modules object,
/******/ // then flag all "chunkIds" as loaded and fire callback
/******/ var moduleId, chunkId, i = 0, resolves = [];
/******/ for(;i < chunkIds.length; i++) {
/******/ chunkId = chunkIds[i];
/******/ if(installedChunks[chunkId]) {
/******/ resolves.push(installedChunks[chunkId][0]);
/******/ }
/******/ installedChunks[chunkId] = 0;
/******/ }
/******/ for(moduleId in moreModules) {
/******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
/******/ modules[moduleId] = moreModules[moduleId];
/******/ }
/******/ }
/******/ if(parentJsonpFunction) parentJsonpFunction(data);
/******/
/******/ while(resolves.length) {
/******/ resolves.shift()();
/******/ }
/******/
/******/ // add entry modules from loaded chunk to deferred list
/******/ deferredModules.push.apply(deferredModules, executeModules || []);
/******/
/******/ // run deferred modules when all chunks ready
/******/ return checkDeferredModules();
/******/ };
/******/ function checkDeferredModules() {
/******/ var result;
/******/ for(var i = 0; i < deferredModules.length; i++) {
/******/ var deferredModule = deferredModules[i];
/******/ var fulfilled = true;
/******/ for(var j = 1; j < deferredModule.length; j++) {
/******/ var depId = deferredModule[j];
/******/ if(installedChunks[depId] !== 0) fulfilled = false;
/******/ }
/******/ if(fulfilled) {
/******/ deferredModules.splice(i--, 1);
/******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
/******/ }
/******/ }
/******/ return result;
/******/ }
/******/
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // object to store loaded and loading chunks
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
/******/ // Promise = chunk loading, 0 = chunk loaded
/******/ var installedChunks = {
/******/ "sapl-oficial-theme": 0
/******/ };
/******/
/******/ var deferredModules = [];
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
/******/ }
/******/ };
/******/
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/
/******/ // create a fake namespace object
/******/ // mode & 1: value is a module id, require it
/******/ // mode & 2: merge all properties of value into the ns
/******/ // mode & 4: return value when already ns object
/******/ // mode & 8|1: behave like require
/******/ __webpack_require__.t = function(value, mode) {
/******/ if(mode & 1) value = __webpack_require__(value);
/******/ if(mode & 8) return value;
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ var ns = Object.create(null);
/******/ __webpack_require__.r(ns);
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
/******/ return ns;
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function getDefault() { return module['default']; } :
/******/ function getModuleExports() { return module; };
/******/ __webpack_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "/static/";
/******/
/******/ var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || [];
/******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
/******/ jsonpArray.push = webpackJsonpCallback;
/******/ jsonpArray = jsonpArray.slice();
/******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
/******/ var parentJsonpFunction = oldJsonpFunction;
/******/
/******/
/******/ // add entry module to deferred list
/******/ deferredModules.push([0,"chunk-vendors"]);
/******/ // run deferred modules when ready
/******/ return checkDeferredModules();
/******/ })
/************************************************************************/
/******/ ([
/* 0 */
/*!********************************************!*\
!*** multi sapl-oficial-theme/src/main.js ***!
\********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
module.exports = __webpack_require__(/*! sapl-oficial-theme/src/main.js */"f254");
/***/ })
/******/ ]);

8
sapl/templates/404.html

@ -15,8 +15,8 @@
{% block head_content %}
<link rel="icon" href="{% webpack_static 'img/favicon.ico' %}" type="image/png" >
{% render_bundle 'global' 'css' %}
{% render_bundle THEME_CUSTOM 'css' %}
{% render_chunk_vendors 'css' %}
{% render_bundle 'global' 'css' %}
{% endblock %}
</head>
@ -121,8 +121,8 @@
{% block foot_js %}
{% render_bundle 'global' 'js' %}
{% render_bundle THEME_CUSTOM 'js' %}
{% render_chunk_vendors 'js' %}
{% render_bundle 'global' 'js' %}
{% block extra_js %}{% endblock %}

11
sapl/templates/500.html

@ -16,8 +16,9 @@
<link rel="icon" href="{% webpack_static 'img/favicon.ico' %}" type="image/png" >
{% render_bundle 'global' 'css' %}
{% render_bundle THEME_CUSTOM 'css' %}
{% render_chunk_vendors 'css' %}
{% render_bundle 'global' 'css' %}
{% endblock %}
</head>
@ -104,9 +105,9 @@
{% block foot_js %}
{% render_bundle 'global' 'js' %}
{% render_bundle THEME_CUSTOM 'js' %}
{% render_chunk_vendors 'js' %}
{% render_bundle 'global' 'js' %}
{% block extra_js %}{% endblock %}
{% endblock foot_js %}

2
sapl/templates/base.html

@ -21,7 +21,6 @@
{% endblock webpack_loader_css %}
{% block webpack_loader_chunks_css %}
{% render_bundle THEME_CUSTOM 'css' %}
{% endblock webpack_loader_chunks_css %}
{% endblock %}
@ -232,7 +231,6 @@
{% endblock webpack_loader_js %}
{% block webpack_loader_chunks_js %}
{% render_bundle THEME_CUSTOM 'js' %}
{% endblock webpack_loader_chunks_js %}
{% block extra_js %}{% endblock %}

12
sapl/templates/compilacao/dispositivo_form_parents.html

@ -1,20 +1,19 @@
{% load i18n compilacao_filters %}
{% if not node.dispositivos_filhos_set.exists %}
<a href="{% url view.get_url_this_view node.ta_id node.pk %}" class="btn btn-outline-primary {%if active%}btn-primary{%endif%}">
<a href="{% url view.get_url_this_view node.ta_id node.pk %}" class="btn btn-outline-primary {%if active%}active{%endif%}">
{{node|nomenclatura}}
</a>
{% else %}
<div class="cp-nav-parents btn-group btn-group-sm" role="group">
<a href="{% url view.get_url_this_view node.ta_id node.pk %}" class="btn btn-outline-primary {%if active%}btn-primary{%endif%}">
<a href="{% url view.get_url_this_view node.ta_id node.pk %}" class="btn btn-outline-primary {%if active%}active{%endif%}">
{% if not node.rotulo and node.nivel == 0 %}{{node.dispositivo0}} - {% endif %}{{node|nomenclatura}}
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li>
<div class="dropdown-menu">
{%for parent in node.dispositivos_filhos_set.all %}
<a href="{% url view.get_url_this_view parent.ta_id parent.pk %}">
<a class="dropdown-item" href="{% url view.get_url_this_view parent.ta_id parent.pk %}">
{{parent|nomenclatura}} {% if parent.ta_publicado_id %}<small class="text-warning">
{{ parent.tipo_dispositivo.nota_automatica_prefixo_html|safe }}
{% nota_automatica parent None %}
@ -22,7 +21,6 @@
</small>{% endif %}
</a>
{%endfor %}
</li>
</ul>
</div>
</div>
{% endif %}

1
sapl/templates/painel/index.html

@ -17,7 +17,6 @@
{% render_bundle 'global'%}
{% render_bundle THEME_CUSTOM %}
<style type="text/css">
html, body {

1
sapl/templates/painel/mensagem.html

@ -15,7 +15,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% render_bundle 'global'%}
{% render_bundle THEME_CUSTOM %}
<STYLE type="text/css">
@media screen {

1
sapl/templates/painel/parlamentares.html

@ -15,7 +15,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% render_bundle 'global'%}
{% render_bundle THEME_CUSTOM %}
<STYLE type="text/css">

1
sapl/templates/painel/votacao.html

@ -15,7 +15,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% render_bundle 'global'%}
{% render_bundle THEME_CUSTOM %}
<STYLE type="text/css">

1
sapl/templates/painel/voto_nominal.html

@ -10,7 +10,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% render_bundle 'global'%}
{% render_bundle THEME_CUSTOM %}
<style type="text/css">
html, body {

2
webpack-stats.json

@ -1 +1 @@
{"status":"done","publicPath":"http://localhost:8080/","chunks":{"compilacao":[{"name":"compilacao.js","publicPath":"http://localhost:8080/compilacao.js","path":"../sapl/static/compilacao.js"}],"global":[{"name":"global.js","publicPath":"http://localhost:8080/global.js","path":"../sapl/static/global.js"}],"sapl-oficial-theme":[{"name":"sapl-oficial-theme.js","publicPath":"http://localhost:8080/sapl-oficial-theme.js","path":"../sapl/static/sapl-oficial-theme.js"}]}}
{"status":"done","publicPath":"/static/","chunks":{"chunk-vendors":[{"name":"css/chunk-vendors.f109b7f2.css","publicPath":"/static/css/chunk-vendors.f109b7f2.css","path":"../sapl/sapl/static/css/chunk-vendors.f109b7f2.css"},{"name":"js/chunk-vendors.c370a973.js","publicPath":"/static/js/chunk-vendors.c370a973.js","path":"../sapl/sapl/static/js/chunk-vendors.c370a973.js"}],"compilacao":[{"name":"css/compilacao.cffecde7.css","publicPath":"/static/css/compilacao.cffecde7.css","path":"../sapl/sapl/static/css/compilacao.cffecde7.css"},{"name":"js/compilacao.f14c9577.js","publicPath":"/static/js/compilacao.f14c9577.js","path":"../sapl/sapl/static/js/compilacao.f14c9577.js"}],"global":[{"name":"css/global.5d2e9934.css","publicPath":"/static/css/global.5d2e9934.css","path":"../sapl/sapl/static/css/global.5d2e9934.css"},{"name":"js/global.2d86d14b.js","publicPath":"/static/js/global.2d86d14b.js","path":"../sapl/sapl/static/js/global.2d86d14b.js"}]}}
Loading…
Cancel
Save