├── .npmignore ├── favicon.ico ├── .gitignore ├── bower.json ├── demo ├── nuxeo-pdf-viewer │ ├── sample.pdf │ └── index.html ├── nuxeo-image-viewer │ ├── sample.png │ └── index.html ├── nuxeo-video-viewer │ ├── poster.jpg │ ├── sample.mp4 │ ├── sample.ogg │ ├── sample.webm │ └── storyboard │ │ ├── 0.00-seconds.jpeg │ │ ├── 1.11-seconds.jpeg │ │ ├── 2.23-seconds.jpeg │ │ ├── 3.34-seconds.jpeg │ │ ├── 4.46-seconds.jpeg │ │ ├── 5.57-seconds.jpeg │ │ ├── 6.69-seconds.jpeg │ │ ├── 7.80-seconds.jpeg │ │ └── 8.92-seconds.jpeg ├── nuxeo-document-permissions │ ├── required.gif │ ├── index.html │ └── style.css ├── nuxeo-data-grid │ ├── index.html │ └── nuxeo-data-grid-demo.js ├── nuxeo-data-list │ └── index.html ├── nuxeo-data-table │ └── index.html ├── nuxeo-error │ └── index.html ├── nuxeo-html-editor │ └── index.html ├── nuxeo-slots │ └── nuxeo-alert-button.js ├── nuxeo-user-tag │ └── index.html ├── nuxeo-group-tag │ └── index.html ├── nuxeo-path-suggestion │ └── index.html ├── nuxeo-user-group-management │ └── index.html ├── nuxeo-tag │ └── index.html ├── nuxeo-date-picker │ └── index.html ├── nuxeo-tags │ └── index.html ├── nuxeo-preview-button │ └── index.html ├── nuxeo-download-button │ └── index.html ├── nuxeo-export-button │ └── index.html ├── nuxeo-share-button │ └── index.html ├── nuxeo-add-to-collection-button │ └── index.html ├── nuxeo-user-avatar │ └── index.html ├── nuxeo-delete-blob-button │ └── index.html ├── nuxeo-lock-toggle-button │ └── index.html ├── nuxeo-untrash-document-button │ └── index.html ├── nuxeo-workflow-button │ └── index.html ├── nuxeo-favorites-toggle-button │ └── index.html ├── nuxeo-document-distribution-chart │ └── index.html ├── nuxeo-move-documents-up-button │ └── index.html ├── nuxeo-move-documents-down-button │ └── index.html ├── nuxeo-notifications-toggle-button │ └── index.html ├── nuxeo-document-preview │ └── index.html ├── nuxeo-directory-radio-group │ └── index.html ├── nuxeo-user-suggestion │ └── index.html ├── nuxeo-select │ └── index.html ├── nuxeo-user-group-latest │ └── index.html ├── nuxeo-document-suggestion │ └── index.html ├── nuxeo-card │ └── index.html ├── nuxeo-quick-filters │ └── index.html ├── nuxeo-delete-document-button │ └── index.html ├── nuxeo-pagination-controls │ └── index.html ├── nuxeo-file │ └── index.html ├── nuxeo-aggregation-navigation │ └── index.html ├── nuxeo-tag-suggestion │ └── index.html ├── nuxeo-textarea │ └── index.html ├── nuxeo-checkbox-aggregation │ └── index.html ├── nuxeo-date │ └── index.html ├── nuxeo-directory-checkbox │ └── index.html ├── nuxeo-input │ └── index.html └── nuxeo-tooltip │ └── index.html ├── viewers └── pdfjs │ └── web │ ├── cmaps │ ├── H.bcmap │ ├── V.bcmap │ ├── 78-H.bcmap │ ├── 78-V.bcmap │ ├── B5-H.bcmap │ ├── B5-V.bcmap │ ├── GB-H.bcmap │ ├── GB-V.bcmap │ ├── Add-H.bcmap │ ├── Add-V.bcmap │ ├── B5pc-H.bcmap │ ├── B5pc-V.bcmap │ ├── CNS1-H.bcmap │ ├── CNS1-V.bcmap │ ├── CNS2-H.bcmap │ ├── CNS2-V.bcmap │ ├── EUC-H.bcmap │ ├── EUC-V.bcmap │ ├── Ext-H.bcmap │ ├── Ext-V.bcmap │ ├── GBK2K-H.bcmap │ ├── GBK2K-V.bcmap │ ├── GBT-H.bcmap │ ├── GBT-V.bcmap │ ├── Hankaku.bcmap │ ├── KSC-H.bcmap │ ├── KSC-V.bcmap │ ├── NWP-H.bcmap │ ├── NWP-V.bcmap │ ├── RKSJ-H.bcmap │ ├── RKSJ-V.bcmap │ ├── Roman.bcmap │ ├── 78-EUC-H.bcmap │ ├── 78-EUC-V.bcmap │ ├── 78-RKSJ-H.bcmap │ ├── 78-RKSJ-V.bcmap │ ├── CNS-EUC-H.bcmap │ ├── CNS-EUC-V.bcmap │ ├── ETHK-B5-H.bcmap │ ├── ETHK-B5-V.bcmap │ ├── ETen-B5-H.bcmap │ ├── ETen-B5-V.bcmap │ ├── GB-EUC-H.bcmap │ ├── GB-EUC-V.bcmap │ ├── GBK-EUC-H.bcmap │ ├── GBK-EUC-V.bcmap │ ├── GBT-EUC-H.bcmap │ ├── GBT-EUC-V.bcmap │ ├── Hiragana.bcmap │ ├── KSC-EUC-H.bcmap │ ├── KSC-EUC-V.bcmap │ ├── Katakana.bcmap │ ├── WP-Symbol.bcmap │ ├── 78ms-RKSJ-H.bcmap │ ├── 78ms-RKSJ-V.bcmap │ ├── 83pv-RKSJ-H.bcmap │ ├── 90ms-RKSJ-H.bcmap │ ├── 90ms-RKSJ-V.bcmap │ ├── 90msp-RKSJ-H.bcmap │ ├── 90msp-RKSJ-V.bcmap │ ├── 90pv-RKSJ-H.bcmap │ ├── 90pv-RKSJ-V.bcmap │ ├── Add-RKSJ-H.bcmap │ ├── Add-RKSJ-V.bcmap │ ├── Adobe-CNS1-0.bcmap │ ├── Adobe-CNS1-1.bcmap │ ├── Adobe-CNS1-2.bcmap │ ├── Adobe-CNS1-3.bcmap │ ├── Adobe-CNS1-4.bcmap │ ├── Adobe-CNS1-5.bcmap │ ├── Adobe-CNS1-6.bcmap │ ├── Adobe-GB1-0.bcmap │ ├── Adobe-GB1-1.bcmap │ ├── Adobe-GB1-2.bcmap │ ├── Adobe-GB1-3.bcmap │ ├── Adobe-GB1-4.bcmap │ ├── Adobe-GB1-5.bcmap │ ├── ETenms-B5-H.bcmap │ ├── ETenms-B5-V.bcmap │ ├── Ext-RKSJ-H.bcmap │ ├── Ext-RKSJ-V.bcmap │ ├── GBKp-EUC-H.bcmap │ ├── GBKp-EUC-V.bcmap │ ├── GBTpc-EUC-H.bcmap │ ├── GBTpc-EUC-V.bcmap │ ├── GBpc-EUC-H.bcmap │ ├── GBpc-EUC-V.bcmap │ ├── HKdla-B5-H.bcmap │ ├── HKdla-B5-V.bcmap │ ├── HKdlb-B5-H.bcmap │ ├── HKdlb-B5-V.bcmap │ ├── HKgccs-B5-H.bcmap │ ├── HKgccs-B5-V.bcmap │ ├── HKm314-B5-H.bcmap │ ├── HKm314-B5-V.bcmap │ ├── HKm471-B5-H.bcmap │ ├── HKm471-B5-V.bcmap │ ├── HKscs-B5-H.bcmap │ ├── HKscs-B5-V.bcmap │ ├── KSC-Johab-H.bcmap │ ├── KSC-Johab-V.bcmap │ ├── KSCms-UHC-H.bcmap │ ├── KSCms-UHC-V.bcmap │ ├── KSCpc-EUC-H.bcmap │ ├── KSCpc-EUC-V.bcmap │ ├── UniGB-UCS2-H.bcmap │ ├── UniGB-UCS2-V.bcmap │ ├── UniGB-UTF8-H.bcmap │ ├── UniGB-UTF8-V.bcmap │ ├── UniKS-UCS2-H.bcmap │ ├── UniKS-UCS2-V.bcmap │ ├── UniKS-UTF8-H.bcmap │ ├── UniKS-UTF8-V.bcmap │ ├── Adobe-GB1-UCS2.bcmap │ ├── Adobe-Japan1-0.bcmap │ ├── Adobe-Japan1-1.bcmap │ ├── Adobe-Japan1-2.bcmap │ ├── Adobe-Japan1-3.bcmap │ ├── Adobe-Japan1-4.bcmap │ ├── Adobe-Japan1-5.bcmap │ ├── Adobe-Japan1-6.bcmap │ ├── Adobe-Korea1-0.bcmap │ ├── Adobe-Korea1-1.bcmap │ ├── Adobe-Korea1-2.bcmap │ ├── KSCms-UHC-HW-H.bcmap │ ├── KSCms-UHC-HW-V.bcmap │ ├── UniCNS-UCS2-H.bcmap │ ├── UniCNS-UCS2-V.bcmap │ ├── UniCNS-UTF16-H.bcmap │ ├── UniCNS-UTF16-V.bcmap │ ├── UniCNS-UTF32-H.bcmap │ ├── UniCNS-UTF32-V.bcmap │ ├── UniCNS-UTF8-H.bcmap │ ├── UniCNS-UTF8-V.bcmap │ ├── UniGB-UTF16-H.bcmap │ ├── UniGB-UTF16-V.bcmap │ ├── UniGB-UTF32-H.bcmap │ ├── UniGB-UTF32-V.bcmap │ ├── UniJIS-UCS2-H.bcmap │ ├── UniJIS-UCS2-V.bcmap │ ├── UniJIS-UTF16-H.bcmap │ ├── UniJIS-UTF16-V.bcmap │ ├── UniJIS-UTF32-H.bcmap │ ├── UniJIS-UTF32-V.bcmap │ ├── UniJIS-UTF8-H.bcmap │ ├── UniJIS-UTF8-V.bcmap │ ├── UniKS-UTF16-H.bcmap │ ├── UniKS-UTF16-V.bcmap │ ├── UniKS-UTF32-H.bcmap │ ├── UniKS-UTF32-V.bcmap │ ├── Adobe-CNS1-UCS2.bcmap │ ├── Adobe-Japan1-UCS2.bcmap │ ├── Adobe-Korea1-UCS2.bcmap │ ├── UniJIS-UCS2-HW-H.bcmap │ ├── UniJIS-UCS2-HW-V.bcmap │ ├── UniJIS2004-UTF8-H.bcmap │ ├── UniJIS2004-UTF8-V.bcmap │ ├── UniJISPro-UCS2-V.bcmap │ ├── UniJISPro-UTF8-V.bcmap │ ├── UniJIS2004-UTF16-H.bcmap │ ├── UniJIS2004-UTF16-V.bcmap │ ├── UniJIS2004-UTF32-H.bcmap │ ├── UniJIS2004-UTF32-V.bcmap │ ├── UniJISPro-UCS2-HW-V.bcmap │ ├── UniJISX0213-UTF32-H.bcmap │ ├── UniJISX0213-UTF32-V.bcmap │ ├── UniJISX02132004-UTF32-H.bcmap │ ├── UniJISX02132004-UTF32-V.bcmap │ └── LICENSE │ └── images │ ├── grab.cur │ ├── grabbing.cur │ ├── shadow.png │ ├── texture.png │ ├── loading-icon.gif │ ├── loading-small.png │ ├── findbarButton-next.png │ ├── loading-small@2x.png │ ├── treeitem-collapsed.png │ ├── treeitem-expanded.png │ ├── toolbarButton-pageUp.png │ ├── toolbarButton-print.png │ ├── toolbarButton-search.png │ ├── toolbarButton-zoomIn.png │ ├── treeitem-expanded@2x.png │ ├── findbarButton-next-rtl.png │ ├── findbarButton-next@2x.png │ ├── findbarButton-previous.png │ ├── toolbarButton-bookmark.png │ ├── toolbarButton-download.png │ ├── toolbarButton-openFile.png │ ├── toolbarButton-pageDown.png │ ├── toolbarButton-pageUp@2x.png │ ├── toolbarButton-print@2x.png │ ├── toolbarButton-search@2x.png │ ├── toolbarButton-zoomIn@2x.png │ ├── toolbarButton-zoomOut.png │ ├── treeitem-collapsed-rtl.png │ ├── treeitem-collapsed@2x.png │ ├── findbarButton-next-rtl@2x.png │ ├── findbarButton-previous@2x.png │ ├── toolbarButton-bookmark@2x.png │ ├── toolbarButton-download@2x.png │ ├── toolbarButton-menuArrows.png │ ├── toolbarButton-openFile@2x.png │ ├── toolbarButton-pageDown@2x.png │ ├── toolbarButton-pageUp-rtl.png │ ├── toolbarButton-viewOutline.png │ ├── toolbarButton-zoomOut@2x.png │ ├── treeitem-collapsed-rtl@2x.png │ ├── findbarButton-previous-rtl.png │ ├── toolbarButton-menuArrows@2x.png │ ├── toolbarButton-pageDown-rtl.png │ ├── toolbarButton-pageUp-rtl@2x.png │ ├── toolbarButton-sidebarToggle.png │ ├── toolbarButton-viewOutline@2x.png │ ├── toolbarButton-viewThumbnail.png │ ├── findbarButton-previous-rtl@2x.png │ ├── toolbarButton-pageDown-rtl@2x.png │ ├── toolbarButton-presentationMode.png │ ├── toolbarButton-sidebarToggle@2x.png │ ├── toolbarButton-viewAttachments.png │ ├── toolbarButton-viewOutline-rtl.png │ ├── toolbarButton-viewThumbnail@2x.png │ ├── secondaryToolbarButton-firstPage.png │ ├── secondaryToolbarButton-handTool.png │ ├── secondaryToolbarButton-lastPage.png │ ├── secondaryToolbarButton-rotateCcw.png │ ├── secondaryToolbarButton-rotateCw.png │ ├── secondaryToolbarButton-selectTool.png │ ├── secondaryToolbarButton-spreadEven.png │ ├── secondaryToolbarButton-spreadNone.png │ ├── secondaryToolbarButton-spreadOdd.png │ ├── toolbarButton-presentationMode@2x.png │ ├── toolbarButton-sidebarToggle-rtl.png │ ├── toolbarButton-viewAttachments@2x.png │ ├── toolbarButton-viewOutline-rtl@2x.png │ ├── secondaryToolbarButton-firstPage@2x.png │ ├── secondaryToolbarButton-handTool@2x.png │ ├── secondaryToolbarButton-lastPage@2x.png │ ├── secondaryToolbarButton-rotateCcw@2x.png │ ├── secondaryToolbarButton-rotateCw@2x.png │ ├── secondaryToolbarButton-spreadOdd@2x.png │ ├── toolbarButton-sidebarToggle-rtl@2x.png │ ├── secondaryToolbarButton-scrollVertical.png │ ├── secondaryToolbarButton-scrollWrapped.png │ ├── secondaryToolbarButton-selectTool@2x.png │ ├── secondaryToolbarButton-spreadEven@2x.png │ ├── secondaryToolbarButton-spreadNone@2x.png │ ├── toolbarButton-secondaryToolbarToggle.png │ ├── secondaryToolbarButton-scrollHorizontal.png │ ├── secondaryToolbarButton-scrollVertical@2x.png │ ├── secondaryToolbarButton-scrollWrapped@2x.png │ ├── toolbarButton-secondaryToolbarToggle-rtl.png │ ├── toolbarButton-secondaryToolbarToggle@2x.png │ ├── secondaryToolbarButton-documentProperties.png │ ├── secondaryToolbarButton-scrollHorizontal@2x.png │ ├── toolbarButton-secondaryToolbarToggle-rtl@2x.png │ ├── secondaryToolbarButton-documentProperties@2x.png │ ├── annotation-noicon.svg │ ├── annotation-insert.svg │ ├── annotation-check.svg │ ├── annotation-newparagraph.svg │ ├── annotation-comment.svg │ ├── annotation-paragraph.svg │ ├── annotation-note.svg │ ├── annotation-key.svg │ └── annotation-help.svg ├── widgets ├── alloy │ └── fonts │ │ ├── alloyeditor-atlas.eot │ │ ├── alloyeditor-atlas.ttf │ │ ├── alloyeditor-atlas.woff │ │ ├── alloyeditor-moono.eot │ │ ├── alloyeditor-moono.ttf │ │ ├── alloyeditor-moono.woff │ │ ├── alloyeditor-ocean.eot │ │ ├── alloyeditor-ocean.ttf │ │ ├── alloyeditor-ocean.woff │ │ ├── alloyeditor-default.eot │ │ ├── alloyeditor-default.ttf │ │ └── alloyeditor-default.woff └── selectivity │ └── LICENSE ├── nuxeo-document-permissions └── README.md ├── .eslintignore ├── test ├── .eslintrc.json └── index.html ├── polymer.json ├── nuxeo-data-table ├── data-table-icons.js ├── README.md ├── data-table-checkbox.js ├── data-table-row-detail.js ├── data-table-column-filter.js └── default-styles.js ├── LICENSE ├── nuxeo-layout-behavior.js ├── wct.conf.json ├── README.md ├── dataviz └── README.md ├── .eslintrc.json ├── actions └── nuxeo-action-button-styles.js ├── nuxeo-user-group-management └── nuxeo-view-user.html └── index.html /.npmignore: -------------------------------------------------------------------------------- 1 | /.* 2 | /test/ 3 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/favicon.ico -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | bower_components 2 | node_modules 3 | analysis.json 4 | coverage 5 | 6 | -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "nuxeo-ui-elements", 3 | "license": "Apache-2.0" 4 | } 5 | -------------------------------------------------------------------------------- /demo/nuxeo-pdf-viewer/sample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-pdf-viewer/sample.pdf -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/V.bcmap -------------------------------------------------------------------------------- /demo/nuxeo-image-viewer/sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-image-viewer/sample.png -------------------------------------------------------------------------------- /demo/nuxeo-video-viewer/poster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-video-viewer/poster.jpg -------------------------------------------------------------------------------- /demo/nuxeo-video-viewer/sample.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-video-viewer/sample.mp4 -------------------------------------------------------------------------------- /demo/nuxeo-video-viewer/sample.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-video-viewer/sample.ogg -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/78-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/78-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/78-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/78-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/B5-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/B5-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GB-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GB-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GB-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GB-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/grab.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/grab.cur -------------------------------------------------------------------------------- /demo/nuxeo-video-viewer/sample.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-video-viewer/sample.webm -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Add-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Add-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Add-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Add-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/B5pc-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/B5pc-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/B5pc-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/B5pc-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/CNS1-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/CNS1-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/CNS1-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/CNS1-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/CNS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/CNS2-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/CNS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/CNS2-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/EUC-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/EUC-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Ext-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Ext-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Ext-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Ext-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBK2K-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBK2K-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBK2K-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBK2K-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBT-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBT-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBT-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBT-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Hankaku.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Hankaku.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/KSC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/KSC-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/KSC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/KSC-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/NWP-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/NWP-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/NWP-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/NWP-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/RKSJ-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/RKSJ-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Roman.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Roman.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/grabbing.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/grabbing.cur -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/shadow.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/texture.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/78-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/78-EUC-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/78-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/78-EUC-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/78-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/78-RKSJ-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/78-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/78-RKSJ-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/CNS-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/CNS-EUC-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/CNS-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/CNS-EUC-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/ETHK-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/ETHK-B5-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/ETHK-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/ETHK-B5-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/ETen-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/ETen-B5-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/ETen-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/ETen-B5-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GB-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GB-EUC-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GB-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GB-EUC-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBK-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBK-EUC-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBK-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBK-EUC-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBT-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBT-EUC-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBT-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBT-EUC-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Hiragana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Hiragana.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/KSC-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/KSC-EUC-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/KSC-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/KSC-EUC-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Katakana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Katakana.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/WP-Symbol.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/WP-Symbol.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Add-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Add-RKSJ-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Add-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Add-RKSJ-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-GB1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-GB1-0.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-GB1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-GB1-1.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-GB1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-GB1-2.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-GB1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-GB1-3.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-GB1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-GB1-4.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-GB1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-GB1-5.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/ETenms-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/ETenms-B5-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/ETenms-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/ETenms-B5-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBKp-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBKp-EUC-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBKp-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBKp-EUC-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBpc-EUC-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/GBpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/GBpc-EUC-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/HKdla-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/HKdla-B5-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/HKdla-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/HKdla-B5-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/HKdlb-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/HKdlb-B5-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/HKdlb-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/HKdlb-B5-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/HKgccs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/HKgccs-B5-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/HKgccs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/HKgccs-B5-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/HKm314-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/HKm314-B5-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/HKm314-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/HKm314-B5-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/HKm471-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/HKm471-B5-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/HKm471-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/HKm471-B5-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/HKscs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/HKscs-B5-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/HKscs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/HKscs-B5-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/KSC-Johab-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/KSC-Johab-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/KSC-Johab-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/KSC-Johab-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/KSCms-UHC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/KSCms-UHC-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/KSCms-UHC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/KSCms-UHC-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/loading-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/loading-icon.gif -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/loading-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/loading-small.png -------------------------------------------------------------------------------- /widgets/alloy/fonts/alloyeditor-atlas.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/widgets/alloy/fonts/alloyeditor-atlas.eot -------------------------------------------------------------------------------- /widgets/alloy/fonts/alloyeditor-atlas.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/widgets/alloy/fonts/alloyeditor-atlas.ttf -------------------------------------------------------------------------------- /widgets/alloy/fonts/alloyeditor-atlas.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/widgets/alloy/fonts/alloyeditor-atlas.woff -------------------------------------------------------------------------------- /widgets/alloy/fonts/alloyeditor-moono.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/widgets/alloy/fonts/alloyeditor-moono.eot -------------------------------------------------------------------------------- /widgets/alloy/fonts/alloyeditor-moono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/widgets/alloy/fonts/alloyeditor-moono.ttf -------------------------------------------------------------------------------- /widgets/alloy/fonts/alloyeditor-moono.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/widgets/alloy/fonts/alloyeditor-moono.woff -------------------------------------------------------------------------------- /widgets/alloy/fonts/alloyeditor-ocean.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/widgets/alloy/fonts/alloyeditor-ocean.eot -------------------------------------------------------------------------------- /widgets/alloy/fonts/alloyeditor-ocean.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/widgets/alloy/fonts/alloyeditor-ocean.ttf -------------------------------------------------------------------------------- /widgets/alloy/fonts/alloyeditor-ocean.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/widgets/alloy/fonts/alloyeditor-ocean.woff -------------------------------------------------------------------------------- /demo/nuxeo-document-permissions/required.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-document-permissions/required.gif -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap -------------------------------------------------------------------------------- /widgets/alloy/fonts/alloyeditor-default.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/widgets/alloy/fonts/alloyeditor-default.eot -------------------------------------------------------------------------------- /widgets/alloy/fonts/alloyeditor-default.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/widgets/alloy/fonts/alloyeditor-default.ttf -------------------------------------------------------------------------------- /widgets/alloy/fonts/alloyeditor-default.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/widgets/alloy/fonts/alloyeditor-default.woff -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/findbarButton-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/findbarButton-next.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/loading-small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/loading-small@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/treeitem-collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/treeitem-collapsed.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/treeitem-expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/treeitem-expanded.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-pageUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-pageUp.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-print.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-search.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-zoomIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-zoomIn.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/treeitem-expanded@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/treeitem-expanded@2x.png -------------------------------------------------------------------------------- /demo/nuxeo-video-viewer/storyboard/0.00-seconds.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-video-viewer/storyboard/0.00-seconds.jpeg -------------------------------------------------------------------------------- /demo/nuxeo-video-viewer/storyboard/1.11-seconds.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-video-viewer/storyboard/1.11-seconds.jpeg -------------------------------------------------------------------------------- /demo/nuxeo-video-viewer/storyboard/2.23-seconds.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-video-viewer/storyboard/2.23-seconds.jpeg -------------------------------------------------------------------------------- /demo/nuxeo-video-viewer/storyboard/3.34-seconds.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-video-viewer/storyboard/3.34-seconds.jpeg -------------------------------------------------------------------------------- /demo/nuxeo-video-viewer/storyboard/4.46-seconds.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-video-viewer/storyboard/4.46-seconds.jpeg -------------------------------------------------------------------------------- /demo/nuxeo-video-viewer/storyboard/5.57-seconds.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-video-viewer/storyboard/5.57-seconds.jpeg -------------------------------------------------------------------------------- /demo/nuxeo-video-viewer/storyboard/6.69-seconds.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-video-viewer/storyboard/6.69-seconds.jpeg -------------------------------------------------------------------------------- /demo/nuxeo-video-viewer/storyboard/7.80-seconds.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-video-viewer/storyboard/7.80-seconds.jpeg -------------------------------------------------------------------------------- /demo/nuxeo-video-viewer/storyboard/8.92-seconds.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/demo/nuxeo-video-viewer/storyboard/8.92-seconds.jpeg -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/findbarButton-next-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/findbarButton-next-rtl.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/findbarButton-next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/findbarButton-next@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/findbarButton-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/findbarButton-previous.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-bookmark.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-download.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-openFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-openFile.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-pageDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-pageDown.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-pageUp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-pageUp@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-print@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-print@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-search@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-zoomIn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-zoomIn@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-zoomOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-zoomOut.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/treeitem-collapsed-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/treeitem-collapsed-rtl.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/treeitem-collapsed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/treeitem-collapsed@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/findbarButton-next-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/findbarButton-next-rtl@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/findbarButton-previous@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/findbarButton-previous@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-bookmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-bookmark@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-download@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-menuArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-menuArrows.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-openFile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-openFile@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-pageDown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-pageDown@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-pageUp-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-pageUp-rtl.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-viewOutline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-viewOutline.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-zoomOut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-zoomOut@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/treeitem-collapsed-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/treeitem-collapsed-rtl@2x.png -------------------------------------------------------------------------------- /nuxeo-document-permissions/README.md: -------------------------------------------------------------------------------- 1 | # About nuxeo-document-permissions 2 | 3 | **Nuxeo Document Permissions** is an element for managing document permissions in Nuxeo. 4 | -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/findbarButton-previous-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/findbarButton-previous-rtl.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-menuArrows@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-menuArrows@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-pageDown-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-pageDown-rtl.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-sidebarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-sidebarToggle.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-viewOutline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-viewOutline@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-viewThumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-viewThumbnail.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/findbarButton-previous-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/findbarButton-previous-rtl@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-presentationMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-presentationMode.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-viewAttachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-viewAttachments.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-viewOutline-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-viewOutline-rtl.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-firstPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-firstPage.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-handTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-handTool.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-lastPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-lastPage.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-rotateCw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-rotateCw.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-selectTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-selectTool.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-spreadEven.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-spreadEven.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-spreadNone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-spreadNone.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-spreadOdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-spreadOdd.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-presentationMode@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-presentationMode@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-viewAttachments@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-viewAttachments@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-spreadOdd@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-spreadOdd@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-scrollVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-scrollVertical.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-scrollWrapped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-scrollWrapped.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-selectTool@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-selectTool@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-spreadEven@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-spreadEven@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-spreadNone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-spreadNone@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-scrollVertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-scrollVertical@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-scrollWrapped@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-scrollWrapped@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-documentProperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-documentProperties.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxeo/nuxeo-ui-elements/HEAD/viewers/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/annotation-noicon.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /.eslintignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | coverage/ 3 | import-href.js 4 | nuxeo-icons.js 5 | widgets/alloy/ 6 | widgets/nuxeo-selectivity.js 7 | viewers/pdfjs 8 | dataviz/randomColor.js 9 | nuxeo-user-group-management/nuxeo-edit-user.html 10 | nuxeo-user-group-management/nuxeo-view-user.html 11 | -------------------------------------------------------------------------------- /test/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "env": { 3 | "mocha": true 4 | }, 5 | "globals": { 6 | "WCT": false, 7 | "sinon": true, 8 | "fixture": true, 9 | "expect": true, 10 | "assert": true, 11 | "MockInteractions": true, 12 | "login": true, 13 | "waitChanged": true, 14 | "waitForEvent": true, 15 | "flush": true 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /polymer.json: -------------------------------------------------------------------------------- 1 | { 2 | "entrypoint": "nuxeo-ui-elements.js", 3 | "lint": { 4 | "rules": ["polymer-3"], 5 | "ignoreWarnings" : [ 6 | "databind-with-unknown-property", 7 | "databinding-calls-must-be-functions", 8 | "polymer-expression-parse-error", 9 | "set-unknown-attribute", 10 | "undefined-elements", 11 | "unknown-polymer-behavior" 12 | ] 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/annotation-insert.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/annotation-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/annotation-newparagraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /nuxeo-data-table/data-table-icons.js: -------------------------------------------------------------------------------- 1 | import '@polymer/iron-iconset-svg/iron-iconset-svg.js'; 2 | 3 | const $_documentContainer = document.createElement('template'); // eslint-disable-line camelcase 4 | 5 | $_documentContainer.innerHTML = ` 6 | 7 | 8 | 9 | 10 | 11 | `; 12 | 13 | document.head.appendChild($_documentContainer.content); 14 | -------------------------------------------------------------------------------- /nuxeo-data-table/README.md: -------------------------------------------------------------------------------- 1 | # About nuxeo-data-table 2 | 3 | **Nuxeo data table** is derived from the [Saulis iron-data-table](https://github.com/Saulis/iron-data-table). 4 | 5 | It has been adapted to provide infinite scrolling on data retrieved from a [nuxeo-page-provider](https://github.com/nuxeo/nuxeo-elements/blob/master/nuxeo-page-provider.html) element passed as a parameter. 6 | 7 | Column filtering and sorting is also plugged to the [nuxeo-page-provider](https://github.com/nuxeo/nuxeo-elements/blob/master/nuxeo-page-provider.html)'s parameters and sorting feature. 8 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | @license 2 | (C) Copyright Nuxeo Corp. (http://nuxeo.com/) 3 | 4 | Licensed under the Apache License, Version 2.0 (the "License"); 5 | you may not use this file except in compliance with the License. 6 | You may obtain a copy of the License at 7 | 8 | http://www.apache.org/licenses/LICENSE-2.0 9 | 10 | Unless required by applicable law or agreed to in writing, software 11 | distributed under the License is distributed on an "AS IS" BASIS, 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | See the License for the specific language governing permissions and 14 | limitations under the License. 15 | -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/annotation-comment.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /nuxeo-layout-behavior.js: -------------------------------------------------------------------------------- 1 | /** 2 | @license 3 | (C) Copyright Nuxeo Corp. (http://nuxeo.com/) 4 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); 6 | you may not use this file except in compliance with the License. 7 | You may obtain a copy of the License at 8 | 9 | http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | Unless required by applicable law or agreed to in writing, software 12 | distributed under the License is distributed on an "AS IS" BASIS, 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | See the License for the specific language governing permissions and 15 | limitations under the License. 16 | */ 17 | import { RoutingBehavior } from './nuxeo-routing-behavior.js'; 18 | 19 | import { FiltersBehavior } from './nuxeo-filters-behavior.js'; 20 | import { FormatBehavior } from './nuxeo-format-behavior.js'; 21 | 22 | /** 23 | * @polymerBehavior Nuxeo.LayoutBehavior 24 | */ 25 | export const LayoutBehavior = [RoutingBehavior, FiltersBehavior, FormatBehavior]; 26 | -------------------------------------------------------------------------------- /widgets/selectivity/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2014-2016 Arend van Beelen jr. 4 | (c) 2016 Speakap BV 5 | 6 | Permission is hereby granted, free of charge, to any person obtaining a copy 7 | of this software and associated documentation files (the "Software"), to deal 8 | in the Software without restriction, including without limitation the rights 9 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10 | copies of the Software, and to permit persons to whom the Software is 11 | furnished to do so, subject to the following conditions: 12 | 13 | The above copyright notice and this permission notice shall be included in all 14 | copies or substantial portions of the Software. 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 22 | SOFTWARE. 23 | 24 | -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/annotation-paragraph.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/annotation-note.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 14 | 21 | 28 | 35 | 42 | 43 | -------------------------------------------------------------------------------- /wct.conf.json: -------------------------------------------------------------------------------- 1 | { 2 | "plugins": { 3 | "istanbul": { 4 | "dir": "./coverage", 5 | "reporters": ["text-summary", "lcov"], 6 | "include": [ 7 | "**/nuxeo-ui-elements/*.html" 8 | ], 9 | "exclude": [] 10 | }, 11 | "sauce": { 12 | "disabled": true, 13 | "browsers": [ 14 | { 15 | "browserName": "chrome", 16 | "platform": "Windows 10", 17 | "version": "latest" 18 | }, 19 | { 20 | "browserName": "firefox", 21 | "platform": "Windows 10", 22 | "version": "latest" 23 | }, 24 | { 25 | "browserName": "microsoftedge", 26 | "platform": "Windows 10", 27 | "version": "latest" 28 | }, 29 | { 30 | "browserName": "safari", 31 | "platform": "macOS 10.13", 32 | "version": "latest" 33 | }, 34 | { 35 | "browserName": "ipad", 36 | "platform": "iOS 11.3" 37 | }, 38 | { 39 | "browserName": "chrome", 40 | "platform": "android", 41 | "version": "7.1", 42 | "deviceName": "Android GoogleAPI Emulator", 43 | "deviceType": "tablet" 44 | } 45 | ] 46 | } 47 | } 48 | } 49 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 🚨 Moved to [`nuxeo/nuxeo-elements/ui`][1] 🚨 2 | 3 | The [`nuxeo/nuxeo-ui-elements`][2] repository was moved to the [`ui`][1] folder of the [`nuxeo-elements`][3] repository, which was converted into a *monorepo*. 4 | 5 | Work on this repository should only be done on maintenance branches. 6 | 7 | ## License 8 | 9 | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) (C) Copyright Nuxeo Corp. (http://nuxeo.com/) 10 | 11 | ## About Nuxeo 12 | Nuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at [www.nuxeo.com](http://www.nuxeo.com). 13 | 14 | [1]: https://github.com/nuxeo/nuxeo-elements/tree/master/ui 15 | [2]: https://github.com/nuxeo/nuxeo-ui-elements 16 | [3]: https://github.com/nuxeo/nuxeo-elements -------------------------------------------------------------------------------- /dataviz/README.md: -------------------------------------------------------------------------------- 1 | # About nuxeo-document-distribution-chart 2 | 3 | **Nuxeo Document Distribution Chart** is a Polymer element for displaying Document distribution of a Nuxeo repository within a sunurst chart built upon d3js. 4 | 5 | ## Requirements 6 | 7 | This element requires Nuxeo 8.4 platform or greater. 8 | 9 | This element needs the elasticsearch passthrough enabled. Add the following property in nuxeo.conf: 10 | 11 | elasticsearch.httpEnabled=true 12 | 13 | See [Documentation](https://doc.nuxeo.com/x/5Y_RAQ). 14 | 15 | ## Limitations 16 | 17 | The *size* mode does not properly take into account the size of the Versions of Documents. 18 | 19 | ##About Nuxeo 20 | Nuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at [www.nuxeo.com](http://www.nuxeo.com). 21 | -------------------------------------------------------------------------------- /demo/nuxeo-data-grid/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-data-grid 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /demo/nuxeo-data-list/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-data-list-demo 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /demo/nuxeo-data-table/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-data-table 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /demo/nuxeo-error/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-error 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /demo/nuxeo-html-editor/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-html-editor 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/annotation-key.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /demo/nuxeo-slots/nuxeo-alert-button.js: -------------------------------------------------------------------------------- 1 | /** 2 | @license 3 | (C) Copyright Nuxeo Corp. (http://nuxeo.com/) 4 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); 6 | you may not use this file except in compliance with the License. 7 | You may obtain a copy of the License at 8 | 9 | http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | Unless required by applicable law or agreed to in writing, software 12 | distributed under the License is distributed on an "AS IS" BASIS, 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | See the License for the specific language governing permissions and 15 | limitations under the License. 16 | */ 17 | import { PolymerElement } from '@polymer/polymer/polymer-element.js'; 18 | import '@polymer/paper-button/paper-button.js'; 19 | import { html } from '@polymer/polymer/lib/utils/html-tag.js'; 20 | 21 | { 22 | class AlertButtonDemo extends PolymerElement { 23 | static get template() { 24 | return html` 25 | 26 | 27 | 28 | `; 29 | } 30 | 31 | static get is() { 32 | return 'nuxeo-alert-button'; 33 | } 34 | 35 | static get properties() { 36 | return { 37 | message: { 38 | value: '', 39 | type: String, 40 | }, 41 | }; 42 | } 43 | 44 | _act() { 45 | alert(this.message); 46 | } 47 | } 48 | customElements.define(AlertButtonDemo.is, AlertButtonDemo); 49 | } 50 | -------------------------------------------------------------------------------- /demo/nuxeo-pdf-viewer/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-pdf-viewer 20 | 21 | 22 | 23 | 24 | 29 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /demo/nuxeo-user-tag/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-user-tag 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 33 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /demo/nuxeo-group-tag/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-group-tag 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 33 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /test/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /demo/nuxeo-path-suggestion/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-path-suggestion 20 | 21 | 22 | 23 | 24 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /nuxeo-data-table/data-table-checkbox.js: -------------------------------------------------------------------------------- 1 | /* Part of `nuxeo-data-table` */ 2 | /* 3 | FIXME(polymer-modulizer): the above comments were extracted 4 | from HTML and may be out of place here. Review them and 5 | then delete this comment! 6 | */ 7 | import { html } from '@polymer/polymer/lib/utils/html-tag.js'; 8 | import '@nuxeo/nuxeo-elements/nuxeo-element.js'; 9 | import '../widgets/nuxeo-checkmark.js'; 10 | 11 | { 12 | class DataTableCheckbox extends Nuxeo.Element { 13 | static get template() { 14 | return html` 15 | 39 | 40 | 41 | `; 42 | } 43 | 44 | static get is() { 45 | return 'nuxeo-data-table-checkbox'; 46 | } 47 | 48 | static get properties() { 49 | return { 50 | checked: { 51 | type: Boolean, 52 | reflectToAttribute: true, 53 | value: false, 54 | }, 55 | }; 56 | } 57 | } 58 | 59 | customElements.define(DataTableCheckbox.is, DataTableCheckbox); 60 | Nuxeo.DataTableChecbox = DataTableCheckbox; 61 | } 62 | -------------------------------------------------------------------------------- /demo/nuxeo-document-permissions/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-document-permissions 20 | 21 | 22 | 23 | 24 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /demo/nuxeo-user-group-management/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-user-group-management 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /demo/nuxeo-tag/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-tag 20 | 21 | 22 | 23 | 24 | 30 | 31 | 32 | 33 | 34 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "airbnb-base", 3 | "rules": { 4 | "arrow-body-style": ["error", "as-needed", { "requireReturnForObjectLiteral": true }], 5 | "arrow-parens": ["error", "always"], 6 | "class-methods-use-this": "off", 7 | "consistent-return": "off", 8 | "func-names": "off", 9 | "import/prefer-default-export": "off", 10 | "import/extensions": "off", 11 | "max-len": ["error", 120, 2, { 12 | "ignoreUrls": true, 13 | "ignoreComments": false 14 | }], 15 | "no-alert": "off", 16 | "no-cond-assign": "off", 17 | "no-console": "off", 18 | "no-else-return": "off", 19 | "no-mixed-operators": "off", 20 | "no-multi-assign": "off", 21 | "no-param-reassign": "off", 22 | "no-plusplus": "off", 23 | "no-restricted-globals": ["off", "confirm"], 24 | "no-sequences" : "off", 25 | "no-underscore-dangle": "off", 26 | "no-use-before-define": ["error", { "functions": false }], 27 | "object-curly-spacing": "off", 28 | "padded-blocks": "off", 29 | "prefer-destructuring" : "off", 30 | "require-jsdoc": "off", 31 | "valid-jsdoc": "off" 32 | }, 33 | "env": { 34 | "browser": true 35 | }, 36 | "plugins": [ 37 | "html" 38 | ], 39 | "settings": { 40 | "html/indent": "+2", 41 | "html/report-bad-indent": "error" 42 | }, 43 | "globals": { 44 | "Polymer": false, 45 | "Promise": false, 46 | "Nuxeo": false, 47 | "moment": false, 48 | "XHRLocaleResolver": false, 49 | "Cropper": false, 50 | "randomColor": false, 51 | "d3": false, 52 | "AlloyEditor": false, 53 | "CKEDITOR": false, 54 | "Selectivity": false, 55 | "saulis": false 56 | }, 57 | "parser": "babel-eslint" 58 | } 59 | -------------------------------------------------------------------------------- /demo/nuxeo-image-viewer/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-image-viewer Demo 20 | 21 | 22 | 23 | 24 | 29 | 30 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /nuxeo-data-table/data-table-row-detail.js: -------------------------------------------------------------------------------- 1 | /* Part of `nuxeo-data-table` */ 2 | /* 3 | FIXME(polymer-modulizer): the above comments were extracted 4 | from HTML and may be out of place here. Review them and 5 | then delete this comment! 6 | */ 7 | import { mixinBehaviors } from '@polymer/polymer/lib/legacy/class.js'; 8 | import '@nuxeo/nuxeo-elements/nuxeo-element.js'; 9 | import './data-table-templatizer-behavior.js'; 10 | 11 | const $_documentContainer = document.createElement('template'); // eslint-disable-line camelcase 12 | $_documentContainer.innerHTML = ` 13 | 23 | 24 | `; 25 | 26 | document.head.appendChild($_documentContainer.content); 27 | { 28 | class DataTableRowDetail extends mixinBehaviors([saulis.DataTableTemplatizerBehavior], Nuxeo.Element) { 29 | 30 | static get is() { 31 | return 'nuxeo-data-table-row-detail'; 32 | } 33 | 34 | static get properties() { 35 | return { 36 | beforeBind: Object, 37 | }; 38 | } 39 | 40 | static get observers() { 41 | return [ 42 | '_beforeBind(beforeBind, item.*, index, selected, expanded)', 43 | ]; 44 | } 45 | 46 | _beforeBind(beforeBind, item, index, selected, expanded) { 47 | beforeBind({ 48 | index, 49 | item: item.base, 50 | expanded, 51 | selected, 52 | }, this); 53 | } 54 | 55 | } 56 | 57 | customElements.define(DataTableRowDetail.is, DataTableRowDetail); 58 | Nuxeo.DataTableRowDetail = DataTableRowDetail; 59 | } 60 | -------------------------------------------------------------------------------- /demo/nuxeo-document-permissions/style.css: -------------------------------------------------------------------------------- 1 | 2 | .bubbleBox { 3 | background-color: #fff; 4 | border: 1px solid #eee; 5 | border-radius: 3px; 6 | display: block; 7 | margin: 0 1em 1em 0; 8 | padding: 0 1em 1em; 9 | } 10 | .bubbleHeader { 11 | border-color: #e6e9ef; 12 | border-style: none none solid; 13 | border-width: 1px; 14 | margin: 0 0 1em; 15 | overflow: hidden; 16 | padding: 0.8em 0; 17 | white-space: nowrap; 18 | } 19 | .bubbleHeader h3 { 20 | float: left; 21 | color: #213f7d; 22 | font-weight: bold; 23 | line-height: normal; 24 | border: 0; 25 | display: inline-block; 26 | margin: 0; 27 | padding: 0.3em 0; 28 | } 29 | .bubbleHeader paper-button { 30 | float: right; 31 | } 32 | paper-button { 33 | border: 1px solid #aaa; 34 | font-weight: bold; 35 | padding: 0.35em 0.8em; 36 | text-transform: none; 37 | } 38 | .tag { 39 | background: none #f3f6f9; 40 | border-radius: 16px; 41 | color: #333; 42 | display: inline-block; 43 | font-size: 13px !important; 44 | line-height: inherit; 45 | margin: 0 0.3em 0.5em 0; 46 | padding: 0.1em 0.8em 0.2em; 47 | text-decoration: none; 48 | transition: none; 49 | } 50 | input { 51 | width: 100%; 52 | line-height: 1.4em; 53 | padding: 0.5em; 54 | } 55 | 56 | .required { 57 | background: transparent url('required.gif') top right / 7px no-repeat; 58 | padding: 0 1em 0 0; 59 | } 60 | 61 | .label { 62 | margin: 0 0.5em; 63 | vertical-align: bottom; 64 | border-radius: 3px; 65 | color: #fff; 66 | font-size: .9em; 67 | font-weight: bold; 68 | line-height: 130%; 69 | padding: 0.06em 0.3em; 70 | text-transform: uppercase; 71 | white-space: nowrap; 72 | } 73 | 74 | .label-warning, .chip-warning { 75 | background-color: #ffa939; 76 | } 77 | -------------------------------------------------------------------------------- /demo/nuxeo-date-picker/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-date-picker 20 | 21 | 22 | 23 | 24 | 25 | 30 | 35 | 36 | 37 | 38 | 39 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /demo/nuxeo-tags/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-tags 20 | 21 | 22 | 23 | 24 | 30 | 31 | 32 | 33 | 34 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /demo/nuxeo-preview-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-preview-button 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /demo/nuxeo-download-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-download-button 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /demo/nuxeo-export-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-export-button 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /demo/nuxeo-share-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-share-button 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /demo/nuxeo-add-to-collection-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-add-to-collection-button 20 | 21 | 22 | 23 | 24 | 30 | 31 | 32 | 33 | 34 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /demo/nuxeo-user-avatar/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-user-avatar 20 | 21 | 22 | 23 | 24 | 30 | 31 | 32 | 33 | 34 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /actions/nuxeo-action-button-styles.js: -------------------------------------------------------------------------------- 1 | /** 2 | @license 3 | (C) Copyright Nuxeo Corp. (http://nuxeo.com/) 4 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); 6 | you may not use this file except in compliance with the License. 7 | You may obtain a copy of the License at 8 | 9 | http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | Unless required by applicable law or agreed to in writing, software 12 | distributed under the License is distributed on an "AS IS" BASIS, 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | See the License for the specific language governing permissions and 15 | limitations under the License. 16 | */ 17 | /* 18 | Styles module to be used by action elements. 19 | 20 | Custom property | Description | Default 21 | ----------------|-------------|---------- 22 | `--nuxeo-action-button` | Mixin applied to the action element | { display: inline-block; } 23 | `--nuxeo-action-button-label` | Mixin applied to action label | {} 24 | */ 25 | /* 26 | FIXME(polymer-modulizer): the above comments were extracted 27 | from HTML and may be out of place here. Review them and 28 | then delete this comment! 29 | */ 30 | import '@polymer/polymer/polymer-legacy.js'; 31 | 32 | const $_documentContainer = document.createElement('template'); // eslint-disable-line camelcase 33 | 34 | $_documentContainer.innerHTML = ` 35 | 53 | `; 54 | 55 | document.head.appendChild($_documentContainer.content); 56 | -------------------------------------------------------------------------------- /demo/nuxeo-delete-blob-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-delete-blob-button 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /demo/nuxeo-lock-toggle-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-lock-toggle-button 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /demo/nuxeo-untrash-document-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-untrash-document-button 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /demo/nuxeo-workflow-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-workflow-button 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /nuxeo-data-table/data-table-column-filter.js: -------------------------------------------------------------------------------- 1 | /* Part of `nuxeo-data-table` */ 2 | /* 3 | FIXME(polymer-modulizer): the above comments were extracted 4 | from HTML and may be out of place here. Review them and 5 | then delete this comment! 6 | */ 7 | import '@nuxeo/nuxeo-elements/nuxeo-element.js'; 8 | import { timeOut } from '@polymer/polymer/lib/utils/async.js'; 9 | import { Debouncer } from '@polymer/polymer/lib/utils/debounce.js'; 10 | import '@polymer/paper-input/paper-input.js'; 11 | import { html } from '@polymer/polymer/lib/utils/html-tag.js'; 12 | 13 | { 14 | class DataTableColumnFilter extends Nuxeo.Element { 15 | static get template() { 16 | return html` 17 | 27 | 28 | `; 29 | } 30 | 31 | static get is() { 32 | return 'nuxeo-data-table-column-filter'; 33 | } 34 | 35 | static get properties() { 36 | return { 37 | label: String, 38 | value: { 39 | type: String, 40 | notify: true, 41 | }, 42 | hidden: Boolean, 43 | }; 44 | } 45 | 46 | _valueChanged(e) { 47 | // store value in a variable, referring to e.detail.value inside the debounce 48 | // function results in weird outcomes. event object might be reused by Polymer? 49 | const value = e.detail.value; 50 | this._debouncer = Debouncer.debounce(this._debouncer, timeOut.after(250), () => { 51 | this.value = value; 52 | }); 53 | } 54 | } 55 | 56 | customElements.define(DataTableColumnFilter.is, DataTableColumnFilter); 57 | Nuxeo.DataTableColumnFilter = DataTableColumnFilter; 58 | } 59 | -------------------------------------------------------------------------------- /demo/nuxeo-favorites-toggle-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-favorites-toggle-button 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /demo/nuxeo-document-distribution-chart/index.html: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 20 | nuxeo-document-distribution-chart 21 | 22 | 23 | 24 | 25 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /demo/nuxeo-move-documents-up-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-move-documents-up-button 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /demo/nuxeo-move-documents-down-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-move-documents-down-button 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /demo/nuxeo-notifications-toggle-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-notifications-toggle-button 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /nuxeo-user-group-management/nuxeo-view-user.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 30 | 31 | 48 | 49 | 64 | -------------------------------------------------------------------------------- /nuxeo-data-table/default-styles.js: -------------------------------------------------------------------------------- 1 | const $_documentContainer = document.createElement('template'); // eslint-disable-line camelcase 2 | 3 | $_documentContainer.innerHTML = ` 4 | 60 | `; 61 | 62 | document.head.appendChild($_documentContainer.content); 63 | -------------------------------------------------------------------------------- /demo/nuxeo-document-preview/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-document-preview 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 36 | 52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /demo/nuxeo-directory-radio-group/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-directory-radio-group 20 | 21 | 22 | 23 | 24 | 30 | 31 | 32 | 33 | 34 | 50 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /demo/nuxeo-user-suggestion/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-user-suggestion 20 | 21 | 22 | 23 | 24 | 30 | 31 | 32 | 33 | 34 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /demo/nuxeo-select/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-select 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 33 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /demo/nuxeo-user-group-latest/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-user-group-latest 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /demo/nuxeo-document-suggestion/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-document-suggestion 20 | 21 | 22 | 23 | 24 | 30 | 31 | 32 | 33 | 34 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /demo/nuxeo-card/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-card 20 | 21 | 22 | 23 | 24 | 30 | 31 | 32 | 33 | 34 | Content here 35 | 36 | 37 | 38 | Content here 39 | 40 | 41 | 42 | 43 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 44 | Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. 45 | Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 46 | 47 | 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /demo/nuxeo-quick-filters/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-quick-filters 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /demo/nuxeo-delete-document-button/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-delete-document-button 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 50 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /demo/nuxeo-pagination-controls/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-pagination-controls 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /demo/nuxeo-file/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-file 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 33 | 53 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /viewers/pdfjs/web/cmaps/LICENSE: -------------------------------------------------------------------------------- 1 | %%Copyright: ----------------------------------------------------------- 2 | %%Copyright: Copyright 1990-2009 Adobe Systems Incorporated. 3 | %%Copyright: All rights reserved. 4 | %%Copyright: 5 | %%Copyright: Redistribution and use in source and binary forms, with or 6 | %%Copyright: without modification, are permitted provided that the 7 | %%Copyright: following conditions are met: 8 | %%Copyright: 9 | %%Copyright: Redistributions of source code must retain the above 10 | %%Copyright: copyright notice, this list of conditions and the following 11 | %%Copyright: disclaimer. 12 | %%Copyright: 13 | %%Copyright: Redistributions in binary form must reproduce the above 14 | %%Copyright: copyright notice, this list of conditions and the following 15 | %%Copyright: disclaimer in the documentation and/or other materials 16 | %%Copyright: provided with the distribution. 17 | %%Copyright: 18 | %%Copyright: Neither the name of Adobe Systems Incorporated nor the names 19 | %%Copyright: of its contributors may be used to endorse or promote 20 | %%Copyright: products derived from this software without specific prior 21 | %%Copyright: written permission. 22 | %%Copyright: 23 | %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 24 | %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 25 | %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 26 | %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 27 | %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 28 | %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 29 | %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 30 | %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 31 | %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 32 | %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 33 | %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 34 | %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 35 | %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36 | %%Copyright: ----------------------------------------------------------- 37 | -------------------------------------------------------------------------------- /demo/nuxeo-aggregation-navigation/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-aggregation-navigation 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /demo/nuxeo-tag-suggestion/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-tag-suggestion 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /demo/nuxeo-textarea/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-textarea 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /demo/nuxeo-checkbox-aggregation/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-checkbox-aggregation 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 53 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /demo/nuxeo-date/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-date 20 | 21 | 22 | 23 | 24 | 25 | 31 | 40 | 41 | 42 | 43 | 44 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /viewers/pdfjs/web/images/annotation-help.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 16 | 18 | 21 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Nuxeo UI Elements 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 40 | 41 | 42 | 43 |
44 | 45 |
46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /demo/nuxeo-data-grid/nuxeo-data-grid-demo.js: -------------------------------------------------------------------------------- 1 | /** 2 | @license 3 | (C) Copyright Nuxeo Corp. (http://nuxeo.com/) 4 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); 6 | you may not use this file except in compliance with the License. 7 | You may obtain a copy of the License at 8 | 9 | http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | Unless required by applicable law or agreed to in writing, software 12 | distributed under the License is distributed on an "AS IS" BASIS, 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | See the License for the specific language governing permissions and 15 | limitations under the License. 16 | */ 17 | import { html } from '@polymer/polymer/lib/utils/html-tag.js'; 18 | import { PolymerElement } from '@polymer/polymer/polymer-element.js'; 19 | import '@nuxeo/nuxeo-elements/nuxeo-connection.js'; 20 | import '@nuxeo/nuxeo-elements/nuxeo-page-provider.js'; 21 | import '../../nuxeo-data-grid/nuxeo-data-grid.js'; 22 | 23 | { 24 | class DataGridDemo extends PolymerElement { 25 | static get template() { 26 | return html` 27 | 37 | 38 | 39 | 40 | 46 | 47 | 48 | 49 | 52 | 53 | `; 54 | } 55 | 56 | static get is() { 57 | return 'nuxeo-data-grid-demo'; 58 | } 59 | 60 | ready() { 61 | super.ready(); 62 | this.$.grid.fetch(); 63 | } 64 | 65 | _url(doc) { 66 | return doc && doc.contextParameters && doc.contextParameters.thumbnail && doc.contextParameters.thumbnail.url 67 | ? doc.contextParameters.thumbnail.url : ''; 68 | } 69 | } 70 | customElements.define(DataGridDemo.is, DataGridDemo); 71 | } 72 | -------------------------------------------------------------------------------- /demo/nuxeo-directory-checkbox/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-directory-checkbox 20 | 21 | 22 | 23 | 24 | 30 | 31 | 32 | 33 | 34 | 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /demo/nuxeo-input/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-input 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /demo/nuxeo-tooltip/index.html: -------------------------------------------------------------------------------- 1 | 17 | 18 | 19 | nuxeo-tooltip 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 33 | 56 | 57 | 58 | 59 | --------------------------------------------------------------------------------