├── DESCRIPTION ├── NAMESPACE ├── R └── queryBuildR.R ├── README.md ├── inst └── htmlwidgets │ ├── lib │ ├── bootstrap-select │ │ ├── CHANGELOG.md │ │ ├── CONTRIBUTING.md │ │ ├── Gruntfile.js │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bower.json │ │ ├── composer.json │ │ ├── dist │ │ │ ├── css │ │ │ │ ├── bootstrap-select.css │ │ │ │ ├── bootstrap-select.css.map │ │ │ │ └── bootstrap-select.min.css │ │ │ └── js │ │ │ │ ├── bootstrap-select.js │ │ │ │ ├── bootstrap-select.js.map │ │ │ │ ├── bootstrap-select.min.js │ │ │ │ └── i18n │ │ │ │ ├── defaults-ar_AR.js │ │ │ │ ├── defaults-ar_AR.min.js │ │ │ │ ├── defaults-bg_BG.js │ │ │ │ ├── defaults-bg_BG.min.js │ │ │ │ ├── defaults-cro_CRO.js │ │ │ │ ├── defaults-cro_CRO.min.js │ │ │ │ ├── defaults-cs_CZ.js │ │ │ │ ├── defaults-cs_CZ.min.js │ │ │ │ ├── defaults-da_DK.js │ │ │ │ ├── defaults-da_DK.min.js │ │ │ │ ├── defaults-de_DE.js │ │ │ │ ├── defaults-de_DE.min.js │ │ │ │ ├── defaults-en_US.js │ │ │ │ ├── defaults-en_US.min.js │ │ │ │ ├── defaults-es_CL.js │ │ │ │ ├── defaults-es_CL.min.js │ │ │ │ ├── defaults-es_ES.js │ │ │ │ ├── defaults-es_ES.min.js │ │ │ │ ├── defaults-eu.js │ │ │ │ ├── defaults-eu.min.js │ │ │ │ ├── defaults-fa_IR.js │ │ │ │ ├── defaults-fa_IR.min.js │ │ │ │ ├── defaults-fi_FI.js │ │ │ │ ├── defaults-fi_FI.min.js │ │ │ │ ├── defaults-fr_FR.js │ │ │ │ ├── defaults-fr_FR.min.js │ │ │ │ ├── defaults-hu_HU.js │ │ │ │ ├── defaults-hu_HU.min.js │ │ │ │ ├── defaults-id_ID.js │ │ │ │ ├── defaults-id_ID.min.js │ │ │ │ ├── defaults-it_IT.js │ │ │ │ ├── defaults-it_IT.min.js │ │ │ │ ├── defaults-ko_KR.js │ │ │ │ ├── defaults-ko_KR.min.js │ │ │ │ ├── defaults-lt_LT.js │ │ │ │ ├── defaults-lt_LT.min.js │ │ │ │ ├── defaults-nb_NO.js │ │ │ │ ├── defaults-nb_NO.min.js │ │ │ │ ├── defaults-nl_NL.js │ │ │ │ ├── defaults-nl_NL.min.js │ │ │ │ ├── defaults-pl_PL.js │ │ │ │ ├── defaults-pl_PL.min.js │ │ │ │ ├── defaults-pt_BR.js │ │ │ │ ├── defaults-pt_BR.min.js │ │ │ │ ├── defaults-pt_PT.js │ │ │ │ ├── defaults-pt_PT.min.js │ │ │ │ ├── defaults-ro_RO.js │ │ │ │ ├── defaults-ro_RO.min.js │ │ │ │ ├── defaults-ru_RU.js │ │ │ │ ├── defaults-ru_RU.min.js │ │ │ │ ├── defaults-sk_SK.js │ │ │ │ ├── defaults-sk_SK.min.js │ │ │ │ ├── defaults-sl_SI.js │ │ │ │ ├── defaults-sl_SI.min.js │ │ │ │ ├── defaults-sv_SE.js │ │ │ │ ├── defaults-sv_SE.min.js │ │ │ │ ├── defaults-tr_TR.js │ │ │ │ ├── defaults-tr_TR.min.js │ │ │ │ ├── defaults-ua_UA.js │ │ │ │ ├── defaults-ua_UA.min.js │ │ │ │ ├── defaults-zh_CN.js │ │ │ │ ├── defaults-zh_CN.min.js │ │ │ │ ├── defaults-zh_TW.js │ │ │ │ └── defaults-zh_TW.min.js │ │ ├── docs │ │ │ ├── custom_theme │ │ │ │ ├── base.html │ │ │ │ ├── css │ │ │ │ │ └── base.css │ │ │ │ ├── img │ │ │ │ │ └── logos │ │ │ │ │ │ ├── convertizer.png │ │ │ │ │ │ ├── estimateit.png │ │ │ │ │ │ ├── membermeister.png │ │ │ │ │ │ ├── snapappointments.png │ │ │ │ │ │ ├── solveforall.png │ │ │ │ │ │ └── thermofisher.png │ │ │ │ ├── js │ │ │ │ │ └── base.js │ │ │ │ ├── nav.html │ │ │ │ └── toc.html │ │ │ ├── docs │ │ │ │ ├── css │ │ │ │ │ └── custom.css │ │ │ │ ├── dist │ │ │ │ │ ├── css │ │ │ │ │ │ ├── bootstrap-select.css │ │ │ │ │ │ ├── bootstrap-select.css.map │ │ │ │ │ │ └── bootstrap-select.min.css │ │ │ │ │ └── js │ │ │ │ │ │ ├── bootstrap-select.js │ │ │ │ │ │ ├── bootstrap-select.js.map │ │ │ │ │ │ ├── bootstrap-select.min.js │ │ │ │ │ │ └── i18n │ │ │ │ │ │ ├── defaults-ar_AR.js │ │ │ │ │ │ ├── defaults-ar_AR.min.js │ │ │ │ │ │ ├── defaults-bg_BG.js │ │ │ │ │ │ ├── defaults-bg_BG.min.js │ │ │ │ │ │ ├── defaults-cro_CRO.js │ │ │ │ │ │ ├── defaults-cro_CRO.min.js │ │ │ │ │ │ ├── defaults-cs_CZ.js │ │ │ │ │ │ ├── defaults-cs_CZ.min.js │ │ │ │ │ │ ├── defaults-da_DK.js │ │ │ │ │ │ ├── defaults-da_DK.min.js │ │ │ │ │ │ ├── defaults-de_DE.js │ │ │ │ │ │ ├── defaults-de_DE.min.js │ │ │ │ │ │ ├── defaults-en_US.js │ │ │ │ │ │ ├── defaults-en_US.min.js │ │ │ │ │ │ ├── defaults-es_CL.js │ │ │ │ │ │ ├── defaults-es_CL.min.js │ │ │ │ │ │ ├── defaults-es_ES.js │ │ │ │ │ │ ├── defaults-es_ES.min.js │ │ │ │ │ │ ├── defaults-eu.js │ │ │ │ │ │ ├── defaults-eu.min.js │ │ │ │ │ │ ├── defaults-fa_IR.js │ │ │ │ │ │ ├── defaults-fa_IR.min.js │ │ │ │ │ │ ├── defaults-fi_FI.js │ │ │ │ │ │ ├── defaults-fi_FI.min.js │ │ │ │ │ │ ├── defaults-fr_FR.js │ │ │ │ │ │ ├── defaults-fr_FR.min.js │ │ │ │ │ │ ├── defaults-hu_HU.js │ │ │ │ │ │ ├── defaults-hu_HU.min.js │ │ │ │ │ │ ├── defaults-id_ID.js │ │ │ │ │ │ ├── defaults-id_ID.min.js │ │ │ │ │ │ ├── defaults-it_IT.js │ │ │ │ │ │ ├── defaults-it_IT.min.js │ │ │ │ │ │ ├── defaults-ko_KR.js │ │ │ │ │ │ ├── defaults-ko_KR.min.js │ │ │ │ │ │ ├── defaults-lt_LT.js │ │ │ │ │ │ ├── defaults-lt_LT.min.js │ │ │ │ │ │ ├── defaults-nb_NO.js │ │ │ │ │ │ ├── defaults-nb_NO.min.js │ │ │ │ │ │ ├── defaults-nl_NL.js │ │ │ │ │ │ ├── defaults-nl_NL.min.js │ │ │ │ │ │ ├── defaults-pl_PL.js │ │ │ │ │ │ ├── defaults-pl_PL.min.js │ │ │ │ │ │ ├── defaults-pt_BR.js │ │ │ │ │ │ ├── defaults-pt_BR.min.js │ │ │ │ │ │ ├── defaults-pt_PT.js │ │ │ │ │ │ ├── defaults-pt_PT.min.js │ │ │ │ │ │ ├── defaults-ro_RO.js │ │ │ │ │ │ ├── defaults-ro_RO.min.js │ │ │ │ │ │ ├── defaults-ru_RU.js │ │ │ │ │ │ ├── defaults-ru_RU.min.js │ │ │ │ │ │ ├── defaults-sk_SK.js │ │ │ │ │ │ ├── defaults-sk_SK.min.js │ │ │ │ │ │ ├── defaults-sl_SI.js │ │ │ │ │ │ ├── defaults-sl_SI.min.js │ │ │ │ │ │ ├── defaults-sv_SE.js │ │ │ │ │ │ ├── defaults-sv_SE.min.js │ │ │ │ │ │ ├── defaults-tr_TR.js │ │ │ │ │ │ ├── defaults-tr_TR.min.js │ │ │ │ │ │ ├── defaults-ua_UA.js │ │ │ │ │ │ ├── defaults-ua_UA.min.js │ │ │ │ │ │ ├── defaults-zh_CN.js │ │ │ │ │ │ ├── defaults-zh_CN.min.js │ │ │ │ │ │ ├── defaults-zh_TW.js │ │ │ │ │ │ └── defaults-zh_TW.min.js │ │ │ │ ├── examples.md │ │ │ │ ├── index.md │ │ │ │ ├── methods.md │ │ │ │ ├── options.md │ │ │ │ └── playground │ │ │ │ │ ├── index.html │ │ │ │ │ ├── plnkrOpener.js │ │ │ │ │ └── test.html │ │ │ └── mkdocs.yml │ │ ├── js │ │ │ ├── .jshintrc │ │ │ ├── bootstrap-select.js │ │ │ └── i18n │ │ │ │ ├── defaults-ar_AR.js │ │ │ │ ├── defaults-bg_BG.js │ │ │ │ ├── defaults-cro_CRO.js │ │ │ │ ├── defaults-cs_CZ.js │ │ │ │ ├── defaults-da_DK.js │ │ │ │ ├── defaults-de_DE.js │ │ │ │ ├── defaults-en_US.js │ │ │ │ ├── defaults-es_CL.js │ │ │ │ ├── defaults-es_ES.js │ │ │ │ ├── defaults-eu.js │ │ │ │ ├── defaults-fa_IR.js │ │ │ │ ├── defaults-fi_FI.js │ │ │ │ ├── defaults-fr_FR.js │ │ │ │ ├── defaults-hu_HU.js │ │ │ │ ├── defaults-id_ID.js │ │ │ │ ├── defaults-it_IT.js │ │ │ │ ├── defaults-ko_KR.js │ │ │ │ ├── defaults-lt_LT.js │ │ │ │ ├── defaults-nb_NO.js │ │ │ │ ├── defaults-nl_NL.js │ │ │ │ ├── defaults-pl_PL.js │ │ │ │ ├── defaults-pt_BR.js │ │ │ │ ├── defaults-pt_PT.js │ │ │ │ ├── defaults-ro_RO.js │ │ │ │ ├── defaults-ru_RU.js │ │ │ │ ├── defaults-sk_SK.js │ │ │ │ ├── defaults-sl_SI.js │ │ │ │ ├── defaults-sv_SE.js │ │ │ │ ├── defaults-tr_TR.js │ │ │ │ ├── defaults-ua_UA.js │ │ │ │ ├── defaults-zh_CN.js │ │ │ │ └── defaults-zh_TW.js │ │ ├── less │ │ │ ├── bootstrap-select.less │ │ │ └── variables.less │ │ ├── nuget │ │ │ ├── MyGet.ps1 │ │ │ └── bootstrap-select.nuspec │ │ ├── package.json │ │ ├── sass │ │ │ ├── bootstrap-select.scss │ │ │ └── variables.scss │ │ └── test.html │ ├── bootstrap │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.css.map │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap-theme.min.css.map │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ └── bootstrap.min.css.map │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ └── js │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.min.js │ │ │ └── npm.js │ ├── jQuery-QueryBuilder │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── Gruntfile.js │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bower.json │ │ ├── build │ │ │ ├── cleanLn.js │ │ │ ├── initConfig.js │ │ │ ├── jsdoc.js │ │ │ ├── jsdoc.md │ │ │ ├── processLang.js │ │ │ └── removeJshint.js │ │ ├── composer.json │ │ ├── dist │ │ │ ├── css │ │ │ │ ├── query-builder.dark.css │ │ │ │ ├── query-builder.dark.min.css │ │ │ │ ├── query-builder.default.css │ │ │ │ └── query-builder.default.min.css │ │ │ ├── empty.txt │ │ │ ├── i18n │ │ │ │ ├── query-builder.ar.js │ │ │ │ ├── query-builder.az.js │ │ │ │ ├── query-builder.bg.js │ │ │ │ ├── query-builder.cs.js │ │ │ │ ├── query-builder.da.js │ │ │ │ ├── query-builder.de.js │ │ │ │ ├── query-builder.el.js │ │ │ │ ├── query-builder.en.js │ │ │ │ ├── query-builder.es.js │ │ │ │ ├── query-builder.fa-IR.js │ │ │ │ ├── query-builder.fr.js │ │ │ │ ├── query-builder.he.js │ │ │ │ ├── query-builder.it.js │ │ │ │ ├── query-builder.nl.js │ │ │ │ ├── query-builder.no.js │ │ │ │ ├── query-builder.pl.js │ │ │ │ ├── query-builder.pt-BR.js │ │ │ │ ├── query-builder.pt-PT.js │ │ │ │ ├── query-builder.ro.js │ │ │ │ ├── query-builder.ru.js │ │ │ │ ├── query-builder.sq.js │ │ │ │ ├── query-builder.tr.js │ │ │ │ ├── query-builder.ua.js │ │ │ │ └── query-builder.zh-CN.js │ │ │ ├── js │ │ │ │ ├── query-builder.js │ │ │ │ ├── query-builder.min.js │ │ │ │ ├── query-builder.standalone.js │ │ │ │ └── query-builder.standalone.min.js │ │ │ └── scss │ │ │ │ ├── dark.scss │ │ │ │ ├── default.scss │ │ │ │ └── plugins │ │ │ │ ├── _bt-checkbox.scss │ │ │ │ ├── _bt-tooltip-errors.scss │ │ │ │ ├── _filter-description.scss │ │ │ │ ├── _invert.scss │ │ │ │ ├── _sortable.scss │ │ │ │ ├── bt-tooltip-errors.scss │ │ │ │ ├── filter-description.scss │ │ │ │ ├── invert.scss │ │ │ │ └── sortable.scss │ │ ├── examples │ │ │ ├── bower.json │ │ │ ├── index.html │ │ │ └── screenshot.png │ │ ├── old │ │ │ ├── query-builder.default.min.css │ │ │ └── query-builder.standalone.min.js │ │ ├── package.json │ │ ├── src │ │ │ ├── .wrapper.js │ │ │ ├── core.js │ │ │ ├── data.js │ │ │ ├── defaults.js │ │ │ ├── i18n │ │ │ │ ├── .wrapper.js │ │ │ │ ├── ar.json │ │ │ │ ├── az.json │ │ │ │ ├── bg.json │ │ │ │ ├── cs.json │ │ │ │ ├── da.json │ │ │ │ ├── de.json │ │ │ │ ├── el.json │ │ │ │ ├── en.json │ │ │ │ ├── es.json │ │ │ │ ├── fa-IR.json │ │ │ │ ├── fr.json │ │ │ │ ├── he.json │ │ │ │ ├── it.json │ │ │ │ ├── nl.json │ │ │ │ ├── no.json │ │ │ │ ├── pl.json │ │ │ │ ├── pt-BR.json │ │ │ │ ├── pt-PT.json │ │ │ │ ├── ro.json │ │ │ │ ├── ru.json │ │ │ │ ├── sq.json │ │ │ │ ├── tr.json │ │ │ │ ├── ua.json │ │ │ │ └── zh-CN.json │ │ │ ├── jquery.js │ │ │ ├── main.js │ │ │ ├── model.js │ │ │ ├── plugins.js │ │ │ ├── plugins │ │ │ │ ├── bt-checkbox │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── plugin.scss │ │ │ │ ├── bt-selectpicker │ │ │ │ │ └── plugin.js │ │ │ │ ├── bt-tooltip-errors │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── plugin.scss │ │ │ │ ├── change-filters │ │ │ │ │ └── plugin.js │ │ │ │ ├── filter-description │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── plugin.scss │ │ │ │ ├── invert │ │ │ │ │ ├── i18n │ │ │ │ │ │ ├── ar.json │ │ │ │ │ │ ├── az.json │ │ │ │ │ │ ├── cs.json │ │ │ │ │ │ ├── el.json │ │ │ │ │ │ ├── en.json │ │ │ │ │ │ ├── fr.json │ │ │ │ │ │ ├── he.json │ │ │ │ │ │ ├── pl.json │ │ │ │ │ │ ├── pt-BR.json │ │ │ │ │ │ ├── ru.json │ │ │ │ │ │ ├── tr.json │ │ │ │ │ │ ├── ua.json │ │ │ │ │ │ └── zh-CN.json │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── plugin.scss │ │ │ │ ├── mongodb-support │ │ │ │ │ └── plugin.js │ │ │ │ ├── not-group │ │ │ │ │ ├── i18n │ │ │ │ │ │ ├── en.json │ │ │ │ │ │ ├── fr.json │ │ │ │ │ │ └── he.json │ │ │ │ │ └── plugin.js │ │ │ │ ├── sortable │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── plugin.scss │ │ │ │ ├── sql-support │ │ │ │ │ └── plugin.js │ │ │ │ └── unique-filter │ │ │ │ │ └── plugin.js │ │ │ ├── public.js │ │ │ ├── scss │ │ │ │ ├── dark.scss │ │ │ │ └── default.scss │ │ │ ├── template.js │ │ │ └── utils.js │ │ └── tests │ │ │ ├── common.js │ │ │ ├── core.module.js │ │ │ ├── data.module.js │ │ │ ├── index.html │ │ │ ├── plugins-gui.module.js │ │ │ ├── plugins.module.js │ │ │ ├── plugins.mongo-support.module.js │ │ │ ├── plugins.not-group.module.js │ │ │ ├── plugins.sql-support.module.js │ │ │ └── utils.module.js │ ├── jQuery │ │ ├── jquery.js │ │ └── jquery.min.js │ ├── js-mobile-console │ │ ├── .npmignore │ │ ├── Makefile │ │ ├── README.md │ │ ├── bower.json │ │ ├── mobile-console.js │ │ ├── mobile-console.min.js │ │ ├── mobile_screen.png │ │ ├── package.json │ │ └── style │ │ │ ├── mobile-console.css │ │ │ └── mobile-console.min.css │ ├── moment │ │ ├── moment-with-locales.js │ │ └── moment-with-locales.min.js │ ├── selectize │ │ ├── .github │ │ │ └── ISSUE_TEMPLATE.md │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── Gruntfile.js │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── bower.json │ │ ├── dist │ │ │ ├── css │ │ │ │ ├── selectize.bootstrap2.css │ │ │ │ ├── selectize.bootstrap3.css │ │ │ │ ├── selectize.css │ │ │ │ ├── selectize.default.css │ │ │ │ └── selectize.legacy.css │ │ │ ├── js │ │ │ │ ├── selectize.js │ │ │ │ ├── selectize.min.js │ │ │ │ └── standalone │ │ │ │ │ ├── selectize.js │ │ │ │ │ └── selectize.min.js │ │ │ └── less │ │ │ │ ├── plugins │ │ │ │ ├── drag_drop.less │ │ │ │ ├── dropdown_header.less │ │ │ │ ├── optgroup_columns.less │ │ │ │ └── remove_button.less │ │ │ │ ├── selectize.bootstrap2.less │ │ │ │ ├── selectize.bootstrap3.less │ │ │ │ ├── selectize.default.less │ │ │ │ ├── selectize.legacy.less │ │ │ │ └── selectize.less │ │ ├── docs │ │ │ ├── api.md │ │ │ ├── events.md │ │ │ ├── plugins.md │ │ │ └── usage.md │ │ ├── examples │ │ │ ├── api.html │ │ │ ├── basic.html │ │ │ ├── cities.html │ │ │ ├── confirm.html │ │ │ ├── contacts.html │ │ │ ├── create-filter.html │ │ │ ├── css │ │ │ │ ├── normalize.css │ │ │ │ └── stylesheet.css │ │ │ ├── customization.html │ │ │ ├── dynamic.html │ │ │ ├── events.html │ │ │ ├── github.html │ │ │ ├── images │ │ │ │ ├── bg.png │ │ │ │ ├── check@2x.png │ │ │ │ ├── repo-forked.png │ │ │ │ ├── repo-source.png │ │ │ │ └── spinner.gif │ │ │ ├── js │ │ │ │ ├── es5.js │ │ │ │ ├── index.js │ │ │ │ ├── jquery.min.js │ │ │ │ └── jqueryui.js │ │ │ ├── lock.html │ │ │ ├── movies.html │ │ │ ├── optgroups.html │ │ │ ├── performance.html │ │ │ ├── plugins.html │ │ │ ├── required.html │ │ │ └── rtl.html │ │ ├── karma.conf.js │ │ ├── package.json │ │ ├── selectize.jquery.json │ │ ├── src │ │ │ ├── .wrapper.js │ │ │ ├── constants.js │ │ │ ├── contrib │ │ │ │ ├── highlight.js │ │ │ │ └── microevent.js │ │ │ ├── defaults.js │ │ │ ├── less │ │ │ │ ├── .wrapper.css │ │ │ │ ├── selectize.bootstrap2.less │ │ │ │ ├── selectize.bootstrap3.less │ │ │ │ ├── selectize.default.less │ │ │ │ ├── selectize.legacy.less │ │ │ │ └── selectize.less │ │ │ ├── plugins │ │ │ │ ├── drag_drop │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── plugin.less │ │ │ │ ├── dropdown_header │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── plugin.less │ │ │ │ ├── optgroup_columns │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── plugin.less │ │ │ │ ├── remove_button │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── plugin.less │ │ │ │ └── restore_on_backspace │ │ │ │ │ └── plugin.js │ │ │ ├── selectize.jquery.js │ │ │ ├── selectize.js │ │ │ └── utils.js │ │ ├── test │ │ │ ├── api.js │ │ │ ├── events.js │ │ │ ├── events_dom.js │ │ │ ├── interaction.js │ │ │ ├── setup.js │ │ │ ├── support │ │ │ │ ├── base.js │ │ │ │ └── syn.js │ │ │ └── xss.js │ │ └── yarn.lock │ └── sql-parser │ │ └── sql-parser.js │ ├── queryBuildR.js │ └── queryBuildR.yaml ├── man ├── getFiltersFromTable.Rd └── queryBuildR.Rd └── queryBuildR.Rproj /DESCRIPTION: -------------------------------------------------------------------------------- 1 | Package: queryBuildR 2 | Title: 'jQuery' QueryBuilder library as Htmlwidget 3 | Version: 0.2 4 | Authors@R: c(person("Yann-Ael", "Le Borgne", email = "yleborgn@ulb.ac.be", role = c("aut", "cre")), 5 | person("Jonathan", "Sidi", email = "yonis@metrumrg.com", role = c("ctb"))) 6 | Description: 'jQuery' QueryBuilder library as Htmlwidget to use in RStudio viewer and Shiny. 7 | Depends: R (>= 3.1.0) 8 | License: GPL2 | GPL3 9 | LazyData: true 10 | RoxygenNote: 6.0.1 11 | -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- 1 | # Generated by roxygen2: do not edit by hand 2 | 3 | export(getFiltersFromTable) 4 | export(queryBuildR) 5 | export(queryBuildROutput) 6 | export(renderQueryBuildR) 7 | import(htmlwidgets) 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # queryBuildR 2 | 3 | This package provides a function `queryBuildR` to create complex SQL query with [JQuery Query Builder](http://mistic100.github.io/jQuery-QueryBuilder). 4 | 5 | ## Install 6 | 7 | Using devtools: 8 | 9 | ``` 10 | devtools::install_github('Yannael/queryBuildR') 11 | ``` 12 | 13 | ## Usage 14 | 15 | ``` 16 | # Load data 17 | data(iris) 18 | # Rename columns and get filters 19 | colnames(iris)<-c("sepal_length","sepal_width","petal_length","petal_width","species") 20 | filters<-getFiltersFromTable(iris) 21 | # Set initial rules to NULL 22 | rules<-NULL 23 | # Create Query Builder widget 24 | queryBuildR(rules,filters) 25 | ``` 26 | 27 | ## Shiny 28 | 29 | Example of integration with Shiny: https://github.com/Yannael/shinyQueryBuildR 30 | 31 | See also http://mlg.ulb.ac.be/node/796 for integrating with DT, SQLite and Shiny. 32 | 33 | Online examples at: 34 | * http://yleborgne.net/shinyQueryBuildRDemo 35 | * http://yleborgne.net/opented 36 | 37 | 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2013-2015 bootstrap-select 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bootstrap-select", 3 | "main": [ 4 | "less/bootstrap-select.less", 5 | "dist/css/bootstrap-select.css", 6 | "dist/js/bootstrap-select.js" 7 | ], 8 | "homepage": "http://silviomoreto.github.io/bootstrap-select", 9 | "authors": [ 10 | "silviomoreto" 11 | ], 12 | "keywords": [ 13 | "form", 14 | "bootstrap", 15 | "select", 16 | "replacement" 17 | ], 18 | "dependencies": { 19 | "jquery": ">=1.8" 20 | }, 21 | "license": "MIT", 22 | "ignore": [ 23 | ".gitignore", 24 | "CONTRIBUTING.md", 25 | "Gruntfile.js", 26 | "README.md", 27 | "composer.json", 28 | "package.json", 29 | "test.html" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bootstrap-select/bootstrap-select", 3 | "description": "Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.", 4 | "keywords": [ 5 | "form", 6 | "bootstrap", 7 | "select", 8 | "replacement" 9 | ], 10 | "homepage": "http://silviomoreto.github.io/bootstrap-select", 11 | "version": "1.12.2", 12 | "authors": [ 13 | { 14 | "name": "Silvio Moreto", 15 | "homepage": "https://github.com/silviomoreto" 16 | } 17 | ], 18 | "license": "MIT", 19 | "suggest": { 20 | "components/jquery": ">=1.8", 21 | "twbs/bootstrap": "~3.0.0" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-ar_AR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){/*! 8 | * Translated default messages for bootstrap-select. 9 | * Locale: AR (Arabic) 10 | * Author: Yasser Lotfy 11 | */ 12 | !function(a){a.fn.selectpicker.defaults={noneSelectedText:"لم يتم إختيار شئ",noneResultsText:"لا توجد نتائج مطابقة لـ {0}",countSelectedText:function(a,b){return 1==a?"{0} خيار تم إختياره":"{0} خيارات تمت إختيارها"},maxOptionsText:function(a,b){return[1==a?"تخطى الحد المسموح ({n} خيار بحد أقصى)":"تخطى الحد المسموح ({n} خيارات بحد أقصى)",1==b?"تخطى الحد المسموح للمجموعة ({n} خيار بحد أقصى)":"تخطى الحد المسموح للمجموعة ({n} خيارات بحد أقصى)"]},selectAllText:"إختيار الجميع",deselectAllText:"إلغاء إختيار الجميع",multipleSeparator:"، "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-bg_BG.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Нищо избрано",noneResultsText:"Няма резултат за {0}",countSelectedText:function(a,b){return 1==a?"{0} избран елемент":"{0} избрани елемента"},maxOptionsText:function(a,b){return[1==a?"Лимита е достигнат ({n} елемент максимум)":"Лимита е достигнат ({n} елемента максимум)",1==b?"Груповия лимит е достигнат ({n} елемент максимум)":"Груповия лимит е достигнат ({n} елемента максимум)"]},selectAllText:"Избери всички",deselectAllText:"Размаркирай всички",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-cro_CRO.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Odaberite stavku",noneResultsText:"Nema rezultata pretrage {0}",countSelectedText:function(a,b){return 1==a?"{0} stavka selektirana":"{0} stavke selektirane"},maxOptionsText:function(a,b){return[1==a?"Limit je postignut ({n} stvar maximalno)":"Limit je postignut ({n} stavke maksimalno)",1==b?"Grupni limit je postignut ({n} stvar maksimalno)":"Grupni limit je postignut ({n} stavke maksimalno)"]},selectAllText:"Selektiraj sve",deselectAllText:"Deselektiraj sve",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-cs_CZ.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Nic není vybráno', 27 | noneResultsText: 'Žádné výsledky {0}', 28 | countSelectedText: 'Označeno {0} z {1}', 29 | maxOptionsText: ['Limit překročen ({n} {var} max)', 'Limit skupiny překročen ({n} {var} max)', ['položek', 'položka']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-cs_CZ.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nic není vybráno",noneResultsText:"Žádné výsledky {0}",countSelectedText:"Označeno {0} z {1}",maxOptionsText:["Limit překročen ({n} {var} max)","Limit skupiny překročen ({n} {var} max)",["položek","položka"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-da_DK.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Intet valgt",noneResultsText:"Ingen resultater fundet {0}",countSelectedText:function(a,b){return"{0} valgt"},maxOptionsText:function(a,b){return[1==a?"Begrænsning nået (max {n} valgt)":"Begrænsning nået (max {n} valgte)",1==b?"Gruppe-begrænsning nået (max {n} valgt)":"Gruppe-begrænsning nået (max {n} valgte)"]},selectAllText:"Markér alle",deselectAllText:"Afmarkér alle",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-de_DE.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Bitte wählen...",noneResultsText:"Keine Ergebnisse für {0}",countSelectedText:function(a,b){return 1==a?"{0} Element ausgewählt":"{0} Elemente ausgewählt"},maxOptionsText:function(a,b){return[1==a?"Limit erreicht ({n} Element max.)":"Limit erreicht ({n} Elemente max.)",1==b?"Gruppen-Limit erreicht ({n} Element max.)":"Gruppen-Limit erreicht ({n} Elemente max.)"]},selectAllText:"Alles auswählen",deselectAllText:"Nichts auswählen",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-en_US.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nothing selected",noneResultsText:"No results match {0}",countSelectedText:function(a,b){return 1==a?"{0} item selected":"{0} items selected"},maxOptionsText:function(a,b){return[1==a?"Limit reached ({n} item max)":"Limit reached ({n} items max)",1==b?"Group limit reached ({n} item max)":"Group limit reached ({n} items max)"]},selectAllText:"Select All",deselectAllText:"Deselect All",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-es_CL.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'No hay selección', 27 | noneResultsText: 'No hay resultados {0}', 28 | countSelectedText: 'Seleccionados {0} de {1}', 29 | maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']], 30 | multipleSeparator: ', ', 31 | selectAllText: 'Seleccionar Todos', 32 | deselectAllText: 'Desmarcar Todos' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-es_CL.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"No hay selección",noneResultsText:"No hay resultados {0}",countSelectedText:"Seleccionados {0} de {1}",maxOptionsText:["Límite alcanzado ({n} {var} max)","Límite del grupo alcanzado({n} {var} max)",["elementos","element"]],multipleSeparator:", ",selectAllText:"Seleccionar Todos",deselectAllText:"Desmarcar Todos"}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-es_ES.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'No hay selección', 27 | noneResultsText: 'No hay resultados {0}', 28 | countSelectedText: 'Seleccionados {0} de {1}', 29 | maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']], 30 | multipleSeparator: ', ', 31 | selectAllText: 'Seleccionar Todos', 32 | deselectAllText: 'Desmarcar Todos' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-es_ES.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"No hay selección",noneResultsText:"No hay resultados {0}",countSelectedText:"Seleccionados {0} de {1}",maxOptionsText:["Límite alcanzado ({n} {var} max)","Límite del grupo alcanzado({n} {var} max)",["elementos","element"]],multipleSeparator:", ",selectAllText:"Seleccionar Todos",deselectAllText:"Desmarcar Todos"}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-eu.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Hautapenik ez', 27 | noneResultsText: 'Emaitzarik ez {0}', 28 | countSelectedText: '{1}(e)tik {0} hautatuta', 29 | maxOptionsText: ['Mugara iritsita ({n} {var} gehienez)', 'Taldearen mugara iritsita ({n} {var} gehienez)', ['elementu', 'elementu']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-eu.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Hautapenik ez",noneResultsText:"Emaitzarik ez {0}",countSelectedText:"{1}(e)tik {0} hautatuta",maxOptionsText:["Mugara iritsita ({n} {var} gehienez)","Taldearen mugara iritsita ({n} {var} gehienez)",["elementu","elementu"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-fa_IR.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'چیزی انتخاب نشده است', 27 | noneResultsText: 'هیج مشابهی برای {0} پیدا نشد', 28 | countSelectedText: "{0} از {1} مورد انتخاب شده", 29 | maxOptionsText: ['بیشتر ممکن نیست {حداکثر {n} عدد}', 'بیشتر ممکن نیست {حداکثر {n} عدد}'], 30 | selectAllText: 'انتخاب همه', 31 | deselectAllText: 'انتخاب هیچ کدام', 32 | multipleSeparator: ', ' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-fa_IR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"چیزی انتخاب نشده است",noneResultsText:"هیج مشابهی برای {0} پیدا نشد",countSelectedText:"{0} از {1} مورد انتخاب شده",maxOptionsText:["بیشتر ممکن نیست {حداکثر {n} عدد}","بیشتر ممکن نیست {حداکثر {n} عدد}"],selectAllText:"انتخاب همه",deselectAllText:"انتخاب هیچ کدام",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-fi_FI.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Ei valintoja",noneResultsText:"Ei hakutuloksia {0}",countSelectedText:function(a,b){return 1==a?"{0} valittu":"{0} valitut"},maxOptionsText:function(a,b){return["Valintojen maksimimäärä ({n} saavutettu)","Ryhmän maksimimäärä ({n} saavutettu)"]},selectAllText:"Valitse kaikki",deselectAllText:"Poista kaikki",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-fr_FR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Aucune sélection",noneResultsText:"Aucun résultat pour {0}",countSelectedText:function(a,b){return a>1?"{0} éléments sélectionnés":"{0} élément sélectionné"},maxOptionsText:function(a,b){return[a>1?"Limite atteinte ({n} éléments max)":"Limite atteinte ({n} élément max)",b>1?"Limite du groupe atteinte ({n} éléments max)":"Limite du groupe atteinte ({n} élément max)"]},multipleSeparator:", ",selectAllText:"Tout Sélectionner",deselectAllText:"Tout Dé-selectionner"}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-hu_HU.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Válasszon!', 27 | noneResultsText: 'Nincs találat {0}', 28 | countSelectedText: function (numSelected, numTotal) { 29 | return '{0} elem kiválasztva'; 30 | }, 31 | maxOptionsText: function (numAll, numGroup) { 32 | return [ 33 | 'Legfeljebb {n} elem választható', 34 | 'A csoportban legfeljebb {n} elem választható' 35 | ]; 36 | }, 37 | selectAllText: 'Mind', 38 | deselectAllText: 'Egyik sem', 39 | multipleSeparator: ', ' 40 | }; 41 | })(jQuery); 42 | 43 | 44 | })); 45 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-hu_HU.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Válasszon!",noneResultsText:"Nincs találat {0}",countSelectedText:function(a,b){return"{0} elem kiválasztva"},maxOptionsText:function(a,b){return["Legfeljebb {n} elem választható","A csoportban legfeljebb {n} elem választható"]},selectAllText:"Mind",deselectAllText:"Egyik sem",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-id_ID.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Tidak ada yang dipilih', 27 | noneResultsText: 'Tidak ada yang cocok {0}', 28 | countSelectedText: '{0} terpilih', 29 | maxOptionsText: ['Mencapai batas (maksimum {n})', 'Mencapai batas grup (maksimum {n})'], 30 | selectAllText: 'Pilih Semua', 31 | deselectAllText: 'Hapus Semua', 32 | multipleSeparator: ', ' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-id_ID.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Tidak ada yang dipilih",noneResultsText:"Tidak ada yang cocok {0}",countSelectedText:"{0} terpilih",maxOptionsText:["Mencapai batas (maksimum {n})","Mencapai batas grup (maksimum {n})"],selectAllText:"Pilih Semua",deselectAllText:"Hapus Semua",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-it_IT.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Nessuna selezione', 27 | noneResultsText: 'Nessun risultato per {0}', 28 | countSelectedText: function (numSelected, numTotal){ 29 | return (numSelected == 1) ? 'Selezionato {0} di {1}' : 'Selezionati {0} di {1}'; 30 | }, 31 | maxOptionsText: ['Limite raggiunto ({n} {var} max)', 'Limite del gruppo raggiunto ({n} {var} max)', ['elementi', 'elemento']], 32 | multipleSeparator: ', ', 33 | selectAllText: 'Seleziona Tutto', 34 | deselectAllText: 'Deseleziona Tutto' 35 | }; 36 | })(jQuery); 37 | 38 | 39 | })); 40 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-it_IT.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nessuna selezione",noneResultsText:"Nessun risultato per {0}",countSelectedText:function(a,b){return 1==a?"Selezionato {0} di {1}":"Selezionati {0} di {1}"},maxOptionsText:["Limite raggiunto ({n} {var} max)","Limite del gruppo raggiunto ({n} {var} max)",["elementi","elemento"]],multipleSeparator:", ",selectAllText:"Seleziona Tutto",deselectAllText:"Deseleziona Tutto"}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-ko_KR.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: '항목을 선택해주세요', 27 | noneResultsText: '{0} 검색 결과가 없습니다', 28 | countSelectedText: function (numSelected, numTotal) { 29 | return "{0}개를 선택하였습니다"; 30 | }, 31 | maxOptionsText: function (numAll, numGroup) { 32 | return [ 33 | '{n}개까지 선택 가능합니다', 34 | '해당 그룹은 {n}개까지 선택 가능합니다' 35 | ]; 36 | }, 37 | selectAllText: '전체선택', 38 | deselectAllText: '전체해제', 39 | multipleSeparator: ', ' 40 | }; 41 | })(jQuery); 42 | 43 | 44 | })); 45 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-ko_KR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"항목을 선택해주세요",noneResultsText:"{0} 검색 결과가 없습니다",countSelectedText:function(a,b){return"{0}개를 선택하였습니다"},maxOptionsText:function(a,b){return["{n}개까지 선택 가능합니다","해당 그룹은 {n}개까지 선택 가능합니다"]},selectAllText:"전체선택",deselectAllText:"전체해제",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-lt_LT.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Niekas nepasirinkta",noneResultsText:"Niekas nesutapo su {0}",countSelectedText:function(a,b){return 1==a?"{0} elementas pasirinktas":"{0} elementai(-ų) pasirinkta"},maxOptionsText:function(a,b){return[1==a?"Pasiekta riba ({n} elementas daugiausiai)":"Riba pasiekta ({n} elementai(-ų) daugiausiai)",1==b?"Grupės riba pasiekta ({n} elementas daugiausiai)":"Grupės riba pasiekta ({n} elementai(-ų) daugiausiai)"]},selectAllText:"Pasirinkti visus",deselectAllText:"Atmesti visus",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-nb_NO.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Ingen valgt",noneResultsText:"Søket gir ingen treff {0}",countSelectedText:function(a,b){return 1==a?"{0} alternativ valgt":"{0} alternativer valgt"},maxOptionsText:function(a,b){return["Grense nådd (maks {n} valg)","Grense for grupper nådd (maks {n} grupper)"]},selectAllText:"Merk alle",deselectAllText:"Fjern alle",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-nl_NL.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Niets geselecteerd', 27 | noneResultsText: 'Geen resultaten gevonden voor {0}', 28 | countSelectedText: '{0} van {1} geselecteerd', 29 | maxOptionsText: ['Limiet bereikt ({n} {var} max)', 'Groep limiet bereikt ({n} {var} max)', ['items', 'item']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-nl_NL.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Niets geselecteerd",noneResultsText:"Geen resultaten gevonden voor {0}",countSelectedText:"{0} van {1} geselecteerd",maxOptionsText:["Limiet bereikt ({n} {var} max)","Groep limiet bereikt ({n} {var} max)",["items","item"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-pl_PL.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Nic nie zaznaczono', 27 | noneResultsText: 'Brak wyników wyszukiwania {0}', 28 | countSelectedText: 'Zaznaczono {0} z {1}', 29 | maxOptionsText: ['Osiągnięto limit ({n} {var} max)', 'Limit grupy osiągnięty ({n} {var} max)', ['elementy', 'element']], 30 | selectAll: 'Zaznacz wszystkie', 31 | deselectAll: 'Odznacz wszystkie', 32 | multipleSeparator: ', ' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-pl_PL.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nic nie zaznaczono",noneResultsText:"Brak wyników wyszukiwania {0}",countSelectedText:"Zaznaczono {0} z {1}",maxOptionsText:["Osiągnięto limit ({n} {var} max)","Limit grupy osiągnięty ({n} {var} max)",["elementy","element"]],selectAll:"Zaznacz wszystkie",deselectAll:"Odznacz wszystkie",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-pt_BR.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Nada selecionado', 27 | noneResultsText: 'Nada encontrado contendo {0}', 28 | countSelectedText: 'Selecionado {0} de {1}', 29 | maxOptionsText: ['Limite excedido (máx. {n} {var})', 'Limite do grupo excedido (máx. {n} {var})', ['itens', 'item']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-pt_BR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nada selecionado",noneResultsText:"Nada encontrado contendo {0}",countSelectedText:"Selecionado {0} de {1}",maxOptionsText:["Limite excedido (máx. {n} {var})","Limite do grupo excedido (máx. {n} {var})",["itens","item"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-pt_PT.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Nenhum seleccionado', 27 | noneResultsText: 'Sem resultados contendo {0}', 28 | countSelectedText: 'Selecionado {0} de {1}', 29 | maxOptionsText: ['Limite ultrapassado (máx. {n} {var})', 'Limite de seleções ultrapassado (máx. {n} {var})', ['itens', 'item']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-pt_PT.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nenhum seleccionado",noneResultsText:"Sem resultados contendo {0}",countSelectedText:"Selecionado {0} de {1}",maxOptionsText:["Limite ultrapassado (máx. {n} {var})","Limite de seleções ultrapassado (máx. {n} {var})",["itens","item"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-ro_RO.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Nu a fost selectat nimic', 27 | noneResultsText: 'Nu exista niciun rezultat {0}', 28 | countSelectedText: '{0} din {1} selectat(e)', 29 | maxOptionsText: ['Limita a fost atinsa ({n} {var} max)', 'Limita de grup a fost atinsa ({n} {var} max)', ['iteme', 'item']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-ro_RO.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nu a fost selectat nimic",noneResultsText:"Nu exista niciun rezultat {0}",countSelectedText:"{0} din {1} selectat(e)",maxOptionsText:["Limita a fost atinsa ({n} {var} max)","Limita de grup a fost atinsa ({n} {var} max)",["iteme","item"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-ru_RU.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Ничего не выбрано', 27 | noneResultsText: 'Совпадений не найдено {0}', 28 | countSelectedText: 'Выбрано {0} из {1}', 29 | maxOptionsText: ['Достигнут предел ({n} {var} максимум)', 'Достигнут предел в группе ({n} {var} максимум)', ['шт.', 'шт.']], 30 | doneButtonText: 'Закрыть', 31 | selectAllText: 'Выбрать все', 32 | deselectAllText: 'Отменить все', 33 | multipleSeparator: ', ' 34 | }; 35 | })(jQuery); 36 | 37 | 38 | })); 39 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-ru_RU.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Ничего не выбрано",noneResultsText:"Совпадений не найдено {0}",countSelectedText:"Выбрано {0} из {1}",maxOptionsText:["Достигнут предел ({n} {var} максимум)","Достигнут предел в группе ({n} {var} максимум)",["шт.","шт."]],doneButtonText:"Закрыть",selectAllText:"Выбрать все",deselectAllText:"Отменить все",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-sk_SK.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Vyberte zo zoznamu', 27 | noneResultsText: 'Pre výraz {0} neboli nájdené žiadne výsledky', 28 | countSelectedText: 'Vybrané {0} z {1}', 29 | maxOptionsText: ['Limit prekročený ({n} {var} max)', 'Limit skupiny prekročený ({n} {var} max)', ['položiek', 'položka']], 30 | selectAllText: 'Vybrať všetky', 31 | deselectAllText: 'Zrušiť výber', 32 | multipleSeparator: ', ' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-sk_SK.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Vyberte zo zoznamu",noneResultsText:"Pre výraz {0} neboli nájdené žiadne výsledky",countSelectedText:"Vybrané {0} z {1}",maxOptionsText:["Limit prekročený ({n} {var} max)","Limit skupiny prekročený ({n} {var} max)",["položiek","položka"]],selectAllText:"Vybrať všetky",deselectAllText:"Zrušiť výber",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-sl_SI.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Nič izbranega', 27 | noneResultsText: 'Ni zadetkov za {0}', 28 | countSelectedText: function (numSelected, numTotal) { 29 | "Število izbranih: {0}"; 30 | }, 31 | maxOptionsText: function (numAll, numGroup) { 32 | return [ 33 | 'Omejitev dosežena (max. izbranih: {n})', 34 | 'Omejitev skupine dosežena (max. izbranih: {n})' 35 | ]; 36 | }, 37 | selectAllText: 'Izberi vse', 38 | deselectAllText: 'Počisti izbor', 39 | multipleSeparator: ', ' 40 | }; 41 | })(jQuery); 42 | 43 | 44 | })); 45 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-sl_SI.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nič izbranega",noneResultsText:"Ni zadetkov za {0}",countSelectedText:function(a,b){"Število izbranih: {0}"},maxOptionsText:function(a,b){return["Omejitev dosežena (max. izbranih: {n})","Omejitev skupine dosežena (max. izbranih: {n})"]},selectAllText:"Izberi vse",deselectAllText:"Počisti izbor",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-sv_SE.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Inget valt",noneResultsText:"Inget sökresultat matchar {0}",countSelectedText:function(a,b){return 1===a?"{0} alternativ valt":"{0} alternativ valda"},maxOptionsText:function(a,b){return["Gräns uppnåd (max {n} alternativ)","Gräns uppnåd (max {n} gruppalternativ)"]},selectAllText:"Markera alla",deselectAllText:"Avmarkera alla",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-tr_TR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Hiçbiri seçilmedi",noneResultsText:"Hiçbir sonuç bulunamadı {0}",countSelectedText:function(a,b){return"{0} öğe seçildi"},maxOptionsText:function(a,b){return[1==a?"Limit aşıldı (maksimum {n} sayıda öğe )":"Limit aşıldı (maksimum {n} sayıda öğe)","Grup limiti aşıldı (maksimum {n} sayıda öğe)"]},selectAllText:"Tümünü Seç",deselectAllText:"Seçiniz",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-ua_UA.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Нічого не вибрано', 27 | noneResultsText: 'Збігів не знайдено {0}', 28 | countSelectedText: 'Вибрано {0} із {1}', 29 | maxOptionsText: ['Досягнута межа ({n} {var} максимум)', 'Досягнута межа в групі ({n} {var} максимум)', ['items', 'item']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-ua_UA.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Нічого не вибрано",noneResultsText:"Збігів не знайдено {0}",countSelectedText:"Вибрано {0} із {1}",maxOptionsText:["Досягнута межа ({n} {var} максимум)","Досягнута межа в групі ({n} {var} максимум)",["items","item"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-zh_CN.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: '没有选中任何项', 27 | noneResultsText: '没有找到匹配项', 28 | countSelectedText: '选中{1}中的{0}项', 29 | maxOptionsText: ['超出限制 (最多选择{n}项)', '组选择超出限制(最多选择{n}组)'], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-zh_CN.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"没有选中任何项",noneResultsText:"没有找到匹配项",countSelectedText:"选中{1}中的{0}项",maxOptionsText:["超出限制 (最多选择{n}项)","组选择超出限制(最多选择{n}组)"],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-zh_TW.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: '沒有選取任何項目', 27 | noneResultsText: '沒有找到符合的結果', 28 | countSelectedText: '已經選取{0}個項目', 29 | maxOptionsText: ['超過限制 (最多選擇{n}項)', '超過限制(最多選擇{n}組)'], 30 | selectAllText: '選取全部', 31 | deselectAllText: '全部取消', 32 | multipleSeparator: ', ' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/dist/js/i18n/defaults-zh_TW.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"沒有選取任何項目",noneResultsText:"沒有找到符合的結果",countSelectedText:"已經選取{0}個項目",maxOptionsText:["超過限制 (最多選擇{n}項)","超過限制(最多選擇{n}組)"],selectAllText:"選取全部",deselectAllText:"全部取消",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/img/logos/convertizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannael/queryBuildR/d6c88f093594e8cf40ddb85b1902f09ebb3840c7/inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/img/logos/convertizer.png -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/img/logos/estimateit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannael/queryBuildR/d6c88f093594e8cf40ddb85b1902f09ebb3840c7/inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/img/logos/estimateit.png -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/img/logos/membermeister.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannael/queryBuildR/d6c88f093594e8cf40ddb85b1902f09ebb3840c7/inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/img/logos/membermeister.png -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/img/logos/snapappointments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannael/queryBuildR/d6c88f093594e8cf40ddb85b1902f09ebb3840c7/inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/img/logos/snapappointments.png -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/img/logos/solveforall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannael/queryBuildR/d6c88f093594e8cf40ddb85b1902f09ebb3840c7/inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/img/logos/solveforall.png -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/img/logos/thermofisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannael/queryBuildR/d6c88f093594e8cf40ddb85b1902f09ebb3840c7/inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/img/logos/thermofisher.png -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/js/base.js: -------------------------------------------------------------------------------- 1 | /* Highlight */ 2 | $( document ).ready(function() { 3 | hljs.initHighlightingOnLoad(); 4 | $('table').addClass('table table-striped table-hover'); 5 | $('pre').addClass('highlight'); 6 | }); 7 | 8 | $('body').scrollspy({ 9 | target: '.bs-sidebar', 10 | }); 11 | 12 | $('.bs-sidebar').affix({ 13 | offset: { 14 | top: 210 15 | } 16 | }); 17 | 18 | /* Prevent disabled links from causing a page reload */ 19 | $("li.disabled a").click(function() { 20 | event.preventDefault(); 21 | }); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/custom_theme/toc.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-ar_AR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){/*! 8 | * Translated default messages for bootstrap-select. 9 | * Locale: AR (Arabic) 10 | * Author: Yasser Lotfy 11 | */ 12 | !function(a){a.fn.selectpicker.defaults={noneSelectedText:"لم يتم إختيار شئ",noneResultsText:"لا توجد نتائج مطابقة لـ {0}",countSelectedText:function(a,b){return 1==a?"{0} خيار تم إختياره":"{0} خيارات تمت إختيارها"},maxOptionsText:function(a,b){return[1==a?"تخطى الحد المسموح ({n} خيار بحد أقصى)":"تخطى الحد المسموح ({n} خيارات بحد أقصى)",1==b?"تخطى الحد المسموح للمجموعة ({n} خيار بحد أقصى)":"تخطى الحد المسموح للمجموعة ({n} خيارات بحد أقصى)"]},selectAllText:"إختيار الجميع",deselectAllText:"إلغاء إختيار الجميع",multipleSeparator:"، "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-bg_BG.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Нищо избрано",noneResultsText:"Няма резултат за {0}",countSelectedText:function(a,b){return 1==a?"{0} избран елемент":"{0} избрани елемента"},maxOptionsText:function(a,b){return[1==a?"Лимита е достигнат ({n} елемент максимум)":"Лимита е достигнат ({n} елемента максимум)",1==b?"Груповия лимит е достигнат ({n} елемент максимум)":"Груповия лимит е достигнат ({n} елемента максимум)"]},selectAllText:"Избери всички",deselectAllText:"Размаркирай всички",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-cro_CRO.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Odaberite stavku",noneResultsText:"Nema rezultata pretrage {0}",countSelectedText:function(a,b){return 1==a?"{0} stavka selektirana":"{0} stavke selektirane"},maxOptionsText:function(a,b){return[1==a?"Limit je postignut ({n} stvar maximalno)":"Limit je postignut ({n} stavke maksimalno)",1==b?"Grupni limit je postignut ({n} stvar maksimalno)":"Grupni limit je postignut ({n} stavke maksimalno)"]},selectAllText:"Selektiraj sve",deselectAllText:"Deselektiraj sve",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-cs_CZ.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Nic není vybráno', 27 | noneResultsText: 'Žádné výsledky {0}', 28 | countSelectedText: 'Označeno {0} z {1}', 29 | maxOptionsText: ['Limit překročen ({n} {var} max)', 'Limit skupiny překročen ({n} {var} max)', ['položek', 'položka']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-cs_CZ.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nic není vybráno",noneResultsText:"Žádné výsledky {0}",countSelectedText:"Označeno {0} z {1}",maxOptionsText:["Limit překročen ({n} {var} max)","Limit skupiny překročen ({n} {var} max)",["položek","položka"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-da_DK.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Intet valgt",noneResultsText:"Ingen resultater fundet {0}",countSelectedText:function(a,b){return"{0} valgt"},maxOptionsText:function(a,b){return[1==a?"Begrænsning nået (max {n} valgt)":"Begrænsning nået (max {n} valgte)",1==b?"Gruppe-begrænsning nået (max {n} valgt)":"Gruppe-begrænsning nået (max {n} valgte)"]},selectAllText:"Markér alle",deselectAllText:"Afmarkér alle",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-de_DE.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Bitte wählen...",noneResultsText:"Keine Ergebnisse für {0}",countSelectedText:function(a,b){return 1==a?"{0} Element ausgewählt":"{0} Elemente ausgewählt"},maxOptionsText:function(a,b){return[1==a?"Limit erreicht ({n} Element max.)":"Limit erreicht ({n} Elemente max.)",1==b?"Gruppen-Limit erreicht ({n} Element max.)":"Gruppen-Limit erreicht ({n} Elemente max.)"]},selectAllText:"Alles auswählen",deselectAllText:"Nichts auswählen",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-en_US.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nothing selected",noneResultsText:"No results match {0}",countSelectedText:function(a,b){return 1==a?"{0} item selected":"{0} items selected"},maxOptionsText:function(a,b){return[1==a?"Limit reached ({n} item max)":"Limit reached ({n} items max)",1==b?"Group limit reached ({n} item max)":"Group limit reached ({n} items max)"]},selectAllText:"Select All",deselectAllText:"Deselect All",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-es_CL.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'No hay selección', 27 | noneResultsText: 'No hay resultados {0}', 28 | countSelectedText: 'Seleccionados {0} de {1}', 29 | maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']], 30 | multipleSeparator: ', ', 31 | selectAllText: 'Seleccionar Todos', 32 | deselectAllText: 'Desmarcar Todos' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-es_CL.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"No hay selección",noneResultsText:"No hay resultados {0}",countSelectedText:"Seleccionados {0} de {1}",maxOptionsText:["Límite alcanzado ({n} {var} max)","Límite del grupo alcanzado({n} {var} max)",["elementos","element"]],multipleSeparator:", ",selectAllText:"Seleccionar Todos",deselectAllText:"Desmarcar Todos"}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-es_ES.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'No hay selección', 27 | noneResultsText: 'No hay resultados {0}', 28 | countSelectedText: 'Seleccionados {0} de {1}', 29 | maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']], 30 | multipleSeparator: ', ', 31 | selectAllText: 'Seleccionar Todos', 32 | deselectAllText: 'Desmarcar Todos' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-es_ES.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"No hay selección",noneResultsText:"No hay resultados {0}",countSelectedText:"Seleccionados {0} de {1}",maxOptionsText:["Límite alcanzado ({n} {var} max)","Límite del grupo alcanzado({n} {var} max)",["elementos","element"]],multipleSeparator:", ",selectAllText:"Seleccionar Todos",deselectAllText:"Desmarcar Todos"}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-eu.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Hautapenik ez', 27 | noneResultsText: 'Emaitzarik ez {0}', 28 | countSelectedText: '{1}(e)tik {0} hautatuta', 29 | maxOptionsText: ['Mugara iritsita ({n} {var} gehienez)', 'Taldearen mugara iritsita ({n} {var} gehienez)', ['elementu', 'elementu']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-eu.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Hautapenik ez",noneResultsText:"Emaitzarik ez {0}",countSelectedText:"{1}(e)tik {0} hautatuta",maxOptionsText:["Mugara iritsita ({n} {var} gehienez)","Taldearen mugara iritsita ({n} {var} gehienez)",["elementu","elementu"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-fa_IR.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'چیزی انتخاب نشده است', 27 | noneResultsText: 'هیج مشابهی برای {0} پیدا نشد', 28 | countSelectedText: "{0} از {1} مورد انتخاب شده", 29 | maxOptionsText: ['بیشتر ممکن نیست {حداکثر {n} عدد}', 'بیشتر ممکن نیست {حداکثر {n} عدد}'], 30 | selectAllText: 'انتخاب همه', 31 | deselectAllText: 'انتخاب هیچ کدام', 32 | multipleSeparator: ', ' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-fa_IR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"چیزی انتخاب نشده است",noneResultsText:"هیج مشابهی برای {0} پیدا نشد",countSelectedText:"{0} از {1} مورد انتخاب شده",maxOptionsText:["بیشتر ممکن نیست {حداکثر {n} عدد}","بیشتر ممکن نیست {حداکثر {n} عدد}"],selectAllText:"انتخاب همه",deselectAllText:"انتخاب هیچ کدام",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-fi_FI.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Ei valintoja",noneResultsText:"Ei hakutuloksia {0}",countSelectedText:function(a,b){return 1==a?"{0} valittu":"{0} valitut"},maxOptionsText:function(a,b){return["Valintojen maksimimäärä ({n} saavutettu)","Ryhmän maksimimäärä ({n} saavutettu)"]},selectAllText:"Valitse kaikki",deselectAllText:"Poista kaikki",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-fr_FR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Aucune sélection",noneResultsText:"Aucun résultat pour {0}",countSelectedText:function(a,b){return a>1?"{0} éléments sélectionnés":"{0} élément sélectionné"},maxOptionsText:function(a,b){return[a>1?"Limite atteinte ({n} éléments max)":"Limite atteinte ({n} élément max)",b>1?"Limite du groupe atteinte ({n} éléments max)":"Limite du groupe atteinte ({n} élément max)"]},multipleSeparator:", ",selectAllText:"Tout Sélectionner",deselectAllText:"Tout Dé-selectionner"}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-hu_HU.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Válasszon!', 27 | noneResultsText: 'Nincs találat {0}', 28 | countSelectedText: function (numSelected, numTotal) { 29 | return '{0} elem kiválasztva'; 30 | }, 31 | maxOptionsText: function (numAll, numGroup) { 32 | return [ 33 | 'Legfeljebb {n} elem választható', 34 | 'A csoportban legfeljebb {n} elem választható' 35 | ]; 36 | }, 37 | selectAllText: 'Mind', 38 | deselectAllText: 'Egyik sem', 39 | multipleSeparator: ', ' 40 | }; 41 | })(jQuery); 42 | 43 | 44 | })); 45 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-hu_HU.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Válasszon!",noneResultsText:"Nincs találat {0}",countSelectedText:function(a,b){return"{0} elem kiválasztva"},maxOptionsText:function(a,b){return["Legfeljebb {n} elem választható","A csoportban legfeljebb {n} elem választható"]},selectAllText:"Mind",deselectAllText:"Egyik sem",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-id_ID.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Tidak ada yang dipilih', 27 | noneResultsText: 'Tidak ada yang cocok {0}', 28 | countSelectedText: '{0} terpilih', 29 | maxOptionsText: ['Mencapai batas (maksimum {n})', 'Mencapai batas grup (maksimum {n})'], 30 | selectAllText: 'Pilih Semua', 31 | deselectAllText: 'Hapus Semua', 32 | multipleSeparator: ', ' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-id_ID.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Tidak ada yang dipilih",noneResultsText:"Tidak ada yang cocok {0}",countSelectedText:"{0} terpilih",maxOptionsText:["Mencapai batas (maksimum {n})","Mencapai batas grup (maksimum {n})"],selectAllText:"Pilih Semua",deselectAllText:"Hapus Semua",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-it_IT.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Nessuna selezione', 27 | noneResultsText: 'Nessun risultato per {0}', 28 | countSelectedText: function (numSelected, numTotal){ 29 | return (numSelected == 1) ? 'Selezionato {0} di {1}' : 'Selezionati {0} di {1}'; 30 | }, 31 | maxOptionsText: ['Limite raggiunto ({n} {var} max)', 'Limite del gruppo raggiunto ({n} {var} max)', ['elementi', 'elemento']], 32 | multipleSeparator: ', ', 33 | selectAllText: 'Seleziona Tutto', 34 | deselectAllText: 'Deseleziona Tutto' 35 | }; 36 | })(jQuery); 37 | 38 | 39 | })); 40 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-it_IT.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nessuna selezione",noneResultsText:"Nessun risultato per {0}",countSelectedText:function(a,b){return 1==a?"Selezionato {0} di {1}":"Selezionati {0} di {1}"},maxOptionsText:["Limite raggiunto ({n} {var} max)","Limite del gruppo raggiunto ({n} {var} max)",["elementi","elemento"]],multipleSeparator:", ",selectAllText:"Seleziona Tutto",deselectAllText:"Deseleziona Tutto"}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-ko_KR.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: '항목을 선택해주세요', 27 | noneResultsText: '{0} 검색 결과가 없습니다', 28 | countSelectedText: function (numSelected, numTotal) { 29 | return "{0}개를 선택하였습니다"; 30 | }, 31 | maxOptionsText: function (numAll, numGroup) { 32 | return [ 33 | '{n}개까지 선택 가능합니다', 34 | '해당 그룹은 {n}개까지 선택 가능합니다' 35 | ]; 36 | }, 37 | selectAllText: '전체선택', 38 | deselectAllText: '전체해제', 39 | multipleSeparator: ', ' 40 | }; 41 | })(jQuery); 42 | 43 | 44 | })); 45 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-ko_KR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"항목을 선택해주세요",noneResultsText:"{0} 검색 결과가 없습니다",countSelectedText:function(a,b){return"{0}개를 선택하였습니다"},maxOptionsText:function(a,b){return["{n}개까지 선택 가능합니다","해당 그룹은 {n}개까지 선택 가능합니다"]},selectAllText:"전체선택",deselectAllText:"전체해제",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-lt_LT.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Niekas nepasirinkta",noneResultsText:"Niekas nesutapo su {0}",countSelectedText:function(a,b){return 1==a?"{0} elementas pasirinktas":"{0} elementai(-ų) pasirinkta"},maxOptionsText:function(a,b){return[1==a?"Pasiekta riba ({n} elementas daugiausiai)":"Riba pasiekta ({n} elementai(-ų) daugiausiai)",1==b?"Grupės riba pasiekta ({n} elementas daugiausiai)":"Grupės riba pasiekta ({n} elementai(-ų) daugiausiai)"]},selectAllText:"Pasirinkti visus",deselectAllText:"Atmesti visus",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-nb_NO.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Ingen valgt",noneResultsText:"Søket gir ingen treff {0}",countSelectedText:function(a,b){return 1==a?"{0} alternativ valgt":"{0} alternativer valgt"},maxOptionsText:function(a,b){return["Grense nådd (maks {n} valg)","Grense for grupper nådd (maks {n} grupper)"]},selectAllText:"Merk alle",deselectAllText:"Fjern alle",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-nl_NL.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Niets geselecteerd', 27 | noneResultsText: 'Geen resultaten gevonden voor {0}', 28 | countSelectedText: '{0} van {1} geselecteerd', 29 | maxOptionsText: ['Limiet bereikt ({n} {var} max)', 'Groep limiet bereikt ({n} {var} max)', ['items', 'item']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-nl_NL.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Niets geselecteerd",noneResultsText:"Geen resultaten gevonden voor {0}",countSelectedText:"{0} van {1} geselecteerd",maxOptionsText:["Limiet bereikt ({n} {var} max)","Groep limiet bereikt ({n} {var} max)",["items","item"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-pl_PL.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Nic nie zaznaczono', 27 | noneResultsText: 'Brak wyników wyszukiwania {0}', 28 | countSelectedText: 'Zaznaczono {0} z {1}', 29 | maxOptionsText: ['Osiągnięto limit ({n} {var} max)', 'Limit grupy osiągnięty ({n} {var} max)', ['elementy', 'element']], 30 | selectAll: 'Zaznacz wszystkie', 31 | deselectAll: 'Odznacz wszystkie', 32 | multipleSeparator: ', ' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-pl_PL.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nic nie zaznaczono",noneResultsText:"Brak wyników wyszukiwania {0}",countSelectedText:"Zaznaczono {0} z {1}",maxOptionsText:["Osiągnięto limit ({n} {var} max)","Limit grupy osiągnięty ({n} {var} max)",["elementy","element"]],selectAll:"Zaznacz wszystkie",deselectAll:"Odznacz wszystkie",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_BR.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Nada selecionado', 27 | noneResultsText: 'Nada encontrado contendo {0}', 28 | countSelectedText: 'Selecionado {0} de {1}', 29 | maxOptionsText: ['Limite excedido (máx. {n} {var})', 'Limite do grupo excedido (máx. {n} {var})', ['itens', 'item']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_BR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nada selecionado",noneResultsText:"Nada encontrado contendo {0}",countSelectedText:"Selecionado {0} de {1}",maxOptionsText:["Limite excedido (máx. {n} {var})","Limite do grupo excedido (máx. {n} {var})",["itens","item"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_PT.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Nenhum seleccionado', 27 | noneResultsText: 'Sem resultados contendo {0}', 28 | countSelectedText: 'Selecionado {0} de {1}', 29 | maxOptionsText: ['Limite ultrapassado (máx. {n} {var})', 'Limite de seleções ultrapassado (máx. {n} {var})', ['itens', 'item']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_PT.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nenhum seleccionado",noneResultsText:"Sem resultados contendo {0}",countSelectedText:"Selecionado {0} de {1}",maxOptionsText:["Limite ultrapassado (máx. {n} {var})","Limite de seleções ultrapassado (máx. {n} {var})",["itens","item"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-ro_RO.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Nu a fost selectat nimic', 27 | noneResultsText: 'Nu exista niciun rezultat {0}', 28 | countSelectedText: '{0} din {1} selectat(e)', 29 | maxOptionsText: ['Limita a fost atinsa ({n} {var} max)', 'Limita de grup a fost atinsa ({n} {var} max)', ['iteme', 'item']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-ro_RO.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nu a fost selectat nimic",noneResultsText:"Nu exista niciun rezultat {0}",countSelectedText:"{0} din {1} selectat(e)",maxOptionsText:["Limita a fost atinsa ({n} {var} max)","Limita de grup a fost atinsa ({n} {var} max)",["iteme","item"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-ru_RU.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Ничего не выбрано', 27 | noneResultsText: 'Совпадений не найдено {0}', 28 | countSelectedText: 'Выбрано {0} из {1}', 29 | maxOptionsText: ['Достигнут предел ({n} {var} максимум)', 'Достигнут предел в группе ({n} {var} максимум)', ['шт.', 'шт.']], 30 | doneButtonText: 'Закрыть', 31 | selectAllText: 'Выбрать все', 32 | deselectAllText: 'Отменить все', 33 | multipleSeparator: ', ' 34 | }; 35 | })(jQuery); 36 | 37 | 38 | })); 39 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-ru_RU.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Ничего не выбрано",noneResultsText:"Совпадений не найдено {0}",countSelectedText:"Выбрано {0} из {1}",maxOptionsText:["Достигнут предел ({n} {var} максимум)","Достигнут предел в группе ({n} {var} максимум)",["шт.","шт."]],doneButtonText:"Закрыть",selectAllText:"Выбрать все",deselectAllText:"Отменить все",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-sk_SK.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Vyberte zo zoznamu', 27 | noneResultsText: 'Pre výraz {0} neboli nájdené žiadne výsledky', 28 | countSelectedText: 'Vybrané {0} z {1}', 29 | maxOptionsText: ['Limit prekročený ({n} {var} max)', 'Limit skupiny prekročený ({n} {var} max)', ['položiek', 'položka']], 30 | selectAllText: 'Vybrať všetky', 31 | deselectAllText: 'Zrušiť výber', 32 | multipleSeparator: ', ' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-sk_SK.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Vyberte zo zoznamu",noneResultsText:"Pre výraz {0} neboli nájdené žiadne výsledky",countSelectedText:"Vybrané {0} z {1}",maxOptionsText:["Limit prekročený ({n} {var} max)","Limit skupiny prekročený ({n} {var} max)",["položiek","položka"]],selectAllText:"Vybrať všetky",deselectAllText:"Zrušiť výber",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-sl_SI.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nič izbranega",noneResultsText:"Ni zadetkov za {0}",countSelectedText:function(a,b){"Število izbranih: {0}"},maxOptionsText:function(a,b){return["Omejitev dosežena (max. izbranih: {n})","Omejitev skupine dosežena (max. izbranih: {n})"]},selectAllText:"Izberi vse",deselectAllText:"Počisti izbor",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-sv_SE.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Inget valt",noneResultsText:"Inget sökresultat matchar {0}",countSelectedText:function(a,b){return 1===a?"{0} alternativ valt":"{0} alternativ valda"},maxOptionsText:function(a,b){return["Gräns uppnåd (max {n} alternativ)","Gräns uppnåd (max {n} gruppalternativ)"]},selectAllText:"Markera alla",deselectAllText:"Avmarkera alla",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-tr_TR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Hiçbiri seçilmedi",noneResultsText:"Hiçbir sonuç bulunamadı {0}",countSelectedText:function(a,b){return"{0} öğe seçildi"},maxOptionsText:function(a,b){return[1==a?"Limit aşıldı (maksimum {n} sayıda öğe )":"Limit aşıldı (maksimum {n} sayıda öğe)","Grup limiti aşıldı (maksimum {n} sayıda öğe)"]},selectAllText:"Tümünü Seç",deselectAllText:"Seçiniz",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-ua_UA.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: 'Нічого не вибрано', 27 | noneResultsText: 'Збігів не знайдено {0}', 28 | countSelectedText: 'Вибрано {0} із {1}', 29 | maxOptionsText: ['Досягнута межа ({n} {var} максимум)', 'Досягнута межа в групі ({n} {var} максимум)', ['items', 'item']], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-ua_UA.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Нічого не вибрано",noneResultsText:"Збігів не знайдено {0}",countSelectedText:"Вибрано {0} із {1}",maxOptionsText:["Досягнута межа ({n} {var} максимум)","Досягнута межа в групі ({n} {var} максимум)",["items","item"]],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_CN.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: '没有选中任何项', 27 | noneResultsText: '没有找到匹配项', 28 | countSelectedText: '选中{1}中的{0}项', 29 | maxOptionsText: ['超出限制 (最多选择{n}项)', '组选择超出限制(最多选择{n}组)'], 30 | multipleSeparator: ', ' 31 | }; 32 | })(jQuery); 33 | 34 | 35 | })); 36 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_CN.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"没有选中任何项",noneResultsText:"没有找到匹配项",countSelectedText:"选中{1}中的{0}项",maxOptionsText:["超出限制 (最多选择{n}项)","组选择超出限制(最多选择{n}组)"],multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_TW.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | 8 | (function (root, factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD. Register as an anonymous module unless amdModuleId is set 11 | define(["jquery"], function (a0) { 12 | return (factory(a0)); 13 | }); 14 | } else if (typeof module === 'object' && module.exports) { 15 | // Node. Does not work with strict CommonJS, but 16 | // only CommonJS-like environments that support module.exports, 17 | // like Node. 18 | module.exports = factory(require("jquery")); 19 | } else { 20 | factory(root["jQuery"]); 21 | } 22 | }(this, function (jQuery) { 23 | 24 | (function ($) { 25 | $.fn.selectpicker.defaults = { 26 | noneSelectedText: '沒有選取任何項目', 27 | noneResultsText: '沒有找到符合的結果', 28 | countSelectedText: '已經選取{0}個項目', 29 | maxOptionsText: ['超過限制 (最多選擇{n}項)', '超過限制(最多選擇{n}組)'], 30 | selectAllText: '選取全部', 31 | deselectAllText: '全部取消', 32 | multipleSeparator: ', ' 33 | }; 34 | })(jQuery); 35 | 36 | 37 | })); 38 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_TW.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) 3 | * 4 | * Copyright 2013-2017 bootstrap-select 5 | * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) 6 | */ 7 | !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"沒有選取任何項目",noneResultsText:"沒有找到符合的結果",countSelectedText:"已經選取{0}個項目",maxOptionsText:["超過限制 (最多選擇{n}項)","超過限制(最多選擇{n}組)"],selectAllText:"選取全部",deselectAllText:"全部取消",multipleSeparator:", "}}(a)}); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/docs/playground/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/docs/mkdocs.yml: -------------------------------------------------------------------------------- 1 | site_name: bootstrap-select 2 | site_description: Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements. 3 | repo_url: https://github.com/silviomoreto/bootstrap-select 4 | theme: bootstrap 5 | theme_dir: custom_theme 6 | extra_css: 7 | - css/custom.css 8 | - dist/css/bootstrap-select.min.css 9 | extra_javascript: 10 | - dist/js/bootstrap-select.min.js 11 | pages: 12 | - Bootstrap-select: index.md 13 | - Examples: examples.md 14 | - Options: options.md 15 | - Methods: methods.md 16 | extra: 17 | version: 1.12.2 18 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/.jshintrc: -------------------------------------------------------------------------------- 1 | { 2 | "curly": true, 3 | "eqeqeq": true, 4 | "immed": true, 5 | "latedef": true, 6 | "newcap": true, 7 | "noarg": true, 8 | "sub": true, 9 | "undef": true, 10 | "unused": true, 11 | "boss": true, 12 | "eqnull": true, 13 | "browser": true, 14 | "jquery": true 15 | } 16 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-ar_AR.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Translated default messages for bootstrap-select. 3 | * Locale: AR (Arabic) 4 | * Author: Yasser Lotfy 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'لم يتم إختيار شئ', 9 | noneResultsText: 'لا توجد نتائج مطابقة لـ {0}', 10 | countSelectedText: function (numSelected, numTotal) { 11 | return (numSelected == 1) ? "{0} خيار تم إختياره" : "{0} خيارات تمت إختيارها"; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | (numAll == 1) ? 'تخطى الحد المسموح ({n} خيار بحد أقصى)' : 'تخطى الحد المسموح ({n} خيارات بحد أقصى)', 16 | (numGroup == 1) ? 'تخطى الحد المسموح للمجموعة ({n} خيار بحد أقصى)' : 'تخطى الحد المسموح للمجموعة ({n} خيارات بحد أقصى)' 17 | ]; 18 | }, 19 | selectAllText: 'إختيار الجميع', 20 | deselectAllText: 'إلغاء إختيار الجميع', 21 | multipleSeparator: '، ' 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-bg_BG.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: BG (Bulgaria) 4 | * Region: BG (Bulgaria) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Нищо избрано', 9 | noneResultsText: 'Няма резултат за {0}', 10 | countSelectedText: function (numSelected, numTotal) { 11 | return (numSelected == 1) ? "{0} избран елемент" : "{0} избрани елемента"; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | (numAll == 1) ? 'Лимита е достигнат ({n} елемент максимум)' : 'Лимита е достигнат ({n} елемента максимум)', 16 | (numGroup == 1) ? 'Груповия лимит е достигнат ({n} елемент максимум)' : 'Груповия лимит е достигнат ({n} елемента максимум)' 17 | ]; 18 | }, 19 | selectAllText: 'Избери всички', 20 | deselectAllText: 'Размаркирай всички', 21 | multipleSeparator: ', ' 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-cro_CRO.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: CRO (Croatia) 4 | * Region: CRO (Croatia) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Odaberite stavku', 9 | noneResultsText: 'Nema rezultata pretrage {0}', 10 | countSelectedText: function (numSelected, numTotal) { 11 | return (numSelected == 1) ? "{0} stavka selektirana" : "{0} stavke selektirane"; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | (numAll == 1) ? 'Limit je postignut ({n} stvar maximalno)' : 'Limit je postignut ({n} stavke maksimalno)', 16 | (numGroup == 1) ? 'Grupni limit je postignut ({n} stvar maksimalno)' : 'Grupni limit je postignut ({n} stavke maksimalno)' 17 | ]; 18 | }, 19 | selectAllText: 'Selektiraj sve', 20 | deselectAllText: 'Deselektiraj sve', 21 | multipleSeparator: ', ' 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-cs_CZ.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: CS 4 | * Region: CZ (Czech Republic) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Nic není vybráno', 9 | noneResultsText: 'Žádné výsledky {0}', 10 | countSelectedText: 'Označeno {0} z {1}', 11 | maxOptionsText: ['Limit překročen ({n} {var} max)', 'Limit skupiny překročen ({n} {var} max)', ['položek', 'položka']], 12 | multipleSeparator: ', ' 13 | }; 14 | })(jQuery); 15 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-da_DK.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: DA (Danish) 4 | * Region: DK (Denmark) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Intet valgt', 9 | noneResultsText: 'Ingen resultater fundet {0}', 10 | countSelectedText: function (numSelected, numTotal) { 11 | return (numSelected == 1) ? "{0} valgt" : "{0} valgt"; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | (numAll == 1) ? 'Begrænsning nået (max {n} valgt)' : 'Begrænsning nået (max {n} valgte)', 16 | (numGroup == 1) ? 'Gruppe-begrænsning nået (max {n} valgt)' : 'Gruppe-begrænsning nået (max {n} valgte)' 17 | ]; 18 | }, 19 | selectAllText: 'Markér alle', 20 | deselectAllText: 'Afmarkér alle', 21 | multipleSeparator: ', ' 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-de_DE.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: DE (German, deutsch) 4 | * Region: DE (Germany, Deutschland) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Bitte wählen...', 9 | noneResultsText: 'Keine Ergebnisse für {0}', 10 | countSelectedText: function (numSelected, numTotal) { 11 | return (numSelected == 1) ? "{0} Element ausgewählt" : "{0} Elemente ausgewählt"; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | (numAll == 1) ? 'Limit erreicht ({n} Element max.)' : 'Limit erreicht ({n} Elemente max.)', 16 | (numGroup == 1) ? 'Gruppen-Limit erreicht ({n} Element max.)' : 'Gruppen-Limit erreicht ({n} Elemente max.)' 17 | ]; 18 | }, 19 | selectAllText: 'Alles auswählen', 20 | deselectAllText: 'Nichts auswählen', 21 | multipleSeparator: ', ' 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-en_US.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: EN (English) 4 | * Region: US (United States) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Nothing selected', 9 | noneResultsText: 'No results match {0}', 10 | countSelectedText: function (numSelected, numTotal) { 11 | return (numSelected == 1) ? "{0} item selected" : "{0} items selected"; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | (numAll == 1) ? 'Limit reached ({n} item max)' : 'Limit reached ({n} items max)', 16 | (numGroup == 1) ? 'Group limit reached ({n} item max)' : 'Group limit reached ({n} items max)' 17 | ]; 18 | }, 19 | selectAllText: 'Select All', 20 | deselectAllText: 'Deselect All', 21 | multipleSeparator: ', ' 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-es_CL.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: ES (Spanish) 4 | * Region: CL (Chile) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'No hay selección', 9 | noneResultsText: 'No hay resultados {0}', 10 | countSelectedText: 'Seleccionados {0} de {1}', 11 | maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']], 12 | multipleSeparator: ', ', 13 | selectAllText: 'Seleccionar Todos', 14 | deselectAllText: 'Desmarcar Todos' 15 | }; 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-es_ES.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: ES (Spanish) 4 | * Region: ES (Spain) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'No hay selección', 9 | noneResultsText: 'No hay resultados {0}', 10 | countSelectedText: 'Seleccionados {0} de {1}', 11 | maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']], 12 | multipleSeparator: ', ', 13 | selectAllText: 'Seleccionar Todos', 14 | deselectAllText: 'Desmarcar Todos' 15 | }; 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-eu.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: EU (Basque) 4 | * Region: 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Hautapenik ez', 9 | noneResultsText: 'Emaitzarik ez {0}', 10 | countSelectedText: '{1}(e)tik {0} hautatuta', 11 | maxOptionsText: ['Mugara iritsita ({n} {var} gehienez)', 'Taldearen mugara iritsita ({n} {var} gehienez)', ['elementu', 'elementu']], 12 | multipleSeparator: ', ' 13 | }; 14 | })(jQuery); 15 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-fa_IR.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: FA (Farsi) 4 | * Region: IR (Iran) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'چیزی انتخاب نشده است', 9 | noneResultsText: 'هیج مشابهی برای {0} پیدا نشد', 10 | countSelectedText: "{0} از {1} مورد انتخاب شده", 11 | maxOptionsText: ['بیشتر ممکن نیست {حداکثر {n} عدد}', 'بیشتر ممکن نیست {حداکثر {n} عدد}'], 12 | selectAllText: 'انتخاب همه', 13 | deselectAllText: 'انتخاب هیچ کدام', 14 | multipleSeparator: ', ' 15 | }; 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-fi_FI.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: FI (Finnish) 4 | * Region: FI (Finland) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Ei valintoja', 9 | noneResultsText: 'Ei hakutuloksia {0}', 10 | countSelectedText: function (numSelected, numTotal) { 11 | return (numSelected == 1) ? "{0} valittu" : "{0} valitut"; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | (numAll == 1) ? 'Valintojen maksimimäärä ({n} saavutettu)' : 'Valintojen maksimimäärä ({n} saavutettu)', 16 | (numGroup == 1) ? 'Ryhmän maksimimäärä ({n} saavutettu)' : 'Ryhmän maksimimäärä ({n} saavutettu)' 17 | ]; 18 | }, 19 | selectAllText: 'Valitse kaikki', 20 | deselectAllText: 'Poista kaikki', 21 | multipleSeparator: ', ' 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-fr_FR.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: FR (French; Français) 4 | * Region: FR (France) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Aucune sélection', 9 | noneResultsText: 'Aucun résultat pour {0}', 10 | countSelectedText: function (numSelected, numTotal) { 11 | return (numSelected > 1) ? "{0} éléments sélectionnés" : "{0} élément sélectionné"; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | (numAll > 1) ? 'Limite atteinte ({n} éléments max)' : 'Limite atteinte ({n} élément max)', 16 | (numGroup > 1) ? 'Limite du groupe atteinte ({n} éléments max)' : 'Limite du groupe atteinte ({n} élément max)' 17 | ]; 18 | }, 19 | multipleSeparator: ', ', 20 | selectAllText: 'Tout Sélectionner', 21 | deselectAllText: 'Tout Dé-selectionner', 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-hu_HU.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: HU (Hungarian) 4 | * Region: HU (Hungary) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Válasszon!', 9 | noneResultsText: 'Nincs találat {0}', 10 | countSelectedText: function (numSelected, numTotal) { 11 | return '{0} elem kiválasztva'; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | 'Legfeljebb {n} elem választható', 16 | 'A csoportban legfeljebb {n} elem választható' 17 | ]; 18 | }, 19 | selectAllText: 'Mind', 20 | deselectAllText: 'Egyik sem', 21 | multipleSeparator: ', ' 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-id_ID.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: ID (Indonesian; Bahasa Indonesia) 4 | * Region: ID (Indonesia) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Tidak ada yang dipilih', 9 | noneResultsText: 'Tidak ada yang cocok {0}', 10 | countSelectedText: '{0} terpilih', 11 | maxOptionsText: ['Mencapai batas (maksimum {n})', 'Mencapai batas grup (maksimum {n})'], 12 | selectAllText: 'Pilih Semua', 13 | deselectAllText: 'Hapus Semua', 14 | multipleSeparator: ', ' 15 | }; 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-it_IT.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: IT (Italian; italiano) 4 | * Region: IT (Italy; Italia) 5 | * Author: Michele Beltrame 6 | */ 7 | (function ($) { 8 | $.fn.selectpicker.defaults = { 9 | noneSelectedText: 'Nessuna selezione', 10 | noneResultsText: 'Nessun risultato per {0}', 11 | countSelectedText: function (numSelected, numTotal){ 12 | return (numSelected == 1) ? 'Selezionato {0} di {1}' : 'Selezionati {0} di {1}'; 13 | }, 14 | maxOptionsText: ['Limite raggiunto ({n} {var} max)', 'Limite del gruppo raggiunto ({n} {var} max)', ['elementi', 'elemento']], 15 | multipleSeparator: ', ', 16 | selectAllText: 'Seleziona Tutto', 17 | deselectAllText: 'Deseleziona Tutto' 18 | }; 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-ko_KR.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: KO (Korean) 4 | * Region: KR (South Korea) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: '항목을 선택해주세요', 9 | noneResultsText: '{0} 검색 결과가 없습니다', 10 | countSelectedText: function (numSelected, numTotal) { 11 | return "{0}개를 선택하였습니다"; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | '{n}개까지 선택 가능합니다', 16 | '해당 그룹은 {n}개까지 선택 가능합니다' 17 | ]; 18 | }, 19 | selectAllText: '전체선택', 20 | deselectAllText: '전체해제', 21 | multipleSeparator: ', ' 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-lt_LT.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: LT (Lithuanian) 4 | * Region: LT (Lithuania) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Niekas nepasirinkta', 9 | noneResultsText: 'Niekas nesutapo su {0}', 10 | countSelectedText: function (numSelected, numTotal) { 11 | return (numSelected == 1) ? "{0} elementas pasirinktas" : "{0} elementai(-ų) pasirinkta"; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | (numAll == 1) ? 'Pasiekta riba ({n} elementas daugiausiai)' : 'Riba pasiekta ({n} elementai(-ų) daugiausiai)', 16 | (numGroup == 1) ? 'Grupės riba pasiekta ({n} elementas daugiausiai)' : 'Grupės riba pasiekta ({n} elementai(-ų) daugiausiai)' 17 | ]; 18 | }, 19 | selectAllText: 'Pasirinkti visus', 20 | deselectAllText: 'Atmesti visus', 21 | multipleSeparator: ', ' 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-nb_NO.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: NB (Norwegian; Bokmål) 4 | * Region: NO (Norway) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Ingen valgt', 9 | noneResultsText: 'Søket gir ingen treff {0}', 10 | countSelectedText: function (numSelected, numTotal) { 11 | return (numSelected == 1) ? "{0} alternativ valgt" : "{0} alternativer valgt"; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | (numAll == 1) ? 'Grense nådd (maks {n} valg)' : 'Grense nådd (maks {n} valg)', 16 | (numGroup == 1) ? 'Grense for grupper nådd (maks {n} grupper)' : 'Grense for grupper nådd (maks {n} grupper)' 17 | ]; 18 | }, 19 | selectAllText: 'Merk alle', 20 | deselectAllText: 'Fjern alle', 21 | multipleSeparator: ', ' 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-nl_NL.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: NL (Dutch; Nederlands) 4 | * Region: NL (Europe) 5 | * Author: Daan Rosbergen (Badmuts) 6 | */ 7 | (function ($) { 8 | $.fn.selectpicker.defaults = { 9 | noneSelectedText: 'Niets geselecteerd', 10 | noneResultsText: 'Geen resultaten gevonden voor {0}', 11 | countSelectedText: '{0} van {1} geselecteerd', 12 | maxOptionsText: ['Limiet bereikt ({n} {var} max)', 'Groep limiet bereikt ({n} {var} max)', ['items', 'item']], 13 | multipleSeparator: ', ' 14 | }; 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-pl_PL.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: PL (Polish) 4 | * Region: EU (Europe) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Nic nie zaznaczono', 9 | noneResultsText: 'Brak wyników wyszukiwania {0}', 10 | countSelectedText: 'Zaznaczono {0} z {1}', 11 | maxOptionsText: ['Osiągnięto limit ({n} {var} max)', 'Limit grupy osiągnięty ({n} {var} max)', ['elementy', 'element']], 12 | selectAll: 'Zaznacz wszystkie', 13 | deselectAll: 'Odznacz wszystkie', 14 | multipleSeparator: ', ' 15 | }; 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-pt_BR.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: PT (Portuguese; português) 4 | * Region: BR (Brazil; Brasil) 5 | * Author: Rodrigo de Avila 6 | */ 7 | (function ($) { 8 | $.fn.selectpicker.defaults = { 9 | noneSelectedText: 'Nada selecionado', 10 | noneResultsText: 'Nada encontrado contendo {0}', 11 | countSelectedText: 'Selecionado {0} de {1}', 12 | maxOptionsText: ['Limite excedido (máx. {n} {var})', 'Limite do grupo excedido (máx. {n} {var})', ['itens', 'item']], 13 | multipleSeparator: ', ' 14 | }; 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-pt_PT.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: PT (Portuguese; português) 4 | * Region: PT (Portugal; Portugal) 5 | * Author: Burnspirit 6 | */ 7 | (function ($) { 8 | $.fn.selectpicker.defaults = { 9 | noneSelectedText: 'Nenhum seleccionado', 10 | noneResultsText: 'Sem resultados contendo {0}', 11 | countSelectedText: 'Selecionado {0} de {1}', 12 | maxOptionsText: ['Limite ultrapassado (máx. {n} {var})', 'Limite de seleções ultrapassado (máx. {n} {var})', ['itens', 'item']], 13 | multipleSeparator: ', ' 14 | }; 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-ro_RO.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: RO (Romanian) 4 | * Region: RO (Romania) 5 | * Alex Florea 6 | */ 7 | (function ($) { 8 | $.fn.selectpicker.defaults = { 9 | noneSelectedText: 'Nu a fost selectat nimic', 10 | noneResultsText: 'Nu exista niciun rezultat {0}', 11 | countSelectedText: '{0} din {1} selectat(e)', 12 | maxOptionsText: ['Limita a fost atinsa ({n} {var} max)', 'Limita de grup a fost atinsa ({n} {var} max)', ['iteme', 'item']], 13 | multipleSeparator: ', ' 14 | }; 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-ru_RU.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: RU (Russian; Русский) 4 | * Region: RU (Russian Federation) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Ничего не выбрано', 9 | noneResultsText: 'Совпадений не найдено {0}', 10 | countSelectedText: 'Выбрано {0} из {1}', 11 | maxOptionsText: ['Достигнут предел ({n} {var} максимум)', 'Достигнут предел в группе ({n} {var} максимум)', ['шт.', 'шт.']], 12 | doneButtonText: 'Закрыть', 13 | selectAllText: 'Выбрать все', 14 | deselectAllText: 'Отменить все', 15 | multipleSeparator: ', ' 16 | }; 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-sk_SK.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: SK 4 | * Region: SK (Slovak Republic) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Vyberte zo zoznamu', 9 | noneResultsText: 'Pre výraz {0} neboli nájdené žiadne výsledky', 10 | countSelectedText: 'Vybrané {0} z {1}', 11 | maxOptionsText: ['Limit prekročený ({n} {var} max)', 'Limit skupiny prekročený ({n} {var} max)', ['položiek', 'položka']], 12 | selectAllText: 'Vybrať všetky', 13 | deselectAllText: 'Zrušiť výber', 14 | multipleSeparator: ', ' 15 | }; 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-sl_SI.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: SL (Slovenian) 4 | * Region: SI (Slovenia) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Nič izbranega', 9 | noneResultsText: 'Ni zadetkov za {0}', 10 | countSelectedText: function (numSelected, numTotal) { 11 | "Število izbranih: {0}"; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | 'Omejitev dosežena (max. izbranih: {n})', 16 | 'Omejitev skupine dosežena (max. izbranih: {n})' 17 | ]; 18 | }, 19 | selectAllText: 'Izberi vse', 20 | deselectAllText: 'Počisti izbor', 21 | multipleSeparator: ', ' 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-sv_SE.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: SV (Swedish) 4 | * Region: SE (Sweden) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Inget valt', 9 | noneResultsText: 'Inget sökresultat matchar {0}', 10 | countSelectedText: function (numSelected, numTotal) { 11 | return (numSelected === 1) ? "{0} alternativ valt" : "{0} alternativ valda"; 12 | }, 13 | maxOptionsText: function (numAll, numGroup) { 14 | return [ 15 | 'Gräns uppnåd (max {n} alternativ)', 16 | 'Gräns uppnåd (max {n} gruppalternativ)' 17 | ]; 18 | }, 19 | selectAllText: 'Markera alla', 20 | deselectAllText: 'Avmarkera alla', 21 | multipleSeparator: ', ' 22 | }; 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-tr_TR.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: TR (Turkey) 4 | * Region: TR (Europe) 5 | * Author: Serhan Güney 6 | */ 7 | (function ($) { 8 | $.fn.selectpicker.defaults = { 9 | noneSelectedText: 'Hiçbiri seçilmedi', 10 | noneResultsText: 'Hiçbir sonuç bulunamadı {0}', 11 | countSelectedText: function (numSelected, numTotal) { 12 | return (numSelected == 1) ? "{0} öğe seçildi" : "{0} öğe seçildi"; 13 | }, 14 | maxOptionsText: function (numAll, numGroup) { 15 | return [ 16 | (numAll == 1) ? 'Limit aşıldı (maksimum {n} sayıda öğe )' : 'Limit aşıldı (maksimum {n} sayıda öğe)', 17 | (numGroup == 1) ? 'Grup limiti aşıldı (maksimum {n} sayıda öğe)' : 'Grup limiti aşıldı (maksimum {n} sayıda öğe)' 18 | ]; 19 | }, 20 | selectAllText: 'Tümünü Seç', 21 | deselectAllText: 'Seçiniz', 22 | multipleSeparator: ', ' 23 | }; 24 | })(jQuery); 25 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-ua_UA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: UA (Ukrainian; Українська) 4 | * Region: UA (Ukraine) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: 'Нічого не вибрано', 9 | noneResultsText: 'Збігів не знайдено {0}', 10 | countSelectedText: 'Вибрано {0} із {1}', 11 | maxOptionsText: ['Досягнута межа ({n} {var} максимум)', 'Досягнута межа в групі ({n} {var} максимум)', ['items', 'item']], 12 | multipleSeparator: ', ' 13 | }; 14 | })(jQuery); 15 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-zh_CN.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: ZH (Chinese) 4 | * Region: CN (China) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: '没有选中任何项', 9 | noneResultsText: '没有找到匹配项', 10 | countSelectedText: '选中{1}中的{0}项', 11 | maxOptionsText: ['超出限制 (最多选择{n}项)', '组选择超出限制(最多选择{n}组)'], 12 | multipleSeparator: ', ' 13 | }; 14 | })(jQuery); 15 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/js/i18n/defaults-zh_TW.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for bootstrap-select. 3 | * Locale: ZH (Chinese) 4 | * Region: TW (Taiwan) 5 | */ 6 | (function ($) { 7 | $.fn.selectpicker.defaults = { 8 | noneSelectedText: '沒有選取任何項目', 9 | noneResultsText: '沒有找到符合的結果', 10 | countSelectedText: '已經選取{0}個項目', 11 | maxOptionsText: ['超過限制 (最多選擇{n}項)', '超過限制(最多選擇{n}組)'], 12 | selectAllText: '選取全部', 13 | deselectAllText: '全部取消', 14 | multipleSeparator: ', ' 15 | }; 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/less/variables.less: -------------------------------------------------------------------------------- 1 | @color-red-error: rgb(185, 74, 72); 2 | @color-grey-arrow: rgba(204, 204, 204, 0.2); 3 | 4 | @width-default: 220px; // 3 960px-grid columns 5 | 6 | @zindex-select-dropdown: 1060; // must be higher than a modal background (1050) 7 | 8 | //** Placeholder text color 9 | @input-color-placeholder: #999; -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/nuget/MyGet.ps1: -------------------------------------------------------------------------------- 1 | # set env vars usually set by MyGet (enable for local testing) 2 | #$env:SourcesPath = '..' 3 | #$env:NuGet = "./nuget.exe" #https://dist.nuget.org/win-x86-commandline/latest/nuget.exe 4 | 5 | $nuget = $env:NuGet 6 | 7 | # parse the version number out of package.json 8 | $bsversionParts = ((Get-Content $env:SourcesPath\package.json) -join "`n" | ConvertFrom-Json).version.split('-', 2) # split the version on the '-' 9 | $bsversion = $bsversionParts[0] 10 | 11 | if ($bsversionParts.Length -gt 1) 12 | { 13 | $bsversion += '-' + $bsversionParts[1].replace('.', '').replace('-', '_') # strip out invalid chars from the PreRelease part 14 | } 15 | 16 | # update sourceMappingURL in bootstrap-select.min.js 17 | (Get-Content $env:SourcesPath\dist\js\bootstrap-select.min.js).replace("sourceMappingURL=", "sourceMappingURL=Scripts/") | Set-Content $env:SourcesPath\dist\js\bootstrap-select.min.js 18 | 19 | # create packages 20 | & $nuget pack "$env:SourcesPath\nuget\bootstrap-select.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/nuget/bootstrap-select.nuspec: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | bootstrap-select 5 | 1.12.2 6 | bootstrap-select 7 | Silvio Moreto,Ana Carolina,caseyjhol,Matt Bryson,and t0xicCode. 8 | Silvio Moreto 9 | https://github.com/silviomoreto/bootstrap-select 10 | Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements. 11 | bootstrap dropdown select 12 | false 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap-select/sass/variables.scss: -------------------------------------------------------------------------------- 1 | $color-red-error: rgb(185, 74, 72) !default; 2 | $color-grey-arrow: rgba(204, 204, 204, 0.2) !default; 3 | 4 | $width-default: 220px !default; // 3 960px-grid columns 5 | 6 | $zindex-select-dropdown: 1060 !default; // must be higher than a modal background (1050) 7 | 8 | //** Placeholder text color 9 | $input-color-placeholder: #999 !default; -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannael/queryBuildR/d6c88f093594e8cf40ddb85b1902f09ebb3840c7/inst/htmlwidgets/lib/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannael/queryBuildR/d6c88f093594e8cf40ddb85b1902f09ebb3840c7/inst/htmlwidgets/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannael/queryBuildR/d6c88f093594e8cf40ddb85b1902f09ebb3840c7/inst/htmlwidgets/lib/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannael/queryBuildR/d6c88f093594e8cf40ddb85b1902f09ebb3840c7/inst/htmlwidgets/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/bootstrap/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/.gitignore: -------------------------------------------------------------------------------- 1 | bower_components 2 | node_modules 3 | doc 4 | .sass-cache 5 | .coverage-results 6 | .idea 7 | *.iml 8 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "5" 4 | before_install: 5 | - gem install sass 6 | - gem install scss_lint -v 0.49.0 7 | - npm install -g grunt-cli 8 | - npm install -g bower 9 | before_script: 10 | - bower install 11 | after_success: grunt coveralls 12 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2014-2015 Damien Sorel 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "jQuery-QueryBuilder", 3 | "authors": [ 4 | { 5 | "name": "Damien \"Mistic\" Sorel", 6 | "email": "contact@git.strangeplanet.fr", 7 | "homepage": "http://www.strangeplanet.fr" 8 | } 9 | ], 10 | "description": "jQuery plugin for user friendly query/filter creator", 11 | "main": [ 12 | "dist/js/query-builder.js", 13 | "dist/css/query-builder.default.css" 14 | ], 15 | "dependencies": { 16 | "jquery": ">=1.9.0", 17 | "bootstrap": ">=3.1.0", 18 | "moment": ">=2.6.0", 19 | "jquery-extendext": ">=0.1.2", 20 | "doT": ">=1.0.3" 21 | }, 22 | "devDependencies": { 23 | "blanket": "^1.1.0", 24 | "qunit": "^1.23.0", 25 | "bootstrap-select": "^1.10.0", 26 | "bootbox": "^4.4.0", 27 | "awesome-bootstrap-checkbox": "^0.3.0", 28 | "sql-parser": "^1.1.0", 29 | "bind-polyfill": "~1.0.0", 30 | "interact": "^1.2.6" 31 | }, 32 | "keywords": [ 33 | "jquery", 34 | "query", 35 | "builder", 36 | "filter" 37 | ], 38 | "license": "MIT", 39 | "homepage": "https://github.com/mistic100/jQuery-QueryBuilder", 40 | "repository": { 41 | "type": "git", 42 | "url": "git://github.com/mistic100/jQuery-QueryBuilder.git" 43 | }, 44 | "ignore": [ 45 | "**/.*", 46 | "node_modules", 47 | "bower_components", 48 | "build", 49 | "src", 50 | "tests", 51 | "composer.json", 52 | "package.json", 53 | "Gruntfile.js", 54 | "CONTRIBUTING.md" 55 | ] 56 | } 57 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/build/cleanLn.js: -------------------------------------------------------------------------------- 1 | module.exports = function(src) { 2 | return src.replace(/\r\n/g, '\n'); 3 | }; 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/build/jsdoc.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | var header = $('.page-header'); 3 | var pattern = Trianglify({ 4 | width: window.screen.width | header.outerWidth(), 5 | height: header.outerHeight(), 6 | cell_size: 90, 7 | seed: 'jQuery QueryBuilder', 8 | x_colors: ['#0074d9', '#001224'] 9 | }); 10 | 11 | header.css('background-image', 'url(' + pattern.png() + ')'); 12 | }()); 13 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/build/jsdoc.md: -------------------------------------------------------------------------------- 1 | # [Main documentation](..) 2 | 3 | # Entry point: [$.fn.QueryBuilder](external-_jQuery.fn_.html) 4 | 5 | # [QueryBuilder](QueryBuilder.html) 6 | 7 | # [Rule](Rule.html) & [Group](Group.html) 8 | 9 | # [Events](list_event.html) 10 | 11 | # [Plugins](module-plugins.html) 12 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/build/processLang.js: -------------------------------------------------------------------------------- 1 | var deepmerge = require('deepmerge'); 2 | 3 | module.exports = function(grunt, loaded_plugins) { 4 | return function(file, src, wrapper) { 5 | var lang = file.split(/[\/\.]/)[2]; 6 | var content = JSON.parse(src); 7 | wrapper = wrapper || ['', '']; 8 | 9 | grunt.config.set('lang_locale', content.__locale || lang); 10 | grunt.config.set('lang_author', content.__author); 11 | var header = grunt.template.process('<%= langBanner %>'); 12 | 13 | loaded_plugins.forEach(function(p) { 14 | var plugin_file = 'src/plugins/' + p + '/i18n/' + lang + '.json'; 15 | 16 | if (grunt.file.exists(plugin_file)) { 17 | content = deepmerge(content, grunt.file.readJSON(plugin_file)); 18 | } 19 | }); 20 | 21 | return header 22 | + '\n\n' 23 | + wrapper[0] 24 | + 'QueryBuilder.regional[\'' + lang + '\'] = ' 25 | + JSON.stringify(content, null, 2) 26 | + ';\n\n' 27 | + 'QueryBuilder.defaults({ lang_code: \'' + lang + '\' });' 28 | + wrapper[1]; 29 | }; 30 | }; 31 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/build/removeJshint.js: -------------------------------------------------------------------------------- 1 | module.exports = function(src) { 2 | return src 3 | .replace(/\/\*jshint [a-z:]+ \*\/\r?\n\r?\n?/g, '') 4 | .replace(/\/\*jshint -[EWI]{1}[0-9]{3} \*\/\r?\n\r?\n?/g, ''); 5 | }; 6 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "mistic100/jquery-querybuilder", 3 | "version": "2.4.2", 4 | "authors": [{ 5 | "name": "Damien \"Mistic\" Sorel", 6 | "email": "contact@git.strangeplanet.fr", 7 | "homepage": "http://www.strangeplanet.fr" 8 | }], 9 | "description": "jQuery plugin for user friendly query/filter creator", 10 | "require": { 11 | "robloach/component-installer": "*", 12 | "components/jquery": ">=1.9.0", 13 | "moment/moment": ">=2.6.0", 14 | "components/bootstrap": ">=3.1.0" 15 | }, 16 | "keywords": [ 17 | "jquery", 18 | "query", 19 | "builder", 20 | "filter" 21 | ], 22 | "license": "MIT", 23 | "homepage": "https://github.com/mistic100/jQuery-QueryBuilder", 24 | "support": { 25 | "issues": "https://github.com/mistic100/jQuery-QueryBuilder/issues" 26 | }, 27 | "extra": { 28 | "component": { 29 | "styles": [ 30 | "dist/css/query-builder.default.css" 31 | ], 32 | "scripts": [ 33 | "dist/js/query-builder.standalone.js" 34 | ], 35 | "files": [ 36 | "dist/css/query-builder.default.min.css", 37 | "dist/css/query-builder.dark.css", 38 | "dist/css/query-builder.dark.min.css", 39 | "dist/js/query-builder.js", 40 | "dist/js/query-builder.min.js", 41 | "dist/js/query-builder.standalone.min.js", 42 | "dist/i18n/*.js" 43 | ] 44 | } 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/dist/empty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannael/queryBuildR/d6c88f093594e8cf40ddb85b1902f09ebb3840c7/inst/htmlwidgets/lib/jQuery-QueryBuilder/dist/empty.txt -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/dist/i18n/query-builder.it.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery QueryBuilder 2.4.3 3 | * Locale: Italian (it) 4 | * Licensed under MIT (http://opensource.org/licenses/MIT) 5 | */ 6 | 7 | (function(root, factory) { 8 | if (typeof define == 'function' && define.amd) { 9 | define(['jquery', 'query-builder'], factory); 10 | } 11 | else { 12 | factory(root.jQuery); 13 | } 14 | }(this, function($) { 15 | "use strict"; 16 | 17 | var QueryBuilder = $.fn.queryBuilder; 18 | 19 | QueryBuilder.regional['it'] = { 20 | "__locale": "Italian (it)", 21 | "add_rule": "Aggiungi regola", 22 | "add_group": "Aggiungi gruppo", 23 | "delete_rule": "Elimina", 24 | "delete_group": "Elimina", 25 | "conditions": { 26 | "AND": "E", 27 | "OR": "O" 28 | }, 29 | "operators": { 30 | "equal": "uguale", 31 | "not_equal": "non uguale", 32 | "in": "in", 33 | "not_in": "non in", 34 | "less": "minore", 35 | "less_or_equal": "minore o uguale", 36 | "greater": "maggiore", 37 | "greater_or_equal": "maggiore o uguale", 38 | "begins_with": "inizia con", 39 | "not_begins_with": "non inizia con", 40 | "contains": "contiene", 41 | "not_contains": "non contiene", 42 | "ends_with": "finisce con", 43 | "not_ends_with": "non finisce con", 44 | "is_empty": "è vuoto", 45 | "is_not_empty": "non è vuoto", 46 | "is_null": "è nullo", 47 | "is_not_null": "non è nullo" 48 | } 49 | }; 50 | 51 | QueryBuilder.defaults({ lang_code: 'it' }); 52 | })); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/dist/scss/dark.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery QueryBuilder 2.4.3 3 | * Copyright 2014-2017 Damien "Mistic" Sorel (http://www.strangeplanet.fr) 4 | * Licensed under MIT (http://opensource.org/licenses/MIT) 5 | */ 6 | $theme-name: dark; 7 | 8 | $group-background-color: rgba(50, 70, 80, .5); 9 | $group-border-color: #00164A; 10 | 11 | $rule-background-color: rgba(40, 40, 40, .9); 12 | $rule-border-color: #111; 13 | 14 | $error-border-color: #800; 15 | $error-background-color: #322; 16 | 17 | $ticks-color: #222; 18 | 19 | @import 'default'; 20 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/dist/scss/plugins/_bt-checkbox.scss: -------------------------------------------------------------------------------- 1 | .query-builder.bt-checkbox-glyphicons { 2 | .checkbox input[type=checkbox]:checked + label::after { 3 | font-family: 'Glyphicons Halflings'; 4 | content: '\e013'; 5 | } 6 | 7 | .checkbox label::after { 8 | padding-left: 4px; 9 | padding-top: 2px; 10 | font-size: 9px; 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/dist/scss/plugins/_bt-tooltip-errors.scss: -------------------------------------------------------------------------------- 1 | $error-tooltip-color: #F99; 2 | 3 | @if $theme-name == 'dark' { 4 | $error-tooltip-color: #F22; 5 | } 6 | 7 | .query-builder .error-container + .tooltip .tooltip-inner { 8 | color: $error-tooltip-color !important; 9 | } 10 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/dist/scss/plugins/_filter-description.scss: -------------------------------------------------------------------------------- 1 | $description-background-color: #D9EDF7; 2 | $description-border-color: #BCE8F1; 3 | $description-text-color: #31708F; 4 | 5 | @if $theme-name == 'dark' { 6 | $description-background-color: rgba(0, 170, 255, .2); 7 | $description-text-color: #AAD1E4; 8 | $description-border-color: #346F7B; 9 | } 10 | 11 | $description-border: 1px solid $description-border-color; 12 | 13 | .query-builder p.filter-description { 14 | margin: $rule-padding 0 0 0; 15 | background: $description-background-color; 16 | border: $description-border; 17 | color: $description-text-color; 18 | border-radius: $item-border-radius; 19 | padding: #{$rule-padding / 2} $rule-padding; 20 | font-size: .8em; 21 | } 22 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/dist/scss/plugins/_invert.scss: -------------------------------------------------------------------------------- 1 | .query-builder { 2 | .rules-group-header [data-invert] { 3 | margin-left: 5px; 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/dist/scss/plugins/_sortable.scss: -------------------------------------------------------------------------------- 1 | $placeholder-border-color: #BBB; 2 | $placeholder-border: 1px dashed $placeholder-border-color; 3 | 4 | .query-builder { 5 | .drag-handle { 6 | @extend %rule-component; 7 | cursor: move; 8 | vertical-align: middle; 9 | margin-left: 5px; 10 | } 11 | 12 | .dragging { 13 | position: fixed; 14 | opacity: .5; 15 | z-index: 100; 16 | 17 | &::before, &::after { 18 | display: none; 19 | } 20 | } 21 | 22 | .rule-placeholder { 23 | @extend %base-container; 24 | border: $placeholder-border; 25 | opacity: .7; 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/dist/scss/plugins/bt-tooltip-errors.scss: -------------------------------------------------------------------------------- 1 | $error-tooltip-color: #F99; 2 | 3 | @if $theme-name == 'dark' { 4 | $error-tooltip-color: #F22; 5 | } 6 | 7 | .query-builder .error-container + .tooltip .tooltip-inner { 8 | color: $error-tooltip-color !important; 9 | } 10 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/dist/scss/plugins/filter-description.scss: -------------------------------------------------------------------------------- 1 | $description-background-color: #D9EDF7; 2 | $description-border-color: #BCE8F1; 3 | $description-text-color: #31708F; 4 | 5 | @if $theme-name == 'dark' { 6 | $description-background-color: rgba(0, 170, 255, .2); 7 | $description-text-color: #AAD1E4; 8 | $description-border-color: #346F7B; 9 | } 10 | 11 | $description-border: 1px solid $description-border-color; 12 | 13 | .query-builder p.filter-description { 14 | margin: $rule-padding 0 0 0; 15 | background: $description-background-color; 16 | border: $description-border; 17 | color: $description-text-color; 18 | border-radius: $item-border-radius; 19 | padding: #{$rule-padding / 2} $rule-padding; 20 | font-size: .8em; 21 | } 22 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/dist/scss/plugins/invert.scss: -------------------------------------------------------------------------------- 1 | .query-builder { 2 | .rules-group-header [data-invert] { 3 | margin-left: 5px; 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/dist/scss/plugins/sortable.scss: -------------------------------------------------------------------------------- 1 | $placeholder-border-color: #BBB; 2 | $placeholder-border: 1px dashed $placeholder-border-color; 3 | 4 | .query-builder { 5 | .drag-handle { 6 | @extend %rule-component; 7 | cursor: move; 8 | vertical-align: middle; 9 | margin-left: 5px; 10 | } 11 | 12 | .dragging { 13 | position: fixed; 14 | opacity: .5; 15 | z-index: 100; 16 | 17 | &::before, &::after { 18 | display: none; 19 | } 20 | } 21 | 22 | .rule-placeholder { 23 | @extend %base-container; 24 | border: $placeholder-border; 25 | opacity: .7; 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/examples/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "jQuery-QueryBuilder-example", 3 | "dependencies" : { 4 | "seiyria-bootstrap-slider": "latest", 5 | "bootswatch-dist": "#slate", 6 | "selectize": "latest" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/examples/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannael/queryBuildR/d6c88f093594e8cf40ddb85b1902f09ebb3840c7/inst/htmlwidgets/lib/jQuery-QueryBuilder/examples/screenshot.png -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/.wrapper.js: -------------------------------------------------------------------------------- 1 | (function(root, factory) { 2 | if (typeof define == 'function' && define.amd) { 3 | define(['jquery', 'doT', 'jQuery.extendext'], factory); 4 | } 5 | else { 6 | factory(root.jQuery, root.doT); 7 | } 8 | }(this, function($, doT) { 9 | "use strict"; 10 | 11 | @@js 12 | 13 | })); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/i18n/.wrapper.js: -------------------------------------------------------------------------------- 1 | (function(root, factory) { 2 | if (typeof define == 'function' && define.amd) { 3 | define(['jquery', 'query-builder'], factory); 4 | } 5 | else { 6 | factory(root.jQuery); 7 | } 8 | }(this, function($) { 9 | "use strict"; 10 | 11 | var QueryBuilder = $.fn.queryBuilder; 12 | 13 | @@js 14 | 15 | })); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/i18n/da.json: -------------------------------------------------------------------------------- 1 | { 2 | "__locale": "Danish (da)", 3 | "__author": "Jna Borup Coyle, github@coyle.dk", 4 | 5 | "add_rule": "Tilføj regel", 6 | "add_group": "Tilføj gruppe", 7 | "delete_rule": "Slet regel", 8 | "delete_group": "Slet gruppe", 9 | 10 | "conditions": { 11 | "AND": "OG", 12 | "OR": "ELLER" 13 | }, 14 | 15 | "condition_and": "OG", 16 | "condition_or": "ELLER", 17 | 18 | "operators": { 19 | "equal": "lig med", 20 | "not_equal": "ikke lige med", 21 | "in": "i", 22 | "not_in": "ikke i", 23 | "less": "mindre", 24 | "less_or_equal": "mindre eller lig med", 25 | "greater": "større", 26 | "greater_or_equal": "større eller lig med", 27 | "begins_with": "begynder med", 28 | "not_begins_with": "begynder ikke med", 29 | "contains": "indeholder", 30 | "not_contains": "indeholder ikke", 31 | "ends_with": "slutter med", 32 | "not_ends_with": "slutter ikke med", 33 | "is_empty": "er tom", 34 | "is_not_empty": "er ikke tom", 35 | "is_null": "er null", 36 | "is_not_null": "er ikke null" 37 | } 38 | } -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/i18n/it.json: -------------------------------------------------------------------------------- 1 | { 2 | "__locale": "Italian (it)", 3 | 4 | "add_rule": "Aggiungi regola", 5 | "add_group": "Aggiungi gruppo", 6 | "delete_rule": "Elimina", 7 | "delete_group": "Elimina", 8 | 9 | "conditions": { 10 | "AND": "E", 11 | "OR": "O" 12 | }, 13 | 14 | "operators": { 15 | "equal": "uguale", 16 | "not_equal": "non uguale", 17 | "in": "in", 18 | "not_in": "non in", 19 | "less": "minore", 20 | "less_or_equal": "minore o uguale", 21 | "greater": "maggiore", 22 | "greater_or_equal": "maggiore o uguale", 23 | "begins_with": "inizia con", 24 | "not_begins_with": "non inizia con", 25 | "contains": "contiene", 26 | "not_contains": "non contiene", 27 | "ends_with": "finisce con", 28 | "not_ends_with": "non finisce con", 29 | "is_empty": "è vuoto", 30 | "is_not_empty": "non è vuoto", 31 | "is_null": "è nullo", 32 | "is_not_null": "non è nullo" 33 | } 34 | } -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/i18n/no.json: -------------------------------------------------------------------------------- 1 | { 2 | "__locale": "Norwegian (no)", 3 | "__author": "Jna Borup Coyle, github@coyle.dk", 4 | 5 | "add_rule": "Legg til regel", 6 | "add_group": "Legg til gruppe", 7 | "delete_rule": "Slett regel", 8 | "delete_group": "Slett gruppe", 9 | 10 | "conditions": { 11 | "AND": "OG", 12 | "OR": "ELLER" 13 | }, 14 | 15 | "operators": { 16 | "equal": "er lik", 17 | "not_equal": "er ikke lik", 18 | "in": "finnes i", 19 | "not_in": "finnes ikke i", 20 | "less": "er mindre enn", 21 | "less_or_equal": "er mindre eller lik", 22 | "greater": "er større enn", 23 | "greater_or_equal": "er større eller lik", 24 | "begins_with": "begynner med", 25 | "not_begins_with": "begynner ikke med", 26 | "contains": "inneholder", 27 | "not_contains": "inneholder ikke", 28 | "ends_with": "slutter med", 29 | "not_ends_with": "slutter ikke med", 30 | "is_empty": "er tom", 31 | "is_not_empty": "er ikke tom", 32 | "is_null": "er null", 33 | "is_not_null": "er ikke null" 34 | } 35 | } -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/i18n/ro.json: -------------------------------------------------------------------------------- 1 | { 2 | "__locale": "Romanian (ro)", 3 | "__author": "ArianServ", 4 | 5 | "add_rule": "Adaugă regulă", 6 | "add_group": "Adaugă grup", 7 | "delete_rule": "Şterge", 8 | "delete_group": "Şterge", 9 | 10 | "conditions": { 11 | "AND": "ŞI", 12 | "OR": "SAU" 13 | }, 14 | 15 | "operators": { 16 | "equal": "egal", 17 | "not_equal": "diferit", 18 | "in": "în", 19 | "not_in": "nu în", 20 | "less": "mai puţin", 21 | "less_or_equal": "mai puţin sau egal", 22 | "greater": "mai mare", 23 | "greater_or_equal": "mai mare sau egal", 24 | "begins_with": "începe cu", 25 | "not_begins_with": "nu începe cu", 26 | "contains": "conţine", 27 | "not_contains": "nu conţine", 28 | "ends_with": "se termină cu", 29 | "not_ends_with": "nu se termină cu", 30 | "is_empty": "este gol", 31 | "is_not_empty": "nu este gol", 32 | "is_null": "e nul", 33 | "is_not_null": "nu e nul" 34 | } 35 | } -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @module plugins 3 | */ 4 | 5 | /** 6 | * Definition of available plugins 7 | * @type {object.} 8 | */ 9 | QueryBuilder.plugins = {}; 10 | 11 | /** 12 | * Gets or extends the default configuration 13 | * @param {object} [options] - new configuration 14 | * @returns {undefined|object} nothing or configuration object (copy) 15 | */ 16 | QueryBuilder.defaults = function(options) { 17 | if (typeof options == 'object') { 18 | $.extendext(true, 'replace', QueryBuilder.DEFAULTS, options); 19 | } 20 | else if (typeof options == 'string') { 21 | if (typeof QueryBuilder.DEFAULTS[options] == 'object') { 22 | return $.extend(true, {}, QueryBuilder.DEFAULTS[options]); 23 | } 24 | else { 25 | return QueryBuilder.DEFAULTS[options]; 26 | } 27 | } 28 | else { 29 | return $.extend(true, {}, QueryBuilder.DEFAULTS); 30 | } 31 | }; 32 | 33 | /** 34 | * Registers a new plugin 35 | * @param {string} name 36 | * @param {function} fct - init function 37 | * @param {object} [def] - default options 38 | */ 39 | QueryBuilder.define = function(name, fct, def) { 40 | QueryBuilder.plugins[name] = { 41 | fct: fct, 42 | def: def || {} 43 | }; 44 | }; 45 | 46 | /** 47 | * Adds new methods to QueryBuilder prototype 48 | * @param {object.} methods 49 | */ 50 | QueryBuilder.extend = function(methods) { 51 | $.extend(QueryBuilder.prototype, methods); 52 | }; 53 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/bt-checkbox/plugin.scss: -------------------------------------------------------------------------------- 1 | .query-builder.bt-checkbox-glyphicons { 2 | .checkbox input[type=checkbox]:checked + label::after { 3 | font-family: 'Glyphicons Halflings'; 4 | content: '\e013'; 5 | } 6 | 7 | .checkbox label::after { 8 | padding-left: 4px; 9 | padding-top: 2px; 10 | font-size: 9px; 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/bt-tooltip-errors/plugin.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @class BtTooltipErrors 3 | * @memberof module:plugins 4 | * @description Applies Bootstrap Tooltips on validation error messages. 5 | * @param {object} [options] 6 | * @param {string} [options.placement='right'] 7 | * @throws MissingLibraryError 8 | */ 9 | QueryBuilder.define('bt-tooltip-errors', function(options) { 10 | if (!$.fn.tooltip || !$.fn.tooltip.Constructor || !$.fn.tooltip.Constructor.prototype.fixTitle) { 11 | Utils.error('MissingLibrary', 'Bootstrap Tooltip is required to use "bt-tooltip-errors" plugin. Get it here: http://getbootstrap.com'); 12 | } 13 | 14 | var self = this; 15 | 16 | // add BT Tooltip data 17 | this.on('getRuleTemplate.filter getGroupTemplate.filter', function(h) { 18 | var $h = $(h.value); 19 | $h.find(QueryBuilder.selectors.error_container).attr('data-toggle', 'tooltip'); 20 | h.value = $h.prop('outerHTML'); 21 | }); 22 | 23 | // init/refresh tooltip when title changes 24 | this.model.on('update', function(e, node, field) { 25 | if (field == 'error' && self.settings.display_errors) { 26 | node.$el.find(QueryBuilder.selectors.error_container).eq(0) 27 | .tooltip(options) 28 | .tooltip('hide') 29 | .tooltip('fixTitle'); 30 | } 31 | }); 32 | }, { 33 | placement: 'right' 34 | }); 35 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/bt-tooltip-errors/plugin.scss: -------------------------------------------------------------------------------- 1 | $error-tooltip-color: #F99; 2 | 3 | @if $theme-name == 'dark' { 4 | $error-tooltip-color: #F22; 5 | } 6 | 7 | .query-builder .error-container + .tooltip .tooltip-inner { 8 | color: $error-tooltip-color !important; 9 | } 10 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/filter-description/plugin.scss: -------------------------------------------------------------------------------- 1 | $description-background-color: #D9EDF7; 2 | $description-border-color: #BCE8F1; 3 | $description-text-color: #31708F; 4 | 5 | @if $theme-name == 'dark' { 6 | $description-background-color: rgba(0, 170, 255, .2); 7 | $description-text-color: #AAD1E4; 8 | $description-border-color: #346F7B; 9 | } 10 | 11 | $description-border: 1px solid $description-border-color; 12 | 13 | .query-builder p.filter-description { 14 | margin: $rule-padding 0 0 0; 15 | background: $description-background-color; 16 | border: $description-border; 17 | color: $description-text-color; 18 | border-radius: $item-border-radius; 19 | padding: #{$rule-padding / 2} $rule-padding; 20 | font-size: .8em; 21 | } 22 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/i18n/ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "invert": "قَلْبُ" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/i18n/az.json: -------------------------------------------------------------------------------- 1 | { 2 | "invert": "invert" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/i18n/cs.json: -------------------------------------------------------------------------------- 1 | { 2 | "invert": "invertní" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/i18n/el.json: -------------------------------------------------------------------------------- 1 | { 2 | "invert": "Εναλλαγή" 3 | } -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/i18n/en.json: -------------------------------------------------------------------------------- 1 | { 2 | "invert": "Invert" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/i18n/fr.json: -------------------------------------------------------------------------------- 1 | { 2 | "invert": "Inverser" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/i18n/he.json: -------------------------------------------------------------------------------- 1 | { 2 | "invert": "הפוך שאילתא" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/i18n/pl.json: -------------------------------------------------------------------------------- 1 | { 2 | "invert": "Odwróć" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/i18n/pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "invert": "Inverter" 3 | } -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/i18n/ru.json: -------------------------------------------------------------------------------- 1 | { 2 | "invert": "Инвертировать" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/i18n/tr.json: -------------------------------------------------------------------------------- 1 | { 2 | "invert": "Ters Çevir" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/i18n/ua.json: -------------------------------------------------------------------------------- 1 | { 2 | "invert": "інвертувати" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/i18n/zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "invert": "倒置" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/invert/plugin.scss: -------------------------------------------------------------------------------- 1 | .query-builder { 2 | .rules-group-header [data-invert] { 3 | margin-left: 5px; 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/not-group/i18n/en.json: -------------------------------------------------------------------------------- 1 | { 2 | "NOT": "NOT" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/not-group/i18n/fr.json: -------------------------------------------------------------------------------- 1 | { 2 | "NOT": "NON" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/not-group/i18n/he.json: -------------------------------------------------------------------------------- 1 | { 2 | "NOT": "לא" 3 | } 4 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/plugins/sortable/plugin.scss: -------------------------------------------------------------------------------- 1 | $placeholder-border-color: #BBB; 2 | $placeholder-border: 1px dashed $placeholder-border-color; 3 | 4 | .query-builder { 5 | .drag-handle { 6 | @extend %rule-component; 7 | cursor: move; 8 | vertical-align: middle; 9 | margin-left: 5px; 10 | } 11 | 12 | .dragging { 13 | position: fixed; 14 | opacity: .5; 15 | z-index: 100; 16 | 17 | &::before, &::after { 18 | display: none; 19 | } 20 | } 21 | 22 | .rule-placeholder { 23 | @extend %base-container; 24 | border: $placeholder-border; 25 | opacity: .7; 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/jQuery-QueryBuilder/src/scss/dark.scss: -------------------------------------------------------------------------------- 1 | $theme-name: dark; 2 | 3 | $group-background-color: rgba(50, 70, 80, .5); 4 | $group-border-color: #00164A; 5 | 6 | $rule-background-color: rgba(40, 40, 40, .9); 7 | $rule-border-color: #111; 8 | 9 | $error-border-color: #800; 10 | $error-background-color: #322; 11 | 12 | $ticks-color: #222; 13 | 14 | @import 'default'; 15 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/js-mobile-console/.npmignore: -------------------------------------------------------------------------------- 1 | *sublime* 2 | .DS_store 3 | demo/ -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/js-mobile-console/Makefile: -------------------------------------------------------------------------------- 1 | all: min cssmin 2 | 3 | min: 4 | yuglify ./mobile-console.js 5 | 6 | cssmin: 7 | yuglify ./style/mobile-console.css -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/js-mobile-console/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "js-mobile-console", 3 | "version": "0.3.1", 4 | "authors": [ 5 | "msemenistyi " 6 | ], 7 | "description": "JS console emulator for mobile devices", 8 | "main": "mobile-console.js", 9 | "keywords": [ 10 | "console", 11 | "emulator", 12 | "debug" 13 | ], 14 | "license": "MIT", 15 | "homepage": "https://github.com/B1naryStudio/js-mobile-console", 16 | "ignore": [ 17 | "**/.*", 18 | "node_modules", 19 | "bower_components", 20 | "test", 21 | "tests" 22 | ] 23 | } 24 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/js-mobile-console/mobile_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannael/queryBuildR/d6c88f093594e8cf40ddb85b1902f09ebb3840c7/inst/htmlwidgets/lib/js-mobile-console/mobile_screen.png -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/js-mobile-console/style/mobile-console.min.css: -------------------------------------------------------------------------------- 1 | #js-mobile-console{width:100%;position:fixed;bottom:10px;z-index:10000}#jsmc-log{border-top:1px solid #808080;max-height:100px;overflow-y:auto;margin-right:10px;font-size:1em}#jsmc-input-container{position:relative}#jsmc-input{width:100%}#jsmc-button{position:fixed;bottom:31px;right:48px}.jsmc-log-el{color:red}.jsmc-log-error .jsmc-log-text{color:red}.jsmc-log-command .jsmc-log-text{color:#009ee4}.jsmc-log-text{color:black}.jsmc-log-target{color:#7979ef}.jsmc-log-target{clear:both}#jsmc-content{background:white;clear:both}#jsmc-collapse,#jsmc-commands,#jsmc-clear{cursor:pointer;width:25px;background:white;text-align:center;color:gray;border:1px solid #808080;display:inline-block}#jsmc-clear{font-weight:bolder;height:19px}#jsmc-commands-container{background:#FFF;display:none}.jsmc-command-wrapper{border-bottom:1px solid #808080;padding:0 14px;cursor:pointer}.jsmc-command:last-child{border-bottom:0} 2 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/selectize/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .DAV 3 | node_modules 4 | bower_components 5 | *.log -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/selectize/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | env: 3 | matrix: 4 | - TARGET=phantomjs 5 | - TARGET=saucelabs 6 | global: 7 | - secure: df9eTd6JkMOgdF3J3UInb0ouaDEbF4Y0sklmvwgBUs38yRvGQ3mucrzH13dCU0GYW8mM/H9euF7yG4/leWQHoUYdRJTDRy/sWXGvs6qg7DTkUXsmGyzv/5XxS86WTD5B9LbzB1hvRs5nzWeA1sFP6rpzGG6HwogM/+37ijRjKQQ= 8 | - secure: FI6ATM3Pngx0bowuYi5WHIDCe0R5ORlJWNsFxJyZLEusie+wZrRy9QbZsVvJGVYZJKAR9MFT3Ks494ou85lyfUnfvEnn+lX2DQ3Hsyz0xyBNoSvNkQbhZEsUr0TV+UGpCvSwYr6lYqXsBy6VxqyAkXDkqdVTAzMydq5ttGxszPU= 9 | - secure: "ctyTk+LdMsch1jTRLLTboJW2TsJCIRtXktEQ86JdGteg0YSvsqDj/LndUaaGZ2ZSR3sSJ1Q/YV1X0M0VizrzX5I7/3WnKViyeKygJ5sSbTuqkjwFa2sAAmrnmBv9JWofIc2XuRG3tfZv2fX6QMDy5PA72KGPBmGAw4S8WTxGkHQ=" 10 | matrix: 11 | allow_failures: 12 | - env: TARGET=saucelabs 13 | node_js: 14 | - '0.10' 15 | before_script: 16 | - npm install -g bower 17 | - npm install -g grunt-cli 18 | - npm install 19 | - make 20 | script: 21 | - export COMMIT_MESSAGE=$(git show -s --format=%B $TRAVIS_COMMIT | tr -d '\n') 22 | - export TRAVIS_CI=1 23 | - if [[ "${TARGET}" == "phantomjs" ]]; then npm test || exit 1; fi 24 | - if [[ "${TARGET}" == "saucelabs" ]]; then (for x in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do export SAUCELABS_BATCH=$x; echo "Starting batch $x of 15"; npm test || true; done); fi 25 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/selectize/Makefile: -------------------------------------------------------------------------------- 1 | .PHONY: compile release test 2 | plugins=* 3 | GRUNT=node_modules/.bin/grunt 4 | 5 | all: compile 6 | test: 7 | npm test 8 | compile: 9 | $(GRUNT) --plugins=$(plugins) 10 | release: 11 | ifeq ($(strip $(version)),) 12 | @echo "\033[31mERROR:\033[0;39m No version provided." 13 | @echo "\033[1;30mmake release version=1.0.0\033[0;39m" 14 | else 15 | sed -i.bak 's/"version": "[^"]*"/"version": "$(version)"/' selectize.jquery.json 16 | sed -i.bak 's/"version": "[^"]*"/"version": "$(version)"/' package.json 17 | rm *.bak 18 | make compile 19 | npm test || exit 1 20 | cp dist/js/standalone/selectize.js ../.selectize.js 21 | git add . 22 | git commit -a -m "Released $(version)." 23 | git tag v$(version) 24 | git push origin master 25 | git push origin --tags 26 | npm publish 27 | git checkout gh-pages 28 | mv -f ../.selectize.js js/selectize.js 29 | git commit -a -m "Updated selectize.js to latest version." 30 | git push origin gh-pages 31 | git checkout master 32 | @echo "\033[32mv${version} released\033[0;39m" 33 | endif 34 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/selectize/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "selectize", 3 | "keywords": [ 4 | "select", 5 | "ui", 6 | "form", 7 | "input", 8 | "control", 9 | "autocomplete", 10 | "tagging", 11 | "tag" 12 | ], 13 | "description": "Selectize is a jQuery-based custom UI control. Useful for tagging, contact lists, country selectors, etc.", 12 | "homepage": "http://brianreavis.github.io/selectize.js/", 13 | "demo": "http://brianreavis.github.io/selectize.js/", 14 | "docs": "https://github.com/brianreavis/selectize.js", 15 | "bugs": "https://github.com/brianreavis/selectize.js/issues", 16 | "licenses": [ 17 | { 18 | "type": "Apache License, Version 2.0", 19 | "url": "http://www.apache.org/licenses/LICENSE-2.0.html" 20 | } 21 | ], 22 | "maintainers": [ 23 | { 24 | "name": "Brian Reavis", 25 | "email": "brian@thirdroute.com", 26 | "url": "http://thirdroute.com" 27 | } 28 | ], 29 | "dependencies": { 30 | "jquery": ">=1.6" 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/selectize/src/.wrapper.js: -------------------------------------------------------------------------------- 1 | /** 2 | * selectize.js (v@@version) 3 | * Copyright (c) 2013–2015 Brian Reavis & contributors 4 | * 5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this 6 | * file except in compliance with the License. You may obtain a copy of the License at: 7 | * http://www.apache.org/licenses/LICENSE-2.0 8 | * 9 | * Unless required by applicable law or agreed to in writing, software distributed under 10 | * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 11 | * ANY KIND, either express or implied. See the License for the specific language 12 | * governing permissions and limitations under the License. 13 | * 14 | * @author Brian Reavis 15 | */ 16 | 17 | /*jshint curly:false */ 18 | /*jshint browser:true */ 19 | 20 | (function(root, factory) { 21 | if (typeof define === 'function' && define.amd) { 22 | define(['jquery','sifter','microplugin'], factory); 23 | } else if (typeof exports === 'object') { 24 | module.exports = factory(require('jquery'), require('sifter'), require('microplugin')); 25 | } else { 26 | root.Selectize = factory(root.jQuery, root.Sifter, root.MicroPlugin); 27 | } 28 | }(this, function($, Sifter, MicroPlugin) { 29 | 'use strict'; 30 | 31 | @@js 32 | 33 | return Selectize; 34 | })); -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/selectize/src/constants.js: -------------------------------------------------------------------------------- 1 | var IS_MAC = /Mac/.test(navigator.userAgent); 2 | 3 | var KEY_A = 65; 4 | var KEY_COMMA = 188; 5 | var KEY_RETURN = 13; 6 | var KEY_ESC = 27; 7 | var KEY_LEFT = 37; 8 | var KEY_UP = 38; 9 | var KEY_P = 80; 10 | var KEY_RIGHT = 39; 11 | var KEY_DOWN = 40; 12 | var KEY_N = 78; 13 | var KEY_BACKSPACE = 8; 14 | var KEY_DELETE = 46; 15 | var KEY_SHIFT = 16; 16 | var KEY_CMD = IS_MAC ? 91 : 17; 17 | var KEY_CTRL = IS_MAC ? 18 : 17; 18 | var KEY_TAB = 9; 19 | 20 | var TAG_SELECT = 1; 21 | var TAG_INPUT = 2; 22 | 23 | // for now, android support in general is too spotty to support validity 24 | var SUPPORTS_VALIDITY_API = !/android/i.test(window.navigator.userAgent) && !!document.createElement('input').validity; 25 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/selectize/src/less/.wrapper.css: -------------------------------------------------------------------------------- 1 | /** 2 | * selectize.css (v@@version) 3 | * Copyright (c) 2013–2015 Brian Reavis & contributors 4 | * 5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this 6 | * file except in compliance with the License. You may obtain a copy of the License at: 7 | * http://www.apache.org/licenses/LICENSE-2.0 8 | * 9 | * Unless required by applicable law or agreed to in writing, software distributed under 10 | * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 11 | * ANY KIND, either express or implied. See the License for the specific language 12 | * governing permissions and limitations under the License. 13 | * 14 | * @author Brian Reavis 15 | */ 16 | 17 | @@css -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/selectize/src/plugins/drag_drop/plugin.less: -------------------------------------------------------------------------------- 1 | .selectize-control.plugin-drag_drop { 2 | &.multi > .selectize-input > div.ui-sortable-placeholder { 3 | visibility: visible !important; 4 | background: #f2f2f2 !important; 5 | background: rgba(0,0,0,0.06) !important; 6 | border: 0 none !important; 7 | .selectize-box-shadow(inset 0 0 12px 4px #fff); 8 | } 9 | .ui-sortable-placeholder::after { 10 | content: '!'; 11 | visibility: hidden; 12 | } 13 | .ui-sortable-helper { 14 | .selectize-box-shadow(0 2px 5px rgba(0,0,0,0.2)); 15 | } 16 | } -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/selectize/src/plugins/dropdown_header/plugin.less: -------------------------------------------------------------------------------- 1 | .selectize-dropdown-header { 2 | position: relative; 3 | padding: @selectize-padding-dropdown-item-y @selectize-padding-dropdown-item-x; 4 | border-bottom: 1px solid @selectize-color-border; 5 | background: mix(@selectize-color-dropdown, @selectize-color-border, 85%); 6 | .selectize-border-radius(@selectize-border-radius @selectize-border-radius 0 0); 7 | } 8 | .selectize-dropdown-header-close { 9 | position: absolute; 10 | right: @selectize-padding-dropdown-item-x; 11 | top: 50%; 12 | color: @selectize-color-text; 13 | opacity: 0.4; 14 | margin-top: -12px; 15 | line-height: 20px; 16 | font-size: 20px !important; 17 | } 18 | .selectize-dropdown-header-close:hover { 19 | color: darken(@selectize-color-text, 25%); 20 | } -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/selectize/src/plugins/optgroup_columns/plugin.less: -------------------------------------------------------------------------------- 1 | .selectize-dropdown.plugin-optgroup_columns { 2 | .optgroup { 3 | border-right: 1px solid #f2f2f2; 4 | border-top: 0 none; 5 | float: left; 6 | .selectize-box-sizing(border-box); 7 | } 8 | .optgroup:last-child { 9 | border-right: 0 none; 10 | } 11 | .optgroup:before { 12 | display: none; 13 | } 14 | .optgroup-header { 15 | border-top: 0 none; 16 | } 17 | } -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/selectize/src/plugins/remove_button/plugin.less: -------------------------------------------------------------------------------- 1 | .selectize-control.plugin-remove_button { 2 | [data-value] { 3 | position: relative; 4 | padding-right: 24px !important; 5 | } 6 | [data-value] .remove { 7 | z-index: 1; /* fixes ie bug (see #392) */ 8 | position: absolute; 9 | top: 0; 10 | right: 0; 11 | bottom: 0; 12 | width: 17px; 13 | text-align: center; 14 | font-weight: bold; 15 | font-size: 12px; 16 | color: inherit; 17 | text-decoration: none; 18 | vertical-align: middle; 19 | display: inline-block; 20 | padding: @selectize-padding-item-y 0 0 0; 21 | border-left: 1px solid @selectize-color-item-border; 22 | .selectize-border-radius(0 2px 2px 0); 23 | .selectize-box-sizing(border-box); 24 | } 25 | [data-value] .remove:hover { 26 | background: rgba(0,0,0,0.05); 27 | } 28 | [data-value].active .remove { 29 | border-left-color: @selectize-color-item-active-border; 30 | } 31 | .disabled [data-value] .remove:hover { 32 | background: none; 33 | } 34 | .disabled [data-value] .remove { 35 | border-left-color: lighten(desaturate(@selectize-color-item-border, 100%), @selectize-lighten-disabled-item-border); 36 | } 37 | .remove-single { 38 | position: absolute; 39 | right: 0; 40 | top: 0; 41 | font-size: 23px; 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /inst/htmlwidgets/lib/selectize/test/support/base.js: -------------------------------------------------------------------------------- 1 | window.expect = chai.expect; 2 | window.assert = chai.assert; 3 | window.has_focus = function(elem) { 4 | return !!(elem === document.activeElement); 5 | }; 6 | 7 | var sandbox = document.createElement('form'); 8 | document.body.appendChild(sandbox); 9 | 10 | window.setup_test = function(html, options, callback) { 11 | if (window.test_last) window.test_last.teardown(); 12 | 13 | var $select = $(html).appendTo(sandbox).selectize(options); 14 | var instance = $select[0].selectize; 15 | var test = window.test_last = { 16 | $select: $select, 17 | callback: callback, 18 | selectize: instance, 19 | teardown: function() { 20 | instance.destroy(); 21 | $select.remove(); 22 | window.test_last = null; 23 | } 24 | }; 25 | 26 | return test; 27 | }; 28 | 29 | after(function() { 30 | if (window.test_last) { 31 | window.test_last.teardown(); 32 | } 33 | }); 34 | 35 | $(sandbox).on('submit', function(e) { e.preventDefault(); }); -------------------------------------------------------------------------------- /inst/htmlwidgets/queryBuildR.js: -------------------------------------------------------------------------------- 1 | HTMLWidgets.widget({ 2 | 3 | name: 'queryBuildR', 4 | 5 | type: 'output', 6 | 7 | initialize: function(el, width, height) { 8 | 9 | }, 10 | 11 | renderValue: function(el, x, instance) { 12 | 13 | /* 14 | mobileConsole.show(); 15 | 16 | mobileConsole.options({ 17 | showOnError: false, 18 | proxyConsole: true, 19 | isCollapsed: true, 20 | catchErrors: true 21 | }); 22 | */ 23 | 24 | var changeInput = function(id, data) { 25 | Shiny.onInputChange(el.id + '_' + id, data); 26 | }; 27 | 28 | var $el = $(el); 29 | 30 | $el.on('afterCreateRuleInput.queryBuilder', function(e, rule) { 31 | if (rule.filter.plugin == 'selectize') { 32 | rule.$el.find('.rule-value-container').css('min-width', '200px') 33 | .find('.selectize-control').removeClass('form-control'); 34 | } 35 | }); 36 | 37 | $el.queryBuilder({ 38 | plugins: x.plugins, 39 | sortable: true, 40 | filters:x.filters, 41 | rules: x.rules, 42 | allow_empty: true 43 | }); 44 | 45 | 46 | }, 47 | 48 | resize: function(el, width, height, instance) { 49 | 50 | } 51 | 52 | }); 53 | -------------------------------------------------------------------------------- /inst/htmlwidgets/queryBuildR.yaml: -------------------------------------------------------------------------------- 1 | dependencies: 2 | - name: js-mobile-console 3 | version: 0.3.1 4 | src: "htmlwidgets/lib/js-mobile-console" 5 | script: mobile-console.min.js 6 | stylesheet: style/mobile-console.min.css 7 | - name: jquery 8 | version: 3.2.1 9 | src: "htmlwidgets/lib/jQuery" 10 | script: jquery.min.js 11 | - name: bootstrap 12 | version: 3.3.7 13 | src: "htmlwidgets/lib/bootstrap" 14 | stylesheet: css/bootstrap.min.css 15 | script: js/bootstrap.min.js 16 | - name: bootstrap-select 17 | version: 1.12.2 18 | src: "htmlwidgets/lib/bootstrap-select" 19 | stylesheet: dist/css/bootstrap-select.min.css 20 | script: dist/js/bootstrap-select.min.js 21 | - name: selectize 22 | version: 0.12.4 23 | src: "htmlwidgets/lib/selectize" 24 | stylesheet: dist/css/selectize.css 25 | script: dist/js/standalone/selectize.min.js 26 | - name: jquerybuilder 27 | version: 2.4.3 28 | src: "htmlwidgets/lib/jQuery-QueryBuilder" 29 | script: dist/js/query-builder.standalone.min.js 30 | stylesheet: dist/css/query-builder.default.min.css 31 | - name: sqlparser 32 | version: 1.0.0 33 | src: "htmlwidgets/lib/sql-parser" 34 | script: sql-parser.js 35 | - name: moment 36 | version: 2.18.1 37 | src: "htmlwidgets/lib/moment" 38 | script: moment-with-locales.js 39 | 40 | -------------------------------------------------------------------------------- /man/getFiltersFromTable.Rd: -------------------------------------------------------------------------------- 1 | % Generated by roxygen2: do not edit by hand 2 | % Please edit documentation in R/queryBuildR.R 3 | \name{getFiltersFromTable} 4 | \alias{getFiltersFromTable} 5 | \title{Returns a template for the Query Builder filter on the basis of a Data Frame} 6 | \usage{ 7 | getFiltersFromTable(data, column_opts = NULL) 8 | } 9 | \arguments{ 10 | \item{data}{Data Frame from which the list of filters will be created.} 11 | } 12 | \description{ 13 | Returns a template for the Query Builder filter on the basis of a Data Frame 14 | } 15 | \examples{ 16 | #### Iris data example. 17 | # Load data 18 | data(iris) 19 | getFiltersFromTable(iris) 20 | } 21 | -------------------------------------------------------------------------------- /man/queryBuildR.Rd: -------------------------------------------------------------------------------- 1 | % Generated by roxygen2: do not edit by hand 2 | % Please edit documentation in R/queryBuildR.R 3 | \name{queryBuildR} 4 | \alias{queryBuildR} 5 | \title{Create a Query Builder widget} 6 | \usage{ 7 | queryBuildR(filters, rules = NULL, plugins = NULL, width = NULL, 8 | height = NULL) 9 | } 10 | \arguments{ 11 | \item{filters}{List specifying the variables, conditions and value ranges for building the queries.} 12 | 13 | \item{rules}{List initializing the set of rules for the Query Builder widget.} 14 | } 15 | \description{ 16 | Create a Query Builder widget 17 | } 18 | \examples{ 19 | #### Iris data example. 20 | # Load data 21 | data(iris) 22 | filters<-getFiltersFromTable(iris) 23 | # Create Query Builder widget 24 | queryBuildR(filters) 25 | 26 | queryBuildR(getFiltersFromTable(iris, 27 | column_opts = list(Species=list(type='select', 28 | plugin='selectize', 29 | operators=list('equal','not_equal','contains', 'in', 'not_in'))) 30 | ) 31 | ) 32 | 33 | } 34 | -------------------------------------------------------------------------------- /queryBuildR.Rproj: -------------------------------------------------------------------------------- 1 | Version: 1.0 2 | 3 | RestoreWorkspace: No 4 | SaveWorkspace: No 5 | AlwaysSaveHistory: Default 6 | 7 | EnableCodeIndexing: Yes 8 | UseSpacesForTab: Yes 9 | NumSpacesForTab: 2 10 | Encoding: UTF-8 11 | 12 | RnwWeave: Sweave 13 | LaTeX: pdfLaTeX 14 | 15 | AutoAppendNewline: Yes 16 | StripTrailingWhitespace: Yes 17 | 18 | BuildType: Package 19 | PackageUseDevtools: Yes 20 | PackageInstallArgs: --no-multiarch --with-keep.source 21 | PackageRoxygenize: rd,collate,namespace 22 | --------------------------------------------------------------------------------