fix trailing
2
.github/workflows/check_translations.yaml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
sudo apt-get install gettext
|
sudo apt-get install gettext
|
||||||
pip3 install invoke
|
pip3 install invoke
|
||||||
invoke install
|
invoke install
|
||||||
- name: Test Translations
|
- name: Test Translations
|
||||||
run: invoke translate
|
run: invoke translate
|
||||||
- name: Check Migration Files
|
- name: Check Migration Files
|
||||||
run: python3 ci/check_migration_files.py
|
run: python3 ci/check_migration_files.py
|
||||||
|
2
.github/workflows/qc_checks.yaml
vendored
@ -197,7 +197,7 @@ jobs:
|
|||||||
invoke migrate
|
invoke migrate
|
||||||
invoke import-records -f data.json
|
invoke import-records -f data.json
|
||||||
invoke import-records -f data.json
|
invoke import-records -f data.json
|
||||||
- name: Test Translations
|
- name: Test Translations
|
||||||
run: invoke translate
|
run: invoke translate
|
||||||
- name: Check Migration Files
|
- name: Check Migration Files
|
||||||
run: python3 ci/check_migration_files.py
|
run: python3 ci/check_migration_files.py
|
||||||
|
@ -29,7 +29,7 @@ tasks:
|
|||||||
git clone https://github.com/inventree/demo-dataset /workspace/InvenTree/inventree-data
|
git clone https://github.com/inventree/demo-dataset /workspace/InvenTree/inventree-data
|
||||||
invoke delete-data -f
|
invoke delete-data -f
|
||||||
invoke import-records -f /workspace/InvenTree/inventree-data/inventree_data.json
|
invoke import-records -f /workspace/InvenTree/inventree-data/inventree_data.json
|
||||||
|
|
||||||
inv server
|
inv server
|
||||||
|
|
||||||
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
|
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
|
||||||
|
@ -2,7 +2,7 @@ Please read the contribution guidelines below, before submitting your first pull
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
Please run `invoke setup_dev` in the root directory of your InvenTree code base to set up your development setup before starting to contribute. This will install and set up pre-commit to run some checks before each commit and help reduce the style errors.
|
Please run `invoke setup_dev` in the root directory of your InvenTree code base to set up your development setup before starting to contribute. This will install and set up pre-commit to run some checks before each commit and help reduce the style errors.
|
||||||
|
|
||||||
## Branches and Versioning
|
## Branches and Versioning
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ The various github actions can be found in the `./github/workflows` directory
|
|||||||
|
|
||||||
## Code Style
|
## Code Style
|
||||||
|
|
||||||
Sumbitted Python code is automatically checked against PEP style guidelines. Locally you can run `invoke style` to ensure the style checks will pass, before submitting the PR.
|
Sumbitted Python code is automatically checked against PEP style guidelines. Locally you can run `invoke style` to ensure the style checks will pass, before submitting the PR.
|
||||||
Please write docstrings for each function and class - we follow the [google doc-style](https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings) for python. Docstrings for general javascript code is encouraged! Docstyles are checked by `invoke style`.
|
Please write docstrings for each function and class - we follow the [google doc-style](https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings) for python. Docstrings for general javascript code is encouraged! Docstyles are checked by `invoke style`.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
@ -166,4 +166,3 @@ The tags describe issues and PRs in multiple areas:
|
|||||||
| | docker | Docker / docker-compose |
|
| | docker | Docker / docker-compose |
|
||||||
| | CI | CI / unit testing ecosystem |
|
| | CI | CI / unit testing ecosystem |
|
||||||
| | setup | Relates to the InvenTree setup / installation process |
|
| | setup | Relates to the InvenTree setup / installation process |
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/* =========================================================
|
/* =========================================================
|
||||||
* bootstrap-treeview.css v1.2.0
|
* bootstrap-treeview.css v1.2.0
|
||||||
* =========================================================
|
* =========================================================
|
||||||
* Copyright 2013 Jonathan Miles
|
* Copyright 2013 Jonathan Miles
|
||||||
* Project URL : http://www.jondmiles.com/bootstrap-treeview
|
* Project URL : http://www.jondmiles.com/bootstrap-treeview
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
@ -34,4 +34,4 @@
|
|||||||
.treeview .node-disabled {
|
.treeview .node-disabled {
|
||||||
color: silver;
|
color: silver;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
@ -104,7 +104,7 @@ select:-webkit-autofill {
|
|||||||
fill: rgb(232, 230, 227);
|
fill: rgb(232, 230, 227);
|
||||||
}
|
}
|
||||||
.fad.fa-inverse {
|
.fad.fa-inverse {
|
||||||
color: rgb(232, 230, 227);
|
color: rgb(232, 230, 227);
|
||||||
}
|
}
|
||||||
:root {
|
:root {
|
||||||
--bs-blue: #0d6efd; --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pink: #d63384; --bs-red: #dc3545; --bs-orange: #fd7e14; --bs-yellow: #ffc107; --bs-green: #198754; --bs-teal: #20c997; --bs-cyan: #0dcaf0; --bs-white: #fff; --bs-gray: #6c757d; --bs-gray-dark: #343a40; --bs-gray-100: #f8f9fa; --bs-gray-200: #e9ecef; --bs-gray-300: #dee2e6; --bs-gray-400: #ced4da; --bs-gray-500: #adb5bd; --bs-gray-600: #6c757d; --bs-gray-700: #495057; --bs-gray-800: #343a40; --bs-gray-900: #212529; --bs-primary: #0d6efd; --bs-secondary: #6c757d; --bs-success: #198754; --bs-info: #0dcaf0; --bs-warning: #ffc107; --bs-danger: #dc3545; --bs-light: #f8f9fa; --bs-dark: #212529; --darkreader-bg--bs-primary-rgb: 13,110,253; --darkreader-text--bs-primary-rgb: 13,110,253; --darkreader-bg--bs-secondary-rgb: 108,117,125; --darkreader-text--bs-secondary-rgb: 108,117,125; --darkreader-bg--bs-success-rgb: 25,135,84; --darkreader-text--bs-success-rgb: 25,135,84; --darkreader-bg--bs-info-rgb: 13,202,240; --darkreader-text--bs-info-rgb: 13,202,240; --darkreader-bg--bs-warning-rgb: 255,193,7; --darkreader-text--bs-warning-rgb: 255,193,7; --darkreader-bg--bs-danger-rgb: 220,53,69; --darkreader-text--bs-danger-rgb: 220,53,69; --darkreader-bg--bs-light-rgb: 248,249,250; --darkreader-text--bs-light-rgb: 248,249,250; --darkreader-bg--bs-dark-rgb: 33,37,41; --darkreader-text--bs-dark-rgb: 33,37,41; --darkreader-bg--bs-white-rgb: 255,255,255; --darkreader-text--bs-white-rgb: 255,255,255; --darkreader-bg--bs-black-rgb: 0,0,0; --darkreader-text--bs-black-rgb: 0,0,0; --darkreader-text--bs-body-color-rgb: 33,37,41; --darkreader-bg--bs-body-bg-rgb: 255,255,255; --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",
|
--bs-blue: #0d6efd; --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pink: #d63384; --bs-red: #dc3545; --bs-orange: #fd7e14; --bs-yellow: #ffc107; --bs-green: #198754; --bs-teal: #20c997; --bs-cyan: #0dcaf0; --bs-white: #fff; --bs-gray: #6c757d; --bs-gray-dark: #343a40; --bs-gray-100: #f8f9fa; --bs-gray-200: #e9ecef; --bs-gray-300: #dee2e6; --bs-gray-400: #ced4da; --bs-gray-500: #adb5bd; --bs-gray-600: #6c757d; --bs-gray-700: #495057; --bs-gray-800: #343a40; --bs-gray-900: #212529; --bs-primary: #0d6efd; --bs-secondary: #6c757d; --bs-success: #198754; --bs-info: #0dcaf0; --bs-warning: #ffc107; --bs-danger: #dc3545; --bs-light: #f8f9fa; --bs-dark: #212529; --darkreader-bg--bs-primary-rgb: 13,110,253; --darkreader-text--bs-primary-rgb: 13,110,253; --darkreader-bg--bs-secondary-rgb: 108,117,125; --darkreader-text--bs-secondary-rgb: 108,117,125; --darkreader-bg--bs-success-rgb: 25,135,84; --darkreader-text--bs-success-rgb: 25,135,84; --darkreader-bg--bs-info-rgb: 13,202,240; --darkreader-text--bs-info-rgb: 13,202,240; --darkreader-bg--bs-warning-rgb: 255,193,7; --darkreader-text--bs-warning-rgb: 255,193,7; --darkreader-bg--bs-danger-rgb: 220,53,69; --darkreader-text--bs-danger-rgb: 220,53,69; --darkreader-bg--bs-light-rgb: 248,249,250; --darkreader-text--bs-light-rgb: 248,249,250; --darkreader-bg--bs-dark-rgb: 33,37,41; --darkreader-text--bs-dark-rgb: 33,37,41; --darkreader-bg--bs-white-rgb: 255,255,255; --darkreader-text--bs-white-rgb: 255,255,255; --darkreader-bg--bs-black-rgb: 0,0,0; --darkreader-text--bs-black-rgb: 0,0,0; --darkreader-text--bs-body-color-rgb: 33,37,41; --darkreader-bg--bs-body-bg-rgb: 255,255,255; --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",
|
||||||
@ -701,13 +701,13 @@ iframe {
|
|||||||
}
|
}
|
||||||
.form-check-input:checked {
|
.form-check-input:checked {
|
||||||
background-color: rgb(2, 80, 196);
|
background-color: rgb(2, 80, 196);
|
||||||
border-color: rgb(1, 71, 174);
|
border-color: rgb(1, 71, 174);
|
||||||
}
|
}
|
||||||
.form-check-input:checked[type="checkbox"] {
|
.form-check-input:checked[type="checkbox"] {
|
||||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
|
||||||
}
|
}
|
||||||
.form-check-input:checked[type="radio"] {
|
.form-check-input:checked[type="radio"] {
|
||||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
|
||||||
}
|
}
|
||||||
.form-check-input[type="checkbox"]:indeterminate {
|
.form-check-input[type="checkbox"]:indeterminate {
|
||||||
background-color: rgb(2, 80, 196);
|
background-color: rgb(2, 80, 196);
|
||||||
@ -2211,26 +2211,26 @@ iframe {
|
|||||||
}
|
}
|
||||||
@media (max-width: 1399.98px) {
|
@media (max-width: 1399.98px) {
|
||||||
.modal-fullscreen-xxl-down .modal-content {
|
.modal-fullscreen-xxl-down .modal-content {
|
||||||
border-color: initial;
|
border-color: initial;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tooltip {
|
.tooltip {
|
||||||
text-decoration-color: initial; text-shadow: none;
|
text-decoration-color: initial; text-shadow: none;
|
||||||
}
|
}
|
||||||
.tooltip .tooltip-arrow::before {
|
.tooltip .tooltip-arrow::before {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
|
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
|
||||||
.bs-tooltip-top .tooltip-arrow::before {
|
.bs-tooltip-top .tooltip-arrow::before {
|
||||||
border-top-color: rgb(140, 130, 115);
|
border-top-color: rgb(140, 130, 115);
|
||||||
}
|
}
|
||||||
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
|
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
|
||||||
.bs-tooltip-end .tooltip-arrow::before {
|
.bs-tooltip-end .tooltip-arrow::before {
|
||||||
border-right-color: rgb(140, 130, 115);
|
border-right-color: rgb(140, 130, 115);
|
||||||
}
|
}
|
||||||
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
|
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
|
||||||
.bs-tooltip-bottom .tooltip-arrow::before {
|
.bs-tooltip-bottom .tooltip-arrow::before {
|
||||||
border-bottom-color: rgb(140, 130, 115);
|
border-bottom-color: rgb(140, 130, 115);
|
||||||
}
|
}
|
||||||
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
|
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
|
||||||
.bs-tooltip-start .tooltip-arrow::before {
|
.bs-tooltip-start .tooltip-arrow::before {
|
||||||
@ -2244,42 +2244,42 @@ iframe {
|
|||||||
text-decoration-color: initial;
|
text-decoration-color: initial;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
background-color: rgb(24, 26, 27);
|
background-color: rgb(24, 26, 27);
|
||||||
border-color: rgba(140, 130, 115, 0.2);
|
border-color: rgba(140, 130, 115, 0.2);
|
||||||
}
|
}
|
||||||
.popover .popover-arrow::after, .popover .popover-arrow::before {
|
.popover .popover-arrow::after, .popover .popover-arrow::before {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
|
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
|
||||||
.bs-popover-top > .popover-arrow::before {
|
.bs-popover-top > .popover-arrow::before {
|
||||||
border-top-color: rgba(140, 130, 115, 0.25);
|
border-top-color: rgba(140, 130, 115, 0.25);
|
||||||
}
|
}
|
||||||
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
|
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
|
||||||
.bs-popover-top > .popover-arrow::after {
|
.bs-popover-top > .popover-arrow::after {
|
||||||
border-top-color: rgb(48, 52, 54);
|
border-top-color: rgb(48, 52, 54);
|
||||||
}
|
}
|
||||||
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
|
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
|
||||||
.bs-popover-end > .popover-arrow::before {
|
.bs-popover-end > .popover-arrow::before {
|
||||||
border-right-color: rgba(140, 130, 115, 0.25);
|
border-right-color: rgba(140, 130, 115, 0.25);
|
||||||
}
|
}
|
||||||
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
|
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
|
||||||
.bs-popover-end > .popover-arrow::after {
|
.bs-popover-end > .popover-arrow::after {
|
||||||
border-right-color: rgb(48, 52, 54);
|
border-right-color: rgb(48, 52, 54);
|
||||||
}
|
}
|
||||||
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
|
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
|
||||||
.bs-popover-bottom > .popover-arrow::before {
|
.bs-popover-bottom > .popover-arrow::before {
|
||||||
border-bottom-color: rgba(140, 130, 115, 0.25);
|
border-bottom-color: rgba(140, 130, 115, 0.25);
|
||||||
}
|
}
|
||||||
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
|
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
|
||||||
.bs-popover-bottom > .popover-arrow::after {
|
.bs-popover-bottom > .popover-arrow::after {
|
||||||
border-bottom-color: rgb(48, 52, 54);
|
border-bottom-color: rgb(48, 52, 54);
|
||||||
}
|
}
|
||||||
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
|
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
|
||||||
.bs-popover-bottom .popover-header::before {
|
.bs-popover-bottom .popover-header::before {
|
||||||
border-bottom-color: rgb(52, 57, 59);
|
border-bottom-color: rgb(52, 57, 59);
|
||||||
}
|
}
|
||||||
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
|
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
|
||||||
.bs-popover-start > .popover-arrow::before {
|
.bs-popover-start > .popover-arrow::before {
|
||||||
border-left-color: rgba(140, 130, 115, 0.25);
|
border-left-color: rgba(140, 130, 115, 0.25);
|
||||||
}
|
}
|
||||||
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
|
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
|
||||||
.bs-popover-start > .popover-arrow::after {
|
.bs-popover-start > .popover-arrow::after {
|
||||||
@ -2786,13 +2786,13 @@ iframe {
|
|||||||
background-color: rgb(34, 36, 38);
|
background-color: rgb(34, 36, 38);
|
||||||
}
|
}
|
||||||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||||||
border-color: rgb(72, 78, 81);
|
border-color: rgb(72, 78, 81);
|
||||||
}
|
}
|
||||||
.select2-container--default .select2-search--inline .select2-search__field {
|
.select2-container--default .select2-search--inline .select2-search__field {
|
||||||
background-image: initial; background-color: transparent; border-color: initial; outline-color: initial; box-shadow: none;
|
background-image: initial; background-color: transparent; border-color: initial; outline-color: initial; box-shadow: none;
|
||||||
}
|
}
|
||||||
.select2-container--default .select2-results__option[aria-disabled="true"] {
|
.select2-container--default .select2-results__option[aria-disabled="true"] {
|
||||||
color: rgb(168, 160, 149);
|
color: rgb(168, 160, 149);
|
||||||
}
|
}
|
||||||
.select2-container--default .select2-results__option[aria-selected="true"] {
|
.select2-container--default .select2-results__option[aria-selected="true"] {
|
||||||
background-color: rgb(43, 47, 49);
|
background-color: rgb(43, 47, 49);
|
||||||
@ -2827,7 +2827,7 @@ iframe {
|
|||||||
rgb(53, 57, 59) 100%);
|
rgb(53, 57, 59) 100%);
|
||||||
}
|
}
|
||||||
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
|
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
|
||||||
border-color: rgb(82, 88, 92) transparent transparent;
|
border-color: rgb(82, 88, 92) transparent transparent;
|
||||||
}
|
}
|
||||||
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
|
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
|
||||||
border-top-color: initial;
|
border-top-color: initial;
|
||||||
@ -2895,13 +2895,13 @@ iframe {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.select2-container--classic .select2-dropdown {
|
.select2-container--classic .select2-dropdown {
|
||||||
background-color: rgb(24, 26, 27); border-color: transparent;
|
background-color: rgb(24, 26, 27); border-color: transparent;
|
||||||
}
|
}
|
||||||
.select2-container--classic .select2-dropdown--above {
|
.select2-container--classic .select2-dropdown--above {
|
||||||
border-bottom-color: initial;
|
border-bottom-color: initial;
|
||||||
}
|
}
|
||||||
.select2-container--classic .select2-dropdown--below {
|
.select2-container--classic .select2-dropdown--below {
|
||||||
border-top-color: initial;
|
border-top-color: initial;
|
||||||
}
|
}
|
||||||
.select2-container--classic .select2-results__option[aria-disabled="true"] {
|
.select2-container--classic .select2-results__option[aria-disabled="true"] {
|
||||||
color: rgb(152, 143, 129);
|
color: rgb(152, 143, 129);
|
||||||
@ -2962,14 +2962,14 @@ iframe {
|
|||||||
}
|
}
|
||||||
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
|
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
|
||||||
color: rgb(232, 230, 227);
|
color: rgb(232, 230, 227);
|
||||||
background-color: rgb(27, 30, 31);
|
background-color: rgb(27, 30, 31);
|
||||||
}
|
}
|
||||||
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"] {
|
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"] {
|
||||||
color: rgb(232, 230, 227);
|
color: rgb(232, 230, 227);
|
||||||
background-color: rgb(2, 80, 196);
|
background-color: rgb(2, 80, 196);
|
||||||
}
|
}
|
||||||
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled="true"] {
|
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled="true"] {
|
||||||
color: rgb(158, 150, 137);
|
color: rgb(158, 150, 137);
|
||||||
}
|
}
|
||||||
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role="group"] .select2-results__group {
|
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role="group"] .select2-results__group {
|
||||||
color: rgb(158, 150, 137);
|
color: rgb(158, 150, 137);
|
||||||
@ -3685,7 +3685,7 @@ a.ui-button:active,
|
|||||||
border-color: rgb(62, 68, 70);
|
border-color: rgb(62, 68, 70);
|
||||||
}
|
}
|
||||||
.form-field-error {
|
.form-field-error {
|
||||||
color: rgb(194, 102, 100);
|
color: rgb(194, 102, 100);
|
||||||
}
|
}
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
color: rgb(200, 195, 188);
|
color: rgb(200, 195, 188);
|
||||||
|
@ -19,7 +19,7 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.login-screen {
|
.login-screen {
|
||||||
background: url(/static/img/paper_splash.jpg) no-repeat center fixed;
|
background: url(/static/img/paper_splash.jpg) no-repeat center fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
font-family: 'Numans', sans-serif;
|
font-family: 'Numans', sans-serif;
|
||||||
@ -259,7 +259,7 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.rowinvalid {
|
.rowinvalid {
|
||||||
color: #A00;
|
color: #A00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rowinherited {
|
.rowinherited {
|
||||||
@ -306,7 +306,7 @@ main {
|
|||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
transform: translate(0%, -25%);
|
transform: translate(0%, -25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.filter-list .close:hover {
|
.filter-list .close:hover {
|
||||||
background: #bbb;
|
background: #bbb;
|
||||||
}
|
}
|
||||||
@ -1008,7 +1008,7 @@ input[type='number']{
|
|||||||
|
|
||||||
.product-card-panel{
|
.product-card-panel{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.borderless {
|
.borderless {
|
||||||
@ -1047,4 +1047,4 @@ a {
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 699 KiB After Width: | Height: | Size: 699 KiB |
@ -12,7 +12,7 @@ Copyright (c) Font Awesome
|
|||||||
</metadata>
|
</metadata>
|
||||||
<defs>
|
<defs>
|
||||||
<font id="FontAwesome5Free-Regular" horiz-adv-x="512" >
|
<font id="FontAwesome5Free-Regular" horiz-adv-x="512" >
|
||||||
<font-face
|
<font-face
|
||||||
font-family="Font Awesome 5 Free Regular"
|
font-family="Font Awesome 5 Free Regular"
|
||||||
font-weight="400"
|
font-weight="400"
|
||||||
font-stretch="normal"
|
font-stretch="normal"
|
||||||
@ -26,122 +26,122 @@ Copyright (c) Font Awesome
|
|||||||
unicode-range="U+0020-F5C8"
|
unicode-range="U+0020-F5C8"
|
||||||
/>
|
/>
|
||||||
<missing-glyph />
|
<missing-glyph />
|
||||||
<glyph glyph-name="heart" unicode=""
|
<glyph glyph-name="heart" unicode=""
|
||||||
d="M458.4 383.7c75.2998 -63.4004 64.0996 -166.601 10.5996 -221.3l-175.4 -178.7c-10 -10.2002 -23.2998 -15.7998 -37.5996 -15.7998c-14.2002 0 -27.5996 5.69922 -37.5996 15.8994l-175.4 178.7c-53.5996 54.7002 -64.5996 157.9 10.5996 221.2
|
d="M458.4 383.7c75.2998 -63.4004 64.0996 -166.601 10.5996 -221.3l-175.4 -178.7c-10 -10.2002 -23.2998 -15.7998 -37.5996 -15.7998c-14.2002 0 -27.5996 5.69922 -37.5996 15.8994l-175.4 178.7c-53.5996 54.7002 -64.5996 157.9 10.5996 221.2
|
||||||
c57.8008 48.7002 147.101 41.2998 202.4 -15c55.2998 56.2998 144.6 63.5996 202.4 15zM434.8 196.2c36.2002 36.8994 43.7998 107.7 -7.2998 150.8c-38.7002 32.5996 -98.7002 27.9004 -136.5 -10.5996l-35 -35.7002l-35 35.7002
|
c57.8008 48.7002 147.101 41.2998 202.4 -15c55.2998 56.2998 144.6 63.5996 202.4 15zM434.8 196.2c36.2002 36.8994 43.7998 107.7 -7.2998 150.8c-38.7002 32.5996 -98.7002 27.9004 -136.5 -10.5996l-35 -35.7002l-35 35.7002
|
||||||
c-37.5996 38.2998 -97.5996 43.1992 -136.5 10.5c-51.2002 -43.1006 -43.7998 -113.5 -7.2998 -150.7l175.399 -178.7c2.40039 -2.40039 4.40039 -2.40039 6.80078 0z" />
|
c-37.5996 38.2998 -97.5996 43.1992 -136.5 10.5c-51.2002 -43.1006 -43.7998 -113.5 -7.2998 -150.7l175.399 -178.7c2.40039 -2.40039 4.40039 -2.40039 6.80078 0z" />
|
||||||
<glyph glyph-name="star" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="star" unicode="" horiz-adv-x="576"
|
||||||
d="M528.1 276.5c26.2002 -3.7998 36.7002 -36.0996 17.7002 -54.5996l-105.7 -103l25 -145.5c4.5 -26.3008 -23.1992 -45.9004 -46.3994 -33.7002l-130.7 68.7002l-130.7 -68.7002c-23.2002 -12.2998 -50.8994 7.39941 -46.3994 33.7002l25 145.5l-105.7 103
|
d="M528.1 276.5c26.2002 -3.7998 36.7002 -36.0996 17.7002 -54.5996l-105.7 -103l25 -145.5c4.5 -26.3008 -23.1992 -45.9004 -46.3994 -33.7002l-130.7 68.7002l-130.7 -68.7002c-23.2002 -12.2998 -50.8994 7.39941 -46.3994 33.7002l25 145.5l-105.7 103
|
||||||
c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2998l65.2998 132.4c11.7998 23.8994 45.7002 23.5996 57.4004 0l65.2998 -132.4zM388.6 135.7l100.601 98l-139 20.2002l-62.2002 126l-62.2002 -126l-139 -20.2002l100.601 -98l-23.7002 -138.4l124.3 65.2998
|
c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2998l65.2998 132.4c11.7998 23.8994 45.7002 23.5996 57.4004 0l65.2998 -132.4zM388.6 135.7l100.601 98l-139 20.2002l-62.2002 126l-62.2002 -126l-139 -20.2002l100.601 -98l-23.7002 -138.4l124.3 65.2998
|
||||||
l124.3 -65.2998z" />
|
l124.3 -65.2998z" />
|
||||||
<glyph glyph-name="user" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="user" unicode="" horiz-adv-x="448"
|
||||||
d="M313.6 144c74.2002 0 134.4 -60.2002 134.4 -134.4v-25.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v25.5996c0 74.2002 60.2002 134.4 134.4 134.4c28.7998 0 42.5 -16 89.5996 -16s60.9004 16 89.5996 16zM400 -16v25.5996
|
d="M313.6 144c74.2002 0 134.4 -60.2002 134.4 -134.4v-25.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v25.5996c0 74.2002 60.2002 134.4 134.4 134.4c28.7998 0 42.5 -16 89.5996 -16s60.9004 16 89.5996 16zM400 -16v25.5996
|
||||||
c0 47.6006 -38.7998 86.4004 -86.4004 86.4004c-14.6992 0 -37.8994 -16 -89.5996 -16c-51.2998 0 -75 16 -89.5996 16c-47.6006 0 -86.4004 -38.7998 -86.4004 -86.4004v-25.5996h352zM224 160c-79.5 0 -144 64.5 -144 144s64.5 144 144 144s144 -64.5 144 -144
|
c0 47.6006 -38.7998 86.4004 -86.4004 86.4004c-14.6992 0 -37.8994 -16 -89.5996 -16c-51.2998 0 -75 16 -89.5996 16c-47.6006 0 -86.4004 -38.7998 -86.4004 -86.4004v-25.5996h352zM224 160c-79.5 0 -144 64.5 -144 144s64.5 144 144 144s144 -64.5 144 -144
|
||||||
s-64.5 -144 -144 -144zM224 400c-52.9004 0 -96 -43.0996 -96 -96s43.0996 -96 96 -96s96 43.0996 96 96s-43.0996 96 -96 96z" />
|
s-64.5 -144 -144 -144zM224 400c-52.9004 0 -96 -43.0996 -96 -96s43.0996 -96 96 -96s96 43.0996 96 96s-43.0996 96 -96 96z" />
|
||||||
<glyph glyph-name="clock" unicode=""
|
<glyph glyph-name="clock" unicode=""
|
||||||
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM317.8 96.4004l-84.8994 61.6992
|
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM317.8 96.4004l-84.8994 61.6992
|
||||||
c-3.10059 2.30078 -4.90039 5.90039 -4.90039 9.7002v164.2c0 6.59961 5.40039 12 12 12h32c6.59961 0 12 -5.40039 12 -12v-141.7l66.7998 -48.5996c5.40039 -3.90039 6.5 -11.4004 2.60059 -16.7998l-18.8008 -25.9004c-3.89941 -5.2998 -11.3994 -6.5 -16.7998 -2.59961z
|
c-3.10059 2.30078 -4.90039 5.90039 -4.90039 9.7002v164.2c0 6.59961 5.40039 12 12 12h32c6.59961 0 12 -5.40039 12 -12v-141.7l66.7998 -48.5996c5.40039 -3.90039 6.5 -11.4004 2.60059 -16.7998l-18.8008 -25.9004c-3.89941 -5.2998 -11.3994 -6.5 -16.7998 -2.59961z
|
||||||
" />
|
" />
|
||||||
<glyph glyph-name="list-alt" unicode=""
|
<glyph glyph-name="list-alt" unicode=""
|
||||||
d="M464 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h416zM458 16c3.31152 0 6 2.68848 6 6v340c0 3.31152 -2.68848 6 -6 6h-404c-3.31152 0 -6 -2.68848 -6 -6v-340
|
d="M464 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h416zM458 16c3.31152 0 6 2.68848 6 6v340c0 3.31152 -2.68848 6 -6 6h-404c-3.31152 0 -6 -2.68848 -6 -6v-340
|
||||||
c0 -3.31152 2.68848 -6 6 -6h404zM416 108v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM416 204v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12
|
c0 -3.31152 2.68848 -6 6 -6h404zM416 108v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM416 204v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12
|
||||||
v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM416 300v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM164 288c0 -19.8818 -16.1182 -36 -36 -36
|
v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM416 300v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM164 288c0 -19.8818 -16.1182 -36 -36 -36
|
||||||
s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36zM164 192c0 -19.8818 -16.1182 -36 -36 -36s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36zM164 96c0 -19.8818 -16.1182 -36 -36 -36s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36z" />
|
s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36zM164 192c0 -19.8818 -16.1182 -36 -36 -36s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36zM164 96c0 -19.8818 -16.1182 -36 -36 -36s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36z" />
|
||||||
<glyph glyph-name="flag" unicode=""
|
<glyph glyph-name="flag" unicode=""
|
||||||
d="M336.174 368c35.4668 0 73.0195 12.6914 108.922 28.1797c31.6406 13.6514 66.9043 -9.65723 66.9043 -44.1162v-239.919c0 -16.1953 -8.1543 -31.3057 -21.7129 -40.1631c-26.5762 -17.3643 -70.0693 -39.9814 -128.548 -39.9814c-68.6084 0 -112.781 32 -161.913 32
|
d="M336.174 368c35.4668 0 73.0195 12.6914 108.922 28.1797c31.6406 13.6514 66.9043 -9.65723 66.9043 -44.1162v-239.919c0 -16.1953 -8.1543 -31.3057 -21.7129 -40.1631c-26.5762 -17.3643 -70.0693 -39.9814 -128.548 -39.9814c-68.6084 0 -112.781 32 -161.913 32
|
||||||
c-56.5674 0 -89.957 -11.2803 -127.826 -28.5566v-83.4434c0 -8.83691 -7.16309 -16 -16 -16h-16c-8.83691 0 -16 7.16309 -16 16v406.438c-14.3428 8.2998 -24 23.7979 -24 41.5615c0 27.5693 23.2422 49.71 51.2012 47.8965
|
c-56.5674 0 -89.957 -11.2803 -127.826 -28.5566v-83.4434c0 -8.83691 -7.16309 -16 -16 -16h-16c-8.83691 0 -16 7.16309 -16 16v406.438c-14.3428 8.2998 -24 23.7979 -24 41.5615c0 27.5693 23.2422 49.71 51.2012 47.8965
|
||||||
c22.9658 -1.49023 41.8662 -19.4717 44.4805 -42.3379c0.177734 -1.52441 0.321289 -4.00781 0.321289 -5.54199c0 -4.30176 -1.10352 -11.1035 -2.46289 -15.1846c22.418 8.68555 49.4199 15.168 80.7207 15.168c68.6084 0 112.781 -32 161.913 -32zM464 112v240
|
c22.9658 -1.49023 41.8662 -19.4717 44.4805 -42.3379c0.177734 -1.52441 0.321289 -4.00781 0.321289 -5.54199c0 -4.30176 -1.10352 -11.1035 -2.46289 -15.1846c22.418 8.68555 49.4199 15.168 80.7207 15.168c68.6084 0 112.781 -32 161.913 -32zM464 112v240
|
||||||
c-31.5059 -14.6338 -84.5547 -32 -127.826 -32c-59.9111 0 -101.968 32 -161.913 32c-41.4365 0 -80.4766 -16.5879 -102.261 -32v-232c31.4473 14.5967 84.4648 24 127.826 24c59.9111 0 101.968 -32 161.913 -32c41.4365 0 80.4775 16.5879 102.261 32z" />
|
c-31.5059 -14.6338 -84.5547 -32 -127.826 -32c-59.9111 0 -101.968 32 -161.913 32c-41.4365 0 -80.4766 -16.5879 -102.261 -32v-232c31.4473 14.5967 84.4648 24 127.826 24c59.9111 0 101.968 -32 161.913 -32c41.4365 0 80.4775 16.5879 102.261 32z" />
|
||||||
<glyph glyph-name="bookmark" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="bookmark" unicode="" horiz-adv-x="384"
|
||||||
d="M336 448c26.5098 0 48 -21.4902 48 -48v-464l-192 112l-192 -112v464c0 26.5098 21.4902 48 48 48h288zM336 19.5703v374.434c0 3.31348 -2.68555 5.99609 -6 5.99609h-276c-3.31152 0 -6 -2.68848 -6 -6v-374.43l144 84z" />
|
d="M336 448c26.5098 0 48 -21.4902 48 -48v-464l-192 112l-192 -112v464c0 26.5098 21.4902 48 48 48h288zM336 19.5703v374.434c0 3.31348 -2.68555 5.99609 -6 5.99609h-276c-3.31152 0 -6 -2.68848 -6 -6v-374.43l144 84z" />
|
||||||
<glyph glyph-name="image" unicode=""
|
<glyph glyph-name="image" unicode=""
|
||||||
d="M464 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416zM458 48c3.31152 0 6 2.68848 6 6v276c0 3.31152 -2.68848 6 -6 6h-404c-3.31152 0 -6 -2.68848 -6 -6v-276
|
d="M464 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416zM458 48c3.31152 0 6 2.68848 6 6v276c0 3.31152 -2.68848 6 -6 6h-404c-3.31152 0 -6 -2.68848 -6 -6v-276
|
||||||
c0 -3.31152 2.68848 -6 6 -6h404zM128 296c22.0908 0 40 -17.9092 40 -40s-17.9092 -40 -40 -40s-40 17.9092 -40 40s17.9092 40 40 40zM96 96v48l39.5137 39.5146c4.6875 4.68652 12.2852 4.68652 16.9717 0l39.5146 -39.5146l119.514 119.515
|
c0 -3.31152 2.68848 -6 6 -6h404zM128 296c22.0908 0 40 -17.9092 40 -40s-17.9092 -40 -40 -40s-40 17.9092 -40 40s17.9092 40 40 40zM96 96v48l39.5137 39.5146c4.6875 4.68652 12.2852 4.68652 16.9717 0l39.5146 -39.5146l119.514 119.515
|
||||||
c4.6875 4.68652 12.2852 4.68652 16.9717 0l87.5146 -87.5146v-80h-320z" />
|
c4.6875 4.68652 12.2852 4.68652 16.9717 0l87.5146 -87.5146v-80h-320z" />
|
||||||
<glyph glyph-name="edit" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="edit" unicode="" horiz-adv-x="576"
|
||||||
d="M402.3 103.1l32 32c5 5 13.7002 1.5 13.7002 -5.69922v-145.4c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h273.5c7.09961 0 10.7002 -8.59961 5.7002 -13.7002l-32 -32c-1.5 -1.5 -3.5 -2.2998 -5.7002 -2.2998h-241.5v-352h352
|
d="M402.3 103.1l32 32c5 5 13.7002 1.5 13.7002 -5.69922v-145.4c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h273.5c7.09961 0 10.7002 -8.59961 5.7002 -13.7002l-32 -32c-1.5 -1.5 -3.5 -2.2998 -5.7002 -2.2998h-241.5v-352h352
|
||||||
v113.5c0 2.09961 0.799805 4.09961 2.2998 5.59961zM558.9 304.9l-262.601 -262.601l-90.3994 -10c-26.2002 -2.89941 -48.5 19.2002 -45.6006 45.6006l10 90.3994l262.601 262.601c22.8994 22.8994 59.8994 22.8994 82.6992 0l43.2002 -43.2002
|
v113.5c0 2.09961 0.799805 4.09961 2.2998 5.59961zM558.9 304.9l-262.601 -262.601l-90.3994 -10c-26.2002 -2.89941 -48.5 19.2002 -45.6006 45.6006l10 90.3994l262.601 262.601c22.8994 22.8994 59.8994 22.8994 82.6992 0l43.2002 -43.2002
|
||||||
c22.9004 -22.9004 22.9004 -60 0.100586 -82.7998zM460.1 274l-58.0996 58.0996l-185.8 -185.899l-7.2998 -65.2998l65.2998 7.2998zM524.9 353.7l-43.2002 43.2002c-4.10059 4.09961 -10.7998 4.09961 -14.7998 0l-30.9004 -30.9004l58.0996 -58.0996l30.9004 30.8994
|
c22.9004 -22.9004 22.9004 -60 0.100586 -82.7998zM460.1 274l-58.0996 58.0996l-185.8 -185.899l-7.2998 -65.2998l65.2998 7.2998zM524.9 353.7l-43.2002 43.2002c-4.10059 4.09961 -10.7998 4.09961 -14.7998 0l-30.9004 -30.9004l58.0996 -58.0996l30.9004 30.8994
|
||||||
c4 4.2002 4 10.7998 -0.0996094 14.9004z" />
|
c4 4.2002 4 10.7998 -0.0996094 14.9004z" />
|
||||||
<glyph glyph-name="times-circle" unicode=""
|
<glyph glyph-name="times-circle" unicode=""
|
||||||
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM357.8 254.2l-62.2002 -62.2002l62.2002 -62.2002
|
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM357.8 254.2l-62.2002 -62.2002l62.2002 -62.2002
|
||||||
c4.7002 -4.7002 4.7002 -12.2998 0 -17l-22.5996 -22.5996c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-62.2002 62.2002l-62.2002 -62.2002c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-22.5996 22.5996c-4.7002 4.7002 -4.7002 12.2998 0 17l62.2002 62.2002l-62.2002 62.2002
|
c4.7002 -4.7002 4.7002 -12.2998 0 -17l-22.5996 -22.5996c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-62.2002 62.2002l-62.2002 -62.2002c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-22.5996 22.5996c-4.7002 4.7002 -4.7002 12.2998 0 17l62.2002 62.2002l-62.2002 62.2002
|
||||||
c-4.7002 4.7002 -4.7002 12.2998 0 17l22.5996 22.5996c4.7002 4.7002 12.2998 4.7002 17 0l62.2002 -62.2002l62.2002 62.2002c4.7002 4.7002 12.2998 4.7002 17 0l22.5996 -22.5996c4.7002 -4.7002 4.7002 -12.2998 0 -17z" />
|
c-4.7002 4.7002 -4.7002 12.2998 0 17l22.5996 22.5996c4.7002 4.7002 12.2998 4.7002 17 0l62.2002 -62.2002l62.2002 62.2002c4.7002 4.7002 12.2998 4.7002 17 0l22.5996 -22.5996c4.7002 -4.7002 4.7002 -12.2998 0 -17z" />
|
||||||
<glyph glyph-name="check-circle" unicode=""
|
<glyph glyph-name="check-circle" unicode=""
|
||||||
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 392c-110.549 0 -200 -89.4678 -200 -200c0 -110.549 89.4678 -200 200 -200c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200z
|
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 392c-110.549 0 -200 -89.4678 -200 -200c0 -110.549 89.4678 -200 200 -200c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200z
|
||||||
M396.204 261.733c4.66699 -4.70508 4.63672 -12.3037 -0.0673828 -16.9717l-172.589 -171.204c-4.70508 -4.66797 -12.3027 -4.63672 -16.9697 0.0683594l-90.7812 91.5156c-4.66797 4.70605 -4.63672 12.3047 0.0683594 16.9717l22.7188 22.5361
|
M396.204 261.733c4.66699 -4.70508 4.63672 -12.3037 -0.0673828 -16.9717l-172.589 -171.204c-4.70508 -4.66797 -12.3027 -4.63672 -16.9697 0.0683594l-90.7812 91.5156c-4.66797 4.70605 -4.63672 12.3047 0.0683594 16.9717l22.7188 22.5361
|
||||||
c4.70508 4.66699 12.3027 4.63574 16.9697 -0.0693359l59.792 -60.2773l141.353 140.216c4.70508 4.66797 12.3027 4.6377 16.9697 -0.0673828z" />
|
c4.70508 4.66699 12.3027 4.63574 16.9697 -0.0693359l59.792 -60.2773l141.353 140.216c4.70508 4.66797 12.3027 4.6377 16.9697 -0.0673828z" />
|
||||||
<glyph glyph-name="question-circle" unicode=""
|
<glyph glyph-name="question-circle" unicode=""
|
||||||
d="M256 440c136.957 0 248 -111.083 248 -248c0 -136.997 -111.043 -248 -248 -248s-248 111.003 -248 248c0 136.917 111.043 248 248 248zM256 -8c110.569 0 200 89.4697 200 200c0 110.529 -89.5088 200 -200 200c-110.528 0 -200 -89.5049 -200 -200
|
d="M256 440c136.957 0 248 -111.083 248 -248c0 -136.997 -111.043 -248 -248 -248s-248 111.003 -248 248c0 136.917 111.043 248 248 248zM256 -8c110.569 0 200 89.4697 200 200c0 110.529 -89.5088 200 -200 200c-110.528 0 -200 -89.5049 -200 -200
|
||||||
c0 -110.569 89.4678 -200 200 -200zM363.244 247.2c0 -67.0518 -72.4209 -68.084 -72.4209 -92.8633v-6.33691c0 -6.62695 -5.37305 -12 -12 -12h-45.6475c-6.62695 0 -12 5.37305 -12 12v8.65918c0 35.7451 27.1006 50.0342 47.5791 61.5156
|
c0 -110.569 89.4678 -200 200 -200zM363.244 247.2c0 -67.0518 -72.4209 -68.084 -72.4209 -92.8633v-6.33691c0 -6.62695 -5.37305 -12 -12 -12h-45.6475c-6.62695 0 -12 5.37305 -12 12v8.65918c0 35.7451 27.1006 50.0342 47.5791 61.5156
|
||||||
c17.5615 9.84473 28.3242 16.541 28.3242 29.5791c0 17.2461 -21.999 28.6934 -39.7842 28.6934c-23.1885 0 -33.8936 -10.9775 -48.9424 -29.9697c-4.05664 -5.11914 -11.46 -6.07031 -16.666 -2.12402l-27.8232 21.0986
|
c17.5615 9.84473 28.3242 16.541 28.3242 29.5791c0 17.2461 -21.999 28.6934 -39.7842 28.6934c-23.1885 0 -33.8936 -10.9775 -48.9424 -29.9697c-4.05664 -5.11914 -11.46 -6.07031 -16.666 -2.12402l-27.8232 21.0986
|
||||||
c-5.10742 3.87207 -6.25098 11.0654 -2.64453 16.3633c23.627 34.6934 53.7217 54.1846 100.575 54.1846c49.0713 0 101.45 -38.3037 101.45 -88.7998zM298 80c0 -23.1592 -18.8408 -42 -42 -42s-42 18.8408 -42 42s18.8408 42 42 42s42 -18.8408 42 -42z" />
|
c-5.10742 3.87207 -6.25098 11.0654 -2.64453 16.3633c23.627 34.6934 53.7217 54.1846 100.575 54.1846c49.0713 0 101.45 -38.3037 101.45 -88.7998zM298 80c0 -23.1592 -18.8408 -42 -42 -42s-42 18.8408 -42 42s18.8408 42 42 42s42 -18.8408 42 -42z" />
|
||||||
<glyph glyph-name="eye" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="eye" unicode="" horiz-adv-x="576"
|
||||||
d="M288 304c0.0927734 0 0.244141 0.000976562 0.336914 0.000976562c61.6641 0 111.71 -50.0469 111.71 -111.711c0 -61.6631 -50.0459 -111.71 -111.71 -111.71s-111.71 50.0469 -111.71 111.71c0 8.71289 1.95898 22.5781 4.37305 30.9502
|
d="M288 304c0.0927734 0 0.244141 0.000976562 0.336914 0.000976562c61.6641 0 111.71 -50.0469 111.71 -111.711c0 -61.6631 -50.0459 -111.71 -111.71 -111.71s-111.71 50.0469 -111.71 111.71c0 8.71289 1.95898 22.5781 4.37305 30.9502
|
||||||
c6.93066 -3.94141 19.0273 -7.18457 27 -7.24023c30.9121 0 56 25.0879 56 56c-0.0556641 7.97266 -3.29883 20.0693 -7.24023 27c8.42383 2.62207 22.4189 4.8623 31.2402 5zM572.52 206.6c1.9209 -3.79883 3.47949 -10.3379 3.47949 -14.5947
|
c6.93066 -3.94141 19.0273 -7.18457 27 -7.24023c30.9121 0 56 25.0879 56 56c-0.0556641 7.97266 -3.29883 20.0693 -7.24023 27c8.42383 2.62207 22.4189 4.8623 31.2402 5zM572.52 206.6c1.9209 -3.79883 3.47949 -10.3379 3.47949 -14.5947
|
||||||
s-1.55859 -10.7959 -3.47949 -14.5947c-54.1992 -105.771 -161.59 -177.41 -284.52 -177.41s-230.29 71.5898 -284.52 177.4c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947c54.1992 105.771 161.59 177.41 284.52 177.41
|
s-1.55859 -10.7959 -3.47949 -14.5947c-54.1992 -105.771 -161.59 -177.41 -284.52 -177.41s-230.29 71.5898 -284.52 177.4c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947c54.1992 105.771 161.59 177.41 284.52 177.41
|
||||||
s230.29 -71.5898 284.52 -177.4zM288 48c98.6602 0 189.1 55 237.93 144c-48.8398 89 -139.27 144 -237.93 144s-189.09 -55 -237.93 -144c48.8398 -89 139.279 -144 237.93 -144z" />
|
s230.29 -71.5898 284.52 -177.4zM288 48c98.6602 0 189.1 55 237.93 144c-48.8398 89 -139.27 144 -237.93 144s-189.09 -55 -237.93 -144c48.8398 -89 139.279 -144 237.93 -144z" />
|
||||||
<glyph glyph-name="eye-slash" unicode="" horiz-adv-x="640"
|
<glyph glyph-name="eye-slash" unicode="" horiz-adv-x="640"
|
||||||
d="M634 -23c3.31738 -2.65137 6.00977 -8.25098 6.00977 -12.498c0 -3.10449 -1.57715 -7.58984 -3.51953 -10.0117l-10 -12.4902c-2.65234 -3.31152 -8.24707 -6 -12.4902 -6c-3.09961 0 -7.58008 1.57227 -10 3.50977l-598 467.49
|
d="M634 -23c3.31738 -2.65137 6.00977 -8.25098 6.00977 -12.498c0 -3.10449 -1.57715 -7.58984 -3.51953 -10.0117l-10 -12.4902c-2.65234 -3.31152 -8.24707 -6 -12.4902 -6c-3.09961 0 -7.58008 1.57227 -10 3.50977l-598 467.49
|
||||||
c-3.31738 2.65137 -6.00977 8.25098 -6.00977 12.498c0 3.10449 1.57715 7.58984 3.51953 10.0117l10 12.4902c2.65234 3.31152 8.24707 6 12.4902 6c3.09961 0 7.58008 -1.57227 10 -3.50977zM296.79 301.53c6.33496 1.35059 16.7324 2.45801 23.21 2.46973
|
c-3.31738 2.65137 -6.00977 8.25098 -6.00977 12.498c0 3.10449 1.57715 7.58984 3.51953 10.0117l10 12.4902c2.65234 3.31152 8.24707 6 12.4902 6c3.09961 0 7.58008 -1.57227 10 -3.50977zM296.79 301.53c6.33496 1.35059 16.7324 2.45801 23.21 2.46973
|
||||||
c60.4805 0 109.36 -47.9102 111.58 -107.85zM343.21 82.46c-6.33496 -1.34375 -16.7334 -2.44629 -23.21 -2.45996c-60.4697 0 -109.35 47.9102 -111.58 107.84zM320 336c-19.8799 0 -39.2803 -2.7998 -58.2197 -7.09961l-46.4102 36.29
|
c60.4805 0 109.36 -47.9102 111.58 -107.85zM343.21 82.46c-6.33496 -1.34375 -16.7334 -2.44629 -23.21 -2.45996c-60.4697 0 -109.35 47.9102 -111.58 107.84zM320 336c-19.8799 0 -39.2803 -2.7998 -58.2197 -7.09961l-46.4102 36.29
|
||||||
c32.9199 11.8096 67.9297 18.8096 104.63 18.8096c122.93 0 230.29 -71.5898 284.57 -177.4c1.91992 -3.79883 3.47949 -10.3379 3.47949 -14.5947s-1.55957 -10.7959 -3.47949 -14.5947c-11.7197 -22.7598 -35.4189 -56.4092 -52.9004 -75.1104l-37.7402 29.5
|
c32.9199 11.8096 67.9297 18.8096 104.63 18.8096c122.93 0 230.29 -71.5898 284.57 -177.4c1.91992 -3.79883 3.47949 -10.3379 3.47949 -14.5947s-1.55957 -10.7959 -3.47949 -14.5947c-11.7197 -22.7598 -35.4189 -56.4092 -52.9004 -75.1104l-37.7402 29.5
|
||||||
c14.333 15.0156 34.0449 41.9854 44 60.2002c-48.8398 89 -139.279 144 -237.93 144zM320 48c19.8896 0 39.2803 2.7998 58.2197 7.08984l46.4102 -36.2803c-32.9199 -11.7598 -67.9297 -18.8096 -104.63 -18.8096c-122.92 0 -230.28 71.5898 -284.51 177.4
|
c14.333 15.0156 34.0449 41.9854 44 60.2002c-48.8398 89 -139.279 144 -237.93 144zM320 48c19.8896 0 39.2803 2.7998 58.2197 7.08984l46.4102 -36.2803c-32.9199 -11.7598 -67.9297 -18.8096 -104.63 -18.8096c-122.92 0 -230.28 71.5898 -284.51 177.4
|
||||||
c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947c11.7168 22.7568 35.4111 56.4014 52.8896 75.1006l37.7402 -29.5c-14.3467 -15.0107 -34.0811 -41.9756 -44.0498 -60.1904c48.8496 -89 139.279 -144 237.93 -144z" />
|
c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947c11.7168 22.7568 35.4111 56.4014 52.8896 75.1006l37.7402 -29.5c-14.3467 -15.0107 -34.0811 -41.9756 -44.0498 -60.1904c48.8496 -89 139.279 -144 237.93 -144z" />
|
||||||
<glyph glyph-name="calendar-alt" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="calendar-alt" unicode="" horiz-adv-x="448"
|
||||||
d="M148 160h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM256 172c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40
|
d="M148 160h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM256 172c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40
|
||||||
c6.59961 0 12 -5.40039 12 -12v-40zM352 172c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM256 76c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40
|
c6.59961 0 12 -5.40039 12 -12v-40zM352 172c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM256 76c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40
|
||||||
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM160 76c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM352 76c0 -6.59961 -5.40039 -12 -12 -12h-40
|
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM160 76c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM352 76c0 -6.59961 -5.40039 -12 -12 -12h-40
|
||||||
c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40
|
c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40
|
||||||
c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
||||||
<glyph glyph-name="comment" unicode=""
|
<glyph glyph-name="comment" unicode=""
|
||||||
d="M256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-32.7998 0 -64 5.2002 -92.9004 14.2998c-29.0996 -20.5996 -77.5996 -46.2998 -139.1 -46.2998c-9.59961 0 -18.2998 5.7002 -22.0996 14.5c-3.80078 8.7998 -2 19 4.59961 26
|
d="M256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-32.7998 0 -64 5.2002 -92.9004 14.2998c-29.0996 -20.5996 -77.5996 -46.2998 -139.1 -46.2998c-9.59961 0 -18.2998 5.7002 -22.0996 14.5c-3.80078 8.7998 -2 19 4.59961 26
|
||||||
c0.5 0.400391 31.5 33.7998 46.4004 73.2002c-33 35.0996 -52.9004 78.7002 -52.9004 126.3c0 114.9 114.6 208 256 208zM256 48c114.7 0 208 71.7998 208 160s-93.2998 160 -208 160s-208 -71.7998 -208 -160c0 -42.2002 21.7002 -74.0996 39.7998 -93.4004
|
c0.5 0.400391 31.5 33.7998 46.4004 73.2002c-33 35.0996 -52.9004 78.7002 -52.9004 126.3c0 114.9 114.6 208 256 208zM256 48c114.7 0 208 71.7998 208 160s-93.2998 160 -208 160s-208 -71.7998 -208 -160c0 -42.2002 21.7002 -74.0996 39.7998 -93.4004
|
||||||
l20.6006 -21.7998l-10.6006 -28.0996c-5.5 -14.5 -12.5996 -28.1006 -19.8994 -40.2002c23.5996 7.59961 43.1992 18.9004 57.5 29l19.5 13.7998l22.6992 -7.2002c25.3008 -8 51.7002 -12.0996 78.4004 -12.0996z" />
|
l20.6006 -21.7998l-10.6006 -28.0996c-5.5 -14.5 -12.5996 -28.1006 -19.8994 -40.2002c23.5996 7.59961 43.1992 18.9004 57.5 29l19.5 13.7998l22.6992 -7.2002c25.3008 -8 51.7002 -12.0996 78.4004 -12.0996z" />
|
||||||
<glyph glyph-name="folder" unicode=""
|
<glyph glyph-name="folder" unicode=""
|
||||||
d="M464 320c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h146.74c8.49023 0 16.6299 -3.37012 22.6299 -9.37012l54.6299 -54.6299h192zM464 48v224h-198.62
|
d="M464 320c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h146.74c8.49023 0 16.6299 -3.37012 22.6299 -9.37012l54.6299 -54.6299h192zM464 48v224h-198.62
|
||||||
c-8.49023 0 -16.6299 3.37012 -22.6299 9.37012l-54.6299 54.6299h-140.12v-288h416z" />
|
c-8.49023 0 -16.6299 3.37012 -22.6299 9.37012l-54.6299 54.6299h-140.12v-288h416z" />
|
||||||
<glyph glyph-name="folder-open" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="folder-open" unicode="" horiz-adv-x="576"
|
||||||
d="M527.9 224c37.6992 0 60.6992 -41.5 40.6992 -73.4004l-79.8994 -128c-8.7998 -14.0996 -24.2002 -22.5996 -40.7002 -22.5996h-400c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h160l64 -64h160c26.5 0 48 -21.5 48 -48v-48h47.9004zM48 330v-233.4l62.9004 104.2
|
d="M527.9 224c37.6992 0 60.6992 -41.5 40.6992 -73.4004l-79.8994 -128c-8.7998 -14.0996 -24.2002 -22.5996 -40.7002 -22.5996h-400c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h160l64 -64h160c26.5 0 48 -21.5 48 -48v-48h47.9004zM48 330v-233.4l62.9004 104.2
|
||||||
c8.69922 14.4004 24.2998 23.2002 41.0996 23.2002h280v42c0 3.2998 -2.7002 6 -6 6h-173.9l-64 64h-134.1c-3.2998 0 -6 -2.7002 -6 -6zM448 48l80 128h-378.8l-77.2002 -128h376z" />
|
c8.69922 14.4004 24.2998 23.2002 41.0996 23.2002h280v42c0 3.2998 -2.7002 6 -6 6h-173.9l-64 64h-134.1c-3.2998 0 -6 -2.7002 -6 -6zM448 48l80 128h-378.8l-77.2002 -128h376z" />
|
||||||
<glyph glyph-name="chart-bar" unicode=""
|
<glyph glyph-name="chart-bar" unicode=""
|
||||||
d="M396.8 96c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v230.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-230.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM204.8 96
|
d="M396.8 96c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v230.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-230.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM204.8 96
|
||||||
c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v198.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-198.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM300.8 96
|
c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v198.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-198.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM300.8 96
|
||||||
c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v134.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-134.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM496 48c8.83984 0 16 -7.16016 16 -16v-16
|
c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v134.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-134.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM496 48c8.83984 0 16 -7.16016 16 -16v-16
|
||||||
c0 -8.83984 -7.16016 -16 -16 -16h-464c-17.6699 0 -32 14.3301 -32 32v336c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-320h448zM108.8 96c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v70.4004c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004
|
c0 -8.83984 -7.16016 -16 -16 -16h-464c-17.6699 0 -32 14.3301 -32 32v336c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-320h448zM108.8 96c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v70.4004c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004
|
||||||
c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-70.4004c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004z" />
|
c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-70.4004c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004z" />
|
||||||
<glyph glyph-name="comments" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="comments" unicode="" horiz-adv-x="576"
|
||||||
d="M532 61.7998c15.2998 -30.7002 37.4004 -54.5 37.7998 -54.7998c6.2998 -6.7002 8 -16.5 4.40039 -25c-3.7002 -8.5 -12 -14 -21.2002 -14c-53.5996 0 -96.7002 20.2998 -125.2 38.7998c-19 -4.39941 -39 -6.7998 -59.7998 -6.7998
|
d="M532 61.7998c15.2998 -30.7002 37.4004 -54.5 37.7998 -54.7998c6.2998 -6.7002 8 -16.5 4.40039 -25c-3.7002 -8.5 -12 -14 -21.2002 -14c-53.5996 0 -96.7002 20.2998 -125.2 38.7998c-19 -4.39941 -39 -6.7998 -59.7998 -6.7998
|
||||||
c-86.2002 0 -159.9 40.4004 -191.3 97.7998c-9.7002 1.2002 -19.2002 2.7998 -28.4004 4.90039c-28.5 -18.6006 -71.7002 -38.7998 -125.2 -38.7998c-9.19922 0 -17.5996 5.5 -21.1992 14c-3.7002 8.5 -1.90039 18.2998 4.39941 25
|
c-86.2002 0 -159.9 40.4004 -191.3 97.7998c-9.7002 1.2002 -19.2002 2.7998 -28.4004 4.90039c-28.5 -18.6006 -71.7002 -38.7998 -125.2 -38.7998c-9.19922 0 -17.5996 5.5 -21.1992 14c-3.7002 8.5 -1.90039 18.2998 4.39941 25
|
||||||
c0.400391 0.399414 22.4004 24.1992 37.7002 54.8994c-27.5 27.2002 -44 61.2002 -44 98.2002c0 88.4004 93.0996 160 208 160c86.2998 0 160.3 -40.5 191.8 -98.0996c99.7002 -11.8008 176.2 -77.9004 176.2 -157.9c0 -37.0996 -16.5 -71.0996 -44 -98.2002zM139.2 154.1
|
c0.400391 0.399414 22.4004 24.1992 37.7002 54.8994c-27.5 27.2002 -44 61.2002 -44 98.2002c0 88.4004 93.0996 160 208 160c86.2998 0 160.3 -40.5 191.8 -98.0996c99.7002 -11.8008 176.2 -77.9004 176.2 -157.9c0 -37.0996 -16.5 -71.0996 -44 -98.2002zM139.2 154.1
|
||||||
l19.7998 -4.5c16 -3.69922 32.5 -5.59961 49 -5.59961c86.7002 0 160 51.2998 160 112s-73.2998 112 -160 112s-160 -51.2998 -160 -112c0 -28.7002 16.2002 -50.5996 29.7002 -64l24.7998 -24.5l-15.5 -31.0996c-2.59961 -5.10059 -5.2998 -10.1006 -8 -14.8008
|
l19.7998 -4.5c16 -3.69922 32.5 -5.59961 49 -5.59961c86.7002 0 160 51.2998 160 112s-73.2998 112 -160 112s-160 -51.2998 -160 -112c0 -28.7002 16.2002 -50.5996 29.7002 -64l24.7998 -24.5l-15.5 -31.0996c-2.59961 -5.10059 -5.2998 -10.1006 -8 -14.8008
|
||||||
c14.5996 5.10059 29 12.3008 43.0996 21.4004zM498.3 96c13.5 13.4004 29.7002 35.2998 29.7002 64c0 49.2002 -48.2998 91.5 -112.7 106c0.299805 -3.2998 0.700195 -6.59961 0.700195 -10c0 -80.9004 -78 -147.5 -179.3 -158.3
|
c14.5996 5.10059 29 12.3008 43.0996 21.4004zM498.3 96c13.5 13.4004 29.7002 35.2998 29.7002 64c0 49.2002 -48.2998 91.5 -112.7 106c0.299805 -3.2998 0.700195 -6.59961 0.700195 -10c0 -80.9004 -78 -147.5 -179.3 -158.3
|
||||||
c29.0996 -29.6006 77.2998 -49.7002 131.3 -49.7002c16.5 0 33 1.90039 49 5.59961l19.9004 4.60059l17.0996 -11.1006c14.0996 -9.09961 28.5 -16.2998 43.0996 -21.3994c-2.69922 4.7002 -5.39941 9.7002 -8 14.7998l-15.5 31.0996z" />
|
c29.0996 -29.6006 77.2998 -49.7002 131.3 -49.7002c16.5 0 33 1.90039 49 5.59961l19.9004 4.60059l17.0996 -11.1006c14.0996 -9.09961 28.5 -16.2998 43.0996 -21.3994c-2.69922 4.7002 -5.39941 9.7002 -8 14.7998l-15.5 31.0996z" />
|
||||||
<glyph glyph-name="star-half" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="star-half" unicode="" horiz-adv-x="576"
|
||||||
d="M288 62.7002v-54.2998l-130.7 -68.6006c-23.3994 -12.2998 -50.8994 7.60059 -46.3994 33.7002l25 145.5l-105.7 103c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2002l65.2998 132.4c5.90039 11.8994 17.2998 17.7998 28.7002 17.7998v-68.0996l-62.2002 -126
|
d="M288 62.7002v-54.2998l-130.7 -68.6006c-23.3994 -12.2998 -50.8994 7.60059 -46.3994 33.7002l25 145.5l-105.7 103c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2002l65.2998 132.4c5.90039 11.8994 17.2998 17.7998 28.7002 17.7998v-68.0996l-62.2002 -126
|
||||||
l-139 -20.2002l100.601 -98l-23.7002 -138.4z" />
|
l-139 -20.2002l100.601 -98l-23.7002 -138.4z" />
|
||||||
<glyph glyph-name="lemon" unicode=""
|
<glyph glyph-name="lemon" unicode=""
|
||||||
d="M484.112 420.111c28.1221 -28.123 35.9434 -68.0039 19.0215 -97.0547c-23.0576 -39.584 50.1436 -163.384 -82.3311 -295.86c-132.301 -132.298 -256.435 -59.3594 -295.857 -82.3291c-29.0459 -16.917 -68.9219 -9.11426 -97.0576 19.0205
|
d="M484.112 420.111c28.1221 -28.123 35.9434 -68.0039 19.0215 -97.0547c-23.0576 -39.584 50.1436 -163.384 -82.3311 -295.86c-132.301 -132.298 -256.435 -59.3594 -295.857 -82.3291c-29.0459 -16.917 -68.9219 -9.11426 -97.0576 19.0205
|
||||||
c-28.1221 28.1221 -35.9434 68.0029 -19.0215 97.0547c23.0566 39.5859 -50.1436 163.386 82.3301 295.86c132.308 132.309 256.407 59.3496 295.862 82.332c29.0498 16.9219 68.9307 9.09863 97.0537 -19.0234zM461.707 347.217
|
c-28.1221 28.1221 -35.9434 68.0029 -19.0215 97.0547c23.0566 39.5859 -50.1436 163.386 82.3301 295.86c132.308 132.309 256.407 59.3496 295.862 82.332c29.0498 16.9219 68.9307 9.09863 97.0537 -19.0234zM461.707 347.217
|
||||||
c13.5166 23.2031 -27.7578 63.7314 -50.4883 50.4912c-66.6025 -38.7939 -165.646 45.5898 -286.081 -74.8457c-120.444 -120.445 -36.0449 -219.472 -74.8447 -286.08c-13.542 -23.2471 27.8145 -63.6953 50.4932 -50.4883
|
c13.5166 23.2031 -27.7578 63.7314 -50.4883 50.4912c-66.6025 -38.7939 -165.646 45.5898 -286.081 -74.8457c-120.444 -120.445 -36.0449 -219.472 -74.8447 -286.08c-13.542 -23.2471 27.8145 -63.6953 50.4932 -50.4883
|
||||||
c66.6006 38.7949 165.636 -45.5996 286.076 74.8428c120.444 120.445 36.0449 219.472 74.8447 286.08zM291.846 338.481c1.37012 -10.96 -6.40332 -20.957 -17.3643 -22.3271c-54.8467 -6.85547 -135.779 -87.7871 -142.636 -142.636
|
c66.6006 38.7949 165.636 -45.5996 286.076 74.8428c120.444 120.445 36.0449 219.472 74.8447 286.08zM291.846 338.481c1.37012 -10.96 -6.40332 -20.957 -17.3643 -22.3271c-54.8467 -6.85547 -135.779 -87.7871 -142.636 -142.636
|
||||||
c-1.37305 -10.9883 -11.3984 -18.7334 -22.3262 -17.3643c-10.9609 1.37012 -18.7344 11.3652 -17.3643 22.3262c9.16211 73.2852 104.167 168.215 177.364 177.364c10.9531 1.36816 20.9561 -6.40234 22.3262 -17.3633z" />
|
c-1.37305 -10.9883 -11.3984 -18.7334 -22.3262 -17.3643c-10.9609 1.37012 -18.7344 11.3652 -17.3643 22.3262c9.16211 73.2852 104.167 168.215 177.364 177.364c10.9531 1.36816 20.9561 -6.40234 22.3262 -17.3633z" />
|
||||||
<glyph glyph-name="credit-card" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="credit-card" unicode="" horiz-adv-x="576"
|
||||||
d="M527.9 416c26.5996 0 48.0996 -21.5 48.0996 -48v-352c0 -26.5 -21.5 -48 -48.0996 -48h-479.801c-26.5996 0 -48.0996 21.5 -48.0996 48v352c0 26.5 21.5 48 48.0996 48h479.801zM54.0996 368c-3.2998 0 -6 -2.7002 -6 -6v-42h479.801v42c0 3.2998 -2.7002 6 -6 6
|
d="M527.9 416c26.5996 0 48.0996 -21.5 48.0996 -48v-352c0 -26.5 -21.5 -48 -48.0996 -48h-479.801c-26.5996 0 -48.0996 21.5 -48.0996 48v352c0 26.5 21.5 48 48.0996 48h479.801zM54.0996 368c-3.2998 0 -6 -2.7002 -6 -6v-42h479.801v42c0 3.2998 -2.7002 6 -6 6
|
||||||
h-467.801zM521.9 16c3.2998 0 6 2.7002 6 6v170h-479.801v-170c0 -3.2998 2.7002 -6 6 -6h467.801zM192 116v-40c0 -6.59961 -5.40039 -12 -12 -12h-72c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h72c6.59961 0 12 -5.40039 12 -12zM384 116v-40
|
h-467.801zM521.9 16c3.2998 0 6 2.7002 6 6v170h-479.801v-170c0 -3.2998 2.7002 -6 6 -6h467.801zM192 116v-40c0 -6.59961 -5.40039 -12 -12 -12h-72c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h72c6.59961 0 12 -5.40039 12 -12zM384 116v-40
|
||||||
c0 -6.59961 -5.40039 -12 -12 -12h-136c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h136c6.59961 0 12 -5.40039 12 -12z" />
|
c0 -6.59961 -5.40039 -12 -12 -12h-136c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h136c6.59961 0 12 -5.40039 12 -12z" />
|
||||||
<glyph glyph-name="hdd" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="hdd" unicode="" horiz-adv-x="576"
|
||||||
d="M567.403 212.358c5.59668 -8.04688 8.59668 -17.6113 8.59668 -27.4121v-136.946c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v136.946c0 8.30957 3.85156 20.5898 8.59668 27.4121l105.08 151.053
|
d="M567.403 212.358c5.59668 -8.04688 8.59668 -17.6113 8.59668 -27.4121v-136.946c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v136.946c0 8.30957 3.85156 20.5898 8.59668 27.4121l105.08 151.053
|
||||||
c7.90625 11.3652 25.5596 20.5889 39.4033 20.5889h0.000976562h269.838h0.000976562c13.8438 0 31.4971 -9.22363 39.4033 -20.5889zM153.081 336l-77.9131 -112h425.664l-77.9131 112h-269.838zM528 48v128h-480v-128h480zM496 112c0 -17.6729 -14.3271 -32 -32 -32
|
c7.90625 11.3652 25.5596 20.5889 39.4033 20.5889h0.000976562h269.838h0.000976562c13.8438 0 31.4971 -9.22363 39.4033 -20.5889zM153.081 336l-77.9131 -112h425.664l-77.9131 112h-269.838zM528 48v128h-480v-128h480zM496 112c0 -17.6729 -14.3271 -32 -32 -32
|
||||||
s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32zM400 112c0 -17.6729 -14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32z" />
|
s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32zM400 112c0 -17.6729 -14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32z" />
|
||||||
<glyph glyph-name="hand-point-right" unicode=""
|
<glyph glyph-name="hand-point-right" unicode=""
|
||||||
d="M428.8 310.4c45.0996 0 83.2002 -38.1016 83.2002 -83.2002c0 -45.6162 -37.7646 -83.2002 -83.2002 -83.2002h-35.6475c-1.41602 -6.36719 -4.96875 -16.252 -7.92969 -22.0645c2.50586 -22.0059 -3.50293 -44.9775 -15.9844 -62.791
|
d="M428.8 310.4c45.0996 0 83.2002 -38.1016 83.2002 -83.2002c0 -45.6162 -37.7646 -83.2002 -83.2002 -83.2002h-35.6475c-1.41602 -6.36719 -4.96875 -16.252 -7.92969 -22.0645c2.50586 -22.0059 -3.50293 -44.9775 -15.9844 -62.791
|
||||||
c-1.14062 -52.4863 -37.3984 -91.1445 -99.9404 -91.1445h-21.2988c-60.0635 0 -98.5117 40 -127.2 40h-2.67871c-5.74707 -4.95215 -13.5361 -8 -22.1201 -8h-64c-17.6729 0 -32 12.8936 -32 28.7998v230.4c0 15.9062 14.3271 28.7998 32 28.7998h64.001
|
c-1.14062 -52.4863 -37.3984 -91.1445 -99.9404 -91.1445h-21.2988c-60.0635 0 -98.5117 40 -127.2 40h-2.67871c-5.74707 -4.95215 -13.5361 -8 -22.1201 -8h-64c-17.6729 0 -32 12.8936 -32 28.7998v230.4c0 15.9062 14.3271 28.7998 32 28.7998h64.001
|
||||||
c8.58398 0 16.373 -3.04785 22.1201 -8h2.67871c6.96387 0 14.8623 6.19336 30.1816 23.6689l0.128906 0.148438l0.130859 0.145508c8.85645 9.93652 18.1162 20.8398 25.8506 33.2529c18.7051 30.2471 30.3936 78.7842 75.707 78.7842c56.9277 0 92 -35.2861 92 -83.2002
|
c8.58398 0 16.373 -3.04785 22.1201 -8h2.67871c6.96387 0 14.8623 6.19336 30.1816 23.6689l0.128906 0.148438l0.130859 0.145508c8.85645 9.93652 18.1162 20.8398 25.8506 33.2529c18.7051 30.2471 30.3936 78.7842 75.707 78.7842c56.9277 0 92 -35.2861 92 -83.2002
|
||||||
v-0.0839844c0 -6.21777 -0.974609 -16.2148 -2.17578 -22.3154h86.1768zM428.8 192c18.9756 0 35.2002 16.2246 35.2002 35.2002c0 18.7002 -16.7754 35.2002 -35.2002 35.2002h-158.399c0 17.3242 26.3994 35.1992 26.3994 70.3994c0 26.4004 -20.625 35.2002 -44 35.2002
|
v-0.0839844c0 -6.21777 -0.974609 -16.2148 -2.17578 -22.3154h86.1768zM428.8 192c18.9756 0 35.2002 16.2246 35.2002 35.2002c0 18.7002 -16.7754 35.2002 -35.2002 35.2002h-158.399c0 17.3242 26.3994 35.1992 26.3994 70.3994c0 26.4004 -20.625 35.2002 -44 35.2002
|
||||||
c-8.79395 0 -20.4443 -32.7119 -34.9258 -56.0996c-9.07422 -14.5752 -19.5244 -27.2256 -30.7988 -39.875c-16.1094 -18.374 -33.8359 -36.6328 -59.0752 -39.5967v-176.753c42.79 -3.7627 74.5088 -39.6758 120 -39.6758h21.2988
|
c-8.79395 0 -20.4443 -32.7119 -34.9258 -56.0996c-9.07422 -14.5752 -19.5244 -27.2256 -30.7988 -39.875c-16.1094 -18.374 -33.8359 -36.6328 -59.0752 -39.5967v-176.753c42.79 -3.7627 74.5088 -39.6758 120 -39.6758h21.2988
|
||||||
c40.5244 0 57.124 22.1973 50.6006 61.3252c14.6113 8.00098 24.1514 33.9785 12.9248 53.625c19.3652 18.2246 17.7871 46.3809 4.9502 61.0498h91.0254zM88 64c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24z" />
|
c40.5244 0 57.124 22.1973 50.6006 61.3252c14.6113 8.00098 24.1514 33.9785 12.9248 53.625c19.3652 18.2246 17.7871 46.3809 4.9502 61.0498h91.0254zM88 64c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24z" />
|
||||||
<glyph glyph-name="hand-point-left" unicode=""
|
<glyph glyph-name="hand-point-left" unicode=""
|
||||||
d="M0 227.2c0 45.0986 38.1006 83.2002 83.2002 83.2002h86.1758c-1.3623 6.91016 -2.17578 14.374 -2.17578 22.3994c0 47.9141 35.0723 83.2002 92 83.2002c45.3135 0 57.002 -48.5371 75.7061 -78.7852c7.73438 -12.4121 16.9951 -23.3154 25.8506 -33.2529
|
d="M0 227.2c0 45.0986 38.1006 83.2002 83.2002 83.2002h86.1758c-1.3623 6.91016 -2.17578 14.374 -2.17578 22.3994c0 47.9141 35.0723 83.2002 92 83.2002c45.3135 0 57.002 -48.5371 75.7061 -78.7852c7.73438 -12.4121 16.9951 -23.3154 25.8506 -33.2529
|
||||||
l0.130859 -0.145508l0.128906 -0.148438c15.3213 -17.4746 23.2197 -23.668 30.1836 -23.668h2.67871c5.74707 4.95215 13.5361 8 22.1201 8h64c17.6729 0 32 -12.8936 32 -28.7998v-230.4c0 -15.9062 -14.3271 -28.7998 -32 -28.7998h-64
|
l0.130859 -0.145508l0.128906 -0.148438c15.3213 -17.4746 23.2197 -23.668 30.1836 -23.668h2.67871c5.74707 4.95215 13.5361 8 22.1201 8h64c17.6729 0 32 -12.8936 32 -28.7998v-230.4c0 -15.9062 -14.3271 -28.7998 -32 -28.7998h-64
|
||||||
c-8.58398 0 -16.373 3.04785 -22.1201 8h-2.67871c-28.6885 0 -67.1367 -40 -127.2 -40h-21.2988c-62.542 0 -98.8008 38.6582 -99.9404 91.1445c-12.4814 17.8135 -18.4922 40.7852 -15.9844 62.791c-2.96094 5.8125 -6.51367 15.6973 -7.92969 22.0645h-35.6465
|
c-8.58398 0 -16.373 3.04785 -22.1201 8h-2.67871c-28.6885 0 -67.1367 -40 -127.2 -40h-21.2988c-62.542 0 -98.8008 38.6582 -99.9404 91.1445c-12.4814 17.8135 -18.4922 40.7852 -15.9844 62.791c-2.96094 5.8125 -6.51367 15.6973 -7.92969 22.0645h-35.6465
|
||||||
@ -149,74 +149,74 @@ c-45.4355 0 -83.2002 37.584 -83.2002 83.2002zM48 227.2c0 -18.9756 16.2246 -35.20
|
|||||||
c-6.52246 -39.1279 10.0771 -61.3252 50.6016 -61.3252h21.2988c45.4912 0 77.21 35.9131 120 39.6768v176.752c-25.2393 2.96289 -42.9658 21.2227 -59.0752 39.5967c-11.2744 12.6494 -21.7246 25.2998 -30.7988 39.875
|
c-6.52246 -39.1279 10.0771 -61.3252 50.6016 -61.3252h21.2988c45.4912 0 77.21 35.9131 120 39.6768v176.752c-25.2393 2.96289 -42.9658 21.2227 -59.0752 39.5967c-11.2744 12.6494 -21.7246 25.2998 -30.7988 39.875
|
||||||
c-14.4814 23.3877 -26.1318 56.0996 -34.9258 56.0996c-23.375 0 -44 -8.7998 -44 -35.2002c0 -35.2002 26.3994 -53.0752 26.3994 -70.3994h-158.399c-18.4248 0 -35.2002 -16.5 -35.2002 -35.2002zM448 88c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24
|
c-14.4814 23.3877 -26.1318 56.0996 -34.9258 56.0996c-23.375 0 -44 -8.7998 -44 -35.2002c0 -35.2002 26.3994 -53.0752 26.3994 -70.3994h-158.399c-18.4248 0 -35.2002 -16.5 -35.2002 -35.2002zM448 88c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24
|
||||||
s24 10.7451 24 24s-10.7451 24 -24 24z" />
|
s24 10.7451 24 24s-10.7451 24 -24 24z" />
|
||||||
<glyph glyph-name="hand-point-up" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="hand-point-up" unicode="" horiz-adv-x="448"
|
||||||
d="M105.6 364.8c0 45.0996 38.1016 83.2002 83.2002 83.2002c45.6162 0 83.2002 -37.7646 83.2002 -83.2002v-35.6465c6.36719 -1.41602 16.252 -4.96875 22.0645 -7.92969c22.0059 2.50684 44.9775 -3.50293 62.791 -15.9844
|
d="M105.6 364.8c0 45.0996 38.1016 83.2002 83.2002 83.2002c45.6162 0 83.2002 -37.7646 83.2002 -83.2002v-35.6465c6.36719 -1.41602 16.252 -4.96875 22.0645 -7.92969c22.0059 2.50684 44.9775 -3.50293 62.791 -15.9844
|
||||||
c52.4863 -1.14062 91.1445 -37.3984 91.1445 -99.9404v-21.2988c0 -60.0635 -40 -98.5117 -40 -127.2v-2.67871c4.95215 -5.74707 8 -13.5361 8 -22.1201v-64c0 -17.6729 -12.8936 -32 -28.7998 -32h-230.4c-15.9062 0 -28.7998 14.3271 -28.7998 32v64
|
c52.4863 -1.14062 91.1445 -37.3984 91.1445 -99.9404v-21.2988c0 -60.0635 -40 -98.5117 -40 -127.2v-2.67871c4.95215 -5.74707 8 -13.5361 8 -22.1201v-64c0 -17.6729 -12.8936 -32 -28.7998 -32h-230.4c-15.9062 0 -28.7998 14.3271 -28.7998 32v64
|
||||||
c0 8.58398 3.04785 16.373 8 22.1201v2.67871c0 6.96387 -6.19336 14.8623 -23.6689 30.1816l-0.148438 0.128906l-0.145508 0.130859c-9.93652 8.85645 -20.8398 18.1162 -33.2529 25.8506c-30.2471 18.7051 -78.7842 30.3936 -78.7842 75.707
|
c0 8.58398 3.04785 16.373 8 22.1201v2.67871c0 6.96387 -6.19336 14.8623 -23.6689 30.1816l-0.148438 0.128906l-0.145508 0.130859c-9.93652 8.85645 -20.8398 18.1162 -33.2529 25.8506c-30.2471 18.7051 -78.7842 30.3936 -78.7842 75.707
|
||||||
c0 56.9277 35.2861 92 83.2002 92h0.0839844c6.21777 0 16.2148 -0.974609 22.3154 -2.17578v86.1768zM224 364.8c0 18.9756 -16.2246 35.2002 -35.2002 35.2002c-18.7002 0 -35.2002 -16.7754 -35.2002 -35.2002v-158.399c-17.3242 0 -35.1992 26.3994 -70.3994 26.3994
|
c0 56.9277 35.2861 92 83.2002 92h0.0839844c6.21777 0 16.2148 -0.974609 22.3154 -2.17578v86.1768zM224 364.8c0 18.9756 -16.2246 35.2002 -35.2002 35.2002c-18.7002 0 -35.2002 -16.7754 -35.2002 -35.2002v-158.399c-17.3242 0 -35.1992 26.3994 -70.3994 26.3994
|
||||||
c-26.4004 0 -35.2002 -20.625 -35.2002 -44c0 -8.79395 32.7119 -20.4443 56.0996 -34.9258c14.5752 -9.07422 27.2256 -19.5244 39.875 -30.7988c18.374 -16.1094 36.6328 -33.8359 39.5967 -59.0752h176.753c3.7627 42.79 39.6758 74.5088 39.6758 120v21.2988
|
c-26.4004 0 -35.2002 -20.625 -35.2002 -44c0 -8.79395 32.7119 -20.4443 56.0996 -34.9258c14.5752 -9.07422 27.2256 -19.5244 39.875 -30.7988c18.374 -16.1094 36.6328 -33.8359 39.5967 -59.0752h176.753c3.7627 42.79 39.6758 74.5088 39.6758 120v21.2988
|
||||||
c0 40.5244 -22.1973 57.124 -61.3252 50.6006c-8.00098 14.6113 -33.9785 24.1514 -53.625 12.9248c-18.2246 19.3652 -46.3809 17.7871 -61.0498 4.9502v91.0254zM352 24c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24z" />
|
c0 40.5244 -22.1973 57.124 -61.3252 50.6006c-8.00098 14.6113 -33.9785 24.1514 -53.625 12.9248c-18.2246 19.3652 -46.3809 17.7871 -61.0498 4.9502v91.0254zM352 24c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24z" />
|
||||||
<glyph glyph-name="hand-point-down" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="hand-point-down" unicode="" horiz-adv-x="448"
|
||||||
d="M188.8 -64c-45.0986 0 -83.2002 38.1006 -83.2002 83.2002v86.1758c-6.91016 -1.3623 -14.374 -2.17578 -22.3994 -2.17578c-47.9141 0 -83.2002 35.0723 -83.2002 92c0 45.3135 48.5371 57.002 78.7852 75.707c12.4121 7.73438 23.3154 16.9951 33.2529 25.8506
|
d="M188.8 -64c-45.0986 0 -83.2002 38.1006 -83.2002 83.2002v86.1758c-6.91016 -1.3623 -14.374 -2.17578 -22.3994 -2.17578c-47.9141 0 -83.2002 35.0723 -83.2002 92c0 45.3135 48.5371 57.002 78.7852 75.707c12.4121 7.73438 23.3154 16.9951 33.2529 25.8506
|
||||||
l0.145508 0.130859l0.148438 0.128906c17.4746 15.3213 23.668 23.2197 23.668 30.1836v2.67871c-4.95215 5.74707 -8 13.5361 -8 22.1201v64c0 17.6729 12.8936 32 28.7998 32h230.4c15.9062 0 28.7998 -14.3271 28.7998 -32v-64.001
|
l0.145508 0.130859l0.148438 0.128906c17.4746 15.3213 23.668 23.2197 23.668 30.1836v2.67871c-4.95215 5.74707 -8 13.5361 -8 22.1201v64c0 17.6729 12.8936 32 28.7998 32h230.4c15.9062 0 28.7998 -14.3271 28.7998 -32v-64.001
|
||||||
c0 -8.58398 -3.04785 -16.373 -8 -22.1201v-2.67871c0 -28.6885 40 -67.1367 40 -127.2v-21.2988c0 -62.542 -38.6582 -98.8008 -91.1445 -99.9404c-17.8135 -12.4814 -40.7852 -18.4922 -62.791 -15.9844c-5.8125 -2.96094 -15.6973 -6.51367 -22.0645 -7.92969v-35.6465
|
c0 -8.58398 -3.04785 -16.373 -8 -22.1201v-2.67871c0 -28.6885 40 -67.1367 40 -127.2v-21.2988c0 -62.542 -38.6582 -98.8008 -91.1445 -99.9404c-17.8135 -12.4814 -40.7852 -18.4922 -62.791 -15.9844c-5.8125 -2.96094 -15.6973 -6.51367 -22.0645 -7.92969v-35.6465
|
||||||
c0 -45.4355 -37.584 -83.2002 -83.2002 -83.2002zM188.8 -16c18.9756 0 35.2002 16.2246 35.2002 35.2002v91.0244c14.6689 -12.8369 42.8252 -14.415 61.0498 4.9502c19.6465 -11.2256 45.624 -1.68652 53.625 12.9248c39.1279 -6.52246 61.3252 10.0771 61.3252 50.6016
|
c0 -45.4355 -37.584 -83.2002 -83.2002 -83.2002zM188.8 -16c18.9756 0 35.2002 16.2246 35.2002 35.2002v91.0244c14.6689 -12.8369 42.8252 -14.415 61.0498 4.9502c19.6465 -11.2256 45.624 -1.68652 53.625 12.9248c39.1279 -6.52246 61.3252 10.0771 61.3252 50.6016
|
||||||
v21.2988c0 45.4912 -35.9131 77.21 -39.6768 120h-176.752c-2.96289 -25.2393 -21.2227 -42.9658 -39.5967 -59.0752c-12.6494 -11.2744 -25.2998 -21.7246 -39.875 -30.7988c-23.3877 -14.4814 -56.0996 -26.1318 -56.0996 -34.9258c0 -23.375 8.7998 -44 35.2002 -44
|
v21.2988c0 45.4912 -35.9131 77.21 -39.6768 120h-176.752c-2.96289 -25.2393 -21.2227 -42.9658 -39.5967 -59.0752c-12.6494 -11.2744 -25.2998 -21.7246 -39.875 -30.7988c-23.3877 -14.4814 -56.0996 -26.1318 -56.0996 -34.9258c0 -23.375 8.7998 -44 35.2002 -44
|
||||||
c35.2002 0 53.0752 26.3994 70.3994 26.3994v-158.399c0 -18.4248 16.5 -35.2002 35.2002 -35.2002zM328 384c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24z" />
|
c35.2002 0 53.0752 26.3994 70.3994 26.3994v-158.399c0 -18.4248 16.5 -35.2002 35.2002 -35.2002zM328 384c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24z" />
|
||||||
<glyph glyph-name="copy" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="copy" unicode="" horiz-adv-x="448"
|
||||||
d="M433.941 382.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-80v-48c0 -26.5098 -21.4902 -48 -48 -48h-224c-26.5098 0 -48 21.4902 -48 48v320c0 26.5098 21.4902 48 48 48h80v48c0 26.5098 21.4902 48 48 48
|
d="M433.941 382.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-80v-48c0 -26.5098 -21.4902 -48 -48 -48h-224c-26.5098 0 -48 21.4902 -48 48v320c0 26.5098 21.4902 48 48 48h80v48c0 26.5098 21.4902 48 48 48
|
||||||
h172.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM266 -16c3.31152 0 6 2.68848 6 6v42h-96c-26.5098 0 -48 21.4902 -48 48v224h-74c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h212zM394 80c3.31152 0 6 2.68848 6 6v202h-88
|
h172.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM266 -16c3.31152 0 6 2.68848 6 6v42h-96c-26.5098 0 -48 21.4902 -48 48v224h-74c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h212zM394 80c3.31152 0 6 2.68848 6 6v202h-88
|
||||||
c-13.2549 0 -24 10.7451 -24 24v88h-106c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h212zM400 336v9.63184v0.000976562c0 1.37207 -0.787109 3.27246 -1.75684 4.24219l-48.3682 48.3682c-1.12598 1.125 -2.65234 1.75684 -4.24316 1.75684h-9.63184
|
c-13.2549 0 -24 10.7451 -24 24v88h-106c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h212zM400 336v9.63184v0.000976562c0 1.37207 -0.787109 3.27246 -1.75684 4.24219l-48.3682 48.3682c-1.12598 1.125 -2.65234 1.75684 -4.24316 1.75684h-9.63184
|
||||||
v-64h64z" />
|
v-64h64z" />
|
||||||
<glyph glyph-name="save" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="save" unicode="" horiz-adv-x="448"
|
||||||
d="M433.941 318.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h268.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM272 368h-128v-80h128v80
|
d="M433.941 318.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h268.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM272 368h-128v-80h128v80
|
||||||
zM394 16c3.31152 0 6 2.68848 6 6v259.632v0.000976562c0 1.37207 -0.787109 3.27246 -1.75684 4.24219l-78.2432 78.2432v-100.118c0 -13.2549 -10.7451 -24 -24 -24h-176c-13.2549 0 -24 10.7451 -24 24v104h-42c-3.31152 0 -6 -2.68848 -6 -6v-340
|
zM394 16c3.31152 0 6 2.68848 6 6v259.632v0.000976562c0 1.37207 -0.787109 3.27246 -1.75684 4.24219l-78.2432 78.2432v-100.118c0 -13.2549 -10.7451 -24 -24 -24h-176c-13.2549 0 -24 10.7451 -24 24v104h-42c-3.31152 0 -6 -2.68848 -6 -6v-340
|
||||||
c0 -3.31152 2.68848 -6 6 -6h340zM224 216c48.5234 0 88 -39.4766 88 -88s-39.4766 -88 -88 -88s-88 39.4766 -88 88s39.4766 88 88 88zM224 88c22.0557 0 40 17.9443 40 40s-17.9443 40 -40 40s-40 -17.9443 -40 -40s17.9443 -40 40 -40z" />
|
c0 -3.31152 2.68848 -6 6 -6h340zM224 216c48.5234 0 88 -39.4766 88 -88s-39.4766 -88 -88 -88s-88 39.4766 -88 88s39.4766 88 88 88zM224 88c22.0557 0 40 17.9443 40 40s-17.9443 40 -40 40s-40 -17.9443 -40 -40s17.9443 -40 40 -40z" />
|
||||||
<glyph glyph-name="square" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="square" unicode="" horiz-adv-x="448"
|
||||||
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM394 16c3.2998 0 6 2.7002 6 6v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340z" />
|
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM394 16c3.2998 0 6 2.7002 6 6v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340z" />
|
||||||
<glyph glyph-name="envelope" unicode=""
|
<glyph glyph-name="envelope" unicode=""
|
||||||
d="M464 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416zM464 336h-416v-40.8047c22.4248 -18.2627 58.1797 -46.6602 134.587 -106.49
|
d="M464 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416zM464 336h-416v-40.8047c22.4248 -18.2627 58.1797 -46.6602 134.587 -106.49
|
||||||
c16.834 -13.2422 50.2051 -45.0762 73.4131 -44.7012c23.2119 -0.371094 56.5723 31.4541 73.4131 44.7012c76.4189 59.8389 112.165 88.2305 134.587 106.49v40.8047zM48 48h416v185.601c-22.915 -18.252 -55.4189 -43.8691 -104.947 -82.6523
|
c16.834 -13.2422 50.2051 -45.0762 73.4131 -44.7012c23.2119 -0.371094 56.5723 31.4541 73.4131 44.7012c76.4189 59.8389 112.165 88.2305 134.587 106.49v40.8047zM48 48h416v185.601c-22.915 -18.252 -55.4189 -43.8691 -104.947 -82.6523
|
||||||
c-22.5439 -17.748 -60.3359 -55.1787 -103.053 -54.9473c-42.9277 -0.231445 -81.2051 37.75 -103.062 54.9551c-49.5293 38.7842 -82.0244 64.3945 -104.938 82.6455v-185.602z" />
|
c-22.5439 -17.748 -60.3359 -55.1787 -103.053 -54.9473c-42.9277 -0.231445 -81.2051 37.75 -103.062 54.9551c-49.5293 38.7842 -82.0244 64.3945 -104.938 82.6455v-185.602z" />
|
||||||
<glyph glyph-name="lightbulb" unicode="" horiz-adv-x="352"
|
<glyph glyph-name="lightbulb" unicode="" horiz-adv-x="352"
|
||||||
d="M176 368c8.83984 0 16 -7.16016 16 -16s-7.16016 -16 -16 -16c-35.2803 0 -64 -28.7002 -64 -64c0 -8.83984 -7.16016 -16 -16 -16s-16 7.16016 -16 16c0 52.9404 43.0596 96 96 96zM96.0596 -11.1699l-0.0400391 43.1797h159.961l-0.0507812 -43.1797
|
d="M176 368c8.83984 0 16 -7.16016 16 -16s-7.16016 -16 -16 -16c-35.2803 0 -64 -28.7002 -64 -64c0 -8.83984 -7.16016 -16 -16 -16s-16 7.16016 -16 16c0 52.9404 43.0596 96 96 96zM96.0596 -11.1699l-0.0400391 43.1797h159.961l-0.0507812 -43.1797
|
||||||
c-0.00976562 -3.13965 -0.939453 -6.21973 -2.67969 -8.83984l-24.5098 -36.8398c-2.95996 -4.45996 -7.95996 -7.14062 -13.3203 -7.14062h-78.8496c-5.35059 0 -10.3506 2.68066 -13.3203 7.14062l-24.5098 36.8398c-1.75 2.62012 -2.68066 5.68945 -2.68066 8.83984z
|
c-0.00976562 -3.13965 -0.939453 -6.21973 -2.67969 -8.83984l-24.5098 -36.8398c-2.95996 -4.45996 -7.95996 -7.14062 -13.3203 -7.14062h-78.8496c-5.35059 0 -10.3506 2.68066 -13.3203 7.14062l-24.5098 36.8398c-1.75 2.62012 -2.68066 5.68945 -2.68066 8.83984z
|
||||||
M176 448c97.2002 0 176 -78.7998 176 -176c0 -44.3701 -16.4502 -84.8496 -43.5498 -115.79c-16.6406 -18.9795 -42.7402 -58.79 -52.4199 -92.1602v-0.0498047h-48v0.0996094c0.00390625 4.04199 0.999023 10.4482 2.21973 14.3008
|
M176 448c97.2002 0 176 -78.7998 176 -176c0 -44.3701 -16.4502 -84.8496 -43.5498 -115.79c-16.6406 -18.9795 -42.7402 -58.79 -52.4199 -92.1602v-0.0498047h-48v0.0996094c0.00390625 4.04199 0.999023 10.4482 2.21973 14.3008
|
||||||
c5.67969 17.9893 22.9902 64.8496 62.0996 109.46c20.4102 23.29 31.6504 53.1699 31.6504 84.1396c0 70.5801 -57.4199 128 -128 128c-68.2803 0 -128.15 -54.3604 -127.95 -128c0.0898438 -30.9902 11.0703 -60.71 31.6104 -84.1396
|
c5.67969 17.9893 22.9902 64.8496 62.0996 109.46c20.4102 23.29 31.6504 53.1699 31.6504 84.1396c0 70.5801 -57.4199 128 -128 128c-68.2803 0 -128.15 -54.3604 -127.95 -128c0.0898438 -30.9902 11.0703 -60.71 31.6104 -84.1396
|
||||||
c39.3496 -44.9004 56.5801 -91.8604 62.1699 -109.67c1.42969 -4.56055 2.13965 -9.30078 2.15039 -14.0703v-0.120117h-48v0.0595703c-9.68066 33.3604 -35.7803 73.1709 -52.4209 92.1602c-27.1094 30.9307 -43.5596 71.4102 -43.5596 115.78
|
c39.3496 -44.9004 56.5801 -91.8604 62.1699 -109.67c1.42969 -4.56055 2.13965 -9.30078 2.15039 -14.0703v-0.120117h-48v0.0595703c-9.68066 33.3604 -35.7803 73.1709 -52.4209 92.1602c-27.1094 30.9307 -43.5596 71.4102 -43.5596 115.78
|
||||||
c0 93.0303 73.7197 176 176 176z" />
|
c0 93.0303 73.7197 176 176 176z" />
|
||||||
<glyph glyph-name="bell" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="bell" unicode="" horiz-adv-x="448"
|
||||||
d="M439.39 85.71c6 -6.44043 8.66016 -14.1602 8.61035 -21.71c-0.0996094 -16.4004 -12.9805 -32 -32.0996 -32h-383.801c-19.1191 0 -31.9893 15.5996 -32.0996 32c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c19.3193 20.7598 55.4697 51.9902 55.4697 154.29
|
d="M439.39 85.71c6 -6.44043 8.66016 -14.1602 8.61035 -21.71c-0.0996094 -16.4004 -12.9805 -32 -32.0996 -32h-383.801c-19.1191 0 -31.9893 15.5996 -32.0996 32c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c19.3193 20.7598 55.4697 51.9902 55.4697 154.29
|
||||||
c0 77.7002 54.4795 139.9 127.939 155.16v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8398c73.46 -15.2598 127.939 -77.46 127.939 -155.16c0 -102.3 36.1504 -133.53 55.4697 -154.29zM67.5303 80h312.939
|
c0 77.7002 54.4795 139.9 127.939 155.16v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8398c73.46 -15.2598 127.939 -77.46 127.939 -155.16c0 -102.3 36.1504 -133.53 55.4697 -154.29zM67.5303 80h312.939
|
||||||
c-21.2197 27.96 -44.4199 74.3203 -44.5293 159.42c0 0.200195 0.0595703 0.379883 0.0595703 0.580078c0 61.8604 -50.1396 112 -112 112s-112 -50.1396 -112 -112c0 -0.200195 0.0595703 -0.379883 0.0595703 -0.580078
|
c-21.2197 27.96 -44.4199 74.3203 -44.5293 159.42c0 0.200195 0.0595703 0.379883 0.0595703 0.580078c0 61.8604 -50.1396 112 -112 112s-112 -50.1396 -112 -112c0 -0.200195 0.0595703 -0.379883 0.0595703 -0.580078
|
||||||
c-0.109375 -85.0898 -23.3096 -131.45 -44.5293 -159.42zM224 -64c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64z" />
|
c-0.109375 -85.0898 -23.3096 -131.45 -44.5293 -159.42zM224 -64c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64z" />
|
||||||
<glyph glyph-name="hospital" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="hospital" unicode="" horiz-adv-x="448"
|
||||||
d="M128 204v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12zM268 192c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40
|
d="M128 204v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12zM268 192c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40
|
||||||
c0 -6.62695 -5.37305 -12 -12 -12h-40zM192 108c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM268 96c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40
|
c0 -6.62695 -5.37305 -12 -12 -12h-40zM192 108c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM268 96c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40
|
||||||
c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40zM448 -28v-36h-448v36c0 6.62695 5.37305 12 12 12h19.5v378.965c0 11.6172 10.7451 21.0352 24 21.0352h88.5v40c0 13.2549 10.7451 24 24 24h112c13.2549 0 24 -10.7451 24 -24v-40h88.5
|
c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40zM448 -28v-36h-448v36c0 6.62695 5.37305 12 12 12h19.5v378.965c0 11.6172 10.7451 21.0352 24 21.0352h88.5v40c0 13.2549 10.7451 24 24 24h112c13.2549 0 24 -10.7451 24 -24v-40h88.5
|
||||||
c13.2549 0 24 -9.41797 24 -21.0352v-378.965h19.5c6.62695 0 12 -5.37305 12 -12zM79.5 -15h112.5v67c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-67h112.5v351h-64.5v-24c0 -13.2549 -10.7451 -24 -24 -24h-112c-13.2549 0 -24 10.7451 -24 24v24
|
c13.2549 0 24 -9.41797 24 -21.0352v-378.965h19.5c6.62695 0 12 -5.37305 12 -12zM79.5 -15h112.5v67c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-67h112.5v351h-64.5v-24c0 -13.2549 -10.7451 -24 -24 -24h-112c-13.2549 0 -24 10.7451 -24 24v24
|
||||||
h-64.5v-351zM266 384h-26v26c0 3.31152 -2.68848 6 -6 6h-20c-3.31152 0 -6 -2.68848 -6 -6v-26h-26c-3.31152 0 -6 -2.68848 -6 -6v-20c0 -3.31152 2.68848 -6 6 -6h26v-26c0 -3.31152 2.68848 -6 6 -6h20c3.31152 0 6 2.68848 6 6v26h26c3.31152 0 6 2.68848 6 6v20
|
h-64.5v-351zM266 384h-26v26c0 3.31152 -2.68848 6 -6 6h-20c-3.31152 0 -6 -2.68848 -6 -6v-26h-26c-3.31152 0 -6 -2.68848 -6 -6v-20c0 -3.31152 2.68848 -6 6 -6h26v-26c0 -3.31152 2.68848 -6 6 -6h20c3.31152 0 6 2.68848 6 6v26h26c3.31152 0 6 2.68848 6 6v20
|
||||||
c0 3.31152 -2.68848 6 -6 6z" />
|
c0 3.31152 -2.68848 6 -6 6z" />
|
||||||
<glyph glyph-name="plus-square" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="plus-square" unicode="" horiz-adv-x="448"
|
||||||
d="M352 208v-32c0 -6.59961 -5.40039 -12 -12 -12h-88v-88c0 -6.59961 -5.40039 -12 -12 -12h-32c-6.59961 0 -12 5.40039 -12 12v88h-88c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h88v88c0 6.59961 5.40039 12 12 12h32c6.59961 0 12 -5.40039 12 -12
|
d="M352 208v-32c0 -6.59961 -5.40039 -12 -12 -12h-88v-88c0 -6.59961 -5.40039 -12 -12 -12h-32c-6.59961 0 -12 5.40039 -12 12v88h-88c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h88v88c0 6.59961 5.40039 12 12 12h32c6.59961 0 12 -5.40039 12 -12
|
||||||
v-88h88c6.59961 0 12 -5.40039 12 -12zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340
|
v-88h88c6.59961 0 12 -5.40039 12 -12zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340
|
||||||
c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
||||||
<glyph glyph-name="circle" unicode=""
|
<glyph glyph-name="circle" unicode=""
|
||||||
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200z" />
|
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200z" />
|
||||||
<glyph glyph-name="smile" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="smile" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
|
||||||
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM332 135.4c8.5 10.1992 23.7002 11.5 33.7998 3.09961c10.2002 -8.5 11.6006 -23.5996 3.10059 -33.7998
|
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM332 135.4c8.5 10.1992 23.7002 11.5 33.7998 3.09961c10.2002 -8.5 11.6006 -23.5996 3.10059 -33.7998
|
||||||
c-30 -36 -74.1006 -56.6006 -120.9 -56.6006s-90.9004 20.6006 -120.9 56.6006c-8.39941 10.2002 -7.09961 25.2998 3.10059 33.7998c10.0996 8.40039 25.2998 7.09961 33.7998 -3.09961c20.7998 -25.1006 51.5 -39.4004 84 -39.4004s63.2002 14.4004 84 39.4004z" />
|
c-30 -36 -74.1006 -56.6006 -120.9 -56.6006s-90.9004 20.6006 -120.9 56.6006c-8.39941 10.2002 -7.09961 25.2998 3.10059 33.7998c10.0996 8.40039 25.2998 7.09961 33.7998 -3.09961c20.7998 -25.1006 51.5 -39.4004 84 -39.4004s63.2002 14.4004 84 39.4004z" />
|
||||||
<glyph glyph-name="frown" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="frown" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
|
||||||
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM248 144c40.2002 0 78 -17.7002 103.8 -48.5996c8.40039 -10.2002 7.10059 -25.3008 -3.09961 -33.8008
|
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM248 144c40.2002 0 78 -17.7002 103.8 -48.5996c8.40039 -10.2002 7.10059 -25.3008 -3.09961 -33.8008
|
||||||
c-10.7002 -8.7998 -25.7002 -6.59961 -33.7998 3.10059c-16.6006 20 -41 31.3994 -66.9004 31.3994s-50.2998 -11.5 -66.9004 -31.3994c-8.5 -10.2002 -23.5996 -11.5 -33.7998 -3.10059c-10.2002 8.5 -11.5996 23.6006 -3.09961 33.8008
|
c-10.7002 -8.7998 -25.7002 -6.59961 -33.7998 3.10059c-16.6006 20 -41 31.3994 -66.9004 31.3994s-50.2998 -11.5 -66.9004 -31.3994c-8.5 -10.2002 -23.5996 -11.5 -33.7998 -3.10059c-10.2002 8.5 -11.5996 23.6006 -3.09961 33.8008
|
||||||
c25.7998 30.8994 63.5996 48.5996 103.8 48.5996z" />
|
c25.7998 30.8994 63.5996 48.5996 103.8 48.5996z" />
|
||||||
<glyph glyph-name="meh" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="meh" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
|
||||||
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM336 128c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-176c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h176z
|
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM336 128c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-176c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h176z
|
||||||
" />
|
" />
|
||||||
<glyph glyph-name="keyboard" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="keyboard" unicode="" horiz-adv-x="576"
|
||||||
d="M528 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h480zM536 48v288c0 4.41113 -3.58887 8 -8 8h-480c-4.41113 0 -8 -3.58887 -8 -8v-288c0 -4.41113 3.58887 -8 8 -8
|
d="M528 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h480zM536 48v288c0 4.41113 -3.58887 8 -8 8h-480c-4.41113 0 -8 -3.58887 -8 -8v-288c0 -4.41113 3.58887 -8 8 -8
|
||||||
h480c4.41113 0 8 3.58887 8 8zM170 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM266 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28
|
h480c4.41113 0 8 3.58887 8 8zM170 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM266 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28
|
||||||
c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM362 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM458 178c0 -6.62695 -5.37305 -12 -12 -12h-28
|
c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM362 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM458 178c0 -6.62695 -5.37305 -12 -12 -12h-28
|
||||||
@ -225,203 +225,203 @@ c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695
|
|||||||
c6.62695 0 12 -5.37305 12 -12v-28zM218 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM314 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28
|
c6.62695 0 12 -5.37305 12 -12v-28zM218 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM314 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28
|
||||||
c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM410 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM506 260c0 -6.62695 -5.37305 -12 -12 -12h-28
|
c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM410 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM506 260c0 -6.62695 -5.37305 -12 -12 -12h-28
|
||||||
c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM408 102c0 -6.62695 -5.37305 -12 -12 -12h-216c-6.62695 0 -12 5.37305 -12 12v16c0 6.62695 5.37305 12 12 12h216c6.62695 0 12 -5.37305 12 -12v-16z" />
|
c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM408 102c0 -6.62695 -5.37305 -12 -12 -12h-216c-6.62695 0 -12 5.37305 -12 12v16c0 6.62695 5.37305 12 12 12h216c6.62695 0 12 -5.37305 12 -12v-16z" />
|
||||||
<glyph glyph-name="calendar" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="calendar" unicode="" horiz-adv-x="448"
|
||||||
d="M400 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12
|
d="M400 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12
|
||||||
v-52h48zM394 -16c3.2998 0 6 2.7002 6 6v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340z" />
|
v-52h48zM394 -16c3.2998 0 6 2.7002 6 6v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340z" />
|
||||||
<glyph glyph-name="play-circle" unicode=""
|
<glyph glyph-name="play-circle" unicode=""
|
||||||
d="M371.7 210c16.3994 -9.2002 16.3994 -32.9004 0 -42l-176 -101c-15.9004 -8.7998 -35.7002 2.59961 -35.7002 21v208c0 18.5 19.9004 29.7998 35.7002 21zM504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192
|
d="M371.7 210c16.3994 -9.2002 16.3994 -32.9004 0 -42l-176 -101c-15.9004 -8.7998 -35.7002 2.59961 -35.7002 21v208c0 18.5 19.9004 29.7998 35.7002 21zM504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192
|
||||||
c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200z" />
|
c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200z" />
|
||||||
<glyph glyph-name="minus-square" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="minus-square" unicode="" horiz-adv-x="448"
|
||||||
d="M108 164c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h232c6.59961 0 12 -5.40039 12 -12v-32c0 -6.59961 -5.40039 -12 -12 -12h-232zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352
|
d="M108 164c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h232c6.59961 0 12 -5.40039 12 -12v-32c0 -6.59961 -5.40039 -12 -12 -12h-232zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352
|
||||||
c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
||||||
<glyph glyph-name="check-square" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="check-square" unicode="" horiz-adv-x="448"
|
||||||
d="M400 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352zM400 16v352h-352v-352h352zM364.136 257.724l-172.589 -171.204
|
d="M400 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352zM400 16v352h-352v-352h352zM364.136 257.724l-172.589 -171.204
|
||||||
c-4.70508 -4.66699 -12.3027 -4.63672 -16.9697 0.0683594l-90.7812 91.5156c-4.66699 4.70508 -4.63672 12.3037 0.0693359 16.9717l22.7188 22.5361c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0693359l59.792 -60.2773l141.353 140.217
|
c-4.70508 -4.66699 -12.3027 -4.63672 -16.9697 0.0683594l-90.7812 91.5156c-4.66699 4.70508 -4.63672 12.3037 0.0693359 16.9717l22.7188 22.5361c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0693359l59.792 -60.2773l141.353 140.217
|
||||||
c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0683594l22.5361 -22.7178c4.66699 -4.70605 4.63672 -12.3047 -0.0683594 -16.9717z" />
|
c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0683594l22.5361 -22.7178c4.66699 -4.70605 4.63672 -12.3047 -0.0683594 -16.9717z" />
|
||||||
<glyph glyph-name="share-square" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="share-square" unicode="" horiz-adv-x="576"
|
||||||
d="M561.938 289.94c18.75 -18.7402 18.75 -49.1406 0 -67.8809l-143.998 -144c-29.9727 -29.9727 -81.9404 -9.05273 -81.9404 33.9404v53.7998c-101.266 -7.83691 -99.625 -31.6406 -84.1104 -78.7598c14.2285 -43.0889 -33.4736 -79.248 -71.0195 -55.7402
|
d="M561.938 289.94c18.75 -18.7402 18.75 -49.1406 0 -67.8809l-143.998 -144c-29.9727 -29.9727 -81.9404 -9.05273 -81.9404 33.9404v53.7998c-101.266 -7.83691 -99.625 -31.6406 -84.1104 -78.7598c14.2285 -43.0889 -33.4736 -79.248 -71.0195 -55.7402
|
||||||
c-51.6924 32.3057 -84.8701 83.0635 -84.8701 144.76c0 39.3408 12.2197 72.7402 36.3301 99.3008c19.8398 21.8398 47.7402 38.4697 82.9102 49.4199c36.7295 11.4395 78.3096 16.1094 120.76 17.9893v57.1982c0 42.9355 51.9258 63.9541 81.9404 33.9404zM384 112l144 144
|
c-51.6924 32.3057 -84.8701 83.0635 -84.8701 144.76c0 39.3408 12.2197 72.7402 36.3301 99.3008c19.8398 21.8398 47.7402 38.4697 82.9102 49.4199c36.7295 11.4395 78.3096 16.1094 120.76 17.9893v57.1982c0 42.9355 51.9258 63.9541 81.9404 33.9404zM384 112l144 144
|
||||||
l-144 144v-104.09c-110.86 -0.90332 -240 -10.5166 -240 -119.851c0 -52.1396 32.79 -85.6094 62.3096 -104.06c-39.8174 120.65 48.999 141.918 177.69 143.84v-103.84zM408.74 27.5068c6.14844 1.75684 15.5449 5.92383 20.9736 9.30273
|
l-144 144v-104.09c-110.86 -0.90332 -240 -10.5166 -240 -119.851c0 -52.1396 32.79 -85.6094 62.3096 -104.06c-39.8174 120.65 48.999 141.918 177.69 143.84v-103.84zM408.74 27.5068c6.14844 1.75684 15.5449 5.92383 20.9736 9.30273
|
||||||
c7.97656 4.95215 18.2861 -0.825195 18.2861 -10.2139v-42.5957c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h132c6.62695 0 12 -5.37305 12 -12v-4.48633c0 -4.91699 -2.9873 -9.36914 -7.56934 -11.1514
|
c7.97656 4.95215 18.2861 -0.825195 18.2861 -10.2139v-42.5957c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h132c6.62695 0 12 -5.37305 12 -12v-4.48633c0 -4.91699 -2.9873 -9.36914 -7.56934 -11.1514
|
||||||
c-13.7021 -5.33105 -26.3955 -11.5371 -38.0498 -18.585c-1.59668 -0.974609 -4.41016 -1.77051 -6.28027 -1.77734h-86.1006c-3.31152 0 -6 -2.68848 -6 -6v-340c0 -3.31152 2.68848 -6 6 -6h340c3.31152 0 6 2.68848 6 6v25.9658c0 5.37012 3.5791 10.0596 8.74023 11.541
|
c-13.7021 -5.33105 -26.3955 -11.5371 -38.0498 -18.585c-1.59668 -0.974609 -4.41016 -1.77051 -6.28027 -1.77734h-86.1006c-3.31152 0 -6 -2.68848 -6 -6v-340c0 -3.31152 2.68848 -6 6 -6h340c3.31152 0 6 2.68848 6 6v25.9658c0 5.37012 3.5791 10.0596 8.74023 11.541
|
||||||
z" />
|
z" />
|
||||||
<glyph glyph-name="compass" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="compass" unicode="" horiz-adv-x="496"
|
||||||
d="M347.94 318.14c16.6592 7.61035 33.8096 -9.54004 26.1992 -26.1992l-65.9697 -144.341c-2.73047 -5.97363 -9.7959 -13.0391 -15.7695 -15.7695l-144.341 -65.9697c-16.6592 -7.61035 -33.8096 9.5498 -26.1992 26.1992l65.9697 144.341
|
d="M347.94 318.14c16.6592 7.61035 33.8096 -9.54004 26.1992 -26.1992l-65.9697 -144.341c-2.73047 -5.97363 -9.7959 -13.0391 -15.7695 -15.7695l-144.341 -65.9697c-16.6592 -7.61035 -33.8096 9.5498 -26.1992 26.1992l65.9697 144.341
|
||||||
c2.73047 5.97363 9.7959 13.0391 15.7695 15.7695zM270.58 169.42c12.4697 12.4697 12.4697 32.6904 0 45.1602s-32.6904 12.4697 -45.1602 0s-12.4697 -32.6904 0 -45.1602s32.6904 -12.4697 45.1602 0zM248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248
|
c2.73047 5.97363 9.7959 13.0391 15.7695 15.7695zM270.58 169.42c12.4697 12.4697 12.4697 32.6904 0 45.1602s-32.6904 12.4697 -45.1602 0s-12.4697 -32.6904 0 -45.1602s32.6904 -12.4697 45.1602 0zM248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248
|
||||||
s-248 111.03 -248 248s111.03 248 248 248zM248 -8c110.28 0 200 89.7197 200 200s-89.7197 200 -200 200s-200 -89.7197 -200 -200s89.7197 -200 200 -200z" />
|
s-248 111.03 -248 248s111.03 248 248 248zM248 -8c110.28 0 200 89.7197 200 200s-89.7197 200 -200 200s-200 -89.7197 -200 -200s89.7197 -200 200 -200z" />
|
||||||
<glyph glyph-name="caret-square-down" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="caret-square-down" unicode="" horiz-adv-x="448"
|
||||||
d="M125.1 240h197.801c10.6992 0 16.0996 -13 8.5 -20.5l-98.9004 -98.2998c-4.7002 -4.7002 -12.2002 -4.7002 -16.9004 0l-98.8994 98.2998c-7.7002 7.5 -2.2998 20.5 8.39941 20.5zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
|
d="M125.1 240h197.801c10.6992 0 16.0996 -13 8.5 -20.5l-98.9004 -98.2998c-4.7002 -4.7002 -12.2002 -4.7002 -16.9004 0l-98.8994 98.2998c-7.7002 7.5 -2.2998 20.5 8.39941 20.5zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
|
||||||
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
||||||
<glyph glyph-name="caret-square-up" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="caret-square-up" unicode="" horiz-adv-x="448"
|
||||||
d="M322.9 144h-197.801c-10.6992 0 -16.0996 13 -8.5 20.5l98.9004 98.2998c4.7002 4.7002 12.2002 4.7002 16.9004 0l98.8994 -98.2998c7.7002 -7.5 2.2998 -20.5 -8.39941 -20.5zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
|
d="M322.9 144h-197.801c-10.6992 0 -16.0996 13 -8.5 20.5l98.9004 98.2998c4.7002 4.7002 12.2002 4.7002 16.9004 0l98.8994 -98.2998c7.7002 -7.5 2.2998 -20.5 -8.39941 -20.5zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
|
||||||
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
||||||
<glyph glyph-name="caret-square-right" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="caret-square-right" unicode="" horiz-adv-x="448"
|
||||||
d="M176 93.0996v197.801c0 10.6992 13 16.0996 20.5 8.5l98.2998 -98.9004c4.7002 -4.7002 4.7002 -12.2002 0 -16.9004l-98.2998 -98.8994c-7.5 -7.7002 -20.5 -2.2998 -20.5 8.39941zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
|
d="M176 93.0996v197.801c0 10.6992 13 16.0996 20.5 8.5l98.2998 -98.9004c4.7002 -4.7002 4.7002 -12.2002 0 -16.9004l-98.2998 -98.8994c-7.5 -7.7002 -20.5 -2.2998 -20.5 8.39941zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
|
||||||
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
||||||
<glyph glyph-name="file" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="file" unicode="" horiz-adv-x="384"
|
||||||
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
|
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
|
||||||
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416z" />
|
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416z" />
|
||||||
<glyph glyph-name="file-alt" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="file-alt" unicode="" horiz-adv-x="384"
|
||||||
d="M288 200v-28c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12v28c0 6.59961 5.40039 12 12 12h168c6.59961 0 12 -5.40039 12 -12zM276 128c6.59961 0 12 -5.40039 12 -12v-28c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12
|
d="M288 200v-28c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12v28c0 6.59961 5.40039 12 12 12h168c6.59961 0 12 -5.40039 12 -12zM276 128c6.59961 0 12 -5.40039 12 -12v-28c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12
|
||||||
v28c0 6.59961 5.40039 12 12 12h168zM384 316.1v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996l83.9004 -83.9004c9 -8.90039 14.0996 -21.2002 14.0996 -33.9004z
|
v28c0 6.59961 5.40039 12 12 12h168zM384 316.1v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996l83.9004 -83.9004c9 -8.90039 14.0996 -21.2002 14.0996 -33.9004z
|
||||||
M256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416h288z" />
|
M256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416h288z" />
|
||||||
<glyph glyph-name="thumbs-up" unicode=""
|
<glyph glyph-name="thumbs-up" unicode=""
|
||||||
d="M466.27 161.31c4.6748 -22.6465 0.864258 -44.5371 -8.98926 -62.9893c2.95898 -23.8682 -4.02148 -48.5654 -17.3398 -66.9902c-0.954102 -55.9072 -35.8232 -95.3301 -112.94 -95.3301c-7 0 -15 0.00976562 -22.2197 0.00976562
|
d="M466.27 161.31c4.6748 -22.6465 0.864258 -44.5371 -8.98926 -62.9893c2.95898 -23.8682 -4.02148 -48.5654 -17.3398 -66.9902c-0.954102 -55.9072 -35.8232 -95.3301 -112.94 -95.3301c-7 0 -15 0.00976562 -22.2197 0.00976562
|
||||||
c-102.742 0 -133.293 38.9395 -177.803 39.9404c-3.56934 -13.7764 -16.085 -23.9502 -30.9775 -23.9502h-64c-17.6729 0 -32 14.3271 -32 32v240c0 17.6729 14.3271 32 32 32h98.7598c19.1455 16.9531 46.0137 60.6533 68.7598 83.4004
|
c-102.742 0 -133.293 38.9395 -177.803 39.9404c-3.56934 -13.7764 -16.085 -23.9502 -30.9775 -23.9502h-64c-17.6729 0 -32 14.3271 -32 32v240c0 17.6729 14.3271 32 32 32h98.7598c19.1455 16.9531 46.0137 60.6533 68.7598 83.4004
|
||||||
c13.667 13.667 10.1533 108.6 71.7607 108.6c57.5801 0 95.2695 -31.9355 95.2695 -104.73c0 -18.4092 -3.92969 -33.7295 -8.84961 -46.5391h36.4795c48.6025 0 85.8203 -41.5654 85.8203 -85.5801c0 -19.1504 -4.95996 -34.9902 -13.7305 -49.8408zM404.52 107.48
|
c13.667 13.667 10.1533 108.6 71.7607 108.6c57.5801 0 95.2695 -31.9355 95.2695 -104.73c0 -18.4092 -3.92969 -33.7295 -8.84961 -46.5391h36.4795c48.6025 0 85.8203 -41.5654 85.8203 -85.5801c0 -19.1504 -4.95996 -34.9902 -13.7305 -49.8408zM404.52 107.48
|
||||||
c21.5811 20.3838 18.6992 51.0645 5.21094 65.6191c9.44922 0 22.3594 18.9102 22.2695 37.8105c-0.0898438 18.9102 -16.71 37.8203 -37.8203 37.8203h-103.989c0 37.8193 28.3594 55.3691 28.3594 94.5391c0 23.75 0 56.7305 -47.2695 56.7305
|
c21.5811 20.3838 18.6992 51.0645 5.21094 65.6191c9.44922 0 22.3594 18.9102 22.2695 37.8105c-0.0898438 18.9102 -16.71 37.8203 -37.8203 37.8203h-103.989c0 37.8193 28.3594 55.3691 28.3594 94.5391c0 23.75 0 56.7305 -47.2695 56.7305
|
||||||
c-18.9102 -18.9102 -9.45996 -66.1797 -37.8203 -94.54c-26.5596 -26.5703 -66.1797 -97.46 -94.54 -97.46h-10.9199v-186.17c53.6113 0 100.001 -37.8203 171.64 -37.8203h37.8203c35.5117 0 60.8203 17.1201 53.1201 65.9004
|
c-18.9102 -18.9102 -9.45996 -66.1797 -37.8203 -94.54c-26.5596 -26.5703 -66.1797 -97.46 -94.54 -97.46h-10.9199v-186.17c53.6113 0 100.001 -37.8203 171.64 -37.8203h37.8203c35.5117 0 60.8203 17.1201 53.1201 65.9004
|
||||||
c15.2002 8.16016 26.5 36.4395 13.9395 57.5703zM88 16c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24z" />
|
c15.2002 8.16016 26.5 36.4395 13.9395 57.5703zM88 16c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24z" />
|
||||||
<glyph glyph-name="thumbs-down" unicode=""
|
<glyph glyph-name="thumbs-down" unicode=""
|
||||||
d="M466.27 222.69c8.77051 -14.8506 13.7305 -30.6904 13.7305 -49.8408c0 -44.0146 -37.2178 -85.5801 -85.8203 -85.5801h-36.4795c4.91992 -12.8096 8.84961 -28.1299 8.84961 -46.5391c0 -72.7949 -37.6895 -104.73 -95.2695 -104.73
|
d="M466.27 222.69c8.77051 -14.8506 13.7305 -30.6904 13.7305 -49.8408c0 -44.0146 -37.2178 -85.5801 -85.8203 -85.5801h-36.4795c4.91992 -12.8096 8.84961 -28.1299 8.84961 -46.5391c0 -72.7949 -37.6895 -104.73 -95.2695 -104.73
|
||||||
c-61.6074 0 -58.0938 94.9326 -71.7607 108.6c-22.7461 22.7471 -49.6133 66.4473 -68.7598 83.4004h-7.05176c-5.5332 -9.56152 -15.8662 -16 -27.708 -16h-64c-17.6729 0 -32 14.3271 -32 32v240c0 17.6729 14.3271 32 32 32h64c8.11328 0 15.5146 -3.02539 21.1553 -8
|
c-61.6074 0 -58.0938 94.9326 -71.7607 108.6c-22.7461 22.7471 -49.6133 66.4473 -68.7598 83.4004h-7.05176c-5.5332 -9.56152 -15.8662 -16 -27.708 -16h-64c-17.6729 0 -32 14.3271 -32 32v240c0 17.6729 14.3271 32 32 32h64c8.11328 0 15.5146 -3.02539 21.1553 -8
|
||||||
h10.8447c40.9971 0 73.1953 39.9902 176.78 39.9902c7.21973 0 15.2197 0.00976562 22.2197 0.00976562c77.1172 0 111.986 -39.4229 112.94 -95.3301c13.3184 -18.4248 20.2979 -43.1221 17.3398 -66.9902c9.85352 -18.4521 13.6641 -40.3428 8.98926 -62.9893zM64 152
|
h10.8447c40.9971 0 73.1953 39.9902 176.78 39.9902c7.21973 0 15.2197 0.00976562 22.2197 0.00976562c77.1172 0 111.986 -39.4229 112.94 -95.3301c13.3184 -18.4248 20.2979 -43.1221 17.3398 -66.9902c9.85352 -18.4521 13.6641 -40.3428 8.98926 -62.9893zM64 152
|
||||||
c13.2549 0 24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24zM394.18 135.27c21.1104 0 37.7305 18.9102 37.8203 37.8203c0.0898438 18.9004 -12.8203 37.8105 -22.2695 37.8105c13.4883 14.5547 16.3701 45.2354 -5.21094 65.6191
|
c13.2549 0 24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24zM394.18 135.27c21.1104 0 37.7305 18.9102 37.8203 37.8203c0.0898438 18.9004 -12.8203 37.8105 -22.2695 37.8105c13.4883 14.5547 16.3701 45.2354 -5.21094 65.6191
|
||||||
c12.5605 21.1309 1.26074 49.4102 -13.9395 57.5703c7.7002 48.7803 -17.6084 65.9004 -53.1201 65.9004h-37.8203c-71.6387 0 -118.028 -37.8203 -171.64 -37.8203v-186.17h10.9199c28.3604 0 67.9805 -70.8896 94.54 -97.46
|
c12.5605 21.1309 1.26074 49.4102 -13.9395 57.5703c7.7002 48.7803 -17.6084 65.9004 -53.1201 65.9004h-37.8203c-71.6387 0 -118.028 -37.8203 -171.64 -37.8203v-186.17h10.9199c28.3604 0 67.9805 -70.8896 94.54 -97.46
|
||||||
c28.3604 -28.3604 18.9102 -75.6299 37.8203 -94.54c47.2695 0 47.2695 32.9805 47.2695 56.7305c0 39.1699 -28.3594 56.7197 -28.3594 94.5391h103.989z" />
|
c28.3604 -28.3604 18.9102 -75.6299 37.8203 -94.54c47.2695 0 47.2695 32.9805 47.2695 56.7305c0 39.1699 -28.3594 56.7197 -28.3594 94.5391h103.989z" />
|
||||||
<glyph glyph-name="sun" unicode=""
|
<glyph glyph-name="sun" unicode=""
|
||||||
d="M494.2 226.1c11.2002 -7.59961 17.7998 -20.0996 17.8994 -33.6992c0 -13.4004 -6.69922 -26 -17.7998 -33.5l-59.7998 -40.5l13.7002 -71c2.5 -13.2002 -1.60059 -26.8008 -11.1006 -36.3008s-22.8994 -13.7998 -36.2998 -11.0996l-70.8994 13.7002l-40.4004 -59.9004
|
d="M494.2 226.1c11.2002 -7.59961 17.7998 -20.0996 17.8994 -33.6992c0 -13.4004 -6.69922 -26 -17.7998 -33.5l-59.7998 -40.5l13.7002 -71c2.5 -13.2002 -1.60059 -26.8008 -11.1006 -36.3008s-22.8994 -13.7998 -36.2998 -11.0996l-70.8994 13.7002l-40.4004 -59.9004
|
||||||
c-7.5 -11.0996 -20.0996 -17.7998 -33.5 -17.7998s-26 6.7002 -33.5 17.9004l-40.4004 59.8994l-70.7998 -13.7002c-13.3994 -2.59961 -26.7998 1.60059 -36.2998 11.1006s-13.7002 23.0996 -11.0996 36.2998l13.6992 71l-59.7998 40.5
|
c-7.5 -11.0996 -20.0996 -17.7998 -33.5 -17.7998s-26 6.7002 -33.5 17.9004l-40.4004 59.8994l-70.7998 -13.7002c-13.3994 -2.59961 -26.7998 1.60059 -36.2998 11.1006s-13.7002 23.0996 -11.0996 36.2998l13.6992 71l-59.7998 40.5
|
||||||
c-11.0996 7.5 -17.7998 20 -17.7998 33.5s6.59961 26 17.7998 33.5996l59.7998 40.5l-13.6992 71c-2.60059 13.2002 1.59961 26.7002 11.0996 36.3008c9.5 9.59961 23 13.6992 36.2998 11.1992l70.7998 -13.6992l40.4004 59.8994c15.0996 22.2998 51.9004 22.2998 67 0
|
c-11.0996 7.5 -17.7998 20 -17.7998 33.5s6.59961 26 17.7998 33.5996l59.7998 40.5l-13.6992 71c-2.60059 13.2002 1.59961 26.7002 11.0996 36.3008c9.5 9.59961 23 13.6992 36.2998 11.1992l70.7998 -13.6992l40.4004 59.8994c15.0996 22.2998 51.9004 22.2998 67 0
|
||||||
l40.4004 -59.8994l70.8994 13.6992c13 2.60059 26.6006 -1.59961 36.2002 -11.0996c9.5 -9.59961 13.7002 -23.2002 11.0996 -36.4004l-13.6992 -71zM381.3 140.5l76.7998 52.0996l-76.7998 52l17.6006 91.1006l-91 -17.6006l-51.9004 76.9004l-51.7998 -76.7998
|
l40.4004 -59.8994l70.8994 13.6992c13 2.60059 26.6006 -1.59961 36.2002 -11.0996c9.5 -9.59961 13.7002 -23.2002 11.0996 -36.4004l-13.6992 -71zM381.3 140.5l76.7998 52.0996l-76.7998 52l17.6006 91.1006l-91 -17.6006l-51.9004 76.9004l-51.7998 -76.7998
|
||||||
l-91 17.5996l17.5996 -91.2002l-76.7998 -52l76.7998 -52l-17.5996 -91.1992l90.8994 17.5996l51.9004 -77l51.9004 76.9004l91 -17.6006zM256 296c57.2998 0 104 -46.7002 104 -104s-46.7002 -104 -104 -104s-104 46.7002 -104 104s46.7002 104 104 104zM256 136
|
l-91 17.5996l17.5996 -91.2002l-76.7998 -52l76.7998 -52l-17.5996 -91.1992l90.8994 17.5996l51.9004 -77l51.9004 76.9004l91 -17.6006zM256 296c57.2998 0 104 -46.7002 104 -104s-46.7002 -104 -104 -104s-104 46.7002 -104 104s46.7002 104 104 104zM256 136
|
||||||
c30.9004 0 56 25.0996 56 56s-25.0996 56 -56 56s-56 -25.0996 -56 -56s25.0996 -56 56 -56z" />
|
c30.9004 0 56 25.0996 56 56s-25.0996 56 -56 56s-56 -25.0996 -56 -56s25.0996 -56 56 -56z" />
|
||||||
<glyph glyph-name="moon" unicode=""
|
<glyph glyph-name="moon" unicode=""
|
||||||
d="M279.135 -64c-141.424 0 -256 114.64 -256 256c0 141.425 114.641 256 256 256c13.0068 -0.00195312 33.9443 -1.91797 46.7354 -4.27734c44.0205 -8.13086 53.7666 -66.8691 15.0215 -88.9189c-41.374 -23.5439 -67.4336 -67.4121 -67.4336 -115.836
|
d="M279.135 -64c-141.424 0 -256 114.64 -256 256c0 141.425 114.641 256 256 256c13.0068 -0.00195312 33.9443 -1.91797 46.7354 -4.27734c44.0205 -8.13086 53.7666 -66.8691 15.0215 -88.9189c-41.374 -23.5439 -67.4336 -67.4121 -67.4336 -115.836
|
||||||
c0 -83.5234 75.9238 -146.475 158.272 -130.792c43.6904 8.32129 74.5186 -42.5693 46.248 -77.4004c-47.8613 -58.9717 -120.088 -94.7754 -198.844 -94.7754zM279.135 400c-114.875 0 -208 -93.125 -208 -208s93.125 -208 208 -208
|
c0 -83.5234 75.9238 -146.475 158.272 -130.792c43.6904 8.32129 74.5186 -42.5693 46.248 -77.4004c-47.8613 -58.9717 -120.088 -94.7754 -198.844 -94.7754zM279.135 400c-114.875 0 -208 -93.125 -208 -208s93.125 -208 208 -208
|
||||||
c65.2314 0 123.439 30.0361 161.575 77.0244c-111.611 -21.2568 -215.252 64.0957 -215.252 177.943c0 67.5127 36.9326 126.392 91.6934 157.555c-12.3271 2.27637 -25.0312 3.47754 -38.0166 3.47754z" />
|
c65.2314 0 123.439 30.0361 161.575 77.0244c-111.611 -21.2568 -215.252 64.0957 -215.252 177.943c0 67.5127 36.9326 126.392 91.6934 157.555c-12.3271 2.27637 -25.0312 3.47754 -38.0166 3.47754z" />
|
||||||
<glyph glyph-name="caret-square-left" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="caret-square-left" unicode="" horiz-adv-x="448"
|
||||||
d="M272 290.9v-197.801c0 -10.6992 -13 -16.0996 -20.5 -8.5l-98.2998 98.9004c-4.7002 4.7002 -4.7002 12.2002 0 16.9004l98.2998 98.8994c7.5 7.7002 20.5 2.2998 20.5 -8.39941zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
|
d="M272 290.9v-197.801c0 -10.6992 -13 -16.0996 -20.5 -8.5l-98.2998 98.9004c-4.7002 4.7002 -4.7002 12.2002 0 16.9004l98.2998 98.8994c7.5 7.7002 20.5 2.2998 20.5 -8.39941zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
|
||||||
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
||||||
<glyph glyph-name="dot-circle" unicode=""
|
<glyph glyph-name="dot-circle" unicode=""
|
||||||
d="M256 392c-110.549 0 -200 -89.4678 -200 -200c0 -110.549 89.4678 -200 200 -200c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200zM256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248z
|
d="M256 392c-110.549 0 -200 -89.4678 -200 -200c0 -110.549 89.4678 -200 200 -200c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200zM256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248z
|
||||||
M256 272c44.1826 0 80 -35.8174 80 -80s-35.8174 -80 -80 -80s-80 35.8174 -80 80s35.8174 80 80 80z" />
|
M256 272c44.1826 0 80 -35.8174 80 -80s-35.8174 -80 -80 -80s-80 35.8174 -80 80s35.8174 80 80 80z" />
|
||||||
<glyph glyph-name="building" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="building" unicode="" horiz-adv-x="448"
|
||||||
d="M128 300v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12zM268 288c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40
|
d="M128 300v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12zM268 288c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40
|
||||||
c0 -6.59961 -5.40039 -12 -12 -12h-40zM140 192c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM268 192c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40
|
c0 -6.59961 -5.40039 -12 -12 -12h-40zM140 192c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM268 192c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40
|
||||||
c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM192 108c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM268 96c-6.59961 0 -12 5.40039 -12 12v40
|
c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM192 108c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM268 96c-6.59961 0 -12 5.40039 -12 12v40
|
||||||
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM448 -28v-36h-448v36c0 6.59961 5.40039 12 12 12h19.5v440c0 13.2998 10.7002 24 24 24h337c13.2998 0 24 -10.7002 24 -24v-440h19.5
|
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM448 -28v-36h-448v36c0 6.59961 5.40039 12 12 12h19.5v440c0 13.2998 10.7002 24 24 24h337c13.2998 0 24 -10.7002 24 -24v-440h19.5
|
||||||
c6.59961 0 12 -5.40039 12 -12zM79.5 -15h112.5v67c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-67h112.5v414l-288.5 1z" />
|
c6.59961 0 12 -5.40039 12 -12zM79.5 -15h112.5v67c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-67h112.5v414l-288.5 1z" />
|
||||||
<glyph glyph-name="file-pdf" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="file-pdf" unicode="" horiz-adv-x="384"
|
||||||
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
|
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
|
||||||
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM298.2 127.7c10.5 -10.5 8 -38.7002 -17.5 -38.7002c-14.7998 0 -36.9004 6.7998 -55.7998 17c-21.6006 -3.59961 -46 -12.7002 -68.4004 -20.0996c-50.0996 -86.4004 -79.4004 -47 -76.0996 -31.2002
|
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM298.2 127.7c10.5 -10.5 8 -38.7002 -17.5 -38.7002c-14.7998 0 -36.9004 6.7998 -55.7998 17c-21.6006 -3.59961 -46 -12.7002 -68.4004 -20.0996c-50.0996 -86.4004 -79.4004 -47 -76.0996 -31.2002
|
||||||
c4 20 31 35.8994 51 46.2002c10.5 18.3994 25.3994 50.5 35.3994 74.3994c-7.39941 28.6006 -11.3994 51 -7 67.1006c4.7998 17.6992 38.4004 20.2998 42.6006 -5.90039c4.69922 -15.4004 -1.5 -39.9004 -5.40039 -56c8.09961 -21.2998 19.5996 -35.7998 36.7998 -46.2998
|
c4 20 31 35.8994 51 46.2002c10.5 18.3994 25.3994 50.5 35.3994 74.3994c-7.39941 28.6006 -11.3994 51 -7 67.1006c4.7998 17.6992 38.4004 20.2998 42.6006 -5.90039c4.69922 -15.4004 -1.5 -39.9004 -5.40039 -56c8.09961 -21.2998 19.5996 -35.7998 36.7998 -46.2998
|
||||||
c17.4004 2.2002 52.2002 5.5 64.4004 -6.5zM100.1 49.9004c0 -0.700195 11.4004 4.69922 30.4004 35c-5.90039 -5.5 -25.2998 -21.3008 -30.4004 -35zM181.7 240.5c-2.5 0 -2.60059 -26.9004 1.7998 -40.7998c4.90039 8.7002 5.59961 40.7998 -1.7998 40.7998zM157.3 103.9
|
c17.4004 2.2002 52.2002 5.5 64.4004 -6.5zM100.1 49.9004c0 -0.700195 11.4004 4.69922 30.4004 35c-5.90039 -5.5 -25.2998 -21.3008 -30.4004 -35zM181.7 240.5c-2.5 0 -2.60059 -26.9004 1.7998 -40.7998c4.90039 8.7002 5.59961 40.7998 -1.7998 40.7998zM157.3 103.9
|
||||||
c15.9004 6.09961 34 14.8994 54.7998 19.1992c-11.1992 8.30078 -21.7998 20.4004 -30.0996 35.5c-6.7002 -17.6992 -15 -37.7998 -24.7002 -54.6992zM288.9 108.9c3.59961 2.39941 -2.2002 10.3994 -37.3008 7.7998c32.3008 -13.7998 37.3008 -7.7998 37.3008 -7.7998z" />
|
c15.9004 6.09961 34 14.8994 54.7998 19.1992c-11.1992 8.30078 -21.7998 20.4004 -30.0996 35.5c-6.7002 -17.6992 -15 -37.7998 -24.7002 -54.6992zM288.9 108.9c3.59961 2.39941 -2.2002 10.3994 -37.3008 7.7998c32.3008 -13.7998 37.3008 -7.7998 37.3008 -7.7998z" />
|
||||||
<glyph glyph-name="file-word" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="file-word" unicode="" horiz-adv-x="384"
|
||||||
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
|
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
|
||||||
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM268.1 192v0.200195h15.8008c7.7998 0 13.5 -7.2998 11.5996 -14.9004c-4.2998 -17 -13.7002 -54.0996 -34.5 -136c-1.2998 -5.39941 -6.09961 -9.09961 -11.5996 -9.09961h-24.7002
|
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM268.1 192v0.200195h15.8008c7.7998 0 13.5 -7.2998 11.5996 -14.9004c-4.2998 -17 -13.7002 -54.0996 -34.5 -136c-1.2998 -5.39941 -6.09961 -9.09961 -11.5996 -9.09961h-24.7002
|
||||||
c-5.5 0 -10.2998 3.7998 -11.6006 9.09961c-5.2998 20.9004 -17.7998 71 -17.8994 71.4004l-2.90039 17.2998c-0.5 -5.2998 -1.5 -11.0996 -3 -17.2998l-17.8994 -71.4004c-1.30078 -5.39941 -6.10059 -9.09961 -11.6006 -9.09961h-25.2002
|
c-5.5 0 -10.2998 3.7998 -11.6006 9.09961c-5.2998 20.9004 -17.7998 71 -17.8994 71.4004l-2.90039 17.2998c-0.5 -5.2998 -1.5 -11.0996 -3 -17.2998l-17.8994 -71.4004c-1.30078 -5.39941 -6.10059 -9.09961 -11.6006 -9.09961h-25.2002
|
||||||
c-5.59961 0 -10.3994 3.7002 -11.6992 9.09961c-6.5 26.5 -25.2002 103.4 -33.2002 136c-1.7998 7.5 3.89941 14.7998 11.7002 14.7998h16.7998c5.7998 0 10.7002 -4.09961 11.7998 -9.69922c5 -25.7002 18.4004 -93.8008 19.0996 -99
|
c-5.59961 0 -10.3994 3.7002 -11.6992 9.09961c-6.5 26.5 -25.2002 103.4 -33.2002 136c-1.7998 7.5 3.89941 14.7998 11.7002 14.7998h16.7998c5.7998 0 10.7002 -4.09961 11.7998 -9.69922c5 -25.7002 18.4004 -93.8008 19.0996 -99
|
||||||
c0.300781 -1.7002 0.400391 -3.10059 0.5 -4.2002c0.800781 7.5 0.400391 4.7002 24.8008 103.7c1.39941 5.2998 6.19922 9.09961 11.6992 9.09961h13.3008c5.59961 0 10.3994 -3.7998 11.6992 -9.2002c23.9004 -99.7002 22.8008 -94.3994 23.6006 -99.5
|
c0.300781 -1.7002 0.400391 -3.10059 0.5 -4.2002c0.800781 7.5 0.400391 4.7002 24.8008 103.7c1.39941 5.2998 6.19922 9.09961 11.6992 9.09961h13.3008c5.59961 0 10.3994 -3.7998 11.6992 -9.2002c23.9004 -99.7002 22.8008 -94.3994 23.6006 -99.5
|
||||||
c0.299805 -1.7002 0.5 -3.09961 0.700195 -4.2998c0.599609 8.09961 0.399414 5.7998 21 103.5c1.09961 5.5 6 9.5 11.6992 9.5z" />
|
c0.299805 -1.7002 0.5 -3.09961 0.700195 -4.2998c0.599609 8.09961 0.399414 5.7998 21 103.5c1.09961 5.5 6 9.5 11.6992 9.5z" />
|
||||||
<glyph glyph-name="file-excel" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="file-excel" unicode="" horiz-adv-x="384"
|
||||||
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
|
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
|
||||||
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM260 224c9.2002 0 15 -10 10.2998 -18c-16 -27.5 -45.5996 -76.9004 -46.2998 -78l46.4004 -78c4.59961 -8 -1.10059 -18 -10.4004 -18h-28.7998c-4.40039 0 -8.5 2.40039 -10.6006 6.2998
|
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM260 224c9.2002 0 15 -10 10.2998 -18c-16 -27.5 -45.5996 -76.9004 -46.2998 -78l46.4004 -78c4.59961 -8 -1.10059 -18 -10.4004 -18h-28.7998c-4.40039 0 -8.5 2.40039 -10.6006 6.2998
|
||||||
c-22.6992 41.7998 -13.6992 27.5 -28.5996 57.7002c-5.59961 -12.7002 -6.90039 -17.7002 -28.5996 -57.7002c-2.10059 -3.89941 -6.10059 -6.2998 -10.5 -6.2998h-28.9004c-9.2998 0 -15.0996 10 -10.4004 18l46.3008 78l-46.3008 78c-4.59961 8 1.10059 18 10.4004 18
|
c-22.6992 41.7998 -13.6992 27.5 -28.5996 57.7002c-5.59961 -12.7002 -6.90039 -17.7002 -28.5996 -57.7002c-2.10059 -3.89941 -6.10059 -6.2998 -10.5 -6.2998h-28.9004c-9.2998 0 -15.0996 10 -10.4004 18l46.3008 78l-46.3008 78c-4.59961 8 1.10059 18 10.4004 18
|
||||||
h28.9004c4.39941 0 8.5 -2.40039 10.5996 -6.2998c21.7002 -40.4004 14.7002 -28.6006 28.5996 -57.7002c6.40039 15.2998 10.6006 24.5996 28.6006 57.7002c2.09961 3.89941 6.09961 6.2998 10.5 6.2998h28.7998z" />
|
h28.9004c4.39941 0 8.5 -2.40039 10.5996 -6.2998c21.7002 -40.4004 14.7002 -28.6006 28.5996 -57.7002c6.40039 15.2998 10.6006 24.5996 28.6006 57.7002c2.09961 3.89941 6.09961 6.2998 10.5 6.2998h28.7998z" />
|
||||||
<glyph glyph-name="file-powerpoint" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="file-powerpoint" unicode="" horiz-adv-x="384"
|
||||||
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
|
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
|
||||||
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM120 44v168c0 6.59961 5.40039 12 12 12h69.2002c36.7002 0 62.7998 -27 62.7998 -66.2998c0 -74.2998 -68.7002 -66.5 -95.5 -66.5v-47.2002c0 -6.59961 -5.40039 -12 -12 -12h-24.5c-6.59961 0 -12 5.40039 -12 12z
|
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM120 44v168c0 6.59961 5.40039 12 12 12h69.2002c36.7002 0 62.7998 -27 62.7998 -66.2998c0 -74.2998 -68.7002 -66.5 -95.5 -66.5v-47.2002c0 -6.59961 -5.40039 -12 -12 -12h-24.5c-6.59961 0 -12 5.40039 -12 12z
|
||||||
M168.5 131.4h23c7.90039 0 13.9004 2.39941 18.0996 7.19922c8.5 9.80078 8.40039 28.5 0.100586 37.8008c-4.10059 4.59961 -9.90039 7 -17.4004 7h-23.8994v-52h0.0996094z" />
|
M168.5 131.4h23c7.90039 0 13.9004 2.39941 18.0996 7.19922c8.5 9.80078 8.40039 28.5 0.100586 37.8008c-4.10059 4.59961 -9.90039 7 -17.4004 7h-23.8994v-52h0.0996094z" />
|
||||||
<glyph glyph-name="file-image" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="file-image" unicode="" horiz-adv-x="384"
|
||||||
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
|
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
|
||||||
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM80 32v64l39.5 39.5c4.7002 4.7002 12.2998 4.7002 17 0l39.5 -39.5l87.5 87.5c4.7002 4.7002 12.2998 4.7002 17 0l23.5 -23.5v-128h-224zM128 272c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48
|
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM80 32v64l39.5 39.5c4.7002 4.7002 12.2998 4.7002 17 0l39.5 -39.5l87.5 87.5c4.7002 4.7002 12.2998 4.7002 17 0l23.5 -23.5v-128h-224zM128 272c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48
|
||||||
s21.5 48 48 48z" />
|
s21.5 48 48 48z" />
|
||||||
<glyph glyph-name="file-archive" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="file-archive" unicode="" horiz-adv-x="384"
|
||||||
d="M128.3 288h32v-32h-32v32zM192.3 384v-32h-32v32h32zM128.3 352h32v-32h-32v32zM192.3 320v-32h-32v32h32zM369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1
|
d="M128.3 288h32v-32h-32v32zM192.3 384v-32h-32v32h32zM128.3 352h32v-32h-32v32zM192.3 320v-32h-32v32h32zM369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1
|
||||||
c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-48.2998v-16h-32v16h-79.7002v-416h288zM194.2 182.3l17.2998 -87.7002c6.40039 -32.3994 -18.4004 -62.5996 -51.5 -62.5996
|
c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-48.2998v-16h-32v16h-79.7002v-416h288zM194.2 182.3l17.2998 -87.7002c6.40039 -32.3994 -18.4004 -62.5996 -51.5 -62.5996
|
||||||
c-33.2002 0 -58 30.4004 -51.4004 62.9004l19.7002 97.0996v32h32v-32h22.1006c5.7998 0 10.6992 -4.09961 11.7998 -9.7002zM160.3 57.9004c17.9004 0 32.4004 12.0996 32.4004 27c0 14.8994 -14.5 27 -32.4004 27c-17.8994 0 -32.3994 -12.1006 -32.3994 -27
|
c-33.2002 0 -58 30.4004 -51.4004 62.9004l19.7002 97.0996v32h32v-32h22.1006c5.7998 0 10.6992 -4.09961 11.7998 -9.7002zM160.3 57.9004c17.9004 0 32.4004 12.0996 32.4004 27c0 14.8994 -14.5 27 -32.4004 27c-17.8994 0 -32.3994 -12.1006 -32.3994 -27
|
||||||
c0 -14.9004 14.5 -27 32.3994 -27zM192.3 256v-32h-32v32h32z" />
|
c0 -14.9004 14.5 -27 32.3994 -27zM192.3 256v-32h-32v32h32z" />
|
||||||
<glyph glyph-name="file-audio" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="file-audio" unicode="" horiz-adv-x="384"
|
||||||
d="M369.941 350.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-332.118c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v416c0 26.5098 21.4902 48 48 48h204.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM332.118 320
|
d="M369.941 350.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-332.118c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v416c0 26.5098 21.4902 48 48 48h204.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM332.118 320
|
||||||
l-76.1182 76.1182v-76.1182h76.1182zM48 -16h288v288h-104c-13.2549 0 -24 10.7451 -24 24v104h-160v-416zM192 60.0244c0 -10.6914 -12.9258 -16.0459 -20.4854 -8.48535l-35.5146 35.9746h-28c-6.62695 0 -12 5.37305 -12 12v56c0 6.62695 5.37305 12 12 12h28
|
l-76.1182 76.1182v-76.1182h76.1182zM48 -16h288v288h-104c-13.2549 0 -24 10.7451 -24 24v104h-160v-416zM192 60.0244c0 -10.6914 -12.9258 -16.0459 -20.4854 -8.48535l-35.5146 35.9746h-28c-6.62695 0 -12 5.37305 -12 12v56c0 6.62695 5.37305 12 12 12h28
|
||||||
l35.5146 36.9473c7.56055 7.56055 20.4854 2.20605 20.4854 -8.48535v-135.951zM233.201 107.154c9.05078 9.29688 9.05957 24.1328 0.000976562 33.4385c-22.1494 22.752 12.2344 56.2461 34.3945 33.4814c27.1982 -27.9404 27.2119 -72.4443 0.000976562 -100.401
|
l35.5146 36.9473c7.56055 7.56055 20.4854 2.20605 20.4854 -8.48535v-135.951zM233.201 107.154c9.05078 9.29688 9.05957 24.1328 0.000976562 33.4385c-22.1494 22.752 12.2344 56.2461 34.3945 33.4814c27.1982 -27.9404 27.2119 -72.4443 0.000976562 -100.401
|
||||||
c-21.793 -22.3857 -56.9463 10.3154 -34.3965 33.4814z" />
|
c-21.793 -22.3857 -56.9463 10.3154 -34.3965 33.4814z" />
|
||||||
<glyph glyph-name="file-video" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="file-video" unicode="" horiz-adv-x="384"
|
||||||
d="M369.941 350.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-332.118c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v416c0 26.5098 21.4902 48 48 48h204.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM332.118 320
|
d="M369.941 350.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-332.118c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v416c0 26.5098 21.4902 48 48 48h204.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM332.118 320
|
||||||
l-76.1182 76.1182v-76.1182h76.1182zM48 -16h288v288h-104c-13.2549 0 -24 10.7451 -24 24v104h-160v-416zM276.687 195.303c10.0049 10.0049 27.3135 2.99707 27.3135 -11.3135v-111.976c0 -14.2939 -17.2959 -21.332 -27.3135 -11.3135l-52.6865 52.6738v-37.374
|
l-76.1182 76.1182v-76.1182h76.1182zM48 -16h288v288h-104c-13.2549 0 -24 10.7451 -24 24v104h-160v-416zM276.687 195.303c10.0049 10.0049 27.3135 2.99707 27.3135 -11.3135v-111.976c0 -14.2939 -17.2959 -21.332 -27.3135 -11.3135l-52.6865 52.6738v-37.374
|
||||||
c0 -11.0459 -8.9541 -20 -20 -20h-104c-11.0459 0 -20 8.9541 -20 20v104c0 11.0459 8.9541 20 20 20h104c11.0459 0 20 -8.9541 20 -20v-37.374z" />
|
c0 -11.0459 -8.9541 -20 -20 -20h-104c-11.0459 0 -20 8.9541 -20 20v104c0 11.0459 8.9541 20 20 20h104c11.0459 0 20 -8.9541 20 -20v-37.374z" />
|
||||||
<glyph glyph-name="file-code" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="file-code" unicode="" horiz-adv-x="384"
|
||||||
d="M149.9 98.9004c3.5 -3.30078 3.69922 -8.90039 0.399414 -12.4004l-17.3994 -18.5996c-1.60059 -1.80078 -4 -2.80078 -6.40039 -2.80078c-2.2002 0 -4.40039 0.900391 -6 2.40039l-57.7002 54.0996c-3.7002 3.40039 -3.7002 9.30078 0 12.8008l57.7002 54.0996
|
d="M149.9 98.9004c3.5 -3.30078 3.69922 -8.90039 0.399414 -12.4004l-17.3994 -18.5996c-1.60059 -1.80078 -4 -2.80078 -6.40039 -2.80078c-2.2002 0 -4.40039 0.900391 -6 2.40039l-57.7002 54.0996c-3.7002 3.40039 -3.7002 9.30078 0 12.8008l57.7002 54.0996
|
||||||
c3.40039 3.2998 9 3.2002 12.4004 -0.400391l17.3994 -18.5996l0.200195 -0.200195c3.2002 -3.59961 2.7998 -9.2002 -0.799805 -12.3994l-32.7998 -28.9004l32.7998 -28.9004zM369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288
|
c3.40039 3.2998 9 3.2002 12.4004 -0.400391l17.3994 -18.5996l0.200195 -0.200195c3.2002 -3.59961 2.7998 -9.2002 -0.799805 -12.3994l-32.7998 -28.9004l32.7998 -28.9004zM369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288
|
||||||
c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416h288zM209.6 234l24.4004 -7
|
c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416h288zM209.6 234l24.4004 -7
|
||||||
c4.7002 -1.2998 7.40039 -6.2002 6 -10.9004l-54.7002 -188.199c-1.2998 -4.60059 -6.2002 -7.40039 -10.8994 -6l-24.4004 7.09961c-4.7002 1.2998 -7.40039 6.2002 -6 10.9004l54.7002 188.1c1.39941 4.7002 6.2002 7.40039 10.8994 6zM234.1 157.1
|
c4.7002 -1.2998 7.40039 -6.2002 6 -10.9004l-54.7002 -188.199c-1.2998 -4.60059 -6.2002 -7.40039 -10.8994 -6l-24.4004 7.09961c-4.7002 1.2998 -7.40039 6.2002 -6 10.9004l54.7002 188.1c1.39941 4.7002 6.2002 7.40039 10.8994 6zM234.1 157.1
|
||||||
c-3.5 3.30078 -3.69922 8.90039 -0.399414 12.4004l17.3994 18.5996c3.30078 3.60059 8.90039 3.7002 12.4004 0.400391l57.7002 -54.0996c3.7002 -3.40039 3.7002 -9.30078 0 -12.8008l-57.7002 -54.0996c-3.5 -3.2998 -9.09961 -3.09961 -12.4004 0.400391
|
c-3.5 3.30078 -3.69922 8.90039 -0.399414 12.4004l17.3994 18.5996c3.30078 3.60059 8.90039 3.7002 12.4004 0.400391l57.7002 -54.0996c3.7002 -3.40039 3.7002 -9.30078 0 -12.8008l-57.7002 -54.0996c-3.5 -3.2998 -9.09961 -3.09961 -12.4004 0.400391
|
||||||
l-17.3994 18.5996l-0.200195 0.200195c-3.2002 3.59961 -2.7998 9.2002 0.799805 12.3994l32.7998 28.9004l-32.7998 28.9004z" />
|
l-17.3994 18.5996l-0.200195 0.200195c-3.2002 3.59961 -2.7998 9.2002 0.799805 12.3994l32.7998 28.9004l-32.7998 28.9004z" />
|
||||||
<glyph glyph-name="life-ring" unicode=""
|
<glyph glyph-name="life-ring" unicode=""
|
||||||
d="M256 -56c-136.967 0 -248 111.033 -248 248s111.033 248 248 248s248 -111.033 248 -248s-111.033 -248 -248 -248zM152.602 20.7197c63.2178 -38.3184 143.579 -38.3184 206.797 0l-53.4111 53.4111c-31.8467 -13.5215 -68.168 -13.5059 -99.9746 0zM336 192
|
d="M256 -56c-136.967 0 -248 111.033 -248 248s111.033 248 248 248s248 -111.033 248 -248s-111.033 -248 -248 -248zM152.602 20.7197c63.2178 -38.3184 143.579 -38.3184 206.797 0l-53.4111 53.4111c-31.8467 -13.5215 -68.168 -13.5059 -99.9746 0zM336 192
|
||||||
c0 44.1123 -35.8877 80 -80 80s-80 -35.8877 -80 -80s35.8877 -80 80 -80s80 35.8877 80 80zM427.28 88.6016c38.3184 63.2178 38.3184 143.579 0 206.797l-53.4111 -53.4111c13.5215 -31.8467 13.5049 -68.168 0 -99.9746zM359.397 363.28
|
c0 44.1123 -35.8877 80 -80 80s-80 -35.8877 -80 -80s35.8877 -80 80 -80s80 35.8877 80 80zM427.28 88.6016c38.3184 63.2178 38.3184 143.579 0 206.797l-53.4111 -53.4111c13.5215 -31.8467 13.5049 -68.168 0 -99.9746zM359.397 363.28
|
||||||
c-63.2168 38.3184 -143.578 38.3184 -206.796 0l53.4111 -53.4111c31.8457 13.5215 68.167 13.5049 99.9736 0zM84.7197 295.398c-38.3184 -63.2178 -38.3184 -143.579 0 -206.797l53.4111 53.4111c-13.5215 31.8467 -13.5059 68.168 0 99.9746z" />
|
c-63.2168 38.3184 -143.578 38.3184 -206.796 0l53.4111 -53.4111c31.8457 13.5215 68.167 13.5049 99.9736 0zM84.7197 295.398c-38.3184 -63.2178 -38.3184 -143.579 0 -206.797l53.4111 53.4111c-13.5215 31.8467 -13.5059 68.168 0 99.9746z" />
|
||||||
<glyph glyph-name="paper-plane" unicode=""
|
<glyph glyph-name="paper-plane" unicode=""
|
||||||
d="M440 441.5c34.5996 19.9004 77.5996 -8.7998 71.5 -48.9004l-59.4004 -387.199c-2.2998 -14.5 -11.0996 -27.3008 -23.8994 -34.5c-7.2998 -4.10059 -15.4004 -6.2002 -23.6006 -6.2002c-6.19922 0 -12.3994 1.2002 -18.2998 3.59961l-111.899 46.2002l-43.8008 -59.0996
|
d="M440 441.5c34.5996 19.9004 77.5996 -8.7998 71.5 -48.9004l-59.4004 -387.199c-2.2998 -14.5 -11.0996 -27.3008 -23.8994 -34.5c-7.2998 -4.10059 -15.4004 -6.2002 -23.6006 -6.2002c-6.19922 0 -12.3994 1.2002 -18.2998 3.59961l-111.899 46.2002l-43.8008 -59.0996
|
||||||
c-27.3994 -36.9004 -86.5996 -17.8008 -86.5996 28.5996v84.4004l-114.3 47.2998c-36.7998 15.0996 -40.1006 66 -5.7002 85.8994zM192 -16l36.5996 49.5l-36.5996 15.0996v-64.5996zM404.6 12.7002l59.4004 387.3l-416 -240l107.8 -44.5996l211.5 184.3
|
c-27.3994 -36.9004 -86.5996 -17.8008 -86.5996 28.5996v84.4004l-114.3 47.2998c-36.7998 15.0996 -40.1006 66 -5.7002 85.8994zM192 -16l36.5996 49.5l-36.5996 15.0996v-64.5996zM404.6 12.7002l59.4004 387.3l-416 -240l107.8 -44.5996l211.5 184.3
|
||||||
c14.2002 12.2998 34.4004 -5.7002 23.7002 -21.2002l-140.2 -202.3z" />
|
c14.2002 12.2998 34.4004 -5.7002 23.7002 -21.2002l-140.2 -202.3z" />
|
||||||
<glyph glyph-name="futbol" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="futbol" unicode="" horiz-adv-x="496"
|
||||||
d="M483.8 268.6c42.2998 -130.199 -29 -270.1 -159.2 -312.399c-25.5 -8.2998 -51.2998 -12.2002 -76.6992 -12.2002c-104.5 0 -201.7 66.5996 -235.7 171.4c-42.2998 130.199 29 270.1 159.2 312.399c25.5 8.2998 51.2998 12.2002 76.6992 12.2002
|
d="M483.8 268.6c42.2998 -130.199 -29 -270.1 -159.2 -312.399c-25.5 -8.2998 -51.2998 -12.2002 -76.6992 -12.2002c-104.5 0 -201.7 66.5996 -235.7 171.4c-42.2998 130.199 29 270.1 159.2 312.399c25.5 8.2998 51.2998 12.2002 76.6992 12.2002
|
||||||
c104.5 0 201.7 -66.5996 235.7 -171.4zM409.3 74.9004c6.10059 8.39941 12.1006 16.8994 16.7998 26.1992c14.3008 28.1006 21.5 58.5 21.7002 89.2002l-38.8994 36.4004l-71.1006 -22.1006l-24.3994 -75.1992l43.6992 -60.9004zM409.3 310.3
|
c104.5 0 201.7 -66.5996 235.7 -171.4zM409.3 74.9004c6.10059 8.39941 12.1006 16.8994 16.7998 26.1992c14.3008 28.1006 21.5 58.5 21.7002 89.2002l-38.8994 36.4004l-71.1006 -22.1006l-24.3994 -75.1992l43.6992 -60.9004zM409.3 310.3
|
||||||
c-24.5 33.4004 -58.7002 58.4004 -97.8994 71.4004l-47.4004 -26.2002v-73.7998l64.2002 -46.5l70.7002 22zM184.9 381.6c-39.9004 -13.2998 -73.5 -38.5 -97.8008 -71.8994l10.1006 -52.5l70.5996 -22l64.2002 46.5v73.7998zM139 68.5l43.5 61.7002l-24.2998 74.2998
|
c-24.5 33.4004 -58.7002 58.4004 -97.8994 71.4004l-47.4004 -26.2002v-73.7998l64.2002 -46.5l70.7002 22zM184.9 381.6c-39.9004 -13.2998 -73.5 -38.5 -97.8008 -71.8994l10.1006 -52.5l70.5996 -22l64.2002 46.5v73.7998zM139 68.5l43.5 61.7002l-24.2998 74.2998
|
||||||
l-71.1006 22.2002l-39 -36.4004c0.5 -55.7002 23.4004 -95.2002 37.8008 -115.3zM187.2 1.5c64.0996 -20.4004 115.5 -1.7998 121.7 0l22.3994 48.0996l-44.2998 61.7002h-78.5996l-43.6006 -61.7002z" />
|
l-71.1006 22.2002l-39 -36.4004c0.5 -55.7002 23.4004 -95.2002 37.8008 -115.3zM187.2 1.5c64.0996 -20.4004 115.5 -1.7998 121.7 0l22.3994 48.0996l-44.2998 61.7002h-78.5996l-43.6006 -61.7002z" />
|
||||||
<glyph glyph-name="newspaper" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="newspaper" unicode="" horiz-adv-x="576"
|
||||||
d="M552 384c13.2549 0 24 -10.7451 24 -24v-336c0 -13.2549 -10.7451 -24 -24 -24h-496c-30.9277 0 -56 25.0723 -56 56v272c0 13.2549 10.7451 24 24 24h42.752c6.60547 18.623 24.3896 32 45.248 32h440zM48 56c0 -4.41113 3.58887 -8 8 -8s8 3.58887 8 8v248h-16v-248z
|
d="M552 384c13.2549 0 24 -10.7451 24 -24v-336c0 -13.2549 -10.7451 -24 -24 -24h-496c-30.9277 0 -56 25.0723 -56 56v272c0 13.2549 10.7451 24 24 24h42.752c6.60547 18.623 24.3896 32 45.248 32h440zM48 56c0 -4.41113 3.58887 -8 8 -8s8 3.58887 8 8v248h-16v-248z
|
||||||
M528 48v288h-416v-280c0 -2.7168 -0.204102 -5.38574 -0.578125 -8h416.578zM172 168c-6.62695 0 -12 5.37305 -12 12v96c0 6.62695 5.37305 12 12 12h136c6.62695 0 12 -5.37305 12 -12v-96c0 -6.62695 -5.37305 -12 -12 -12h-136zM200 248v-40h80v40h-80zM160 108v24
|
M528 48v288h-416v-280c0 -2.7168 -0.204102 -5.38574 -0.578125 -8h416.578zM172 168c-6.62695 0 -12 5.37305 -12 12v96c0 6.62695 5.37305 12 12 12h136c6.62695 0 12 -5.37305 12 -12v-96c0 -6.62695 -5.37305 -12 -12 -12h-136zM200 248v-40h80v40h-80zM160 108v24
|
||||||
c0 6.62695 5.37305 12 12 12h136c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-136c-6.62695 0 -12 5.37305 -12 12zM352 108v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-104
|
c0 6.62695 5.37305 12 12 12h136c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-136c-6.62695 0 -12 5.37305 -12 12zM352 108v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-104
|
||||||
c-6.62695 0 -12 5.37305 -12 12zM352 252v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-104c-6.62695 0 -12 5.37305 -12 12zM352 180v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24
|
c-6.62695 0 -12 5.37305 -12 12zM352 252v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-104c-6.62695 0 -12 5.37305 -12 12zM352 180v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24
|
||||||
c0 -6.62695 -5.37305 -12 -12 -12h-104c-6.62695 0 -12 5.37305 -12 12z" />
|
c0 -6.62695 -5.37305 -12 -12 -12h-104c-6.62695 0 -12 5.37305 -12 12z" />
|
||||||
<glyph glyph-name="bell-slash" unicode="" horiz-adv-x="640"
|
<glyph glyph-name="bell-slash" unicode="" horiz-adv-x="640"
|
||||||
d="M633.99 -23.0195c6.91016 -5.52051 8.01953 -15.5908 2.5 -22.4902l-10 -12.4902c-5.53027 -6.88965 -15.5898 -8.00977 -22.4902 -2.49023l-598 467.51c-6.90039 5.52051 -8.01953 15.5908 -2.49023 22.4902l10 12.4902
|
d="M633.99 -23.0195c6.91016 -5.52051 8.01953 -15.5908 2.5 -22.4902l-10 -12.4902c-5.53027 -6.88965 -15.5898 -8.00977 -22.4902 -2.49023l-598 467.51c-6.90039 5.52051 -8.01953 15.5908 -2.49023 22.4902l10 12.4902
|
||||||
c5.52051 6.90039 15.5898 8.00977 22.4902 2.49023zM163.53 80h182.84l61.3994 -48h-279.659c-19.1201 0 -31.9902 15.5996 -32.1006 32c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c18.3701 19.7402 51.5703 49.6904 54.8398 140.42l45.4697 -35.5498
|
c5.52051 6.90039 15.5898 8.00977 22.4902 2.49023zM163.53 80h182.84l61.3994 -48h-279.659c-19.1201 0 -31.9902 15.5996 -32.1006 32c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c18.3701 19.7402 51.5703 49.6904 54.8398 140.42l45.4697 -35.5498
|
||||||
c-6.91992 -54.7803 -24.6895 -88.5498 -41.3994 -110.58zM320 352c-23.3496 0 -45 -7.17969 -62.9404 -19.4004l-38.1699 29.8408c19.6807 15.7793 43.1104 27.3096 69.1299 32.7197v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8398
|
c-6.91992 -54.7803 -24.6895 -88.5498 -41.3994 -110.58zM320 352c-23.3496 0 -45 -7.17969 -62.9404 -19.4004l-38.1699 29.8408c19.6807 15.7793 43.1104 27.3096 69.1299 32.7197v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8398
|
||||||
c73.46 -15.2598 127.939 -77.46 127.939 -155.16c0 -41.3604 6.03027 -70.7197 14.3398 -92.8496l-59.5293 46.54c-1.63086 13.96 -2.77051 28.8896 -2.79004 45.7295c0 0.200195 0.0595703 0.379883 0.0595703 0.580078c0 61.8604 -50.1396 112 -112 112zM320 -64
|
c73.46 -15.2598 127.939 -77.46 127.939 -155.16c0 -41.3604 6.03027 -70.7197 14.3398 -92.8496l-59.5293 46.54c-1.63086 13.96 -2.77051 28.8896 -2.79004 45.7295c0 0.200195 0.0595703 0.379883 0.0595703 0.580078c0 61.8604 -50.1396 112 -112 112zM320 -64
|
||||||
c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64z" />
|
c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64z" />
|
||||||
<glyph glyph-name="copyright" unicode=""
|
<glyph glyph-name="copyright" unicode=""
|
||||||
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 -8c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200c-110.549 0 -200 -89.4688 -200 -200c0 -110.549 89.4678 -200 200 -200z
|
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 -8c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200c-110.549 0 -200 -89.4688 -200 -200c0 -110.549 89.4678 -200 200 -200z
|
||||||
M363.351 93.0645c-9.61328 -9.71289 -45.5293 -41.3965 -104.064 -41.3965c-82.4297 0 -140.484 61.4248 -140.484 141.567c0 79.1514 60.2754 139.4 139.763 139.4c55.5303 0 88.7373 -26.6201 97.5928 -34.7783c2.13379 -1.96289 3.86523 -5.9082 3.86523 -8.80762
|
M363.351 93.0645c-9.61328 -9.71289 -45.5293 -41.3965 -104.064 -41.3965c-82.4297 0 -140.484 61.4248 -140.484 141.567c0 79.1514 60.2754 139.4 139.763 139.4c55.5303 0 88.7373 -26.6201 97.5928 -34.7783c2.13379 -1.96289 3.86523 -5.9082 3.86523 -8.80762
|
||||||
c0 -1.95508 -0.864258 -4.87402 -1.92969 -6.51465l-18.1543 -28.1133c-3.8418 -5.9502 -11.9668 -7.28223 -17.499 -2.9209c-8.5957 6.77637 -31.8145 22.5381 -61.708 22.5381c-48.3037 0 -77.916 -35.3301 -77.916 -80.082c0 -41.5889 26.8877 -83.6924 78.2764 -83.6924
|
c0 -1.95508 -0.864258 -4.87402 -1.92969 -6.51465l-18.1543 -28.1133c-3.8418 -5.9502 -11.9668 -7.28223 -17.499 -2.9209c-8.5957 6.77637 -31.8145 22.5381 -61.708 22.5381c-48.3037 0 -77.916 -35.3301 -77.916 -80.082c0 -41.5889 26.8877 -83.6924 78.2764 -83.6924
|
||||||
c32.6572 0 56.8428 19.0391 65.7266 27.2256c5.26953 4.85645 13.5957 4.03906 17.8193 -1.73828l19.8652 -27.1699c1.28613 -1.74512 2.33008 -4.91992 2.33008 -7.08789c0 -2.72363 -1.56055 -6.5 -3.48242 -8.42969z" />
|
c32.6572 0 56.8428 19.0391 65.7266 27.2256c5.26953 4.85645 13.5957 4.03906 17.8193 -1.73828l19.8652 -27.1699c1.28613 -1.74512 2.33008 -4.91992 2.33008 -7.08789c0 -2.72363 -1.56055 -6.5 -3.48242 -8.42969z" />
|
||||||
<glyph glyph-name="closed-captioning" unicode=""
|
<glyph glyph-name="closed-captioning" unicode=""
|
||||||
d="M464 384c26.5 0 48 -21.5 48 -48v-288c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h416zM458 48c3.2998 0 6 2.7002 6 6v276c0 3.2998 -2.7002 6 -6 6h-404c-3.2998 0 -6 -2.7002 -6 -6v-276c0 -3.2998 2.7002 -6 6 -6h404z
|
d="M464 384c26.5 0 48 -21.5 48 -48v-288c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h416zM458 48c3.2998 0 6 2.7002 6 6v276c0 3.2998 -2.7002 6 -6 6h-404c-3.2998 0 -6 -2.7002 -6 -6v-276c0 -3.2998 2.7002 -6 6 -6h404z
|
||||||
M246.9 133.7c1.69922 -2.40039 1.5 -5.60059 -0.5 -7.7002c-53.6006 -56.7998 -172.801 -32.0996 -172.801 67.9004c0 97.2998 121.7 119.5 172.5 70.0996c2.10059 -2 2.5 -3.2002 1 -5.7002l-17.5 -30.5c-1.89941 -3.09961 -6.19922 -4 -9.09961 -1.7002
|
M246.9 133.7c1.69922 -2.40039 1.5 -5.60059 -0.5 -7.7002c-53.6006 -56.7998 -172.801 -32.0996 -172.801 67.9004c0 97.2998 121.7 119.5 172.5 70.0996c2.10059 -2 2.5 -3.2002 1 -5.7002l-17.5 -30.5c-1.89941 -3.09961 -6.19922 -4 -9.09961 -1.7002
|
||||||
c-40.7998 32 -94.5996 14.9004 -94.5996 -31.1992c0 -48 51 -70.5 92.1992 -32.6006c2.80078 2.5 7.10059 2.10059 9.2002 -0.899414zM437.3 133.7c1.7002 -2.40039 1.5 -5.60059 -0.5 -7.7002c-53.5996 -56.9004 -172.8 -32.0996 -172.8 67.9004
|
c-40.7998 32 -94.5996 14.9004 -94.5996 -31.1992c0 -48 51 -70.5 92.1992 -32.6006c2.80078 2.5 7.10059 2.10059 9.2002 -0.899414zM437.3 133.7c1.7002 -2.40039 1.5 -5.60059 -0.5 -7.7002c-53.5996 -56.9004 -172.8 -32.0996 -172.8 67.9004
|
||||||
c0 97.2998 121.7 119.5 172.5 70.0996c2.09961 -2 2.5 -3.2002 1 -5.7002l-17.5 -30.5c-1.90039 -3.09961 -6.2002 -4 -9.09961 -1.7002c-40.8008 32 -94.6006 14.9004 -94.6006 -31.1992c0 -48 51 -70.5 92.2002 -32.6006c2.7998 2.5 7.09961 2.10059 9.2002 -0.899414z
|
c0 97.2998 121.7 119.5 172.5 70.0996c2.09961 -2 2.5 -3.2002 1 -5.7002l-17.5 -30.5c-1.90039 -3.09961 -6.2002 -4 -9.09961 -1.7002c-40.8008 32 -94.6006 14.9004 -94.6006 -31.1992c0 -48 51 -70.5 92.2002 -32.6006c2.7998 2.5 7.09961 2.10059 9.2002 -0.899414z
|
||||||
" />
|
" />
|
||||||
<glyph glyph-name="object-group" unicode=""
|
<glyph glyph-name="object-group" unicode=""
|
||||||
d="M500 320h-12v-256h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-320v-12c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v256h-12
|
d="M500 320h-12v-256h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-320v-12c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v256h-12
|
||||||
c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-12h320v12c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12zM448 384v-32h32v32h-32zM32 384v-32h32v32h-32zM64 0v32
|
c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-12h320v12c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12zM448 384v-32h32v32h-32zM32 384v-32h32v32h-32zM64 0v32
|
||||||
h-32v-32h32zM480 0v32h-32v-32h32zM440 64v256h-12c-6.62695 0 -12 5.37305 -12 12v12h-320v-12c0 -6.62695 -5.37305 -12 -12 -12h-12v-256h12c6.62695 0 12 -5.37305 12 -12v-12h320v12c0 6.62695 5.37305 12 12 12h12zM404 256c6.62695 0 12 -5.37207 12 -12v-168
|
h-32v-32h32zM480 0v32h-32v-32h32zM440 64v256h-12c-6.62695 0 -12 5.37305 -12 12v12h-320v-12c0 -6.62695 -5.37305 -12 -12 -12h-12v-256h12c6.62695 0 12 -5.37305 12 -12v-12h320v12c0 6.62695 5.37305 12 12 12h12zM404 256c6.62695 0 12 -5.37207 12 -12v-168
|
||||||
c0 -6.62793 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37207 -12 12v52h-84c-6.62695 0 -12 5.37207 -12 12v168c0 6.62793 5.37305 12 12 12h200c6.62695 0 12 -5.37207 12 -12v-52h84zM136 280v-112h144v112h-144zM376 104v112h-56v-76
|
c0 -6.62793 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37207 -12 12v52h-84c-6.62695 0 -12 5.37207 -12 12v168c0 6.62793 5.37305 12 12 12h200c6.62695 0 12 -5.37207 12 -12v-52h84zM136 280v-112h144v112h-144zM376 104v112h-56v-76
|
||||||
c0 -6.62793 -5.37305 -12 -12 -12h-76v-24h144z" />
|
c0 -6.62793 -5.37305 -12 -12 -12h-76v-24h144z" />
|
||||||
<glyph glyph-name="object-ungroup" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="object-ungroup" unicode="" horiz-adv-x="576"
|
||||||
d="M564 224h-12v-160h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-224v-12c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v24h-88v-12
|
d="M564 224h-12v-160h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-224v-12c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v24h-88v-12
|
||||||
c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v160h-12c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-12h224v12c0 6.62695 5.37305 12 12 12h72
|
c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v160h-12c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-12h224v12c0 6.62695 5.37305 12 12 12h72
|
||||||
c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-12v-24h88v12c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12zM352 384v-32h32v32h-32zM352 128v-32h32v32h-32zM64 96v32h-32v-32h32zM64 352v32
|
c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-12v-24h88v12c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12zM352 384v-32h32v32h-32zM352 128v-32h32v32h-32zM64 96v32h-32v-32h32zM64 352v32
|
||||||
h-32v-32h32zM96 136h224v12c0 6.62695 5.37305 12 12 12h12v160h-12c-6.62695 0 -12 5.37305 -12 12v12h-224v-12c0 -6.62695 -5.37305 -12 -12 -12h-12v-160h12c6.62695 0 12 -5.37305 12 -12v-12zM224 0v32h-32v-32h32zM504 64v160h-12c-6.62695 0 -12 5.37305 -12 12v12
|
h-32v-32h32zM96 136h224v12c0 6.62695 5.37305 12 12 12h12v160h-12c-6.62695 0 -12 5.37305 -12 12v12h-224v-12c0 -6.62695 -5.37305 -12 -12 -12h-12v-160h12c6.62695 0 12 -5.37305 12 -12v-12zM224 0v32h-32v-32h32zM504 64v160h-12c-6.62695 0 -12 5.37305 -12 12v12
|
||||||
h-88v-88h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-88v-24h12c6.62695 0 12 -5.37305 12 -12v-12h224v12c0 6.62695 5.37305 12 12 12h12zM544 0v32h-32v-32h32zM544 256v32h-32v-32h32z" />
|
h-88v-88h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-88v-24h12c6.62695 0 12 -5.37305 12 -12v-12h224v12c0 6.62695 5.37305 12 12 12h12zM544 0v32h-32v-32h32zM544 256v32h-32v-32h32z" />
|
||||||
<glyph glyph-name="sticky-note" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="sticky-note" unicode="" horiz-adv-x="448"
|
||||||
d="M448 99.8936c0 -10.9746 -6.29883 -26.1797 -14.0586 -33.9404l-83.8828 -83.8818c-7.75977 -7.76074 -22.9658 -14.0596 -33.9404 -14.0596h-268.118c-26.5098 0 -48 21.4902 -48 48v351.988c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48v-268.106z
|
d="M448 99.8936c0 -10.9746 -6.29883 -26.1797 -14.0586 -33.9404l-83.8828 -83.8818c-7.75977 -7.76074 -22.9658 -14.0596 -33.9404 -14.0596h-268.118c-26.5098 0 -48 21.4902 -48 48v351.988c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48v-268.106z
|
||||||
M320 19.8936l76.1182 76.1182h-76.1182v-76.1182zM400 368h-352v-351.988h224v104c0 13.2549 10.7451 24 24 24h104v223.988z" />
|
M320 19.8936l76.1182 76.1182h-76.1182v-76.1182zM400 368h-352v-351.988h224v104c0 13.2549 10.7451 24 24 24h104v223.988z" />
|
||||||
<glyph glyph-name="clone" unicode=""
|
<glyph glyph-name="clone" unicode=""
|
||||||
d="M464 448c26.5098 0 48 -21.4902 48 -48v-320c0 -26.5098 -21.4902 -48 -48 -48h-48v-48c0 -26.5098 -21.4902 -48 -48 -48h-320c-26.5098 0 -48 21.4902 -48 48v320c0 26.5098 21.4902 48 48 48h48v48c0 26.5098 21.4902 48 48 48h320zM362 -16c3.31152 0 6 2.68848 6 6
|
d="M464 448c26.5098 0 48 -21.4902 48 -48v-320c0 -26.5098 -21.4902 -48 -48 -48h-48v-48c0 -26.5098 -21.4902 -48 -48 -48h-320c-26.5098 0 -48 21.4902 -48 48v320c0 26.5098 21.4902 48 48 48h48v48c0 26.5098 21.4902 48 48 48h320zM362 -16c3.31152 0 6 2.68848 6 6
|
||||||
v42h-224c-26.5098 0 -48 21.4902 -48 48v224h-42c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h308zM458 80c3.31152 0 6 2.68848 6 6v308c0 3.31152 -2.68848 6 -6 6h-308c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h308z" />
|
v42h-224c-26.5098 0 -48 21.4902 -48 48v224h-42c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h308zM458 80c3.31152 0 6 2.68848 6 6v308c0 3.31152 -2.68848 6 -6 6h-308c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h308z" />
|
||||||
<glyph glyph-name="hourglass" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="hourglass" unicode="" horiz-adv-x="384"
|
||||||
d="M368 400c0 -80.0996 -31.8984 -165.619 -97.1797 -208c64.9912 -42.1934 97.1797 -127.436 97.1797 -208h4c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-360c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h4
|
d="M368 400c0 -80.0996 -31.8984 -165.619 -97.1797 -208c64.9912 -42.1934 97.1797 -127.436 97.1797 -208h4c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-360c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h4
|
||||||
c0 80.0996 31.8994 165.619 97.1797 208c-64.9912 42.1934 -97.1797 127.436 -97.1797 208h-4c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h360c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-4zM64 400
|
c0 80.0996 31.8994 165.619 97.1797 208c-64.9912 42.1934 -97.1797 127.436 -97.1797 208h-4c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h360c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-4zM64 400
|
||||||
c0 -101.621 57.3066 -184 128 -184s128 82.3799 128 184h-256zM320 -16c0 101.62 -57.3076 184 -128 184s-128 -82.3799 -128 -184h256z" />
|
c0 -101.621 57.3066 -184 128 -184s128 82.3799 128 184h-256zM320 -16c0 101.62 -57.3076 184 -128 184s-128 -82.3799 -128 -184h256z" />
|
||||||
<glyph glyph-name="hand-rock" unicode=""
|
<glyph glyph-name="hand-rock" unicode=""
|
||||||
d="M408.864 368.948c48.8213 20.751 103.136 -15.0723 103.136 -67.9111v-114.443c0 -15.3955 -3.08887 -30.3906 -9.18262 -44.5674l-42.835 -99.6562c-4.99707 -11.625 -3.98242 -18.8574 -3.98242 -42.3701c0 -17.6729 -14.3271 -32 -32 -32h-252
|
d="M408.864 368.948c48.8213 20.751 103.136 -15.0723 103.136 -67.9111v-114.443c0 -15.3955 -3.08887 -30.3906 -9.18262 -44.5674l-42.835 -99.6562c-4.99707 -11.625 -3.98242 -18.8574 -3.98242 -42.3701c0 -17.6729 -14.3271 -32 -32 -32h-252
|
||||||
c-17.6729 0 -32 14.3271 -32 32c0 27.3301 1.1416 29.2012 -3.11035 32.9033l-97.71 85.0811c-24.8994 21.6797 -39.1797 52.8926 -39.1797 85.6338v56.9531c0 47.4277 44.8457 82.0215 91.0459 71.1807c1.96094 55.751 63.5107 87.8262 110.671 60.8057
|
c-17.6729 0 -32 14.3271 -32 32c0 27.3301 1.1416 29.2012 -3.11035 32.9033l-97.71 85.0811c-24.8994 21.6797 -39.1797 52.8926 -39.1797 85.6338v56.9531c0 47.4277 44.8457 82.0215 91.0459 71.1807c1.96094 55.751 63.5107 87.8262 110.671 60.8057
|
||||||
c29.1895 31.0713 78.8604 31.4473 108.334 -0.0214844c32.7051 18.6846 76.4121 10.3096 98.8135 -23.5879zM464 186.594v114.445c0 34.29 -52 33.8232 -52 0.676758c0 -8.83594 -7.16309 -16 -16 -16h-7c-8.83691 0 -16 7.16406 -16 16v26.751
|
c29.1895 31.0713 78.8604 31.4473 108.334 -0.0214844c32.7051 18.6846 76.4121 10.3096 98.8135 -23.5879zM464 186.594v114.445c0 34.29 -52 33.8232 -52 0.676758c0 -8.83594 -7.16309 -16 -16 -16h-7c-8.83691 0 -16 7.16406 -16 16v26.751
|
||||||
c0 34.457 -52 33.707 -52 0.676758v-27.4287c0 -8.83594 -7.16309 -16 -16 -16h-7c-8.83691 0 -16 7.16406 -16 16v40.4658c0 34.3525 -52 33.8115 -52 0.677734v-41.1436c0 -8.83594 -7.16406 -16 -16 -16h-7c-8.83594 0 -16 7.16406 -16 16v26.751
|
c0 34.457 -52 33.707 -52 0.676758v-27.4287c0 -8.83594 -7.16309 -16 -16 -16h-7c-8.83691 0 -16 7.16406 -16 16v40.4658c0 34.3525 -52 33.8115 -52 0.677734v-41.1436c0 -8.83594 -7.16406 -16 -16 -16h-7c-8.83594 0 -16 7.16406 -16 16v26.751
|
||||||
c0 34.4023 -52 33.7744 -52 0.676758v-116.571c0 -8.83203 -7.16797 -16 -16 -16c-3.30664 0 -8.01367 1.7627 -10.5068 3.93359l-7 6.09473c-3.03223 2.64062 -5.49316 8.04688 -5.49316 12.0674v0v41.2275c0 34.2148 -52 33.8857 -52 0.677734v-56.9531
|
c0 34.4023 -52 33.7744 -52 0.676758v-116.571c0 -8.83203 -7.16797 -16 -16 -16c-3.30664 0 -8.01367 1.7627 -10.5068 3.93359l-7 6.09473c-3.03223 2.64062 -5.49316 8.04688 -5.49316 12.0674v0v41.2275c0 34.2148 -52 33.8857 -52 0.677734v-56.9531
|
||||||
c0 -18.8555 8.27441 -36.874 22.7002 -49.4365l97.71 -85.0801c12.4502 -10.8398 19.5898 -26.4463 19.5898 -42.8164v-10.2861h220v7.07617c0 13.21 2.65332 26.0791 7.88281 38.25l42.835 99.6553c2.91602 6.75391 5.28223 18.207 5.28223 25.5635v0.0488281z" />
|
c0 -18.8555 8.27441 -36.874 22.7002 -49.4365l97.71 -85.0801c12.4502 -10.8398 19.5898 -26.4463 19.5898 -42.8164v-10.2861h220v7.07617c0 13.21 2.65332 26.0791 7.88281 38.25l42.835 99.6553c2.91602 6.75391 5.28223 18.207 5.28223 25.5635v0.0488281z" />
|
||||||
<glyph glyph-name="hand-paper" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="hand-paper" unicode="" horiz-adv-x="448"
|
||||||
d="M372.57 335.359c39.9062 5.63281 75.4297 -25.7393 75.4297 -66.3594v-131.564c-0.00195312 -12.7666 -2.33008 -33.2246 -5.19531 -45.666l-30.1836 -130.958c-3.34668 -14.5234 -16.2783 -24.8125 -31.1816 -24.8125h-222.897
|
d="M372.57 335.359c39.9062 5.63281 75.4297 -25.7393 75.4297 -66.3594v-131.564c-0.00195312 -12.7666 -2.33008 -33.2246 -5.19531 -45.666l-30.1836 -130.958c-3.34668 -14.5234 -16.2783 -24.8125 -31.1816 -24.8125h-222.897
|
||||||
c-9.10352 0 -20.7793 6.01758 -26.0615 13.4316l-119.97 168.415c-21.2441 29.8203 -14.8047 71.3574 14.5498 93.1533c18.7754 13.9395 42.1309 16.2979 62.083 8.87109v126.13c0 44.0547 41.125 75.5439 82.4053 64.9834c23.8926 48.1963 92.3535 50.2471 117.982 0.74707
|
c-9.10352 0 -20.7793 6.01758 -26.0615 13.4316l-119.97 168.415c-21.2441 29.8203 -14.8047 71.3574 14.5498 93.1533c18.7754 13.9395 42.1309 16.2979 62.083 8.87109v126.13c0 44.0547 41.125 75.5439 82.4053 64.9834c23.8926 48.1963 92.3535 50.2471 117.982 0.74707
|
||||||
c42.5186 11.1445 83.0391 -21.9346 83.0391 -65.5469v-10.8242zM399.997 137.437l-0.00195312 131.563c0 24.9492 -36.5703 25.5508 -36.5703 -0.691406v-76.3086c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v154.184
|
c42.5186 11.1445 83.0391 -21.9346 83.0391 -65.5469v-10.8242zM399.997 137.437l-0.00195312 131.563c0 24.9492 -36.5703 25.5508 -36.5703 -0.691406v-76.3086c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v154.184
|
||||||
c0 25.501 -36.5703 26.3633 -36.5703 0.691406v-154.875c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v188.309c0 25.501 -36.5703 26.3545 -36.5703 0.691406v-189c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16
|
c0 25.501 -36.5703 26.3633 -36.5703 0.691406v-154.875c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v188.309c0 25.501 -36.5703 26.3545 -36.5703 0.691406v-189c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16
|
||||||
v153.309c0 25.501 -36.5713 26.3359 -36.5713 0.691406v-206.494c0 -15.5703 -20.0352 -21.9092 -29.0303 -9.2832l-27.1279 38.0791c-14.3711 20.1709 -43.833 -2.33496 -29.3945 -22.6045l115.196 -161.697h201.92l27.3252 118.551
|
v153.309c0 25.501 -36.5713 26.3359 -36.5713 0.691406v-206.494c0 -15.5703 -20.0352 -21.9092 -29.0303 -9.2832l-27.1279 38.0791c-14.3711 20.1709 -43.833 -2.33496 -29.3945 -22.6045l115.196 -161.697h201.92l27.3252 118.551
|
||||||
c2.63086 11.417 3.96484 23.1553 3.96484 34.8857z" />
|
c2.63086 11.417 3.96484 23.1553 3.96484 34.8857z" />
|
||||||
<glyph glyph-name="hand-scissors" unicode=""
|
<glyph glyph-name="hand-scissors" unicode=""
|
||||||
d="M256 -32c-44.9561 0 -77.3428 43.2627 -64.0244 85.8535c-21.6484 13.71 -34.0156 38.7617 -30.3408 65.0068h-87.6348c-40.8037 0 -74 32.8105 -74 73.1406c0 40.3291 33.1963 73.1396 74 73.1396l94 -9.14062l-78.8496 18.6787
|
d="M256 -32c-44.9561 0 -77.3428 43.2627 -64.0244 85.8535c-21.6484 13.71 -34.0156 38.7617 -30.3408 65.0068h-87.6348c-40.8037 0 -74 32.8105 -74 73.1406c0 40.3291 33.1963 73.1396 74 73.1396l94 -9.14062l-78.8496 18.6787
|
||||||
c-38.3076 14.7422 -57.04 57.4707 -41.9424 95.1123c15.0303 37.4736 57.7549 55.7803 95.6416 41.2012l144.929 -55.7568c24.9551 30.5566 57.8086 43.9932 92.2178 24.7324l97.999 -54.8525c20.9746 -11.7393 34.0049 -33.8457 34.0049 -57.6904v-205.702
|
c-38.3076 14.7422 -57.04 57.4707 -41.9424 95.1123c15.0303 37.4736 57.7549 55.7803 95.6416 41.2012l144.929 -55.7568c24.9551 30.5566 57.8086 43.9932 92.2178 24.7324l97.999 -54.8525c20.9746 -11.7393 34.0049 -33.8457 34.0049 -57.6904v-205.702
|
||||||
c0 -30.7422 -21.4404 -57.5576 -51.7979 -64.5537l-118.999 -27.4268c-4.97168 -1.14648 -10.0889 -1.72949 -15.2031 -1.72949zM256 16.0127l70 -0.000976562c1.23633 0 3.21777 0.225586 4.42285 0.501953l119.001 27.4277
|
c0 -30.7422 -21.4404 -57.5576 -51.7979 -64.5537l-118.999 -27.4268c-4.97168 -1.14648 -10.0889 -1.72949 -15.2031 -1.72949zM256 16.0127l70 -0.000976562c1.23633 0 3.21777 0.225586 4.42285 0.501953l119.001 27.4277
|
||||||
@ -429,12 +429,12 @@ c8.58203 1.97754 14.5762 9.29102 14.5762 17.7812v205.701c0 6.4873 -3.62109 12.54
|
|||||||
c-1.64062 0 -4.21484 0.477539 -5.74609 1.06738l-166.549 64.0908c-32.6543 12.5664 -50.7744 -34.5771 -19.2227 -46.7168l155.357 -59.7852c5.66016 -2.17773 10.2539 -8.86816 10.2539 -14.9326v0v-11.6328c0 -8.83691 -7.16309 -16 -16 -16h-182
|
c-1.64062 0 -4.21484 0.477539 -5.74609 1.06738l-166.549 64.0908c-32.6543 12.5664 -50.7744 -34.5771 -19.2227 -46.7168l155.357 -59.7852c5.66016 -2.17773 10.2539 -8.86816 10.2539 -14.9326v0v-11.6328c0 -8.83691 -7.16309 -16 -16 -16h-182
|
||||||
c-34.375 0 -34.4297 -50.2803 0 -50.2803h182c8.83691 0 16 -7.16309 16 -16v-6.85645c0 -8.83691 -7.16309 -16 -16 -16h-28c-25.1221 0 -25.1592 -36.5674 0 -36.5674h28c8.83691 0 16 -7.16211 16 -16v-6.85547c0 -8.83691 -7.16309 -16 -16 -16
|
c-34.375 0 -34.4297 -50.2803 0 -50.2803h182c8.83691 0 16 -7.16309 16 -16v-6.85645c0 -8.83691 -7.16309 -16 -16 -16h-28c-25.1221 0 -25.1592 -36.5674 0 -36.5674h28c8.83691 0 16 -7.16211 16 -16v-6.85547c0 -8.83691 -7.16309 -16 -16 -16
|
||||||
c-25.1201 0 -25.1602 -36.5674 0 -36.5674z" />
|
c-25.1201 0 -25.1602 -36.5674 0 -36.5674z" />
|
||||||
<glyph glyph-name="hand-lizard" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="hand-lizard" unicode="" horiz-adv-x="576"
|
||||||
d="M556.686 157.458c12.6357 -19.4863 19.3145 -42.0615 19.3145 -65.2871v-124.171h-224v71.582l-99.751 38.7871c-2.7832 1.08203 -5.70996 1.63086 -8.69727 1.63086h-131.552c-30.8789 0 -56 25.1211 -56 56c0 48.5234 39.4766 88 88 88h113.709l18.333 48h-196.042
|
d="M556.686 157.458c12.6357 -19.4863 19.3145 -42.0615 19.3145 -65.2871v-124.171h-224v71.582l-99.751 38.7871c-2.7832 1.08203 -5.70996 1.63086 -8.69727 1.63086h-131.552c-30.8789 0 -56 25.1211 -56 56c0 48.5234 39.4766 88 88 88h113.709l18.333 48h-196.042
|
||||||
c-44.1123 0 -80 35.8877 -80 80v8c0 30.8779 25.1211 56 56 56h293.917c24.5 0 47.084 -12.2725 60.4111 -32.8291zM528 16v76.1709v0.0478516c0 11.7461 -5.19141 29.2734 -11.5879 39.124l-146.358 225.715c-4.44336 6.85254 -11.9707 10.9424 -20.1367 10.9424h-293.917
|
c-44.1123 0 -80 35.8877 -80 80v8c0 30.8779 25.1211 56 56 56h293.917c24.5 0 47.084 -12.2725 60.4111 -32.8291zM528 16v76.1709v0.0478516c0 11.7461 -5.19141 29.2734 -11.5879 39.124l-146.358 225.715c-4.44336 6.85254 -11.9707 10.9424 -20.1367 10.9424h-293.917
|
||||||
c-4.41113 0 -8 -3.58887 -8 -8v-8c0 -17.6445 14.3555 -32 32 -32h213.471c25.2021 0 42.626 -25.293 33.6299 -48.8457l-24.5518 -64.2812c-7.05371 -18.4658 -25.0732 -30.873 -44.8398 -30.873h-113.709c-22.0557 0 -40 -17.9443 -40 -40c0 -4.41113 3.58887 -8 8 -8
|
c-4.41113 0 -8 -3.58887 -8 -8v-8c0 -17.6445 14.3555 -32 32 -32h213.471c25.2021 0 42.626 -25.293 33.6299 -48.8457l-24.5518 -64.2812c-7.05371 -18.4658 -25.0732 -30.873 -44.8398 -30.873h-113.709c-22.0557 0 -40 -17.9443 -40 -40c0 -4.41113 3.58887 -8 8 -8
|
||||||
h131.552h0.0517578c7.44141 0 19.1074 -2.19238 26.041 -4.89355l99.752 -38.7881c18.5898 -7.22852 30.6035 -24.7881 30.6035 -44.7363v-23.582h128z" />
|
h131.552h0.0517578c7.44141 0 19.1074 -2.19238 26.041 -4.89355l99.752 -38.7881c18.5898 -7.22852 30.6035 -24.7881 30.6035 -44.7363v-23.582h128z" />
|
||||||
<glyph glyph-name="hand-spock" unicode=""
|
<glyph glyph-name="hand-spock" unicode=""
|
||||||
d="M501.03 331.824c6.05762 -9.77832 10.9746 -27.0498 10.9746 -38.5518c0 -4.80664 -0.915039 -12.499 -2.04297 -17.1709l-57.623 -241.963c-12.748 -54.1729 -68.2627 -98.1387 -123.915 -98.1387h-0.345703h-107.455h-0.224609
|
d="M501.03 331.824c6.05762 -9.77832 10.9746 -27.0498 10.9746 -38.5518c0 -4.80664 -0.915039 -12.499 -2.04297 -17.1709l-57.623 -241.963c-12.748 -54.1729 -68.2627 -98.1387 -123.915 -98.1387h-0.345703h-107.455h-0.224609
|
||||||
c-33.8135 0 -81.2148 18.834 -105.807 42.041l-91.3652 85.9766c-12.8213 12.0469 -23.2266 36.1016 -23.2266 53.6943c0 16.1299 8.97266 38.7529 20.0273 50.499c5.31836 5.66406 29.875 29.3926 68.1152 21.8477l-24.3594 82.1973
|
c-33.8135 0 -81.2148 18.834 -105.807 42.041l-91.3652 85.9766c-12.8213 12.0469 -23.2266 36.1016 -23.2266 53.6943c0 16.1299 8.97266 38.7529 20.0273 50.499c5.31836 5.66406 29.875 29.3926 68.1152 21.8477l-24.3594 82.1973
|
||||||
c-1.68164 5.66406 -3.0459 15.0576 -3.0459 20.9668c0 37.5938 30.417 70.502 67.8955 73.4551c-0.204102 2.03125 -0.369141 5.33691 -0.369141 7.37891c0 31.627 24.8594 63.6895 55.4902 71.5684c43.248 10.9785 80.5645 -17.7012 89.6602 -53.0723l13.6836 -53.207
|
c-1.68164 5.66406 -3.0459 15.0576 -3.0459 20.9668c0 37.5938 30.417 70.502 67.8955 73.4551c-0.204102 2.03125 -0.369141 5.33691 -0.369141 7.37891c0 31.627 24.8594 63.6895 55.4902 71.5684c43.248 10.9785 80.5645 -17.7012 89.6602 -53.0723l13.6836 -53.207
|
||||||
@ -443,7 +443,7 @@ c-4.38867 -18.4141 -31.7783 -11.8926 -28.0557 6.2168l28.5479 139.166c7.39844 36.
|
|||||||
c-8.43359 32.8105 -58.3691 20.2676 -49.8652 -12.8359l42.4414 -165.039c4.81641 -18.7207 -23.3711 -26.9121 -28.9648 -8.00781l-31.3438 105.779c-9.6875 32.6465 -59.1191 18.2578 -49.3867 -14.625l36.0137 -121.539
|
c-8.43359 32.8105 -58.3691 20.2676 -49.8652 -12.8359l42.4414 -165.039c4.81641 -18.7207 -23.3711 -26.9121 -28.9648 -8.00781l-31.3438 105.779c-9.6875 32.6465 -59.1191 18.2578 -49.3867 -14.625l36.0137 -121.539
|
||||||
c5.61816 -18.9521 10.1777 -50.377 10.1777 -70.1436v-0.00878906c0 -6.54297 -8.05664 -10.9355 -13.4824 -5.82617l-51.123 48.1074c-24.7852 23.4082 -60.0527 -14.1875 -35.2793 -37.4902l91.3691 -85.9805c16.9629 -16.0068 49.6592 -28.998 72.9824 -28.998h0.154297
|
c5.61816 -18.9521 10.1777 -50.377 10.1777 -70.1436v-0.00878906c0 -6.54297 -8.05664 -10.9355 -13.4824 -5.82617l-51.123 48.1074c-24.7852 23.4082 -60.0527 -14.1875 -35.2793 -37.4902l91.3691 -85.9805c16.9629 -16.0068 49.6592 -28.998 72.9824 -28.998h0.154297
|
||||||
h107.455h0.216797c34.7402 0 69.3936 27.4443 77.3525 61.2598z" />
|
h107.455h0.216797c34.7402 0 69.3936 27.4443 77.3525 61.2598z" />
|
||||||
<glyph glyph-name="hand-pointer" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="hand-pointer" unicode="" horiz-adv-x="448"
|
||||||
d="M358.182 268.639c43.1934 16.6348 89.8184 -15.7949 89.8184 -62.6387v-84c-0.000976562 -4.25 -0.775391 -11.0615 -1.72754 -15.2041l-27.4297 -118.999c-6.98242 -30.2969 -33.7549 -51.7969 -64.5566 -51.7969h-178.286c-21.2588 0 -41.3682 10.4102 -53.791 27.8457
|
d="M358.182 268.639c43.1934 16.6348 89.8184 -15.7949 89.8184 -62.6387v-84c-0.000976562 -4.25 -0.775391 -11.0615 -1.72754 -15.2041l-27.4297 -118.999c-6.98242 -30.2969 -33.7549 -51.7969 -64.5566 -51.7969h-178.286c-21.2588 0 -41.3682 10.4102 -53.791 27.8457
|
||||||
l-109.699 154.001c-21.2432 29.8193 -14.8047 71.3574 14.5498 93.1523c18.8115 13.9658 42.1748 16.2822 62.083 8.87207v161.129c0 36.9443 29.7363 67 66.2861 67s66.2861 -30.0557 66.2861 -67v-73.6338c20.4131 2.85742 41.4678 -3.94238 56.5947 -19.6289
|
l-109.699 154.001c-21.2432 29.8193 -14.8047 71.3574 14.5498 93.1523c18.8115 13.9658 42.1748 16.2822 62.083 8.87207v161.129c0 36.9443 29.7363 67 66.2861 67s66.2861 -30.0557 66.2861 -67v-73.6338c20.4131 2.85742 41.4678 -3.94238 56.5947 -19.6289
|
||||||
c27.1934 12.8467 60.3799 5.66992 79.8721 -19.0986zM80.9854 168.303c-14.4004 20.2119 -43.8008 -2.38281 -29.3945 -22.6055l109.712 -154c3.43457 -4.81934 8.92871 -7.69727 14.6973 -7.69727h178.285c8.49219 0 15.8037 5.99414 17.7822 14.5762l27.4297 119.001
|
c27.1934 12.8467 60.3799 5.66992 79.8721 -19.0986zM80.9854 168.303c-14.4004 20.2119 -43.8008 -2.38281 -29.3945 -22.6055l109.712 -154c3.43457 -4.81934 8.92871 -7.69727 14.6973 -7.69727h178.285c8.49219 0 15.8037 5.99414 17.7822 14.5762l27.4297 119.001
|
||||||
@ -451,50 +451,50 @@ c0.333008 1.44629 0.501953 2.93457 0.501953 4.42285v84c0 25.1602 -36.5713 25.121
|
|||||||
c-8.83691 0 -16 7.16406 -16 16v35c0 25.1602 -36.5703 25.1201 -36.5703 0v-35c0 -8.83594 -7.16309 -16 -16 -16h-6.85742c-8.83691 0 -16 7.16406 -16 16v175c0 25.1602 -36.5713 25.1201 -36.5713 0v-241.493c0 -15.5703 -20.0352 -21.9092 -29.0303 -9.2832z
|
c-8.83691 0 -16 7.16406 -16 16v35c0 25.1602 -36.5703 25.1201 -36.5703 0v-35c0 -8.83594 -7.16309 -16 -16 -16h-6.85742c-8.83691 0 -16 7.16406 -16 16v175c0 25.1602 -36.5713 25.1201 -36.5713 0v-241.493c0 -15.5703 -20.0352 -21.9092 -29.0303 -9.2832z
|
||||||
M176.143 48v96c0 8.83691 6.26855 16 14 16h6c7.73242 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26758 -16 -14 -16h-6c-7.73242 0 -14 7.16309 -14 16zM251.571 48v96c0 8.83691 6.26758 16 14 16h6c7.73145 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26855 -16 -14 -16h-6
|
M176.143 48v96c0 8.83691 6.26855 16 14 16h6c7.73242 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26758 -16 -14 -16h-6c-7.73242 0 -14 7.16309 -14 16zM251.571 48v96c0 8.83691 6.26758 16 14 16h6c7.73145 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26855 -16 -14 -16h-6
|
||||||
c-7.73242 0 -14 7.16309 -14 16zM327 48v96c0 8.83691 6.26758 16 14 16h6c7.73242 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26758 -16 -14 -16h-6c-7.73242 0 -14 7.16309 -14 16z" />
|
c-7.73242 0 -14 7.16309 -14 16zM327 48v96c0 8.83691 6.26758 16 14 16h6c7.73242 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26758 -16 -14 -16h-6c-7.73242 0 -14 7.16309 -14 16z" />
|
||||||
<glyph glyph-name="hand-peace" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="hand-peace" unicode="" horiz-adv-x="448"
|
||||||
d="M362.146 256.024c42.5908 13.3184 85.8535 -19.0684 85.8535 -64.0244l-0.0117188 -70.001c-0.000976562 -4.25 -0.775391 -11.0615 -1.72949 -15.2031l-27.4268 -118.999c-6.99707 -30.3564 -33.8105 -51.7969 -64.5547 -51.7969h-205.702
|
d="M362.146 256.024c42.5908 13.3184 85.8535 -19.0684 85.8535 -64.0244l-0.0117188 -70.001c-0.000976562 -4.25 -0.775391 -11.0615 -1.72949 -15.2031l-27.4268 -118.999c-6.99707 -30.3564 -33.8105 -51.7969 -64.5547 -51.7969h-205.702
|
||||||
c-23.8447 0 -45.9502 13.0303 -57.6904 34.0059l-54.8525 97.999c-19.2607 34.4092 -5.82422 67.2617 24.7324 92.2178l-55.7568 144.928c-14.5791 37.8867 3.72754 80.6113 41.2012 95.6416c37.6406 15.0977 80.3691 -3.63477 95.1123 -41.9424l18.6787 -78.8496
|
c-23.8447 0 -45.9502 13.0303 -57.6904 34.0059l-54.8525 97.999c-19.2607 34.4092 -5.82422 67.2617 24.7324 92.2178l-55.7568 144.928c-14.5791 37.8867 3.72754 80.6113 41.2012 95.6416c37.6406 15.0977 80.3691 -3.63477 95.1123 -41.9424l18.6787 -78.8496
|
||||||
l-9.14062 94c0 40.8037 32.8096 74 73.1396 74s73.1406 -33.1963 73.1406 -74v-87.6348c26.2451 3.6748 51.2959 -8.69238 65.0068 -30.3408zM399.987 122l-0.000976562 70c0 25.1602 -36.5674 25.1201 -36.5674 0c0 -8.83691 -7.16309 -16 -16 -16h-6.85547
|
l-9.14062 94c0 40.8037 32.8096 74 73.1396 74s73.1406 -33.1963 73.1406 -74v-87.6348c26.2451 3.6748 51.2959 -8.69238 65.0068 -30.3408zM399.987 122l-0.000976562 70c0 25.1602 -36.5674 25.1201 -36.5674 0c0 -8.83691 -7.16309 -16 -16 -16h-6.85547
|
||||||
c-8.83789 0 -16 7.16309 -16 16v28c0 25.1592 -36.5674 25.1221 -36.5674 0v-28c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v182c0 34.4297 -50.2803 34.375 -50.2803 0v-182c0 -8.83691 -7.16309 -16 -16 -16h-11.6328v0
|
c-8.83789 0 -16 7.16309 -16 16v28c0 25.1592 -36.5674 25.1221 -36.5674 0v-28c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v182c0 34.4297 -50.2803 34.375 -50.2803 0v-182c0 -8.83691 -7.16309 -16 -16 -16h-11.6328v0
|
||||||
c-6.06445 0 -12.7549 4.59375 -14.9326 10.2539l-59.7842 155.357c-12.1396 31.5518 -59.2842 13.4326 -46.7168 -19.2227l64.0898 -166.549c0.589844 -1.53125 1.06738 -4.10547 1.06738 -5.74609c0 -4.19043 -2.63379 -9.74219 -5.87891 -12.3926l-26.6475 -21.7646
|
c-6.06445 0 -12.7549 4.59375 -14.9326 10.2539l-59.7842 155.357c-12.1396 31.5518 -59.2842 13.4326 -46.7168 -19.2227l64.0898 -166.549c0.589844 -1.53125 1.06738 -4.10547 1.06738 -5.74609c0 -4.19043 -2.63379 -9.74219 -5.87891 -12.3926l-26.6475 -21.7646
|
||||||
c-7.12695 -5.81934 -9.06445 -16.3467 -4.50781 -24.4873l54.8535 -98c3.26367 -5.82812 9.31934 -9.44922 15.8057 -9.44922h205.701c8.49121 0 15.8037 5.99414 17.7812 14.5762l27.4277 119.001c0.333008 1.44629 0.501953 2.93457 0.501953 4.42285z" />
|
c-7.12695 -5.81934 -9.06445 -16.3467 -4.50781 -24.4873l54.8535 -98c3.26367 -5.82812 9.31934 -9.44922 15.8057 -9.44922h205.701c8.49121 0 15.8037 5.99414 17.7812 14.5762l27.4277 119.001c0.333008 1.44629 0.501953 2.93457 0.501953 4.42285z" />
|
||||||
<glyph glyph-name="registered" unicode=""
|
<glyph glyph-name="registered" unicode=""
|
||||||
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 -8c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200c-110.549 0 -200 -89.4688 -200 -200c0 -110.549 89.4678 -200 200 -200z
|
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 -8c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200c-110.549 0 -200 -89.4688 -200 -200c0 -110.549 89.4678 -200 200 -200z
|
||||||
M366.442 73.791c4.40332 -7.99219 -1.37012 -17.791 -10.5107 -17.791h-42.8096h-0.0126953c-3.97559 0 -8.71582 2.84961 -10.5801 6.36035l-47.5156 89.3027h-31.958v-83.6631c0 -6.61719 -5.38281 -12 -12 -12h-38.5674c-6.61719 0 -12 5.38281 -12 12v248.304
|
M366.442 73.791c4.40332 -7.99219 -1.37012 -17.791 -10.5107 -17.791h-42.8096h-0.0126953c-3.97559 0 -8.71582 2.84961 -10.5801 6.36035l-47.5156 89.3027h-31.958v-83.6631c0 -6.61719 -5.38281 -12 -12 -12h-38.5674c-6.61719 0 -12 5.38281 -12 12v248.304
|
||||||
c0 6.61719 5.38281 12 12 12h78.667c71.251 0 101.498 -32.749 101.498 -85.252c0 -31.6123 -15.2148 -59.2969 -39.4824 -73.1758c3.02148 -4.61719 0.225586 0.199219 53.2715 -96.085zM256.933 208.094c20.9131 0 32.4307 11.5186 32.4316 32.4316
|
c0 6.61719 5.38281 12 12 12h78.667c71.251 0 101.498 -32.749 101.498 -85.252c0 -31.6123 -15.2148 -59.2969 -39.4824 -73.1758c3.02148 -4.61719 0.225586 0.199219 53.2715 -96.085zM256.933 208.094c20.9131 0 32.4307 11.5186 32.4316 32.4316
|
||||||
c0 19.5752 -6.5127 31.709 -38.9297 31.709h-27.377v-64.1406h33.875z" />
|
c0 19.5752 -6.5127 31.709 -38.9297 31.709h-27.377v-64.1406h33.875z" />
|
||||||
<glyph glyph-name="calendar-plus" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="calendar-plus" unicode="" horiz-adv-x="448"
|
||||||
d="M336 156v-24c0 -6.59961 -5.40039 -12 -12 -12h-76v-76c0 -6.59961 -5.40039 -12 -12 -12h-24c-6.59961 0 -12 5.40039 -12 12v76h-76c-6.59961 0 -12 5.40039 -12 12v24c0 6.59961 5.40039 12 12 12h76v76c0 6.59961 5.40039 12 12 12h24c6.59961 0 12 -5.40039 12 -12
|
d="M336 156v-24c0 -6.59961 -5.40039 -12 -12 -12h-76v-76c0 -6.59961 -5.40039 -12 -12 -12h-24c-6.59961 0 -12 5.40039 -12 12v76h-76c-6.59961 0 -12 5.40039 -12 12v24c0 6.59961 5.40039 12 12 12h76v76c0 6.59961 5.40039 12 12 12h24c6.59961 0 12 -5.40039 12 -12
|
||||||
v-76h76c6.59961 0 12 -5.40039 12 -12zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40
|
v-76h76c6.59961 0 12 -5.40039 12 -12zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40
|
||||||
c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
||||||
<glyph glyph-name="calendar-minus" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="calendar-minus" unicode="" horiz-adv-x="448"
|
||||||
d="M124 120c-6.59961 0 -12 5.40039 -12 12v24c0 6.59961 5.40039 12 12 12h200c6.59961 0 12 -5.40039 12 -12v-24c0 -6.59961 -5.40039 -12 -12 -12h-200zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52
|
d="M124 120c-6.59961 0 -12 5.40039 -12 12v24c0 6.59961 5.40039 12 12 12h200c6.59961 0 12 -5.40039 12 -12v-24c0 -6.59961 -5.40039 -12 -12 -12h-200zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52
|
||||||
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
||||||
<glyph glyph-name="calendar-times" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="calendar-times" unicode="" horiz-adv-x="448"
|
||||||
d="M311.7 73.2998l-17 -17c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-53.7002 53.7998l-53.7002 -53.6992c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-17 17c-4.7002 4.69922 -4.7002 12.2998 0 17l53.7002 53.6992l-53.7002 53.7002c-4.7002 4.7002 -4.7002 12.2998 0 17
|
d="M311.7 73.2998l-17 -17c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-53.7002 53.7998l-53.7002 -53.6992c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-17 17c-4.7002 4.69922 -4.7002 12.2998 0 17l53.7002 53.6992l-53.7002 53.7002c-4.7002 4.7002 -4.7002 12.2998 0 17
|
||||||
l17 17c4.7002 4.7002 12.2998 4.7002 17 0l53.7002 -53.7002l53.7002 53.7002c4.7002 4.7002 12.2998 4.7002 17 0l17 -17c4.7002 -4.7002 4.7002 -12.2998 0 -17l-53.7998 -53.7998l53.6992 -53.7002c4.80078 -4.7002 4.80078 -12.2998 0.100586 -17zM448 336v-352
|
l17 17c4.7002 4.7002 12.2998 4.7002 17 0l53.7002 -53.7002l53.7002 53.7002c4.7002 4.7002 12.2998 4.7002 17 0l17 -17c4.7002 -4.7002 4.7002 -12.2998 0 -17l-53.7998 -53.7998l53.6992 -53.7002c4.80078 -4.7002 4.80078 -12.2998 0.100586 -17zM448 336v-352
|
||||||
c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10
|
c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10
|
||||||
v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
|
||||||
<glyph glyph-name="calendar-check" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="calendar-check" unicode="" horiz-adv-x="448"
|
||||||
d="M400 384c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h48v52c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-52h128v52c0 6.62695 5.37305 12 12 12h40
|
d="M400 384c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h48v52c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-52h128v52c0 6.62695 5.37305 12 12 12h40
|
||||||
c6.62695 0 12 -5.37305 12 -12v-52h48zM394 -16c3.31152 0 6 2.68848 6 6v298h-352v-298c0 -3.31152 2.68848 -6 6 -6h340zM341.151 184.65l-142.31 -141.169c-4.70508 -4.66699 -12.3027 -4.6377 -16.9707 0.0673828l-75.0908 75.6992
|
c6.62695 0 12 -5.37305 12 -12v-52h48zM394 -16c3.31152 0 6 2.68848 6 6v298h-352v-298c0 -3.31152 2.68848 -6 6 -6h340zM341.151 184.65l-142.31 -141.169c-4.70508 -4.66699 -12.3027 -4.6377 -16.9707 0.0673828l-75.0908 75.6992
|
||||||
c-4.66699 4.70508 -4.6377 12.3027 0.0673828 16.9707l22.7197 22.5361c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0693359l44.1035 -44.4609l111.072 110.182c4.70508 4.66699 12.3027 4.63672 16.9707 -0.0683594l22.5361 -22.7178
|
c-4.66699 4.70508 -4.6377 12.3027 0.0673828 16.9707l22.7197 22.5361c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0693359l44.1035 -44.4609l111.072 110.182c4.70508 4.66699 12.3027 4.63672 16.9707 -0.0683594l22.5361 -22.7178
|
||||||
c4.66699 -4.70508 4.63672 -12.3027 -0.0683594 -16.9697z" />
|
c4.66699 -4.70508 4.63672 -12.3027 -0.0683594 -16.9697z" />
|
||||||
<glyph glyph-name="map" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="map" unicode="" horiz-adv-x="576"
|
||||||
d="M560.02 416c8.4502 0 15.9805 -6.83008 15.9805 -16.0195v-346.32c0 -11.9609 -9.01367 -25.2705 -20.1201 -29.71l-151.83 -52.8105c-5.32617 -1.7334 -14.1953 -3.13965 -19.7969 -3.13965c-5.7373 0 -14.8105 1.47363 -20.2529 3.29004l-172 60.71l-170.05 -62.8398
|
d="M560.02 416c8.4502 0 15.9805 -6.83008 15.9805 -16.0195v-346.32c0 -11.9609 -9.01367 -25.2705 -20.1201 -29.71l-151.83 -52.8105c-5.32617 -1.7334 -14.1953 -3.13965 -19.7969 -3.13965c-5.7373 0 -14.8105 1.47363 -20.2529 3.29004l-172 60.71l-170.05 -62.8398
|
||||||
c-1.99023 -0.790039 -4 -1.16016 -5.95996 -1.16016c-8.45996 0 -15.9902 6.83008 -15.9902 16.0195v346.32c0.00292969 11.959 9.0166 25.2686 20.1201 29.71l151.83 52.8105c6.43945 2.08984 13.1201 3.13965 19.8096 3.13965
|
c-1.99023 -0.790039 -4 -1.16016 -5.95996 -1.16016c-8.45996 0 -15.9902 6.83008 -15.9902 16.0195v346.32c0.00292969 11.959 9.0166 25.2686 20.1201 29.71l151.83 52.8105c6.43945 2.08984 13.1201 3.13965 19.8096 3.13965
|
||||||
c5.73242 -0.00195312 14.8008 -1.47168 20.2402 -3.28027l172 -60.7197h0.00976562l170.05 62.8398c1.98047 0.790039 4 1.16016 5.95996 1.16016zM224 357.58v-285.97l128 -45.1904v285.97zM48 29.9502l127.36 47.0801l0.639648 0.229492v286.2l-128 -44.5303v-288.979z
|
c5.73242 -0.00195312 14.8008 -1.47168 20.2402 -3.28027l172 -60.7197h0.00976562l170.05 62.8398c1.98047 0.790039 4 1.16016 5.95996 1.16016zM224 357.58v-285.97l128 -45.1904v285.97zM48 29.9502l127.36 47.0801l0.639648 0.229492v286.2l-128 -44.5303v-288.979z
|
||||||
M528 65.0801v288.97l-127.36 -47.0693l-0.639648 -0.240234v-286.19z" />
|
M528 65.0801v288.97l-127.36 -47.0693l-0.639648 -0.240234v-286.19z" />
|
||||||
<glyph glyph-name="comment-alt" unicode=""
|
<glyph glyph-name="comment-alt" unicode=""
|
||||||
d="M448 448c35.2998 0 64 -28.7002 64 -64v-288c0 -35.2998 -28.7002 -64 -64 -64h-144l-124.9 -93.5996c-2.19922 -1.7002 -4.69922 -2.40039 -7.09961 -2.40039c-6.2002 0 -12 4.90039 -12 12v84h-96c-35.2998 0 -64 28.7002 -64 64v288c0 35.2998 28.7002 64 64 64h384z
|
d="M448 448c35.2998 0 64 -28.7002 64 -64v-288c0 -35.2998 -28.7002 -64 -64 -64h-144l-124.9 -93.5996c-2.19922 -1.7002 -4.69922 -2.40039 -7.09961 -2.40039c-6.2002 0 -12 4.90039 -12 12v84h-96c-35.2998 0 -64 28.7002 -64 64v288c0 35.2998 28.7002 64 64 64h384z
|
||||||
M464 96v288c0 8.7998 -7.2002 16 -16 16h-384c-8.7998 0 -16 -7.2002 -16 -16v-288c0 -8.7998 7.2002 -16 16 -16h144v-60l67.2002 50.4004l12.7998 9.59961h160c8.7998 0 16 7.2002 16 16z" />
|
M464 96v288c0 8.7998 -7.2002 16 -16 16h-384c-8.7998 0 -16 -7.2002 -16 -16v-288c0 -8.7998 7.2002 -16 16 -16h144v-60l67.2002 50.4004l12.7998 9.59961h160c8.7998 0 16 7.2002 16 16z" />
|
||||||
<glyph glyph-name="pause-circle" unicode=""
|
<glyph glyph-name="pause-circle" unicode=""
|
||||||
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM352 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-48
|
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM352 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-48
|
||||||
c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h48c8.7998 0 16 -7.2002 16 -16zM240 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-48c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h48c8.7998 0 16 -7.2002 16 -16z" />
|
c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h48c8.7998 0 16 -7.2002 16 -16zM240 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-48c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h48c8.7998 0 16 -7.2002 16 -16z" />
|
||||||
<glyph glyph-name="stop-circle" unicode=""
|
<glyph glyph-name="stop-circle" unicode=""
|
||||||
d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200zM352 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-160
|
d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200zM352 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-160
|
||||||
c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h160c8.7998 0 16 -7.2002 16 -16z" />
|
c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h160c8.7998 0 16 -7.2002 16 -16z" />
|
||||||
<glyph glyph-name="handshake" unicode="" horiz-adv-x="640"
|
<glyph glyph-name="handshake" unicode="" horiz-adv-x="640"
|
||||||
d="M519.2 320.1h120.8v-255.699h-64c-17.5 0 -31.7998 14.1992 -31.9004 31.6992h-57.8994c-1.7998 -8.19922 -5.2998 -16.0996 -10.9004 -23l-26.2002 -32.2998c-15.7998 -19.3994 -41.8994 -25.5 -64 -16.7998c-13.5 -16.5996 -30.5996 -24 -48.7998 -24
|
d="M519.2 320.1h120.8v-255.699h-64c-17.5 0 -31.7998 14.1992 -31.9004 31.6992h-57.8994c-1.7998 -8.19922 -5.2998 -16.0996 -10.9004 -23l-26.2002 -32.2998c-15.7998 -19.3994 -41.8994 -25.5 -64 -16.7998c-13.5 -16.5996 -30.5996 -24 -48.7998 -24
|
||||||
c-15.0996 0 -28.5996 5.09961 -41.0996 15.9004c-31.7998 -21.9004 -74.7002 -21.3008 -105.601 3.7998l-84.5996 76.3994h-9.09961c-0.100586 -17.5 -14.3008 -31.6992 -31.9004 -31.6992h-64v255.699h118l47.5996 47.6006c10.5 10.3994 24.8008 16.2998 39.6006 16.2998
|
c-15.0996 0 -28.5996 5.09961 -41.0996 15.9004c-31.7998 -21.9004 -74.7002 -21.3008 -105.601 3.7998l-84.5996 76.3994h-9.09961c-0.100586 -17.5 -14.3008 -31.6992 -31.9004 -31.6992h-64v255.699h118l47.5996 47.6006c10.5 10.3994 24.8008 16.2998 39.6006 16.2998
|
||||||
h226.8v0c12.7812 0 30.5225 -7.30273 39.5996 -16.2998zM48 96.4004c8.7998 0 16 7.09961 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16zM438 103.3c2.7002 3.40039 2.2002 8.5 -1.2002 11.2998l-108.2 87.8008l-8.19922 -7.5
|
h226.8v0c12.7812 0 30.5225 -7.30273 39.5996 -16.2998zM48 96.4004c8.7998 0 16 7.09961 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16zM438 103.3c2.7002 3.40039 2.2002 8.5 -1.2002 11.2998l-108.2 87.8008l-8.19922 -7.5
|
||||||
@ -503,7 +503,7 @@ c16.0996 -13.0996 41.4004 -10.5 55.2998 6.60059l15.6006 19.2002l36.7998 -31.5c3
|
|||||||
c-1.39941 1.5 -3.39941 2.2998 -5.5 2.2998l-83.6992 -0.200195c-10 0 -19.6006 -3.7002 -27 -10.5l-65.6006 -60.0996c-9.7002 -8.7998 -10.5 -24 -1.2002 -33.9004c8.90039 -9.39941 25.1006 -8.7002 34.6006 0l55.2002 50.6006c6.5 5.89941 16.5996 5.5 22.5996 -1
|
c-1.39941 1.5 -3.39941 2.2998 -5.5 2.2998l-83.6992 -0.200195c-10 0 -19.6006 -3.7002 -27 -10.5l-65.6006 -60.0996c-9.7002 -8.7998 -10.5 -24 -1.2002 -33.9004c8.90039 -9.39941 25.1006 -8.7002 34.6006 0l55.2002 50.6006c6.5 5.89941 16.5996 5.5 22.5996 -1
|
||||||
l10.9004 -11.7002c6 -6.5 5.5 -16.6006 -1 -22.6006l-12.5 -11.3994l102.699 -83.4004c2.80078 -2.2998 5.40039 -4.89941 7.7002 -7.7002h69.2002zM592 96.4004c8.7998 0 16 7.09961 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16z
|
l10.9004 -11.7002c6 -6.5 5.5 -16.6006 -1 -22.6006l-12.5 -11.3994l102.699 -83.4004c2.80078 -2.2998 5.40039 -4.89941 7.7002 -7.7002h69.2002zM592 96.4004c8.7998 0 16 7.09961 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16z
|
||||||
" />
|
" />
|
||||||
<glyph glyph-name="envelope-open" unicode=""
|
<glyph glyph-name="envelope-open" unicode=""
|
||||||
d="M494.586 283.484c9.6123 -7.94824 17.4141 -24.5205 17.4141 -36.9932v-262.491c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v262.515c0 12.5166 7.84668 29.1279 17.5146 37.0771c4.08008 3.35449 110.688 89.0996 135.15 108.549
|
d="M494.586 283.484c9.6123 -7.94824 17.4141 -24.5205 17.4141 -36.9932v-262.491c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v262.515c0 12.5166 7.84668 29.1279 17.5146 37.0771c4.08008 3.35449 110.688 89.0996 135.15 108.549
|
||||||
c22.6992 18.1426 60.1299 55.8594 103.335 55.8594c43.4365 0 81.2314 -38.1914 103.335 -55.8594c23.5283 -18.707 130.554 -104.773 135.251 -108.656zM464 -10v253.632v0.00488281c0 1.5791 -0.996094 3.66602 -2.22363 4.6582
|
c22.6992 18.1426 60.1299 55.8594 103.335 55.8594c43.4365 0 81.2314 -38.1914 103.335 -55.8594c23.5283 -18.707 130.554 -104.773 135.251 -108.656zM464 -10v253.632v0.00488281c0 1.5791 -0.996094 3.66602 -2.22363 4.6582
|
||||||
c-15.8633 12.8232 -108.793 87.5752 -132.366 106.316c-17.5527 14.0195 -49.7168 45.3887 -73.4102 45.3887c-23.6016 0 -55.2451 -30.8799 -73.4102 -45.3887c-23.5713 -18.7393 -116.494 -93.4795 -132.364 -106.293
|
c-15.8633 12.8232 -108.793 87.5752 -132.366 106.316c-17.5527 14.0195 -49.7168 45.3887 -73.4102 45.3887c-23.6016 0 -55.2451 -30.8799 -73.4102 -45.3887c-23.5713 -18.7393 -116.494 -93.4795 -132.364 -106.293
|
||||||
@ -511,38 +511,38 @@ c-1.40918 -1.13965 -2.22559 -2.85254 -2.22559 -4.66504v-253.653c0 -3.31152 2.688
|
|||||||
c-22.6992 -18.1436 -60.1299 -55.8604 -103.335 -55.8604c-43.4521 0 -81.2871 38.2373 -103.335 55.8604c-11.2793 8.9668 -41.7441 33.4131 -70.9268 56.8643c-5.20996 4.1875 -5.99316 11.8223 -1.74512 16.9814l15.2578 18.5283
|
c-22.6992 -18.1436 -60.1299 -55.8604 -103.335 -55.8604c-43.4521 0 -81.2871 38.2373 -103.335 55.8604c-11.2793 8.9668 -41.7441 33.4131 -70.9268 56.8643c-5.20996 4.1875 -5.99316 11.8223 -1.74512 16.9814l15.2578 18.5283
|
||||||
c4.17773 5.07227 11.6572 5.84277 16.7793 1.72559c28.6182 -23.001 58.5654 -47.0352 70.5596 -56.5713c17.5527 -14.0195 49.7168 -45.3887 73.4102 -45.3887c23.6016 0 55.2461 30.8799 73.4102 45.3887c11.9941 9.53516 41.9434 33.5703 70.5625 56.5684
|
c4.17773 5.07227 11.6572 5.84277 16.7793 1.72559c28.6182 -23.001 58.5654 -47.0352 70.5596 -56.5713c17.5527 -14.0195 49.7168 -45.3887 73.4102 -45.3887c23.6016 0 55.2461 30.8799 73.4102 45.3887c11.9941 9.53516 41.9434 33.5703 70.5625 56.5684
|
||||||
c5.12207 4.11621 12.6016 3.3457 16.7783 -1.72656z" />
|
c5.12207 4.11621 12.6016 3.3457 16.7783 -1.72656z" />
|
||||||
<glyph glyph-name="address-book" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="address-book" unicode="" horiz-adv-x="448"
|
||||||
d="M436 288h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-48c0 -26.5 -21.5 -48 -48 -48h-320c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48
|
d="M436 288h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-48c0 -26.5 -21.5 -48 -48 -48h-320c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48
|
||||||
h320c26.5 0 48 -21.5 48 -48v-48h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM368 -16v416h-320v-416h320zM208 192c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM118.4 64
|
h320c26.5 0 48 -21.5 48 -48v-48h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM368 -16v416h-320v-416h320zM208 192c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM118.4 64
|
||||||
c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002c0 -10.6006 -10 -19.2002 -22.4004 -19.2002
|
c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002c0 -10.6006 -10 -19.2002 -22.4004 -19.2002
|
||||||
h-179.199z" />
|
h-179.199z" />
|
||||||
<glyph glyph-name="address-card" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="address-card" unicode="" horiz-adv-x="576"
|
||||||
d="M528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM528 16v352h-480v-352h480zM208 192c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64z
|
d="M528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM528 16v352h-480v-352h480zM208 192c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64z
|
||||||
M118.4 64c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002
|
M118.4 64c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002
|
||||||
c0 -10.6006 -10 -19.2002 -22.4004 -19.2002h-179.199zM360 128c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 192c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112
|
c0 -10.6006 -10 -19.2002 -22.4004 -19.2002h-179.199zM360 128c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 192c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112
|
||||||
c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 256c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112z" />
|
c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 256c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112z" />
|
||||||
<glyph glyph-name="user-circle" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="user-circle" unicode="" horiz-adv-x="496"
|
||||||
d="M248 344c53 0 96 -43 96 -96s-43 -96 -96 -96s-96 43 -96 96s43 96 96 96zM248 200c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8
|
d="M248 344c53 0 96 -43 96 -96s-43 -96 -96 -96s-96 43 -96 96s43 96 96 96zM248 200c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8
|
||||||
c49.7002 0 95.0996 18.2998 130.1 48.4004c-14.8994 23 -40.3994 38.5 -69.5996 39.5c-20.7998 -6.5 -40.5996 -9.60059 -60.5 -9.60059s-39.7002 3.2002 -60.5 9.60059c-29.2002 -0.900391 -54.7002 -16.5 -69.5996 -39.5c35 -30.1006 80.3994 -48.4004 130.1 -48.4004z
|
c49.7002 0 95.0996 18.2998 130.1 48.4004c-14.8994 23 -40.3994 38.5 -69.5996 39.5c-20.7998 -6.5 -40.5996 -9.60059 -60.5 -9.60059s-39.7002 3.2002 -60.5 9.60059c-29.2002 -0.900391 -54.7002 -16.5 -69.5996 -39.5c35 -30.1006 80.3994 -48.4004 130.1 -48.4004z
|
||||||
M410.7 76.0996c23.3994 32.7002 37.2998 72.7002 37.2998 115.9c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -43.2002 13.9004 -83.2002 37.2998 -115.9c24.5 31.4004 62.2002 51.9004 105.101 51.9004c10.1992 0 26.0996 -9.59961 57.5996 -9.59961
|
M410.7 76.0996c23.3994 32.7002 37.2998 72.7002 37.2998 115.9c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -43.2002 13.9004 -83.2002 37.2998 -115.9c24.5 31.4004 62.2002 51.9004 105.101 51.9004c10.1992 0 26.0996 -9.59961 57.5996 -9.59961
|
||||||
c31.5996 0 47.4004 9.59961 57.5996 9.59961c43 0 80.7002 -20.5 105.101 -51.9004z" />
|
c31.5996 0 47.4004 9.59961 57.5996 9.59961c43 0 80.7002 -20.5 105.101 -51.9004z" />
|
||||||
<glyph glyph-name="id-badge" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="id-badge" unicode="" horiz-adv-x="384"
|
||||||
d="M336 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h288zM336 -16v416h-288v-416h288zM144 336c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16h96c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16
|
d="M336 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h288zM336 -16v416h-288v-416h288zM144 336c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16h96c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16
|
||||||
h-96zM192 160c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM102.4 32c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8
|
h-96zM192 160c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM102.4 32c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8
|
||||||
c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002c0 -10.6006 -10 -19.2002 -22.4004 -19.2002h-179.199z" />
|
c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002c0 -10.6006 -10 -19.2002 -22.4004 -19.2002h-179.199z" />
|
||||||
<glyph glyph-name="id-card" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="id-card" unicode="" horiz-adv-x="576"
|
||||||
d="M528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM528 16v288h-480v-288h32.7998c-1 4.5 -0.799805 -3.59961 -0.799805 22.4004c0 31.7998 30.0996 57.5996 67.2002 57.5996
|
d="M528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM528 16v288h-480v-288h32.7998c-1 4.5 -0.799805 -3.59961 -0.799805 22.4004c0 31.7998 30.0996 57.5996 67.2002 57.5996
|
||||||
c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996c0 -26 0.0996094 -17.9004 -0.799805 -22.4004h224.8zM360 96c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16
|
c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996c0 -26 0.0996094 -17.9004 -0.799805 -22.4004h224.8zM360 96c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16
|
||||||
c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 160c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 224c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112
|
c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 160c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 224c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112
|
||||||
c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM192 128c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64z" />
|
c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM192 128c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64z" />
|
||||||
<glyph glyph-name="window-maximize" unicode=""
|
<glyph glyph-name="window-maximize" unicode=""
|
||||||
d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM464 22v234h-416v-234c0 -3.2998 2.7002 -6 6 -6h404c3.2998 0 6 2.7002 6 6z" />
|
d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM464 22v234h-416v-234c0 -3.2998 2.7002 -6 6 -6h404c3.2998 0 6 2.7002 6 6z" />
|
||||||
<glyph glyph-name="window-minimize" unicode=""
|
<glyph glyph-name="window-minimize" unicode=""
|
||||||
d="M480 -32h-448c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32h448c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32z" />
|
d="M480 -32h-448c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32h448c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32z" />
|
||||||
<glyph glyph-name="window-restore" unicode=""
|
<glyph glyph-name="window-restore" unicode=""
|
||||||
d="M464 448c26.5 0 48 -21.5 48 -48v-320c0 -26.5 -21.5 -48 -48 -48h-48v-48c0 -26.5 -21.5 -48 -48 -48h-320c-26.5 0 -48 21.5 -48 48v320c0 26.5 21.5 48 48 48h48v48c0 26.5 21.5 48 48 48h320zM368 -16v208h-320v-208h320zM464 80v320h-320v-48h224
|
d="M464 448c26.5 0 48 -21.5 48 -48v-320c0 -26.5 -21.5 -48 -48 -48h-48v-48c0 -26.5 -21.5 -48 -48 -48h-320c-26.5 0 -48 21.5 -48 48v320c0 26.5 21.5 48 48 48h48v48c0 26.5 21.5 48 48 48h320zM368 -16v208h-320v-208h320zM464 80v320h-320v-48h224
|
||||||
c26.5 0 48 -21.5 48 -48v-224h48z" />
|
c26.5 0 48 -21.5 48 -48v-224h48z" />
|
||||||
<glyph glyph-name="snowflake" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="snowflake" unicode="" horiz-adv-x="448"
|
||||||
d="M440.1 92.7998c7.60059 -4.39941 10.1006 -14.2002 5.5 -21.7002l-7.89941 -13.8994c-4.40039 -7.7002 -14 -10.2998 -21.5 -5.90039l-39.2002 23l9.09961 -34.7002c2.30078 -8.5 -2.69922 -17.2998 -11.0996 -19.5996l-15.2002 -4.09961
|
d="M440.1 92.7998c7.60059 -4.39941 10.1006 -14.2002 5.5 -21.7002l-7.89941 -13.8994c-4.40039 -7.7002 -14 -10.2998 -21.5 -5.90039l-39.2002 23l9.09961 -34.7002c2.30078 -8.5 -2.69922 -17.2998 -11.0996 -19.5996l-15.2002 -4.09961
|
||||||
c-8.39941 -2.30078 -17.0996 2.7998 -19.2998 11.2998l-21.2998 81l-71.9004 42.2002v-84.5l58.2998 -59.3008c6.10059 -6.19922 6.10059 -16.3994 0 -22.5996l-11.0996 -11.2998c-6.09961 -6.2002 -16.0996 -6.2002 -22.2002 0l-24.8994 25.3994v-46.0996
|
c-8.39941 -2.30078 -17.0996 2.7998 -19.2998 11.2998l-21.2998 81l-71.9004 42.2002v-84.5l58.2998 -59.3008c6.10059 -6.19922 6.10059 -16.3994 0 -22.5996l-11.0996 -11.2998c-6.09961 -6.2002 -16.0996 -6.2002 -22.2002 0l-24.8994 25.3994v-46.0996
|
||||||
c0 -8.7998 -7 -16 -15.7002 -16h-15.7002c-8.7002 0 -15.7002 7.2002 -15.7002 16v45.9004l-24.8994 -25.4004c-6.10059 -6.2002 -16.1006 -6.2002 -22.2002 0l-11.1006 11.2998c-6.09961 6.2002 -6.09961 16.4004 0 22.6006l58.3008 59.2998v84.5l-71.9004 -42.2002
|
c0 -8.7998 -7 -16 -15.7002 -16h-15.7002c-8.7002 0 -15.7002 7.2002 -15.7002 16v45.9004l-24.8994 -25.4004c-6.10059 -6.2002 -16.1006 -6.2002 -22.2002 0l-11.1006 11.2998c-6.09961 6.2002 -6.09961 16.4004 0 22.6006l58.3008 59.2998v84.5l-71.9004 -42.2002
|
||||||
@ -554,99 +554,99 @@ c6.10059 6.2002 16.1006 6.2002 22.2002 0l24.9004 -25.3994v46.0996c0 8.7998 7 16
|
|||||||
c6.09961 -6.2002 6.09961 -16.4004 0 -22.6006l-58.2998 -59.2998v-84.5l71.8994 42.2002l21.3008 81c2.2998 8.5 10.8994 13.5996 19.2998 11.2998l15.2002 -4.09961c8.39941 -2.2998 13.2998 -11.1006 11.0996 -19.6006l-9.09961 -34.6992l39.1992 23
|
c6.09961 -6.2002 6.09961 -16.4004 0 -22.6006l-58.2998 -59.2998v-84.5l71.8994 42.2002l21.3008 81c2.2998 8.5 10.8994 13.5996 19.2998 11.2998l15.2002 -4.09961c8.39941 -2.2998 13.2998 -11.1006 11.0996 -19.6006l-9.09961 -34.6992l39.1992 23
|
||||||
c7.5 4.39941 17.2002 1.7998 21.5 -5.90039l7.90039 -13.9004c4.2998 -7.69922 1.7002 -17.5 -5.7998 -21.8994l-39.2002 -23l34.0996 -9.2998c8.40039 -2.30078 13.3008 -11.1006 11.1006 -19.6006l-4.10059 -15.5c-2.2998 -8.5 -10.8994 -13.5996 -19.2998 -11.2998
|
c7.5 4.39941 17.2002 1.7998 21.5 -5.90039l7.90039 -13.9004c4.2998 -7.69922 1.7002 -17.5 -5.7998 -21.8994l-39.2002 -23l34.0996 -9.2998c8.40039 -2.30078 13.3008 -11.1006 11.1006 -19.6006l-4.10059 -15.5c-2.2998 -8.5 -10.8994 -13.5996 -19.2998 -11.2998
|
||||||
l-79.7002 21.7002l-71.8994 -42.2002l71.7998 -42.2002l79.7002 21.7002c8.39941 2.2998 17.0996 -2.7998 19.2998 -11.2998l4.09961 -15.5c2.30078 -8.5 -2.69922 -17.2998 -11.0996 -19.6006l-34.0996 -9.2998z" />
|
l-79.7002 21.7002l-71.8994 -42.2002l71.7998 -42.2002l79.7002 21.7002c8.39941 2.2998 17.0996 -2.7998 19.2998 -11.2998l4.09961 -15.5c2.30078 -8.5 -2.69922 -17.2998 -11.0996 -19.6006l-34.0996 -9.2998z" />
|
||||||
<glyph glyph-name="trash-alt" unicode="" horiz-adv-x="448"
|
<glyph glyph-name="trash-alt" unicode="" horiz-adv-x="448"
|
||||||
d="M268 32c-6.62402 0 -12 5.37598 -12 12v216c0 6.62402 5.37598 12 12 12h24c6.62402 0 12 -5.37598 12 -12v-216c0 -6.62402 -5.37598 -12 -12 -12h-24zM432 368c8.83203 0 16 -7.16797 16 -16v-16c0 -8.83203 -7.16797 -16 -16 -16h-16v-336
|
d="M268 32c-6.62402 0 -12 5.37598 -12 12v216c0 6.62402 5.37598 12 12 12h24c6.62402 0 12 -5.37598 12 -12v-216c0 -6.62402 -5.37598 -12 -12 -12h-24zM432 368c8.83203 0 16 -7.16797 16 -16v-16c0 -8.83203 -7.16797 -16 -16 -16h-16v-336
|
||||||
c0 -26.4961 -21.5039 -48 -48 -48h-288c-26.4961 0 -48 21.5039 -48 48v336h-16c-8.83203 0 -16 7.16797 -16 16v16c0 8.83203 7.16797 16 16 16h82.4102l34.0195 56.7002c7.71875 12.8613 26.1572 23.2998 41.1572 23.2998h0.00292969h100.82h0.0224609
|
c0 -26.4961 -21.5039 -48 -48 -48h-288c-26.4961 0 -48 21.5039 -48 48v336h-16c-8.83203 0 -16 7.16797 -16 16v16c0 8.83203 7.16797 16 16 16h82.4102l34.0195 56.7002c7.71875 12.8613 26.1572 23.2998 41.1572 23.2998h0.00292969h100.82h0.0224609
|
||||||
c15 0 33.4385 -10.4385 41.1572 -23.2998l34 -56.7002h82.4102zM171.84 397.09l-17.4502 -29.0898h139.221l-17.46 29.0898c-0.96582 1.60645 -3.26953 2.91016 -5.14355 2.91016h-0.00683594h-94h-0.0166016c-1.87402 0 -4.17871 -1.30371 -5.14355 -2.91016zM368 -16v336
|
c15 0 33.4385 -10.4385 41.1572 -23.2998l34 -56.7002h82.4102zM171.84 397.09l-17.4502 -29.0898h139.221l-17.46 29.0898c-0.96582 1.60645 -3.26953 2.91016 -5.14355 2.91016h-0.00683594h-94h-0.0166016c-1.87402 0 -4.17871 -1.30371 -5.14355 -2.91016zM368 -16v336
|
||||||
h-288v-336h288zM156 32c-6.62402 0 -12 5.37598 -12 12v216c0 6.62402 5.37598 12 12 12h24c6.62402 0 12 -5.37598 12 -12v-216c0 -6.62402 -5.37598 -12 -12 -12h-24z" />
|
h-288v-336h288zM156 32c-6.62402 0 -12 5.37598 -12 12v216c0 6.62402 5.37598 12 12 12h24c6.62402 0 12 -5.37598 12 -12v-216c0 -6.62402 -5.37598 -12 -12 -12h-24z" />
|
||||||
<glyph glyph-name="images" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="images" unicode="" horiz-adv-x="576"
|
||||||
d="M480 32v-16c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256c0 26.5098 21.4902 48 48 48h16v-48h-10c-3.31152 0 -6 -2.68848 -6 -6v-244c0 -3.31152 2.68848 -6 6 -6h372c3.31152 0 6 2.68848 6 6v10h48zM522 368h-372
|
d="M480 32v-16c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256c0 26.5098 21.4902 48 48 48h16v-48h-10c-3.31152 0 -6 -2.68848 -6 -6v-244c0 -3.31152 2.68848 -6 6 -6h372c3.31152 0 6 2.68848 6 6v10h48zM522 368h-372
|
||||||
c-3.31152 0 -6 -2.68848 -6 -6v-244c0 -3.31152 2.68848 -6 6 -6h372c3.31152 0 6 2.68848 6 6v244c0 3.31152 -2.68848 6 -6 6zM528 416c26.5098 0 48 -21.4902 48 -48v-256c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256
|
c-3.31152 0 -6 -2.68848 -6 -6v-244c0 -3.31152 2.68848 -6 6 -6h372c3.31152 0 6 2.68848 6 6v244c0 3.31152 -2.68848 6 -6 6zM528 416c26.5098 0 48 -21.4902 48 -48v-256c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256
|
||||||
c0 26.5098 21.4902 48 48 48h384zM264 304c0 -22.0908 -17.9092 -40 -40 -40s-40 17.9092 -40 40s17.9092 40 40 40s40 -17.9092 40 -40zM192 208l39.5146 39.5146c4.68652 4.68652 12.2842 4.68652 16.9717 0l39.5137 -39.5146l103.515 103.515
|
c0 26.5098 21.4902 48 48 48h384zM264 304c0 -22.0908 -17.9092 -40 -40 -40s-40 17.9092 -40 40s17.9092 40 40 40s40 -17.9092 40 -40zM192 208l39.5146 39.5146c4.68652 4.68652 12.2842 4.68652 16.9717 0l39.5137 -39.5146l103.515 103.515
|
||||||
c4.68652 4.68652 12.2842 4.68652 16.9717 0l71.5137 -71.5146v-80h-288v48z" />
|
c4.68652 4.68652 12.2842 4.68652 16.9717 0l71.5137 -71.5146v-80h-288v48z" />
|
||||||
<glyph glyph-name="clipboard" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="clipboard" unicode="" horiz-adv-x="384"
|
||||||
d="M336 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h80c0 35.2998 28.7002 64 64 64s64 -28.7002 64 -64h80zM192 408c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24
|
d="M336 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h80c0 35.2998 28.7002 64 64 64s64 -28.7002 64 -64h80zM192 408c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24
|
||||||
s-10.7002 24 -24 24zM336 -10v340c0 3.2998 -2.7002 6 -6 6h-42v-36c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12v36h-42c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h276c3.2998 0 6 2.7002 6 6z" />
|
s-10.7002 24 -24 24zM336 -10v340c0 3.2998 -2.7002 6 -6 6h-42v-36c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12v36h-42c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h276c3.2998 0 6 2.7002 6 6z" />
|
||||||
<glyph glyph-name="arrow-alt-circle-down" unicode=""
|
<glyph glyph-name="arrow-alt-circle-down" unicode=""
|
||||||
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM224 308c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-116
|
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM224 308c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-116
|
||||||
h67c10.7002 0 16.0996 -12.9004 8.5 -20.5l-99 -99c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-99 99c-7.5 7.59961 -2.2002 20.5 8.5 20.5h67v116z" />
|
h67c10.7002 0 16.0996 -12.9004 8.5 -20.5l-99 -99c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-99 99c-7.5 7.59961 -2.2002 20.5 8.5 20.5h67v116z" />
|
||||||
<glyph glyph-name="arrow-alt-circle-left" unicode=""
|
<glyph glyph-name="arrow-alt-circle-left" unicode=""
|
||||||
d="M8 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM456 192c0 110.5 -89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200s200 89.5 200 200zM384 212v-40c0 -6.59961 -5.40039 -12 -12 -12h-116v-67
|
d="M8 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM456 192c0 110.5 -89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200s200 89.5 200 200zM384 212v-40c0 -6.59961 -5.40039 -12 -12 -12h-116v-67
|
||||||
c0 -10.7002 -12.9004 -16 -20.5 -8.5l-99 99c-4.7002 4.7002 -4.7002 12.2998 0 17l99 99c7.59961 7.59961 20.5 2.2002 20.5 -8.5v-67h116c6.59961 0 12 -5.40039 12 -12z" />
|
c0 -10.7002 -12.9004 -16 -20.5 -8.5l-99 99c-4.7002 4.7002 -4.7002 12.2998 0 17l99 99c7.59961 7.59961 20.5 2.2002 20.5 -8.5v-67h116c6.59961 0 12 -5.40039 12 -12z" />
|
||||||
<glyph glyph-name="arrow-alt-circle-right" unicode=""
|
<glyph glyph-name="arrow-alt-circle-right" unicode=""
|
||||||
d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200zM128 172v40c0 6.59961 5.40039 12 12 12h116v67
|
d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200zM128 172v40c0 6.59961 5.40039 12 12 12h116v67
|
||||||
c0 10.7002 12.9004 16 20.5 8.5l99 -99c4.7002 -4.7002 4.7002 -12.2998 0 -17l-99 -99c-7.59961 -7.59961 -20.5 -2.2002 -20.5 8.5v67h-116c-6.59961 0 -12 5.40039 -12 12z" />
|
c0 10.7002 12.9004 16 20.5 8.5l99 -99c4.7002 -4.7002 4.7002 -12.2998 0 -17l-99 -99c-7.59961 -7.59961 -20.5 -2.2002 -20.5 8.5v67h-116c-6.59961 0 -12 5.40039 -12 12z" />
|
||||||
<glyph glyph-name="arrow-alt-circle-up" unicode=""
|
<glyph glyph-name="arrow-alt-circle-up" unicode=""
|
||||||
d="M256 -56c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248s-111 -248 -248 -248zM256 392c-110.5 0 -200 -89.5 -200 -200s89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200zM276 64h-40c-6.59961 0 -12 5.40039 -12 12v116h-67
|
d="M256 -56c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248s-111 -248 -248 -248zM256 392c-110.5 0 -200 -89.5 -200 -200s89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200zM276 64h-40c-6.59961 0 -12 5.40039 -12 12v116h-67
|
||||||
c-10.7002 0 -16 12.9004 -8.5 20.5l99 99c4.7002 4.7002 12.2998 4.7002 17 0l99 -99c7.59961 -7.59961 2.2002 -20.5 -8.5 -20.5h-67v-116c0 -6.59961 -5.40039 -12 -12 -12z" />
|
c-10.7002 0 -16 12.9004 -8.5 20.5l99 99c4.7002 4.7002 12.2998 4.7002 17 0l99 -99c7.59961 -7.59961 2.2002 -20.5 -8.5 -20.5h-67v-116c0 -6.59961 -5.40039 -12 -12 -12z" />
|
||||||
<glyph glyph-name="gem" unicode="" horiz-adv-x="576"
|
<glyph glyph-name="gem" unicode="" horiz-adv-x="576"
|
||||||
d="M464 448c4.09961 0 7.7998 -2 10.0996 -5.40039l99.9004 -147.199c2.90039 -4.40039 2.59961 -10.1006 -0.700195 -14.2002l-276 -340.8c-4.7998 -5.90039 -13.7998 -5.90039 -18.5996 0l-276 340.8c-3.2998 4 -3.60059 9.7998 -0.700195 14.2002l100 147.199
|
d="M464 448c4.09961 0 7.7998 -2 10.0996 -5.40039l99.9004 -147.199c2.90039 -4.40039 2.59961 -10.1006 -0.700195 -14.2002l-276 -340.8c-4.7998 -5.90039 -13.7998 -5.90039 -18.5996 0l-276 340.8c-3.2998 4 -3.60059 9.7998 -0.700195 14.2002l100 147.199
|
||||||
c2.2002 3.40039 6 5.40039 10 5.40039h352zM444.7 400h-56.7998l51.6992 -96h68.4004zM242.6 400l-51.5996 -96h194l-51.7002 96h-90.7002zM131.3 400l-63.2998 -96h68.4004l51.6992 96h-56.7998zM88.2998 256l119.7 -160l-68.2998 160h-51.4004zM191.2 256l96.7998 -243.3
|
c2.2002 3.40039 6 5.40039 10 5.40039h352zM444.7 400h-56.7998l51.6992 -96h68.4004zM242.6 400l-51.5996 -96h194l-51.7002 96h-90.7002zM131.3 400l-63.2998 -96h68.4004l51.6992 96h-56.7998zM88.2998 256l119.7 -160l-68.2998 160h-51.4004zM191.2 256l96.7998 -243.3
|
||||||
l96.7998 243.3h-193.6zM368 96l119.6 160h-51.3994z" />
|
l96.7998 243.3h-193.6zM368 96l119.6 160h-51.3994z" />
|
||||||
<glyph glyph-name="money-bill-alt" unicode="" horiz-adv-x="640"
|
<glyph glyph-name="money-bill-alt" unicode="" horiz-adv-x="640"
|
||||||
d="M320 304c53.0195 0 96 -50.1396 96 -112c0 -61.8701 -43 -112 -96 -112c-53.0195 0 -96 50.1504 -96 112c0 61.8604 42.9805 112 96 112zM360 136v16c0 4.41992 -3.58008 8 -8 8h-16v88c0 4.41992 -3.58008 8 -8 8h-13.5801h-0.000976562
|
d="M320 304c53.0195 0 96 -50.1396 96 -112c0 -61.8701 -43 -112 -96 -112c-53.0195 0 -96 50.1504 -96 112c0 61.8604 42.9805 112 96 112zM360 136v16c0 4.41992 -3.58008 8 -8 8h-16v88c0 4.41992 -3.58008 8 -8 8h-13.5801h-0.000976562
|
||||||
c-4.01074 0 -9.97266 -1.80566 -13.3086 -4.03027l-15.3301 -10.2197c-1.96777 -1.30957 -3.56445 -4.29004 -3.56445 -6.65332c0 -1.33691 0.601562 -3.32422 1.34375 -4.43652l8.88086 -13.3105c1.30859 -1.9668 4.29004 -3.56445 6.65332 -3.56445
|
c-4.01074 0 -9.97266 -1.80566 -13.3086 -4.03027l-15.3301 -10.2197c-1.96777 -1.30957 -3.56445 -4.29004 -3.56445 -6.65332c0 -1.33691 0.601562 -3.32422 1.34375 -4.43652l8.88086 -13.3105c1.30859 -1.9668 4.29004 -3.56445 6.65332 -3.56445
|
||||||
c1.33691 0 3.32422 0.602539 4.43652 1.34473l0.469727 0.310547v-55.4404h-16c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h64c4.41992 0 8 3.58008 8 8zM608 384c17.6699 0 32 -14.3301 32 -32v-320c0 -17.6699 -14.3301 -32 -32 -32h-576
|
c1.33691 0 3.32422 0.602539 4.43652 1.34473l0.469727 0.310547v-55.4404h-16c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h64c4.41992 0 8 3.58008 8 8zM608 384c17.6699 0 32 -14.3301 32 -32v-320c0 -17.6699 -14.3301 -32 -32 -32h-576
|
||||||
c-17.6699 0 -32 14.3301 -32 32v320c0 17.6699 14.3301 32 32 32h576zM592 112v160c-35.3496 0 -64 28.6504 -64 64h-416c0 -35.3496 -28.6504 -64 -64 -64v-160c35.3496 0 64 -28.6504 64 -64h416c0 35.3496 28.6504 64 64 64z" />
|
c-17.6699 0 -32 14.3301 -32 32v320c0 17.6699 14.3301 32 32 32h576zM592 112v160c-35.3496 0 -64 28.6504 -64 64h-416c0 -35.3496 -28.6504 -64 -64 -64v-160c35.3496 0 64 -28.6504 64 -64h416c0 35.3496 28.6504 64 64 64z" />
|
||||||
<glyph glyph-name="window-close" unicode=""
|
<glyph glyph-name="window-close" unicode=""
|
||||||
d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM464 22v340c0 3.2998 -2.7002 6 -6 6h-404c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h404c3.2998 0 6 2.7002 6 6z
|
d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM464 22v340c0 3.2998 -2.7002 6 -6 6h-404c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h404c3.2998 0 6 2.7002 6 6z
|
||||||
M356.5 253.4l-61.4004 -61.4004l61.4004 -61.4004c4.59961 -4.59961 4.59961 -12.0996 0 -16.7998l-22.2998 -22.2998c-4.60059 -4.59961 -12.1006 -4.59961 -16.7998 0l-61.4004 61.4004l-61.4004 -61.4004c-4.59961 -4.59961 -12.0996 -4.59961 -16.7998 0
|
M356.5 253.4l-61.4004 -61.4004l61.4004 -61.4004c4.59961 -4.59961 4.59961 -12.0996 0 -16.7998l-22.2998 -22.2998c-4.60059 -4.59961 -12.1006 -4.59961 -16.7998 0l-61.4004 61.4004l-61.4004 -61.4004c-4.59961 -4.59961 -12.0996 -4.59961 -16.7998 0
|
||||||
l-22.2998 22.2998c-4.59961 4.60059 -4.59961 12.1006 0 16.7998l61.4004 61.4004l-61.4004 61.4004c-4.59961 4.59961 -4.59961 12.0996 0 16.7998l22.2998 22.2998c4.60059 4.59961 12.1006 4.59961 16.7998 0l61.4004 -61.4004l61.4004 61.4004
|
l-22.2998 22.2998c-4.59961 4.60059 -4.59961 12.1006 0 16.7998l61.4004 61.4004l-61.4004 61.4004c-4.59961 4.59961 -4.59961 12.0996 0 16.7998l22.2998 22.2998c4.60059 4.59961 12.1006 4.59961 16.7998 0l61.4004 -61.4004l61.4004 61.4004
|
||||||
c4.59961 4.59961 12.0996 4.59961 16.7998 0l22.2998 -22.2998c4.7002 -4.60059 4.7002 -12.1006 0 -16.7998z" />
|
c4.59961 4.59961 12.0996 4.59961 16.7998 0l22.2998 -22.2998c4.7002 -4.60059 4.7002 -12.1006 0 -16.7998z" />
|
||||||
<glyph glyph-name="comment-dots" unicode=""
|
<glyph glyph-name="comment-dots" unicode=""
|
||||||
d="M144 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM256 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM368 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32
|
d="M144 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM256 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM368 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32
|
||||||
s-32 14.2998 -32 32s14.2998 32 32 32zM256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-32.7998 0 -64 5.2002 -92.9004 14.2998c-29.0996 -20.5996 -77.5996 -46.2998 -139.1 -46.2998c-9.59961 0 -18.2998 5.7002 -22.0996 14.5
|
s-32 14.2998 -32 32s14.2998 32 32 32zM256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-32.7998 0 -64 5.2002 -92.9004 14.2998c-29.0996 -20.5996 -77.5996 -46.2998 -139.1 -46.2998c-9.59961 0 -18.2998 5.7002 -22.0996 14.5
|
||||||
c-3.80078 8.7998 -2 19 4.59961 26c0.5 0.400391 31.5 33.7998 46.4004 73.2002c-33 35.0996 -52.9004 78.7002 -52.9004 126.3c0 114.9 114.6 208 256 208zM256 48c114.7 0 208 71.7998 208 160s-93.2998 160 -208 160s-208 -71.7998 -208 -160
|
c-3.80078 8.7998 -2 19 4.59961 26c0.5 0.400391 31.5 33.7998 46.4004 73.2002c-33 35.0996 -52.9004 78.7002 -52.9004 126.3c0 114.9 114.6 208 256 208zM256 48c114.7 0 208 71.7998 208 160s-93.2998 160 -208 160s-208 -71.7998 -208 -160
|
||||||
c0 -42.2002 21.7002 -74.0996 39.7998 -93.4004l20.6006 -21.7998l-10.6006 -28.0996c-5.5 -14.5 -12.5996 -28.1006 -19.8994 -40.2002c23.5996 7.59961 43.1992 18.9004 57.5 29l19.5 13.7998l22.6992 -7.2002c25.3008 -8 51.7002 -12.0996 78.4004 -12.0996z" />
|
c0 -42.2002 21.7002 -74.0996 39.7998 -93.4004l20.6006 -21.7998l-10.6006 -28.0996c-5.5 -14.5 -12.5996 -28.1006 -19.8994 -40.2002c23.5996 7.59961 43.1992 18.9004 57.5 29l19.5 13.7998l22.6992 -7.2002c25.3008 -8 51.7002 -12.0996 78.4004 -12.0996z" />
|
||||||
<glyph glyph-name="smile-wink" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="smile-wink" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM365.8 138.4c10.2002 -8.5 11.6006 -23.6006 3.10059 -33.8008
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM365.8 138.4c10.2002 -8.5 11.6006 -23.6006 3.10059 -33.8008
|
||||||
c-30 -36 -74.1006 -56.5996 -120.9 -56.5996s-90.9004 20.5996 -120.9 56.5996c-8.39941 10.2002 -7.09961 25.3008 3.10059 33.8008c10.0996 8.39941 25.2998 7.09961 33.7998 -3.10059c20.7998 -25.0996 51.5 -39.3994 84 -39.3994s63.2002 14.3994 84 39.3994
|
c-30 -36 -74.1006 -56.5996 -120.9 -56.5996s-90.9004 20.5996 -120.9 56.5996c-8.39941 10.2002 -7.09961 25.3008 3.10059 33.8008c10.0996 8.39941 25.2998 7.09961 33.7998 -3.10059c20.7998 -25.0996 51.5 -39.3994 84 -39.3994s63.2002 14.3994 84 39.3994
|
||||||
c8.5 10.2002 23.5996 11.6006 33.7998 3.10059zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 268c25.7002 0 55.9004 -16.9004 59.7002 -42.0996c1.7998 -11.1006 -11.2998 -18.2002 -19.7998 -10.8008l-9.5 8.5
|
c8.5 10.2002 23.5996 11.6006 33.7998 3.10059zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 268c25.7002 0 55.9004 -16.9004 59.7002 -42.0996c1.7998 -11.1006 -11.2998 -18.2002 -19.7998 -10.8008l-9.5 8.5
|
||||||
c-14.8008 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-8.30078 -7.39941 -21.5 -0.399414 -19.8008 10.8008c4 25.1992 34.2002 42.0996 59.9004 42.0996z" />
|
c-14.8008 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-8.30078 -7.39941 -21.5 -0.399414 -19.8008 10.8008c4 25.1992 34.2002 42.0996 59.9004 42.0996z" />
|
||||||
<glyph glyph-name="angry" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="angry" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM248 136c33.5996 0 65.2002 -14.7998 86.7998 -40.5996
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM248 136c33.5996 0 65.2002 -14.7998 86.7998 -40.5996
|
||||||
c8.40039 -10.2002 7.10059 -25.3008 -3.09961 -33.8008c-10.6006 -8.89941 -25.7002 -6.69922 -33.7998 3c-24.8008 29.7002 -75 29.7002 -99.8008 0c-8.5 -10.1992 -23.5996 -11.5 -33.7998 -3s-11.5996 23.6006 -3.09961 33.8008
|
c8.40039 -10.2002 7.10059 -25.3008 -3.09961 -33.8008c-10.6006 -8.89941 -25.7002 -6.69922 -33.7998 3c-24.8008 29.7002 -75 29.7002 -99.8008 0c-8.5 -10.1992 -23.5996 -11.5 -33.7998 -3s-11.5996 23.6006 -3.09961 33.8008
|
||||||
c21.5996 25.7998 53.2002 40.5996 86.7998 40.5996zM200 208c0 -17.7002 -14.2998 -32.0996 -32 -32.0996s-32 14.2998 -32 32c0 6.19922 2.2002 11.6992 5.2998 16.5996l-28.2002 8.5c-12.6992 3.7998 -19.8994 17.2002 -16.0996 29.9004
|
c21.5996 25.7998 53.2002 40.5996 86.7998 40.5996zM200 208c0 -17.7002 -14.2998 -32.0996 -32 -32.0996s-32 14.2998 -32 32c0 6.19922 2.2002 11.6992 5.2998 16.5996l-28.2002 8.5c-12.6992 3.7998 -19.8994 17.2002 -16.0996 29.9004
|
||||||
c3.7998 12.6992 17.0996 20 29.9004 16.0996l80 -24c12.6992 -3.7998 19.8994 -17.2002 16.0996 -29.9004c-3.09961 -10.3994 -12.7002 -17.0996 -23 -17.0996zM399 262.9c3.7998 -12.7002 -3.40039 -26.1006 -16.0996 -29.8008l-28.2002 -8.5
|
c3.7998 12.6992 17.0996 20 29.9004 16.0996l80 -24c12.6992 -3.7998 19.8994 -17.2002 16.0996 -29.9004c-3.09961 -10.3994 -12.7002 -17.0996 -23 -17.0996zM399 262.9c3.7998 -12.7002 -3.40039 -26.1006 -16.0996 -29.8008l-28.2002 -8.5
|
||||||
c3.09961 -4.89941 5.2998 -10.3994 5.2998 -16.5996c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32c-10.2998 0 -19.9004 6.7002 -23 17.0996c-3.7998 12.7002 3.40039 26.1006 16.0996 29.9004l80 24c12.8008 3.7998 26.1006 -3.40039 29.9004 -16.0996z" />
|
c3.09961 -4.89941 5.2998 -10.3994 5.2998 -16.5996c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32c-10.2998 0 -19.9004 6.7002 -23 17.0996c-3.7998 12.7002 3.40039 26.1006 16.0996 29.9004l80 24c12.8008 3.7998 26.1006 -3.40039 29.9004 -16.0996z" />
|
||||||
<glyph glyph-name="dizzy" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="dizzy" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM214.2 209.9
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM214.2 209.9
|
||||||
c-7.90039 -7.90039 -20.5 -7.90039 -28.4004 -0.200195l-17.7998 17.7998l-17.7998 -17.7998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0c-7.80078 7.7998 -7.80078 20.5 0 28.2998l17.8994 17.9004l-17.8994 17.8994c-7.80078 7.7998 -7.80078 20.5 0 28.2998
|
c-7.90039 -7.90039 -20.5 -7.90039 -28.4004 -0.200195l-17.7998 17.7998l-17.7998 -17.7998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0c-7.80078 7.7998 -7.80078 20.5 0 28.2998l17.8994 17.9004l-17.8994 17.8994c-7.80078 7.7998 -7.80078 20.5 0 28.2998
|
||||||
c7.7998 7.80078 20.5 7.80078 28.2998 0l17.7998 -17.7998l17.9004 17.9004c7.7998 7.7998 20.5 7.7998 28.2998 0s7.7998 -20.5 0 -28.2998l-17.9004 -17.9004l17.9004 -17.7998c7.7998 -7.7998 7.7998 -20.5 0 -28.2998zM374.2 302.1
|
c7.7998 7.80078 20.5 7.80078 28.2998 0l17.7998 -17.7998l17.9004 17.9004c7.7998 7.7998 20.5 7.7998 28.2998 0s7.7998 -20.5 0 -28.2998l-17.9004 -17.9004l17.9004 -17.7998c7.7998 -7.7998 7.7998 -20.5 0 -28.2998zM374.2 302.1
|
||||||
c7.7002 -7.7998 7.7002 -20.3994 0 -28.1992l-17.9004 -17.9004l17.7998 -18c7.80078 -7.7998 7.80078 -20.5 0 -28.2998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0l-17.7998 17.7998l-17.7998 -17.7998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0
|
c7.7002 -7.7998 7.7002 -20.3994 0 -28.1992l-17.9004 -17.9004l17.7998 -18c7.80078 -7.7998 7.80078 -20.5 0 -28.2998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0l-17.7998 17.7998l-17.7998 -17.7998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0
|
||||||
c-7.80078 7.7998 -7.80078 20.5 0 28.2998l17.8994 17.9004l-17.8994 17.8994c-7.80078 7.7998 -7.80078 20.5 0 28.2998c7.7998 7.80078 20.5 7.80078 28.2998 0l17.7998 -17.7998l17.9004 17.7998c7.7998 7.80078 20.5 7.80078 28.2998 0zM248 176
|
c-7.80078 7.7998 -7.80078 20.5 0 28.2998l17.8994 17.9004l-17.8994 17.8994c-7.80078 7.7998 -7.80078 20.5 0 28.2998c7.7998 7.80078 20.5 7.80078 28.2998 0l17.7998 -17.7998l17.9004 17.7998c7.7998 7.80078 20.5 7.80078 28.2998 0zM248 176
|
||||||
c35.2998 0 64 -28.7002 64 -64s-28.7002 -64 -64 -64s-64 28.7002 -64 64s28.7002 64 64 64z" />
|
c35.2998 0 64 -28.7002 64 -64s-28.7002 -64 -64 -64s-64 28.7002 -64 64s28.7002 64 64 64z" />
|
||||||
<glyph glyph-name="flushed" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="flushed" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM344 304c44.2002 0 80 -35.7998 80 -80s-35.7998 -80 -80 -80
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM344 304c44.2002 0 80 -35.7998 80 -80s-35.7998 -80 -80 -80
|
||||||
s-80 35.7998 -80 80s35.7998 80 80 80zM344 176c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM344 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM232 224c0 -44.2002 -35.7998 -80 -80 -80
|
s-80 35.7998 -80 80s35.7998 80 80 80zM344 176c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM344 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM232 224c0 -44.2002 -35.7998 -80 -80 -80
|
||||||
s-80 35.7998 -80 80s35.7998 80 80 80s80 -35.7998 80 -80zM152 176c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM152 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM312 104
|
s-80 35.7998 -80 80s35.7998 80 80 80s80 -35.7998 80 -80zM152 176c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM152 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM312 104
|
||||||
c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-128c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h128z" />
|
c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-128c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h128z" />
|
||||||
<glyph glyph-name="frown-open" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="frown-open" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM200 240c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM200 240c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32
|
||||||
s14.2998 32 32 32s32 -14.2998 32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM248 160c35.5996 0 88.7998 -21.2998 95.7998 -61.2002c2 -11.7998 -9.09961 -21.5996 -20.5 -18.0996
|
s14.2998 32 32 32s32 -14.2998 32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM248 160c35.5996 0 88.7998 -21.2998 95.7998 -61.2002c2 -11.7998 -9.09961 -21.5996 -20.5 -18.0996
|
||||||
c-31.2002 9.59961 -59.3994 15.2998 -75.2998 15.2998s-44.0996 -5.7002 -75.2998 -15.2998c-11.5 -3.40039 -22.5 6.2998 -20.5 18.0996c7 39.9004 60.2002 61.2002 95.7998 61.2002z" />
|
c-31.2002 9.59961 -59.3994 15.2998 -75.2998 15.2998s-44.0996 -5.7002 -75.2998 -15.2998c-11.5 -3.40039 -22.5 6.2998 -20.5 18.0996c7 39.9004 60.2002 61.2002 95.7998 61.2002z" />
|
||||||
<glyph glyph-name="grimace" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="grimace" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
|
||||||
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM344 192c26.5 0 48 -21.5 48 -48v-32c0 -26.5 -21.5 -48 -48 -48h-192c-26.5 0 -48 21.5 -48 48v32c0 26.5 21.5 48 48 48
|
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM344 192c26.5 0 48 -21.5 48 -48v-32c0 -26.5 -21.5 -48 -48 -48h-192c-26.5 0 -48 21.5 -48 48v32c0 26.5 21.5 48 48 48
|
||||||
h192zM176 96v24h-40v-8c0 -8.7998 7.2002 -16 16 -16h24zM176 136v24h-24c-8.7998 0 -16 -7.2002 -16 -16v-8h40zM240 96v24h-48v-24h48zM240 136v24h-48v-24h48zM304 96v24h-48v-24h48zM304 136v24h-48v-24h48zM360 112v8h-40v-24h24c8.7998 0 16 7.2002 16 16zM360 136v8
|
h192zM176 96v24h-40v-8c0 -8.7998 7.2002 -16 16 -16h24zM176 136v24h-24c-8.7998 0 -16 -7.2002 -16 -16v-8h40zM240 96v24h-48v-24h48zM240 136v24h-48v-24h48zM304 96v24h-48v-24h48zM304 136v24h-48v-24h48zM360 112v8h-40v-24h24c8.7998 0 16 7.2002 16 16zM360 136v8
|
||||||
c0 8.7998 -7.2002 16 -16 16h-24v-24h40z" />
|
c0 8.7998 -7.2002 16 -16 16h-24v-24h40z" />
|
||||||
<glyph glyph-name="grin" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="grin" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
|
||||||
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 9.90039 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
|
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 9.90039 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
|
||||||
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32z" />
|
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32z" />
|
||||||
<glyph glyph-name="grin-alt" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="grin-alt" unicode="" horiz-adv-x="496"
|
||||||
d="M200.3 200c-7.5 -11.4004 -24.5996 -12 -32.7002 0c-12.3994 18.7002 -15.1992 37.2998 -15.6992 56c0.599609 18.7002 3.2998 37.2998 15.6992 56c7.60059 11.4004 24.7002 12 32.7002 0c12.4004 -18.7002 15.2002 -37.2998 15.7002 -56
|
d="M200.3 200c-7.5 -11.4004 -24.5996 -12 -32.7002 0c-12.3994 18.7002 -15.1992 37.2998 -15.6992 56c0.599609 18.7002 3.2998 37.2998 15.6992 56c7.60059 11.4004 24.7002 12 32.7002 0c12.4004 -18.7002 15.2002 -37.2998 15.7002 -56
|
||||||
c-0.599609 -18.7002 -3.2998 -37.2998 -15.7002 -56zM328.3 200c-7.5 -11.4004 -24.5996 -12 -32.7002 0c-12.3994 18.7002 -15.1992 37.2998 -15.6992 56c0.599609 18.7002 3.2998 37.2998 15.6992 56c7.60059 11.4004 24.7002 12 32.7002 0
|
c-0.599609 -18.7002 -3.2998 -37.2998 -15.7002 -56zM328.3 200c-7.5 -11.4004 -24.5996 -12 -32.7002 0c-12.3994 18.7002 -15.1992 37.2998 -15.6992 56c0.599609 18.7002 3.2998 37.2998 15.6992 56c7.60059 11.4004 24.7002 12 32.7002 0
|
||||||
c12.4004 -18.7002 15.2002 -37.2998 15.7002 -56c-0.599609 -18.7002 -3.2998 -37.2998 -15.7002 -56zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200
|
c12.4004 -18.7002 15.2002 -37.2998 15.7002 -56c-0.599609 -18.7002 -3.2998 -37.2998 -15.7002 -56zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200
|
||||||
s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006
|
s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006
|
||||||
s79.7002 4.7998 105.6 13.1006z" />
|
s79.7002 4.7998 105.6 13.1006z" />
|
||||||
<glyph glyph-name="grin-beam" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="grin-beam" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
|
||||||
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM117.7 216.3c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998
|
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM117.7 216.3c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998
|
||||||
c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996
|
c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996
|
||||||
l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002zM277.7 216.3c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998
|
l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002zM277.7 216.3c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998
|
||||||
c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002z" />
|
c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002z" />
|
||||||
<glyph glyph-name="grin-beam-sweat" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="grin-beam-sweat" unicode="" horiz-adv-x="496"
|
||||||
d="M440 288c-29.5 0 -53.2998 26.2998 -53.2998 58.7002c0 25 31.7002 75.5 46.2002 97.2998c3.5 5.2998 10.5996 5.2998 14.1992 0c14.5 -21.7998 46.2002 -72.2998 46.2002 -97.2998c0 -32.4004 -23.7998 -58.7002 -53.2998 -58.7002zM248 48
|
d="M440 288c-29.5 0 -53.2998 26.2998 -53.2998 58.7002c0 25 31.7002 75.5 46.2002 97.2998c3.5 5.2998 10.5996 5.2998 14.1992 0c14.5 -21.7998 46.2002 -72.2998 46.2002 -97.2998c0 -32.4004 -23.7998 -58.7002 -53.2998 -58.7002zM248 48
|
||||||
c-51.9004 0 -115.3 32.9004 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-8 -47.0996 -71.3994 -80 -123.3 -80zM378.3 216.3
|
c-51.9004 0 -115.3 32.9004 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-8 -47.0996 -71.3994 -80 -123.3 -80zM378.3 216.3
|
||||||
c-3.09961 -0.899414 -7.2002 0.100586 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998
|
c-3.09961 -0.899414 -7.2002 0.100586 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998
|
||||||
@ -654,19 +654,19 @@ c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805
|
|||||||
c45.7002 0 88.4004 -12.5996 125.2 -34.2002c-10.9004 -21.5996 -15.5 -36.2002 -17.2002 -45.7002c-31.2002 20.1006 -68.2002 31.9004 -108 31.9004c-110.3 0 -200 -89.7002 -200 -200s89.7002 -200 200 -200s200 89.7002 200 200
|
c45.7002 0 88.4004 -12.5996 125.2 -34.2002c-10.9004 -21.5996 -15.5 -36.2002 -17.2002 -45.7002c-31.2002 20.1006 -68.2002 31.9004 -108 31.9004c-110.3 0 -200 -89.7002 -200 -200s89.7002 -200 200 -200s200 89.7002 200 200
|
||||||
c0 22.5 -3.90039 44.0996 -10.7998 64.2998c0.399414 0 21.7998 -2.7998 46.3994 12.9004zM168 258.6c-12.2998 0 -23.7998 -7.7998 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998
|
c0 22.5 -3.90039 44.0996 -10.7998 64.2998c0.399414 0 21.7998 -2.7998 46.3994 12.9004zM168 258.6c-12.2998 0 -23.7998 -7.7998 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998
|
||||||
c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996z" />
|
c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996z" />
|
||||||
<glyph glyph-name="grin-hearts" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="grin-hearts" unicode="" horiz-adv-x="496"
|
||||||
d="M353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM200.8 192.3
|
d="M353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM200.8 192.3
|
||||||
l-70.2002 18.1006c-20.3994 5.2998 -31.8994 27 -24.1992 47.1992c6.69922 17.7002 26.6992 26.7002 44.8994 22l7.10059 -1.89941l2 7.09961c5.09961 18.1006 22.8994 30.9004 41.5 27.9004c21.3994 -3.40039 34.3994 -24.2002 28.7998 -44.5l-19.4004 -69.9004
|
l-70.2002 18.1006c-20.3994 5.2998 -31.8994 27 -24.1992 47.1992c6.69922 17.7002 26.6992 26.7002 44.8994 22l7.10059 -1.89941l2 7.09961c5.09961 18.1006 22.8994 30.9004 41.5 27.9004c21.3994 -3.40039 34.3994 -24.2002 28.7998 -44.5l-19.4004 -69.9004
|
||||||
c-1.2998 -4.5 -6 -7.2002 -10.5 -6zM389.6 257.6c7.7002 -20.1992 -3.7998 -41.7998 -24.1992 -47.0996l-70.2002 -18.2002c-4.60059 -1.2002 -9.2998 1.5 -10.5 6l-19.4004 69.9004c-5.59961 20.2998 7.40039 41.0996 28.7998 44.5c18.7002 3 36.5 -9.7998 41.5 -27.9004
|
c-1.2998 -4.5 -6 -7.2002 -10.5 -6zM389.6 257.6c7.7002 -20.1992 -3.7998 -41.7998 -24.1992 -47.0996l-70.2002 -18.2002c-4.60059 -1.2002 -9.2998 1.5 -10.5 6l-19.4004 69.9004c-5.59961 20.2998 7.40039 41.0996 28.7998 44.5c18.7002 3 36.5 -9.7998 41.5 -27.9004
|
||||||
l2 -7.09961l7.10059 1.89941c18.2002 4.7002 38.2002 -4.39941 44.8994 -22zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200
|
l2 -7.09961l7.10059 1.89941c18.2002 4.7002 38.2002 -4.39941 44.8994 -22zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200
|
||||||
s89.7002 -200 200 -200z" />
|
s89.7002 -200 200 -200z" />
|
||||||
<glyph glyph-name="grin-squint" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="grin-squint" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
|
||||||
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 9.90039 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM118.9 184.2c-3.80078 4.39941 -3.90039 11 -0.100586 15.5l33.6006 40.2998
|
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 9.90039 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM118.9 184.2c-3.80078 4.39941 -3.90039 11 -0.100586 15.5l33.6006 40.2998
|
||||||
l-33.6006 40.2998c-3.7002 4.5 -3.7002 11 0.100586 15.5c3.89941 4.40039 10.1992 5.5 15.2998 2.5l80 -48c3.59961 -2.2002 5.7998 -6.09961 5.7998 -10.2998s-2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7002 -1.7002 -15.2998 2.5zM361.8 181.7
|
l-33.6006 40.2998c-3.7002 4.5 -3.7002 11 0.100586 15.5c3.89941 4.40039 10.1992 5.5 15.2998 2.5l80 -48c3.59961 -2.2002 5.7998 -6.09961 5.7998 -10.2998s-2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7002 -1.7002 -15.2998 2.5zM361.8 181.7
|
||||||
l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5.10059 2.90039 11.5 1.90039 15.2998 -2.5c3.80078 -4.5 3.90039 -11 0.100586 -15.5l-33.6006 -40.2998l33.6006 -40.2998c3.7002 -4.5 3.7002 -11 -0.100586 -15.5
|
l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5.10059 2.90039 11.5 1.90039 15.2998 -2.5c3.80078 -4.5 3.90039 -11 0.100586 -15.5l-33.6006 -40.2998l33.6006 -40.2998c3.7002 -4.5 3.7002 -11 -0.100586 -15.5
|
||||||
c-3.59961 -4.2002 -9.89941 -5.7002 -15.2998 -2.5z" />
|
c-3.59961 -4.2002 -9.89941 -5.7002 -15.2998 -2.5z" />
|
||||||
<glyph glyph-name="grin-squint-tears" unicode=""
|
<glyph glyph-name="grin-squint-tears" unicode=""
|
||||||
d="M117.1 63.9004c6.30078 0.899414 11.7002 -4.5 10.9004 -10.9004c-3.7002 -25.7998 -13.7002 -84 -30.5996 -100.9c-22 -21.8994 -57.9004 -21.5 -80.3008 0.900391c-22.3994 22.4004 -22.7998 58.4004 -0.899414 80.2998
|
d="M117.1 63.9004c6.30078 0.899414 11.7002 -4.5 10.9004 -10.9004c-3.7002 -25.7998 -13.7002 -84 -30.5996 -100.9c-22 -21.8994 -57.9004 -21.5 -80.3008 0.900391c-22.3994 22.4004 -22.7998 58.4004 -0.899414 80.2998
|
||||||
c16.8994 16.9004 75.0996 26.9004 100.899 30.6006zM75.9004 105.6c-19.6006 -3.89941 -35.1006 -8.09961 -47.3008 -12.1992c-39.2998 90.5996 -22.0996 199.899 52 274c48.5 48.3994 111.9 72.5996 175.4 72.5996c38.9004 0 77.7998 -9.2002 113.2 -27.4004
|
c16.8994 16.9004 75.0996 26.9004 100.899 30.6006zM75.9004 105.6c-19.6006 -3.89941 -35.1006 -8.09961 -47.3008 -12.1992c-39.2998 90.5996 -22.0996 199.899 52 274c48.5 48.3994 111.9 72.5996 175.4 72.5996c38.9004 0 77.7998 -9.2002 113.2 -27.4004
|
||||||
c-4 -12.1992 -8.2002 -28 -12 -48.2998c-30.4004 17.9004 -65 27.7002 -101.2 27.7002c-53.4004 0 -103.6 -20.7998 -141.4 -58.5996c-61.5996 -61.5 -74.2998 -153.4 -38.6992 -227.801zM428.2 293.2c20.2998 3.89941 36.2002 8 48.5 12
|
c-4 -12.1992 -8.2002 -28 -12 -48.2998c-30.4004 17.9004 -65 27.7002 -101.2 27.7002c-53.4004 0 -103.6 -20.7998 -141.4 -58.5996c-61.5996 -61.5 -74.2998 -153.4 -38.6992 -227.801zM428.2 293.2c20.2998 3.89941 36.2002 8 48.5 12
|
||||||
@ -677,13 +677,13 @@ c-5.80078 0.5 -10.5 5.09961 -11 10.8994l-4.80078 52.3008l-52.2998 4.7998c-5.7998
|
|||||||
c-0.0996094 0 -6.39941 -1.80078 -11.3994 3.19922c-3 3 -4.2002 7.30078 -3.2002 11.4004l22.5996 90.5c1.40039 5.7002 7 9.2002 12.6006 9.09961c5.7998 -0.5 10.5 -5.09961 11 -10.8994l4.7998 -52.2998l52.2998 -4.80078c5.7998 -0.5 10.4004 -5.19922 10.9004 -11
|
c-0.0996094 0 -6.39941 -1.80078 -11.3994 3.19922c-3 3 -4.2002 7.30078 -3.2002 11.4004l22.5996 90.5c1.40039 5.7002 7 9.2002 12.6006 9.09961c5.7998 -0.5 10.5 -5.09961 11 -10.8994l4.7998 -52.2998l52.2998 -4.80078c5.7998 -0.5 10.4004 -5.19922 10.9004 -11
|
||||||
c0.399414 -5.89941 -3.40039 -11.1992 -9.10059 -12.5996zM299.6 148.4c29.1006 29.0996 53 59.5996 65.3008 83.7998c4.89941 9.2998 17.5996 9.89941 23.3994 1.7002c27.7002 -38.9004 6.10059 -106.9 -30.5996 -143.7s-104.8 -58.2998 -143.7 -30.6006
|
c0.399414 -5.89941 -3.40039 -11.1992 -9.10059 -12.5996zM299.6 148.4c29.1006 29.0996 53 59.5996 65.3008 83.7998c4.89941 9.2998 17.5996 9.89941 23.3994 1.7002c27.7002 -38.9004 6.10059 -106.9 -30.5996 -143.7s-104.8 -58.2998 -143.7 -30.6006
|
||||||
c-8.2998 5.90039 -7.5 18.6006 1.7002 23.4004c24.2002 12.5 54.7998 36.2998 83.8994 65.4004z" />
|
c-8.2998 5.90039 -7.5 18.6006 1.7002 23.4004c24.2002 12.5 54.7998 36.2998 83.8994 65.4004z" />
|
||||||
<glyph glyph-name="grin-stars" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="grin-stars" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
|
||||||
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM125.7 200.9l6.09961 34.8994l-25.3994 24.6006
|
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM125.7 200.9l6.09961 34.8994l-25.3994 24.6006
|
||||||
c-4.60059 4.59961 -1.90039 12.2998 4.2998 13.1992l34.8994 5l15.5 31.6006c2.90039 5.7998 11 5.7998 13.9004 0l15.5 -31.6006l34.9004 -5c6.19922 -1 8.7998 -8.69922 4.2998 -13.1992l-25.4004 -24.6006l6 -34.8994c1 -6.2002 -5.39941 -11 -11 -7.90039
|
c-4.60059 4.59961 -1.90039 12.2998 4.2998 13.1992l34.8994 5l15.5 31.6006c2.90039 5.7998 11 5.7998 13.9004 0l15.5 -31.6006l34.9004 -5c6.19922 -1 8.7998 -8.69922 4.2998 -13.1992l-25.4004 -24.6006l6 -34.8994c1 -6.2002 -5.39941 -11 -11 -7.90039
|
||||||
l-31.2998 16.2998l-31.2998 -16.2998c-5.60059 -3.09961 -12 1.7002 -11 7.90039zM385.4 273.6c6.19922 -1 8.89941 -8.59961 4.39941 -13.1992l-25.3994 -24.6006l6 -34.8994c1 -6.2002 -5.40039 -11 -11 -7.90039l-31.3008 16.2998l-31.2998 -16.2998
|
l-31.2998 16.2998l-31.2998 -16.2998c-5.60059 -3.09961 -12 1.7002 -11 7.90039zM385.4 273.6c6.19922 -1 8.89941 -8.59961 4.39941 -13.1992l-25.3994 -24.6006l6 -34.8994c1 -6.2002 -5.40039 -11 -11 -7.90039l-31.3008 16.2998l-31.2998 -16.2998
|
||||||
c-5.59961 -3.09961 -12 1.7002 -11 7.90039l6 34.8994l-25.3994 24.6006c-4.60059 4.59961 -1.90039 12.2998 4.2998 13.1992l34.8994 5l15.5 31.6006c2.90039 5.7998 11 5.7998 13.9004 0l15.5 -31.6006z" />
|
c-5.59961 -3.09961 -12 1.7002 -11 7.90039l6 34.8994l-25.3994 24.6006c-4.60059 4.59961 -1.90039 12.2998 4.2998 13.1992l34.8994 5l15.5 31.6006c2.90039 5.7998 11 5.7998 13.9004 0l15.5 -31.6006z" />
|
||||||
<glyph glyph-name="grin-tears" unicode="" horiz-adv-x="640"
|
<glyph glyph-name="grin-tears" unicode="" horiz-adv-x="640"
|
||||||
d="M117.1 191.9c6.30078 0.899414 11.7002 -4.5 10.9004 -10.9004c-3.7002 -25.7998 -13.7002 -84 -30.5996 -100.9c-22 -21.8994 -57.9004 -21.5 -80.3008 0.900391c-22.3994 22.4004 -22.7998 58.4004 -0.899414 80.2998c16.8994 16.9004 75.0996 26.9004 100.899 30.6006
|
d="M117.1 191.9c6.30078 0.899414 11.7002 -4.5 10.9004 -10.9004c-3.7002 -25.7998 -13.7002 -84 -30.5996 -100.9c-22 -21.8994 -57.9004 -21.5 -80.3008 0.900391c-22.3994 22.4004 -22.7998 58.4004 -0.899414 80.2998c16.8994 16.9004 75.0996 26.9004 100.899 30.6006
|
||||||
zM623.8 161.3c21.9004 -21.8994 21.5 -57.8994 -0.799805 -80.2002c-22.4004 -22.3994 -58.4004 -22.7998 -80.2998 -0.899414c-16.9004 16.8994 -26.9004 75.0996 -30.6006 100.899c-0.899414 6.30078 4.5 11.7002 10.8008 10.8008
|
zM623.8 161.3c21.9004 -21.8994 21.5 -57.8994 -0.799805 -80.2002c-22.4004 -22.3994 -58.4004 -22.7998 -80.2998 -0.899414c-16.9004 16.8994 -26.9004 75.0996 -30.6006 100.899c-0.899414 6.30078 4.5 11.7002 10.8008 10.8008
|
||||||
c25.7998 -3.7002 84 -13.7002 100.899 -30.6006zM497.2 99.5996c12.3994 -37.2998 25.0996 -43.7998 28.2998 -46.5c-44.5996 -65.7998 -120 -109.1 -205.5 -109.1s-160.9 43.2998 -205.5 109.1c3.09961 2.60059 15.7998 9.10059 28.2998 46.5
|
c25.7998 -3.7002 84 -13.7002 100.899 -30.6006zM497.2 99.5996c12.3994 -37.2998 25.0996 -43.7998 28.2998 -46.5c-44.5996 -65.7998 -120 -109.1 -205.5 -109.1s-160.9 43.2998 -205.5 109.1c3.09961 2.60059 15.7998 9.10059 28.2998 46.5
|
||||||
@ -693,13 +693,13 @@ c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-8 -47.0996 -71.3994 -80 -123.3 -80
|
|||||||
c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998zM240 258.6
|
c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998zM240 258.6
|
||||||
c-12.2998 0 -23.7998 -7.7998 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004
|
c-12.2998 0 -23.7998 -7.7998 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004
|
||||||
c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996z" />
|
c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996z" />
|
||||||
<glyph glyph-name="grin-tongue" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="grin-tongue" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.9004 -16.5l-2.7998 -12.0996c-2.10059 -9.2002 -15.2002 -9.2002 -17.2998 0
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.9004 -16.5l-2.7998 -12.0996c-2.10059 -9.2002 -15.2002 -9.2002 -17.2998 0
|
||||||
l-2.80078 12.0996c-3.39941 14.8008 -19.8994 24 -34.8994 16.5l-17.7002 -8.7998v-42.7998c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200
|
l-2.80078 12.0996c-3.39941 14.8008 -19.8994 24 -34.8994 16.5l-17.7002 -8.7998v-42.7998c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200
|
||||||
s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996
|
s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996
|
||||||
s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-2.89941 -17 -13.0996 -32.0996 -27.2998 -44.5v-43.5c0 -8.7998 -1.59961 -17.2002 -3.7998 -25.2998zM168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32
|
s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-2.89941 -17 -13.0996 -32.0996 -27.2998 -44.5v-43.5c0 -8.7998 -1.59961 -17.2002 -3.7998 -25.2998zM168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32
|
||||||
s14.2998 32 32 32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" />
|
s14.2998 32 32 32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" />
|
||||||
<glyph glyph-name="grin-tongue-squint" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="grin-tongue-squint" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.9004 -16.5l-2.7998 -12.0996c-2.10059 -9.2002 -15.2002 -9.2002 -17.2998 0
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.9004 -16.5l-2.7998 -12.0996c-2.10059 -9.2002 -15.2002 -9.2002 -17.2998 0
|
||||||
l-2.80078 12.0996c-3.39941 14.8008 -19.8994 24 -34.8994 16.5l-17.7002 -8.7998v-42.7998c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200
|
l-2.80078 12.0996c-3.39941 14.8008 -19.8994 24 -34.8994 16.5l-17.7002 -8.7998v-42.7998c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200
|
||||||
s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996
|
s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996
|
||||||
@ -707,7 +707,7 @@ s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-2.899
|
|||||||
l33.6006 -40.2998c3.7002 -4.5 3.7002 -11 -0.100586 -15.5c-3.59961 -4.2002 -9.89941 -5.7002 -15.2998 -2.5l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5 3 11.5 1.90039 15.2998 -2.5zM214.2 250.3
|
l33.6006 -40.2998c3.7002 -4.5 3.7002 -11 -0.100586 -15.5c-3.59961 -4.2002 -9.89941 -5.7002 -15.2998 -2.5l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5 3 11.5 1.90039 15.2998 -2.5zM214.2 250.3
|
||||||
c3.59961 -2.2002 5.7998 -6.09961 5.7998 -10.2998s-2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7002 -1.7002 -15.2998 2.5c-3.80078 4.5 -3.90039 11 -0.100586 15.5l33.6006 40.2998l-33.6006 40.2998c-3.7002 4.5 -3.7002 11 0.100586 15.5
|
c3.59961 -2.2002 5.7998 -6.09961 5.7998 -10.2998s-2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7002 -1.7002 -15.2998 2.5c-3.80078 4.5 -3.90039 11 -0.100586 15.5l33.6006 40.2998l-33.6006 40.2998c-3.7002 4.5 -3.7002 11 0.100586 15.5
|
||||||
c3.89941 4.5 10.2998 5.5 15.2998 2.5z" />
|
c3.89941 4.5 10.2998 5.5 15.2998 2.5z" />
|
||||||
<glyph glyph-name="grin-tongue-wink" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="grin-tongue-wink" unicode="" horiz-adv-x="496"
|
||||||
d="M152 268c25.7002 0 55.9004 -16.9004 59.7998 -42.0996c0.799805 -5 -1.7002 -10 -6.09961 -12.4004c-5.7002 -3.09961 -11.2002 -0.599609 -13.7002 1.59961l-9.5 8.5c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5
|
d="M152 268c25.7002 0 55.9004 -16.9004 59.7998 -42.0996c0.799805 -5 -1.7002 -10 -6.09961 -12.4004c-5.7002 -3.09961 -11.2002 -0.599609 -13.7002 1.59961l-9.5 8.5c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5
|
||||||
c-3.7998 -3.39941 -9.2998 -4 -13.7002 -1.59961c-4.39941 2.40039 -6.89941 7.40039 -6.09961 12.4004c3.89941 25.1992 34.0996 42.0996 59.7998 42.0996zM328 320c44.2002 0 80 -35.7998 80 -80s-35.7998 -80 -80 -80s-80 35.7998 -80 80s35.7998 80 80 80zM328 192
|
c-3.7998 -3.39941 -9.2998 -4 -13.7002 -1.59961c-4.39941 2.40039 -6.89941 7.40039 -6.09961 12.4004c3.89941 25.1992 34.0996 42.0996 59.7998 42.0996zM328 320c44.2002 0 80 -35.7998 80 -80s-35.7998 -80 -80 -80s-80 35.7998 -80 80s35.7998 80 80 80zM328 192
|
||||||
c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM328 264c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248z
|
c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM328 264c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248z
|
||||||
@ -715,18 +715,18 @@ M312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.90
|
|||||||
c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3
|
c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3
|
||||||
c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998
|
c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998
|
||||||
c-2.89941 -17 -13.0996 -32.0996 -27.2998 -44.5v-43.5c0 -8.7998 -1.59961 -17.2002 -3.7998 -25.2998z" />
|
c-2.89941 -17 -13.0996 -32.0996 -27.2998 -44.5v-43.5c0 -8.7998 -1.59961 -17.2002 -3.7998 -25.2998z" />
|
||||||
<glyph glyph-name="grin-wink" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="grin-wink" unicode="" horiz-adv-x="496"
|
||||||
d="M328 268c25.6904 0 55.8799 -16.9199 59.8701 -42.1201c1.72949 -11.0898 -11.3506 -18.2695 -19.8301 -10.8398l-9.5498 8.47949c-14.8105 13.1904 -46.1602 13.1904 -60.9707 0l-9.5498 -8.47949c-8.33008 -7.40039 -21.5801 -0.379883 -19.8301 10.8398
|
d="M328 268c25.6904 0 55.8799 -16.9199 59.8701 -42.1201c1.72949 -11.0898 -11.3506 -18.2695 -19.8301 -10.8398l-9.5498 8.47949c-14.8105 13.1904 -46.1602 13.1904 -60.9707 0l-9.5498 -8.47949c-8.33008 -7.40039 -21.5801 -0.379883 -19.8301 10.8398
|
||||||
c3.98047 25.2002 34.1699 42.1201 59.8604 42.1201zM168 208c-17.6699 0 -32 14.3301 -32 32s14.3301 32 32 32s32 -14.3301 32 -32s-14.3301 -32 -32 -32zM353.55 143.36c10.04 3.13965 19.3906 -5.4502 17.71 -15.3408
|
c3.98047 25.2002 34.1699 42.1201 59.8604 42.1201zM168 208c-17.6699 0 -32 14.3301 -32 32s14.3301 32 32 32s32 -14.3301 32 -32s-14.3301 -32 -32 -32zM353.55 143.36c10.04 3.13965 19.3906 -5.4502 17.71 -15.3408
|
||||||
c-7.92969 -47.1494 -71.3193 -80.0195 -123.26 -80.0195s-115.33 32.8701 -123.26 80.0195c-1.69043 9.9707 7.76953 18.4707 17.71 15.3408c25.9297 -8.31055 64.3994 -13.0605 105.55 -13.0605s79.6201 4.75977 105.55 13.0605zM248 440c136.97 0 248 -111.03 248 -248
|
c-7.92969 -47.1494 -71.3193 -80.0195 -123.26 -80.0195s-115.33 32.8701 -123.26 80.0195c-1.69043 9.9707 7.76953 18.4707 17.71 15.3408c25.9297 -8.31055 64.3994 -13.0605 105.55 -13.0605s79.6201 4.75977 105.55 13.0605zM248 440c136.97 0 248 -111.03 248 -248
|
||||||
s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM248 -8c110.28 0 200 89.7197 200 200s-89.7197 200 -200 200s-200 -89.7197 -200 -200s89.7197 -200 200 -200z" />
|
s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM248 -8c110.28 0 200 89.7197 200 200s-89.7197 200 -200 200s-200 -89.7197 -200 -200s89.7197 -200 200 -200z" />
|
||||||
<glyph glyph-name="kiss" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="kiss" unicode="" horiz-adv-x="496"
|
||||||
d="M168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM304 140c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5
|
d="M168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM304 140c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5
|
||||||
c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2002l17 7.2002c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.2002c-6 2.59961 -5.7002 12.3994 0 14.7998l17 7.2002
|
c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2002l17 7.2002c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.2002c-6 2.59961 -5.7002 12.3994 0 14.7998l17 7.2002
|
||||||
c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM248 440c137 0 248 -111 248 -248
|
c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM248 440c137 0 248 -111 248 -248
|
||||||
s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z
|
s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z
|
||||||
" />
|
" />
|
||||||
<glyph glyph-name="kiss-beam" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="kiss-beam" unicode="" horiz-adv-x="496"
|
||||||
d="M168 296c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.299805 -3.7998 -2 -7.19922 -5.59961 -8.2998c-3.10059 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996c-12.3008 0 -23.8008 -7.89941 -31.5 -21.5996l-9.5 -17
|
d="M168 296c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.299805 -3.7998 -2 -7.19922 -5.59961 -8.2998c-3.10059 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996c-12.3008 0 -23.8008 -7.89941 -31.5 -21.5996l-9.5 -17
|
||||||
c-1.80078 -3.2002 -5.80078 -4.7002 -9.30078 -3.7002c-3.59961 1.10059 -5.89941 4.60059 -5.59961 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8
|
c-1.80078 -3.2002 -5.80078 -4.7002 -9.30078 -3.7002c-3.59961 1.10059 -5.89941 4.60059 -5.59961 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8
|
||||||
c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM304 140c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5
|
c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM304 140c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5
|
||||||
@ -734,7 +734,7 @@ c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2
|
|||||||
c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM328 296
|
c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM328 296
|
||||||
c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.299805 -3.7998 -2 -7.19922 -5.59961 -8.2998c-3.10059 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996c-12.3008 0 -23.8008 -7.89941 -31.5 -21.5996l-9.5 -17
|
c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.299805 -3.7998 -2 -7.19922 -5.59961 -8.2998c-3.10059 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996c-12.3008 0 -23.8008 -7.89941 -31.5 -21.5996l-9.5 -17
|
||||||
c-1.80078 -3.2002 -5.80078 -4.7002 -9.30078 -3.7002c-3.59961 1.10059 -5.89941 4.60059 -5.59961 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004z" />
|
c-1.80078 -3.2002 -5.80078 -4.7002 -9.30078 -3.7002c-3.59961 1.10059 -5.89941 4.60059 -5.59961 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004z" />
|
||||||
<glyph glyph-name="kiss-wink-heart" unicode="" horiz-adv-x="504"
|
<glyph glyph-name="kiss-wink-heart" unicode="" horiz-adv-x="504"
|
||||||
d="M304 139.5c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2002l17 7.2002
|
d="M304 139.5c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2002l17 7.2002
|
||||||
c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.2002c-6 2.59961 -5.7002 12.3994 0 14.7998l17 7.2002c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002
|
c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.2002c-6 2.59961 -5.7002 12.3994 0 14.7998l17 7.2002c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002
|
||||||
c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM374.5 223c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-2.5 -2.2998 -7.90039 -4.7002 -13.7002 -1.59961c-4.39941 2.39941 -6.89941 7.39941 -6.09961 12.3994
|
c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM374.5 223c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-2.5 -2.2998 -7.90039 -4.7002 -13.7002 -1.59961c-4.39941 2.39941 -6.89941 7.39941 -6.09961 12.3994
|
||||||
@ -743,57 +743,57 @@ s-32 14.2998 -32 32zM501.1 45.5c9.2002 -23.9004 -4.39941 -49.4004 -28.5 -55.7002
|
|||||||
l8.40039 2.2002c21.5996 5.59961 45.0996 -5.10059 53.0996 -25.9004zM334 11.7002c17.7002 -64 10.9004 -39.5 13.4004 -46.7998c-30.5 -13.4004 -64 -20.9004 -99.4004 -20.9004c-137 0 -248 111 -248 248s111 248 248 248s248 -111 247.9 -248
|
l8.40039 2.2002c21.5996 5.59961 45.0996 -5.10059 53.0996 -25.9004zM334 11.7002c17.7002 -64 10.9004 -39.5 13.4004 -46.7998c-30.5 -13.4004 -64 -20.9004 -99.4004 -20.9004c-137 0 -248 111 -248 248s111 248 248 248s248 -111 247.9 -248
|
||||||
c0 -31.7998 -6.2002 -62.0996 -17.1006 -90c-6 1.5 -12.2002 2.7998 -18.5996 2.90039c-5.60059 9.69922 -13.6006 17.5 -22.6006 23.8994c6.7002 19.9004 10.4004 41.1006 10.4004 63.2002c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200
|
c0 -31.7998 -6.2002 -62.0996 -17.1006 -90c-6 1.5 -12.2002 2.7998 -18.5996 2.90039c-5.60059 9.69922 -13.6006 17.5 -22.6006 23.8994c6.7002 19.9004 10.4004 41.1006 10.4004 63.2002c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200
|
||||||
c30.7998 0 59.9004 7.2002 86 19.7002z" />
|
c30.7998 0 59.9004 7.2002 86 19.7002z" />
|
||||||
<glyph glyph-name="laugh" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="laugh" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
|
||||||
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 224c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM168 224
|
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 224c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM168 224
|
||||||
c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
|
c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
|
||||||
<glyph glyph-name="laugh-beam" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="laugh-beam" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
|
||||||
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 296c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.700195 -8.5 -10.7998 -11.8994 -14.8994 -4.5
|
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 296c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.700195 -8.5 -10.7998 -11.8994 -14.8994 -4.5
|
||||||
l-9.5 17c-7.7002 13.7002 -19.2002 21.6006 -31.5 21.6006c-12.3008 0 -23.8008 -7.90039 -31.5 -21.6006l-9.5 -17c-4.10059 -7.39941 -15.6006 -4.09961 -14.9004 4.5c3.2998 42.1006 32.2002 71.4004 56 71.4004zM127 220.1c-4.2002 -7.39941 -15.7002 -4 -15.0996 4.5
|
l-9.5 17c-7.7002 13.7002 -19.2002 21.6006 -31.5 21.6006c-12.3008 0 -23.8008 -7.90039 -31.5 -21.6006l-9.5 -17c-4.10059 -7.39941 -15.6006 -4.09961 -14.9004 4.5c3.2998 42.1006 32.2002 71.4004 56 71.4004zM127 220.1c-4.2002 -7.39941 -15.7002 -4 -15.0996 4.5
|
||||||
c3.2998 42.1006 32.1992 71.4004 56 71.4004c23.7998 0 52.6992 -29.2998 56 -71.4004c0.699219 -8.5 -10.8008 -11.8994 -14.9004 -4.5l-9.5 17c-7.7002 13.7002 -19.2002 21.6006 -31.5 21.6006s-23.7998 -7.90039 -31.5 -21.6006zM362.4 160c8.19922 0 14.5 -7 13.5 -15
|
c3.2998 42.1006 32.1992 71.4004 56 71.4004c23.7998 0 52.6992 -29.2998 56 -71.4004c0.699219 -8.5 -10.8008 -11.8994 -14.9004 -4.5l-9.5 17c-7.7002 13.7002 -19.2002 21.6006 -31.5 21.6006s-23.7998 -7.90039 -31.5 -21.6006zM362.4 160c8.19922 0 14.5 -7 13.5 -15
|
||||||
c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
|
c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
|
||||||
<glyph glyph-name="laugh-squint" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="laugh-squint" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
|
||||||
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM343.6 252l33.6006 -40.2998c8.59961 -10.4004 -3.90039 -24.7998 -15.4004 -18l-80 48
|
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM343.6 252l33.6006 -40.2998c8.59961 -10.4004 -3.90039 -24.7998 -15.4004 -18l-80 48
|
||||||
c-7.7998 4.7002 -7.7998 15.8994 0 20.5996l80 48c11.6006 6.7998 24 -7.7002 15.4004 -18zM134.2 193.7c-11.6006 -6.7998 -24.1006 7.59961 -15.4004 18l33.6006 40.2998l-33.6006 40.2998c-8.59961 10.2998 3.7998 24.9004 15.4004 18l80 -48
|
c-7.7998 4.7002 -7.7998 15.8994 0 20.5996l80 48c11.6006 6.7998 24 -7.7002 15.4004 -18zM134.2 193.7c-11.6006 -6.7998 -24.1006 7.59961 -15.4004 18l33.6006 40.2998l-33.6006 40.2998c-8.59961 10.2998 3.7998 24.9004 15.4004 18l80 -48
|
||||||
c7.7998 -4.7002 7.7998 -15.8994 0 -20.5996zM362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
|
c7.7998 -4.7002 7.7998 -15.8994 0 -20.5996zM362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
|
||||||
<glyph glyph-name="laugh-wink" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="laugh-wink" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
|
||||||
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 284c25.7002 0 55.9004 -16.9004 59.7002 -42.0996c1.7998 -11.1006 -11.2998 -18.2002 -19.7998 -10.8008
|
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 284c25.7002 0 55.9004 -16.9004 59.7002 -42.0996c1.7998 -11.1006 -11.2998 -18.2002 -19.7998 -10.8008
|
||||||
l-9.5 8.5c-14.8008 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-8.30078 -7.39941 -21.5 -0.399414 -19.8008 10.8008c4 25.1992 34.2002 42.0996 59.9004 42.0996zM168 224c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32z
|
l-9.5 8.5c-14.8008 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-8.30078 -7.39941 -21.5 -0.399414 -19.8008 10.8008c4 25.1992 34.2002 42.0996 59.9004 42.0996zM168 224c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32z
|
||||||
M362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
|
M362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
|
||||||
<glyph glyph-name="meh-blank" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="meh-blank" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32
|
||||||
s-32 14.2998 -32 32s14.2998 32 32 32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" />
|
s-32 14.2998 -32 32s14.2998 32 32 32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" />
|
||||||
<glyph glyph-name="meh-rolling-eyes" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="meh-rolling-eyes" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM336 296c39.7998 0 72 -32.2002 72 -72s-32.2002 -72 -72 -72
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM336 296c39.7998 0 72 -32.2002 72 -72s-32.2002 -72 -72 -72
|
||||||
s-72 32.2002 -72 72s32.2002 72 72 72zM336 184c22.0996 0 40 17.9004 40 40c0 13.5996 -7.2998 25.0996 -17.7002 32.2998c1 -2.59961 1.7002 -5.39941 1.7002 -8.2998c0 -13.2998 -10.7002 -24 -24 -24s-24 10.7002 -24 24c0 3 0.700195 5.7002 1.7002 8.2998
|
s-72 32.2002 -72 72s32.2002 72 72 72zM336 184c22.0996 0 40 17.9004 40 40c0 13.5996 -7.2998 25.0996 -17.7002 32.2998c1 -2.59961 1.7002 -5.39941 1.7002 -8.2998c0 -13.2998 -10.7002 -24 -24 -24s-24 10.7002 -24 24c0 3 0.700195 5.7002 1.7002 8.2998
|
||||||
c-10.4004 -7.2002 -17.7002 -18.7002 -17.7002 -32.2998c0 -22.0996 17.9004 -40 40 -40zM232 224c0 -39.7998 -32.2002 -72 -72 -72s-72 32.2002 -72 72s32.2002 72 72 72s72 -32.2002 72 -72zM120 224c0 -22.0996 17.9004 -40 40 -40s40 17.9004 40 40
|
c-10.4004 -7.2002 -17.7002 -18.7002 -17.7002 -32.2998c0 -22.0996 17.9004 -40 40 -40zM232 224c0 -39.7998 -32.2002 -72 -72 -72s-72 32.2002 -72 72s32.2002 72 72 72s72 -32.2002 72 -72zM120 224c0 -22.0996 17.9004 -40 40 -40s40 17.9004 40 40
|
||||||
c0 13.5996 -7.2998 25.0996 -17.7002 32.2998c1 -2.59961 1.7002 -5.39941 1.7002 -8.2998c0 -13.2998 -10.7002 -24 -24 -24s-24 10.7002 -24 24c0 3 0.700195 5.7002 1.7002 8.2998c-10.4004 -7.2002 -17.7002 -18.7002 -17.7002 -32.2998zM312 96
|
c0 13.5996 -7.2998 25.0996 -17.7002 32.2998c1 -2.59961 1.7002 -5.39941 1.7002 -8.2998c0 -13.2998 -10.7002 -24 -24 -24s-24 10.7002 -24 24c0 3 0.700195 5.7002 1.7002 8.2998c-10.4004 -7.2002 -17.7002 -18.7002 -17.7002 -32.2998zM312 96
|
||||||
c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-128c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h128z" />
|
c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-128c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h128z" />
|
||||||
<glyph glyph-name="sad-cry" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="sad-cry" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM392 53.5996c34.5996 35.9004 56 84.7002 56 138.4c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -53.7002 21.4004 -102.4 56 -138.4v114.4
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM392 53.5996c34.5996 35.9004 56 84.7002 56 138.4c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -53.7002 21.4004 -102.4 56 -138.4v114.4
|
||||||
c0 13.2002 10.7998 24 24 24s24 -10.7998 24 -24v-151.4c28.5 -15.5996 61.2002 -24.5996 96 -24.5996s67.5 9 96 24.5996v151.4c0 13.2002 10.7998 24 24 24s24 -10.7998 24 -24v-114.4zM205.8 213.5c-5.7998 -3.2002 -11.2002 -0.700195 -13.7002 1.59961l-9.5 8.5
|
c0 13.2002 10.7998 24 24 24s24 -10.7998 24 -24v-151.4c28.5 -15.5996 61.2002 -24.5996 96 -24.5996s67.5 9 96 24.5996v151.4c0 13.2002 10.7998 24 24 24s24 -10.7998 24 -24v-114.4zM205.8 213.5c-5.7998 -3.2002 -11.2002 -0.700195 -13.7002 1.59961l-9.5 8.5
|
||||||
c-14.7998 13.2002 -46.1992 13.2002 -61 0l-9.5 -8.5c-3.7998 -3.39941 -9.2998 -4 -13.6992 -1.59961c-4.40039 2.40039 -6.90039 7.40039 -6.10059 12.4004c3.90039 25.1992 34.2002 42.0996 59.7998 42.0996c25.6006 0 55.8008 -16.9004 59.8008 -42.0996
|
c-14.7998 13.2002 -46.1992 13.2002 -61 0l-9.5 -8.5c-3.7998 -3.39941 -9.2998 -4 -13.6992 -1.59961c-4.40039 2.40039 -6.90039 7.40039 -6.10059 12.4004c3.90039 25.1992 34.2002 42.0996 59.7998 42.0996c25.6006 0 55.8008 -16.9004 59.8008 -42.0996
|
||||||
c0.799805 -5 -1.7002 -10 -6.10059 -12.4004zM344 268c25.7002 0 55.9004 -16.9004 59.7998 -42.0996c0.799805 -5 -1.7002 -10 -6.09961 -12.4004c-5.7002 -3.09961 -11.2002 -0.599609 -13.7002 1.59961l-9.5 8.5c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5
|
c0.799805 -5 -1.7002 -10 -6.10059 -12.4004zM344 268c25.7002 0 55.9004 -16.9004 59.7998 -42.0996c0.799805 -5 -1.7002 -10 -6.09961 -12.4004c-5.7002 -3.09961 -11.2002 -0.599609 -13.7002 1.59961l-9.5 8.5c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5
|
||||||
c-3.7998 -3.39941 -9.2002 -4 -13.7002 -1.59961c-4.39941 2.40039 -6.89941 7.40039 -6.09961 12.4004c3.89941 25.1992 34.0996 42.0996 59.7998 42.0996zM248 176c30.9004 0 56 -28.7002 56 -64s-25.0996 -64 -56 -64s-56 28.7002 -56 64s25.0996 64 56 64z" />
|
c-3.7998 -3.39941 -9.2002 -4 -13.7002 -1.59961c-4.39941 2.40039 -6.89941 7.40039 -6.09961 12.4004c3.89941 25.1992 34.0996 42.0996 59.7998 42.0996zM248 176c30.9004 0 56 -28.7002 56 -64s-25.0996 -64 -56 -64s-56 28.7002 -56 64s25.0996 64 56 64z" />
|
||||||
<glyph glyph-name="sad-tear" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="sad-tear" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM256 144c38.0996 0 74 -16.7998 98.5 -46.0996
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM256 144c38.0996 0 74 -16.7998 98.5 -46.0996
|
||||||
c8.5 -10.2002 7.09961 -25.3008 -3.09961 -33.8008c-10.6006 -8.7998 -25.7002 -6.69922 -33.8008 3.10059c-15.2998 18.2998 -37.7998 28.7998 -61.5996 28.7998c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
|
c8.5 -10.2002 7.09961 -25.3008 -3.09961 -33.8008c-10.6006 -8.7998 -25.7002 -6.69922 -33.8008 3.10059c-15.2998 18.2998 -37.7998 28.7998 -61.5996 28.7998c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
|
||||||
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM162.4 173.2c2.7998 3.7002 8.39941 3.7002 11.1992 0c11.4004 -15.2998 36.4004 -50.6006 36.4004 -68.1006
|
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM162.4 173.2c2.7998 3.7002 8.39941 3.7002 11.1992 0c11.4004 -15.2998 36.4004 -50.6006 36.4004 -68.1006
|
||||||
c0 -22.6992 -18.7998 -41.0996 -42 -41.0996s-42 18.4004 -42 41.0996c0 17.5 25 52.8008 36.4004 68.1006z" />
|
c0 -22.6992 -18.7998 -41.0996 -42 -41.0996s-42 18.4004 -42 41.0996c0 17.5 25 52.8008 36.4004 68.1006z" />
|
||||||
<glyph glyph-name="smile-beam" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="smile-beam" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM332 135.4c8.5 10.1992 23.5996 11.5 33.7998 3.09961
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM332 135.4c8.5 10.1992 23.5996 11.5 33.7998 3.09961
|
||||||
c10.2002 -8.5 11.6006 -23.5996 3.10059 -33.7998c-30 -36 -74.1006 -56.6006 -120.9 -56.6006s-90.9004 20.6006 -120.9 56.6006c-8.39941 10.2002 -7.09961 25.2998 3.10059 33.7998c10.2002 8.40039 25.2998 7.09961 33.7998 -3.09961
|
c10.2002 -8.5 11.6006 -23.5996 3.10059 -33.7998c-30 -36 -74.1006 -56.6006 -120.9 -56.6006s-90.9004 20.6006 -120.9 56.6006c-8.39941 10.2002 -7.09961 25.2998 3.10059 33.7998c10.2002 8.40039 25.2998 7.09961 33.7998 -3.09961
|
||||||
c20.7998 -25.1006 51.5 -39.4004 84 -39.4004s63.2002 14.4004 84 39.4004zM136.5 237l-9.5 -17c-1.90039 -3.2002 -5.90039 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004
|
c20.7998 -25.1006 51.5 -39.4004 84 -39.4004s63.2002 14.4004 84 39.4004zM136.5 237l-9.5 -17c-1.90039 -3.2002 -5.90039 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004
|
||||||
c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996zM328 296c23.7998 0 52.7002 -29.2998 56 -71.4004
|
c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996zM328 296c23.7998 0 52.7002 -29.2998 56 -71.4004
|
||||||
c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002
|
c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002
|
||||||
c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004z" />
|
c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004z" />
|
||||||
<glyph glyph-name="surprise" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="surprise" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM248 168c35.2998 0 64 -28.7002 64 -64s-28.7002 -64 -64 -64
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM248 168c35.2998 0 64 -28.7002 64 -64s-28.7002 -64 -64 -64
|
||||||
s-64 28.7002 -64 64s28.7002 64 64 64zM200 240c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" />
|
s-64 28.7002 -64 64s28.7002 64 64 64zM200 240c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" />
|
||||||
<glyph glyph-name="tired" unicode="" horiz-adv-x="496"
|
<glyph glyph-name="tired" unicode="" horiz-adv-x="496"
|
||||||
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM377.1 295.8c3.80078 -4.39941 3.90039 -11 0.100586 -15.5
|
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM377.1 295.8c3.80078 -4.39941 3.90039 -11 0.100586 -15.5
|
||||||
l-33.6006 -40.2998l33.6006 -40.2998c3.7998 -4.5 3.7002 -11 -0.100586 -15.5c-3.5 -4.10059 -9.89941 -5.7002 -15.2998 -2.5l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5 2.90039 11.5 1.90039 15.2998 -2.5z
|
l-33.6006 -40.2998l33.6006 -40.2998c3.7998 -4.5 3.7002 -11 -0.100586 -15.5c-3.5 -4.10059 -9.89941 -5.7002 -15.2998 -2.5l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5 2.90039 11.5 1.90039 15.2998 -2.5z
|
||||||
M220 240c0 -4.2002 -2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7998 -1.60059 -15.2998 2.5c-3.80078 4.5 -3.90039 11 -0.100586 15.5l33.6006 40.2998l-33.6006 40.2998c-3.7998 4.5 -3.7002 11 0.100586 15.5
|
M220 240c0 -4.2002 -2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7998 -1.60059 -15.2998 2.5c-3.80078 4.5 -3.90039 11 -0.100586 15.5l33.6006 40.2998l-33.6006 40.2998c-3.7998 4.5 -3.7002 11 0.100586 15.5
|
||||||
|
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 141 KiB |
Before Width: | Height: | Size: 876 KiB After Width: | Height: | Size: 875 KiB |
@ -285,4 +285,4 @@
|
|||||||
<glyph unicode="🔑" d="M250 1200h600q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-500l-255 -178q-19 -9 -32 -1t-13 29v650h-150q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM400 1100v-100h300v100h-300z" />
|
<glyph unicode="🔑" d="M250 1200h600q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-500l-255 -178q-19 -9 -32 -1t-13 29v650h-150q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM400 1100v-100h300v100h-300z" />
|
||||||
<glyph unicode="🚪" d="M250 1200h750q39 0 69.5 -40.5t30.5 -84.5v-933l-700 -117v950l600 125h-700v-1000h-100v1025q0 23 15.5 49t34.5 26zM500 525v-100l100 20v100z" />
|
<glyph unicode="🚪" d="M250 1200h750q39 0 69.5 -40.5t30.5 -84.5v-933l-700 -117v950l600 125h-700v-1000h-100v1025q0 23 15.5 49t34.5 26zM500 525v-100l100 20v100z" />
|
||||||
</font>
|
</font>
|
||||||
</defs></svg>
|
</defs></svg>
|
||||||
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
@ -1507,7 +1507,7 @@
|
|||||||
/* eslint max-len: off */
|
/* eslint max-len: off */
|
||||||
|
|
||||||
var localesAll = [
|
var localesAll = [
|
||||||
l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15, l16, l17, l18, l19, l20, l21, l22, l23, l24, l25, l26, l27, l28, l29, l30, l31, l32, l33, l34, l35, l36, l37, l38, l39, l40, l41, l42, l43, l44, l45, l46, l47, l48, l49, l50, l51, l52, l53, l54, l55, l56, l57, l58, l59, l60, l61, l62, l63, l64, l65, l66, l67, l68, l69, l70, l71,
|
l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15, l16, l17, l18, l19, l20, l21, l22, l23, l24, l25, l26, l27, l28, l29, l30, l31, l32, l33, l34, l35, l36, l37, l38, l39, l40, l41, l42, l43, l44, l45, l46, l47, l48, l49, l50, l51, l52, l53, l54, l55, l56, l57, l58, l59, l60, l61, l62, l63, l64, l65, l66, l67, l68, l69, l70, l71,
|
||||||
];
|
];
|
||||||
|
|
||||||
return localesAll;
|
return localesAll;
|
||||||
|
@ -6736,7 +6736,7 @@ var FullCalendar = (function (exports) {
|
|||||||
var endMarker = framingRange.end;
|
var endMarker = framingRange.end;
|
||||||
var instanceStarts = [];
|
var instanceStarts = [];
|
||||||
while (dayMarker < endMarker) {
|
while (dayMarker < endMarker) {
|
||||||
var instanceStart
|
var instanceStart
|
||||||
// if everyday, or this particular day-of-week
|
// if everyday, or this particular day-of-week
|
||||||
= void 0;
|
= void 0;
|
||||||
// if everyday, or this particular day-of-week
|
// if everyday, or this particular day-of-week
|
||||||
@ -11900,7 +11900,7 @@ var FullCalendar = (function (exports) {
|
|||||||
/*
|
/*
|
||||||
known bug: events that are force to be list-item but span multiple days still take up space in later columns
|
known bug: events that are force to be list-item but span multiple days still take up space in later columns
|
||||||
*/
|
*/
|
||||||
nodes.push(createElement("div", { className: 'fc-daygrid-event-harness' + (isAbsolute ? ' fc-daygrid-event-harness-abs' : ''), key: instanceId,
|
nodes.push(createElement("div", { className: 'fc-daygrid-event-harness' + (isAbsolute ? ' fc-daygrid-event-harness-abs' : ''), key: instanceId,
|
||||||
// in print mode when in mult cols, could collide
|
// in print mode when in mult cols, could collide
|
||||||
ref: isMirror ? null : this.segHarnessRefs.createRef(instanceId + ':' + seg.firstCol), style: {
|
ref: isMirror ? null : this.segHarnessRefs.createRef(instanceId + ':' + seg.firstCol), style: {
|
||||||
visibility: isInvisible ? 'hidden' : '',
|
visibility: isInvisible ? 'hidden' : '',
|
||||||
@ -13209,7 +13209,7 @@ var FullCalendar = (function (exports) {
|
|||||||
if (!slatCoords) {
|
if (!slatCoords) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return segs.map(function (seg, i) { return (createElement(NowIndicatorRoot, { isAxis: false, date: date,
|
return segs.map(function (seg, i) { return (createElement(NowIndicatorRoot, { isAxis: false, date: date,
|
||||||
// key doesn't matter. will only ever be one
|
// key doesn't matter. will only ever be one
|
||||||
key: i }, function (rootElRef, classNames, innerElRef, innerContent) { return (createElement("div", { ref: rootElRef, className: ['fc-timegrid-now-indicator-line'].concat(classNames).join(' '), style: { top: slatCoords.computeDateTop(seg.start, date) } }, innerContent)); })); });
|
key: i }, function (rootElRef, classNames, innerElRef, innerContent) { return (createElement("div", { ref: rootElRef, className: ['fc-timegrid-now-indicator-line'].concat(classNames).join(' '), style: { top: slatCoords.computeDateTop(seg.start, date) } }, innerContent)); })); });
|
||||||
};
|
};
|
||||||
|
@ -321,7 +321,7 @@
|
|||||||
var target = $(event.target);
|
var target = $(event.target);
|
||||||
var node = this.findNode(target);
|
var node = this.findNode(target);
|
||||||
if (!node || node.state.disabled) return;
|
if (!node || node.state.disabled) return;
|
||||||
|
|
||||||
var classList = target.attr('class') ? target.attr('class').split(' ') : [];
|
var classList = target.attr('class') ? target.attr('class').split(' ') : [];
|
||||||
if ((classList.indexOf('expand-icon') !== -1)) {
|
if ((classList.indexOf('expand-icon') !== -1)) {
|
||||||
|
|
||||||
@ -329,12 +329,12 @@
|
|||||||
this.render();
|
this.render();
|
||||||
}
|
}
|
||||||
else if ((classList.indexOf('check-icon') !== -1)) {
|
else if ((classList.indexOf('check-icon') !== -1)) {
|
||||||
|
|
||||||
this.toggleCheckedState(node, _default.options);
|
this.toggleCheckedState(node, _default.options);
|
||||||
this.render();
|
this.render();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
||||||
if (node.selectable) {
|
if (node.selectable) {
|
||||||
this.toggleSelectedState(node, _default.options);
|
this.toggleSelectedState(node, _default.options);
|
||||||
} else {
|
} else {
|
||||||
@ -516,7 +516,7 @@
|
|||||||
.addClass(node.state.checked ? 'node-checked' : '')
|
.addClass(node.state.checked ? 'node-checked' : '')
|
||||||
.addClass(node.state.disabled ? 'node-disabled': '')
|
.addClass(node.state.disabled ? 'node-disabled': '')
|
||||||
.addClass(node.state.selected ? 'node-selected' : '')
|
.addClass(node.state.selected ? 'node-selected' : '')
|
||||||
.addClass(node.searchResult ? 'search-result' : '')
|
.addClass(node.searchResult ? 'search-result' : '')
|
||||||
.attr('data-nodeid', node.nodeId)
|
.attr('data-nodeid', node.nodeId)
|
||||||
.attr('style', _this.buildStyleOverride(node));
|
.attr('style', _this.buildStyleOverride(node));
|
||||||
|
|
||||||
@ -548,13 +548,13 @@
|
|||||||
|
|
||||||
// Add node icon
|
// Add node icon
|
||||||
if (_this.options.showIcon) {
|
if (_this.options.showIcon) {
|
||||||
|
|
||||||
var classList = ['node-icon'];
|
var classList = ['node-icon'];
|
||||||
|
|
||||||
classList.push(node.icon || _this.options.nodeIcon);
|
classList.push(node.icon || _this.options.nodeIcon);
|
||||||
if (node.state.selected) {
|
if (node.state.selected) {
|
||||||
classList.pop();
|
classList.pop();
|
||||||
classList.push(node.selectedIcon || _this.options.selectedIcon ||
|
classList.push(node.selectedIcon || _this.options.selectedIcon ||
|
||||||
node.icon || _this.options.nodeIcon);
|
node.icon || _this.options.nodeIcon);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -569,7 +569,7 @@
|
|||||||
|
|
||||||
var classList = ['check-icon'];
|
var classList = ['check-icon'];
|
||||||
if (node.state.checked) {
|
if (node.state.checked) {
|
||||||
classList.push(_this.options.checkedIcon);
|
classList.push(_this.options.checkedIcon);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
classList.push(_this.options.uncheckedIcon);
|
classList.push(_this.options.uncheckedIcon);
|
||||||
@ -935,7 +935,7 @@
|
|||||||
this.forEachIdentifier(identifiers, options, $.proxy(function (node, options) {
|
this.forEachIdentifier(identifiers, options, $.proxy(function (node, options) {
|
||||||
this.toggleExpandedState(node, options);
|
this.toggleExpandedState(node, options);
|
||||||
}, this));
|
}, this));
|
||||||
|
|
||||||
this.render();
|
this.render();
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -1085,7 +1085,7 @@
|
|||||||
|
|
||||||
$.each(identifiers, $.proxy(function (index, identifier) {
|
$.each(identifiers, $.proxy(function (index, identifier) {
|
||||||
callback(this.identifyNode(identifier), options);
|
callback(this.identifyNode(identifier), options);
|
||||||
}, this));
|
}, this));
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -1156,9 +1156,9 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (options.render) {
|
if (options.render) {
|
||||||
this.render();
|
this.render();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$element.trigger('searchCleared', $.extend(true, {}, results));
|
this.$element.trigger('searchCleared', $.extend(true, {}, results));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ function attachClipboard(selector, containerselector, textElement) {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return a standard list of export format options *
|
* Return a standard list of export format options *
|
||||||
*/
|
*/
|
||||||
function exportFormatOptions() {
|
function exportFormatOptions() {
|
||||||
return [
|
return [
|
||||||
@ -167,7 +167,7 @@ function inventreeDocReady() {
|
|||||||
|
|
||||||
|
|
||||||
function isFileTransfer(transfer) {
|
function isFileTransfer(transfer) {
|
||||||
/* Determine if a transfer (e.g. drag-and-drop) is a file transfer
|
/* Determine if a transfer (e.g. drag-and-drop) is a file transfer
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return transfer.files.length > 0;
|
return transfer.files.length > 0;
|
||||||
@ -176,7 +176,7 @@ function isFileTransfer(transfer) {
|
|||||||
|
|
||||||
function enableDragAndDrop(element, url, options) {
|
function enableDragAndDrop(element, url, options) {
|
||||||
/* Enable drag-and-drop file uploading for a given element.
|
/* Enable drag-and-drop file uploading for a given element.
|
||||||
|
|
||||||
Params:
|
Params:
|
||||||
element - HTML element lookup string e.g. "#drop-div"
|
element - HTML element lookup string e.g. "#drop-div"
|
||||||
url - URL to POST the file to
|
url - URL to POST the file to
|
||||||
@ -205,7 +205,7 @@ function enableDragAndDrop(element, url, options) {
|
|||||||
|
|
||||||
if (isFileTransfer(transfer)) {
|
if (isFileTransfer(transfer)) {
|
||||||
formData.append(label, transfer.files[0]);
|
formData.append(label, transfer.files[0]);
|
||||||
|
|
||||||
inventreeFormDataUpload(
|
inventreeFormDataUpload(
|
||||||
url,
|
url,
|
||||||
formData,
|
formData,
|
||||||
@ -234,7 +234,7 @@ function enableDragAndDrop(element, url, options) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Save a key:value pair to local storage
|
* Save a key:value pair to local storage
|
||||||
* @param {String} name - settting key
|
* @param {String} name - settting key
|
||||||
* @param {String} value - setting value
|
* @param {String} value - setting value
|
||||||
*/
|
*/
|
||||||
function inventreeSave(name, value) {
|
function inventreeSave(name, value) {
|
||||||
@ -248,7 +248,7 @@ function inventreeSave(name, value) {
|
|||||||
* Retrieve a key:value pair from local storage
|
* Retrieve a key:value pair from local storage
|
||||||
* @param {*} name - setting key
|
* @param {*} name - setting key
|
||||||
* @param {*} defaultValue - default value (returned if no matching key:value pair is found)
|
* @param {*} defaultValue - default value (returned if no matching key:value pair is found)
|
||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
function inventreeLoad(name, defaultValue) {
|
function inventreeLoad(name, defaultValue) {
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2013
|
Copyright (c) 2013
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
||||||
|
|
||||||
<h1><a href="http://maxazan.github.io/jquery-treegrid/">TreeGrid</a> Basic example</h1>
|
<h1><a href="http://maxazan.github.io/jquery-treegrid/">TreeGrid</a> Basic example</h1>
|
||||||
|
|
||||||
@ -61,10 +61,10 @@
|
|||||||
<tr class="treegrid-4 treegrid-parent-3">
|
<tr class="treegrid-4 treegrid-parent-3">
|
||||||
<td>Node 1-2-1</td><td>Additional info</td>
|
<td>Node 1-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2>Code</h2>
|
<h2>Code</h2>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<code class='html'>
|
<code class='html'>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
@ -100,7 +100,7 @@
|
|||||||
<tr class="treegrid-4 treegrid-parent-3">
|
<tr class="treegrid-4 treegrid-parent-3">
|
||||||
<td>Node 1-2-1</td><td>Additional info</td>
|
<td>Node 1-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -128,4 +128,4 @@
|
|||||||
}</script>
|
}</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="treegrid-8 treegrid-parent-7">
|
<tr class="treegrid-8 treegrid-parent-7">
|
||||||
<td>Node 2-2-1</td><td>Additional info</td>
|
<td>Node 2-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h3>Source</h3>
|
<h3>Source</h3>
|
||||||
|
|
||||||
@ -89,7 +89,7 @@
|
|||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.tree').treegrid();
|
$('.tree').treegrid();
|
||||||
});
|
});
|
||||||
</script></code></pre>
|
</script></code></pre>
|
||||||
<h2>Bootstrap grid example<br>
|
<h2>Bootstrap grid example<br>
|
||||||
table-bordered table-striped table-condensed<br>
|
table-bordered table-striped table-condensed<br>
|
||||||
with custom expander</h2>
|
with custom expander</h2>
|
||||||
@ -117,8 +117,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="treegrid-8 treegrid-parent-7">
|
<tr class="treegrid-8 treegrid-parent-7">
|
||||||
<td>Node 2-2-1</td><td>Additional info</td>
|
<td>Node 2-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h3>Source</h3>
|
<h3>Source</h3>
|
||||||
|
|
||||||
<pre><code class="html"><link href="bootstrap-2.3.2/css/bootstrap.css" rel="stylesheet">
|
<pre><code class="html"><link href="bootstrap-2.3.2/css/bootstrap.css" rel="stylesheet">
|
||||||
@ -133,7 +133,7 @@
|
|||||||
expanderCollapsedClass: 'icon-plus-sign'
|
expanderCollapsedClass: 'icon-plus-sign'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script></code></pre>
|
</script></code></pre>
|
||||||
</div> <!-- /container -->
|
</div> <!-- /container -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
(function(i, s, o, g, r, a, m) {
|
(function(i, s, o, g, r, a, m) {
|
||||||
i['GoogleAnalyticsObject'] = r;
|
i['GoogleAnalyticsObject'] = r;
|
||||||
@ -78,8 +78,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="treegrid-8 treegrid-parent-7">
|
<tr class="treegrid-8 treegrid-parent-7">
|
||||||
<td>Node 2-2-1</td><td>Additional info</td>
|
<td>Node 2-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h3>Code</h3>
|
<h3>Code</h3>
|
||||||
|
|
||||||
<pre><code class="html"><link href="bootstrap-3.0.0/css/bootstrap.css" rel="stylesheet">
|
<pre><code class="html"><link href="bootstrap-3.0.0/css/bootstrap.css" rel="stylesheet">
|
||||||
@ -91,7 +91,7 @@
|
|||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.tree').treegrid();
|
$('.tree').treegrid();
|
||||||
});
|
});
|
||||||
</script></code></pre>
|
</script></code></pre>
|
||||||
<h2>Bootstrap TreeGrid example<br>
|
<h2>Bootstrap TreeGrid example<br>
|
||||||
table-bordered table-striped table-condensed<br>
|
table-bordered table-striped table-condensed<br>
|
||||||
custom expander</h2>
|
custom expander</h2>
|
||||||
@ -119,8 +119,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="treegrid-8 treegrid-parent-7">
|
<tr class="treegrid-8 treegrid-parent-7">
|
||||||
<td>Node 2-2-1</td><td>Additional info</td>
|
<td>Node 2-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Code</h3>
|
<h3>Code</h3>
|
||||||
<pre><code class="html"><link href="bootstrap-3.0.0/css/bootstrap.css" rel="stylesheet">
|
<pre><code class="html"><link href="bootstrap-3.0.0/css/bootstrap.css" rel="stylesheet">
|
||||||
@ -135,7 +135,7 @@
|
|||||||
expanderCollapsedClass: 'glyphicon glyphicon-plus'
|
expanderCollapsedClass: 'glyphicon glyphicon-plus'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script></code></pre>
|
</script></code></pre>
|
||||||
</div> <!-- /container -->
|
</div> <!-- /container -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
(function(i, s, o, g, r, a, m) {
|
(function(i, s, o, g, r, a, m) {
|
||||||
i['GoogleAnalyticsObject'] = r;
|
i['GoogleAnalyticsObject'] = r;
|
||||||
@ -78,8 +78,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="treegrid-8 treegrid-parent-7">
|
<tr class="treegrid-8 treegrid-parent-7">
|
||||||
<td>Node 2-2-1</td><td class="hidden-xs">Additional info</td><td class="hidden-xs hidden-sm">Additional info2</td><td class="hidden-xs hidden-sm hidden-md">Additional info3</td>
|
<td>Node 2-2-1</td><td class="hidden-xs">Additional info</td><td class="hidden-xs hidden-sm">Additional info2</td><td class="hidden-xs hidden-sm hidden-md">Additional info3</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h3>Code</h3>
|
<h3>Code</h3>
|
||||||
|
|
||||||
<pre><code class="html"><link href="bootstrap-3.0.0/css/bootstrap.css" rel="stylesheet">
|
<pre><code class="html"><link href="bootstrap-3.0.0/css/bootstrap.css" rel="stylesheet">
|
||||||
@ -91,7 +91,7 @@
|
|||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.tree').treegrid();
|
$('.tree').treegrid();
|
||||||
});
|
});
|
||||||
</script></code></pre>
|
</script></code></pre>
|
||||||
<h2>Bootstrap TreeGrid example<br>
|
<h2>Bootstrap TreeGrid example<br>
|
||||||
table-bordered table-striped table-condensed<br>
|
table-bordered table-striped table-condensed<br>
|
||||||
custom expander</h2>
|
custom expander</h2>
|
||||||
@ -119,8 +119,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="treegrid-8 treegrid-parent-7">
|
<tr class="treegrid-8 treegrid-parent-7">
|
||||||
<td>Node 2-2-1</td><td class="hidden-xs">Additional info</td><td class="hidden-xs hidden-sm">Additional info2</td><td class="hidden-xs hidden-sm hidden-md">Additional info3</td>
|
<td>Node 2-2-1</td><td class="hidden-xs">Additional info</td><td class="hidden-xs hidden-sm">Additional info2</td><td class="hidden-xs hidden-sm hidden-md">Additional info3</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Code</h3>
|
<h3>Code</h3>
|
||||||
<pre><code class="html"><link href="bootstrap-3.0.0/css/bootstrap.css" rel="stylesheet">
|
<pre><code class="html"><link href="bootstrap-3.0.0/css/bootstrap.css" rel="stylesheet">
|
||||||
@ -135,7 +135,7 @@
|
|||||||
expanderCollapsedClass: 'glyphicon glyphicon-plus'
|
expanderCollapsedClass: 'glyphicon glyphicon-plus'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script></code></pre>
|
</script></code></pre>
|
||||||
</div> <!-- /container -->
|
</div> <!-- /container -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -63,10 +63,10 @@
|
|||||||
<tr class="treegrid-4 treegrid-parent-3">
|
<tr class="treegrid-4 treegrid-parent-3">
|
||||||
<td>Node 1-2-1</td><td>Additional info</td>
|
<td>Node 1-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2>Code</h2>
|
<h2>Code</h2>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<code class='html'>
|
<code class='html'>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
@ -104,7 +104,7 @@
|
|||||||
<tr class="treegrid-4 treegrid-parent-3">
|
<tr class="treegrid-4 treegrid-parent-3">
|
||||||
<td>Node 1-2-1</td><td>Additional info</td>
|
<td>Node 1-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -132,4 +132,4 @@
|
|||||||
}</script>
|
}</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
<tr id="node-1-2-1" class="treegrid-4 treegrid-parent-3">
|
<tr id="node-1-2-1" class="treegrid-4 treegrid-parent-3">
|
||||||
<td>Node 1-2-1</td><td>Additional info</td>
|
<td>Node 1-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2>Code</h2>
|
<h2>Code</h2>
|
||||||
|
|
||||||
@ -95,16 +95,16 @@
|
|||||||
$('.tree').treegrid({
|
$('.tree').treegrid({
|
||||||
onChange: function() {
|
onChange: function() {
|
||||||
alert("Changed: "+$(this).attr("id"));
|
alert("Changed: "+$(this).attr("id"));
|
||||||
},
|
},
|
||||||
onCollapse: function() {
|
onCollapse: function() {
|
||||||
alert("Collapsed: "+$(this).attr("id"));
|
alert("Collapsed: "+$(this).attr("id"));
|
||||||
},
|
},
|
||||||
onExpand: function() {
|
onExpand: function() {
|
||||||
alert("Expanded "+$(this).attr("id"));
|
alert("Expanded "+$(this).attr("id"));
|
||||||
}});
|
}});
|
||||||
$('#node-1').on("change", function() {
|
$('#node-1').on("change", function() {
|
||||||
alert("Event from " + $(this).attr("id"));
|
alert("Event from " + $(this).attr("id"));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -124,7 +124,7 @@
|
|||||||
<tr class="treegrid-4 treegrid-parent-3">
|
<tr class="treegrid-4 treegrid-parent-3">
|
||||||
<td>Node 1-2-1</td><td>Additional info</td>
|
<td>Node 1-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -152,4 +152,4 @@
|
|||||||
}</script>
|
}</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
@ -38,14 +38,14 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
||||||
|
|
||||||
<h1><a href="http://maxazan.github.io/jquery-treegrid/">TreeGrid</a> Big data example</h1>
|
<h1><a href="http://maxazan.github.io/jquery-treegrid/">TreeGrid</a> Big data example</h1>
|
||||||
|
|
||||||
<table class="tree"></table>
|
<table class="tree"></table>
|
||||||
|
|
||||||
<h2>Code</h2>
|
<h2>Code</h2>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<code class='html'>
|
<code class='html'>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
@ -81,7 +81,7 @@
|
|||||||
<tr class="treegrid-4 treegrid-parent-3">
|
<tr class="treegrid-4 treegrid-parent-3">
|
||||||
<td>Node 1-2-1</td><td>Additional info</td>
|
<td>Node 1-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -110,4 +110,4 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -76,8 +76,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="treegrid-8 treegrid-parent-7">
|
<tr class="treegrid-8 treegrid-parent-7">
|
||||||
<td>Node 2-2-1</td><td>Additional info</td>
|
<td>Node 2-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2>Code</h2>
|
<h2>Code</h2>
|
||||||
|
|
||||||
@ -130,8 +130,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="treegrid-8 treegrid-parent-7">
|
<tr class="treegrid-8 treegrid-parent-7">
|
||||||
<td>Node 2-2-1</td><td>Additional info</td>
|
<td>Node 2-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -159,4 +159,4 @@
|
|||||||
}</script>
|
}</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
<li>Ability to save the state of the tree</li>
|
<li>Ability to save the state of the tree</li>
|
||||||
<li>Events support</li>
|
<li>Events support</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Usage</h2>
|
<h2>Usage</h2>
|
||||||
<p>Step 1. Initialize plugin</p>
|
<p>Step 1. Initialize plugin</p>
|
||||||
<pre><code>
|
<pre><code>
|
||||||
@ -95,7 +95,7 @@
|
|||||||
<tr class="treegrid-4 treegrid-parent-3">
|
<tr class="treegrid-4 treegrid-parent-3">
|
||||||
<td>Node 1-2-1</td><td>Additional info</td>
|
<td>Node 1-2-1</td><td>Additional info</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2>Other examples</h2>
|
<h2>Other examples</h2>
|
||||||
<p><a href="examples/example-basic.html" target="_blank">Basic example</a></p>
|
<p><a href="examples/example-basic.html" target="_blank">Basic example</a></p>
|
||||||
@ -241,27 +241,27 @@ $('.tree').treegrid('getRootNodes').treegrid('expand');</code></pre>
|
|||||||
//Do something with all last nodes
|
//Do something with all last nodes
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>getParentNode</td>
|
<td>getParentNode</td>
|
||||||
<td>Return the parent node or null if node is root</td>
|
<td>Return the parent node or null if node is root</td>
|
||||||
<td>
|
<td>
|
||||||
<pre><code class="javascript">// Expand parent node
|
<pre><code class="javascript">// Expand parent node
|
||||||
$('#node-2').treegrid('getParentNode').treegrid('collapse');
|
$('#node-2').treegrid('getParentNode').treegrid('collapse');
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>getChildNodes</td>
|
<td>getChildNodes</td>
|
||||||
<td>Return the child nodes or null if node is leaf</td>
|
<td>Return the child nodes or null if node is leaf</td>
|
||||||
<td>
|
<td>
|
||||||
<pre><code class="javascript">// Expand child nodes
|
<pre><code class="javascript">// Expand child nodes
|
||||||
$('#node-2').treegrid('getChildNodes').treegrid('expand');
|
$('#node-2').treegrid('getChildNodes').treegrid('expand');
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>getDepth</td>
|
<td>getDepth</td>
|
||||||
<td>Returns the depth of nested branch</td>
|
<td>Returns the depth of nested branch</td>
|
||||||
@ -285,7 +285,7 @@ $('.tree').find('tr').each(function(){
|
|||||||
});
|
});
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>isLeaf</td>
|
<td>isLeaf</td>
|
||||||
<td>Is there a node leaf</td>
|
<td>Is there a node leaf</td>
|
||||||
@ -298,7 +298,7 @@ $('.tree').find('tr').each(function(){
|
|||||||
});</code></pre>
|
});</code></pre>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>isLast</td>
|
<td>isLast</td>
|
||||||
<td>Return true if node is last in branch</td>
|
<td>Return true if node is last in branch</td>
|
||||||
@ -322,7 +322,7 @@ $('.tree').find('tr').each(function(){
|
|||||||
}
|
}
|
||||||
});</code></pre>
|
});</code></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>isExpanded</td>
|
<td>isExpanded</td>
|
||||||
<td>Is node expanded</td>
|
<td>Is node expanded</td>
|
||||||
@ -356,7 +356,7 @@ $('.tree').find('tr').each(function(){
|
|||||||
<td>
|
<td>
|
||||||
<pre><code class="javascript">$('#node-2').treegrid('expand');</code></pre>
|
<pre><code class="javascript">$('#node-2').treegrid('expand');</code></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>collapse</td>
|
<td>collapse</td>
|
||||||
<td>Collapse node</td>
|
<td>Collapse node</td>
|
||||||
@ -370,7 +370,7 @@ $('.tree').find('tr').each(function(){
|
|||||||
<td>
|
<td>
|
||||||
<pre><code class="javascript">$('#node-2').treegrid('expandRecursive');</code></pre>
|
<pre><code class="javascript">$('#node-2').treegrid('expandRecursive');</code></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>collapseRecursive</td>
|
<td>collapseRecursive</td>
|
||||||
<td>Collapse nodes recursively</td>
|
<td>Collapse nodes recursively</td>
|
||||||
@ -384,28 +384,28 @@ $('.tree').find('tr').each(function(){
|
|||||||
<td>
|
<td>
|
||||||
<pre><code class="javascript">$('#tree').treegrid('expandAll');</code></pre>
|
<pre><code class="javascript">$('#tree').treegrid('expandAll');</code></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>collapseAll</td>
|
<td>collapseAll</td>
|
||||||
<td>Collapse all nodes</td>
|
<td>Collapse all nodes</td>
|
||||||
<td>
|
<td>
|
||||||
<pre><code class="javascript">$('#tree').treegrid('collapseAll');</code></pre>
|
<pre><code class="javascript">$('#tree').treegrid('collapseAll');</code></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>toggle</td>
|
<td>toggle</td>
|
||||||
<td>Collapse node if it expanded and expand when collapsed</td>
|
<td>Collapse node if it expanded and expand when collapsed</td>
|
||||||
<td>
|
<td>
|
||||||
<pre><code class="javascript">$('#node-2').treegrid('toggle');</code></pre>
|
<pre><code class="javascript">$('#node-2').treegrid('toggle');</code></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>render</td>
|
<td>render</td>
|
||||||
<td>Redraw the node and all its children</td>
|
<td>Redraw the node and all its children</td>
|
||||||
<td>
|
<td>
|
||||||
<pre><code class="javascript">$('#node-2').treegrid('render');</code></pre>
|
<pre><code class="javascript">$('#node-2').treegrid('render');</code></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
@ -440,12 +440,12 @@ $('#node1').on('expand', function(){
|
|||||||
<td>change</td>
|
<td>change</td>
|
||||||
<td>Will fire when node changed. Expanded or collapsed</td>
|
<td>Will fire when node changed. Expanded or collapsed</td>
|
||||||
<td>
|
<td>
|
||||||
<pre><code class="javascript">//Alert when node in treegrid with class "tree" changed.
|
<pre><code class="javascript">//Alert when node in treegrid with class "tree" changed.
|
||||||
$('.tree').treegrid('getRootNodes').on('change', function(){
|
$('.tree').treegrid('getRootNodes').on('change', function(){
|
||||||
alert(this);
|
alert(this);
|
||||||
});</code></pre>
|
});</code></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h2><a href="test.html">Unit Tests</a></h2>
|
<h2><a href="test.html">Unit Tests</a></h2>
|
||||||
|
|
||||||
@ -454,7 +454,7 @@ $('.tree').treegrid('getRootNodes').on('change', function(){
|
|||||||
<script type="text/javascript" src="js/jquery.treegrid.min.js"></script>
|
<script type="text/javascript" src="js/jquery.treegrid.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$('.tree').treegrid();
|
$('.tree').treegrid();
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var metas = document.getElementsByTagName('meta');
|
var metas = document.getElementsByTagName('meta');
|
||||||
var i;
|
var i;
|
||||||
@ -475,4 +475,4 @@ $('.tree').treegrid('getRootNodes').on('change', function(){
|
|||||||
}</script>
|
}</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -65,7 +65,7 @@ code, pre {
|
|||||||
|
|
||||||
pre {
|
pre {
|
||||||
padding:8px 15px;
|
padding:8px 15px;
|
||||||
background: #f8f8f8;
|
background: #f8f8f8;
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
border:1px solid #e5e5e5;
|
border:1px solid #e5e5e5;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
@ -99,9 +99,9 @@ img {
|
|||||||
ul.download {
|
ul.download {
|
||||||
list-style:none;
|
list-style:none;
|
||||||
height:40px;
|
height:40px;
|
||||||
|
|
||||||
padding:0;
|
padding:0;
|
||||||
|
|
||||||
background: #eee;
|
background: #eee;
|
||||||
background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
|
background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
|
||||||
@ -109,7 +109,7 @@ ul.download {
|
|||||||
background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
|
background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
|
||||||
background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
|
background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
|
||||||
background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
|
background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
|
||||||
|
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
border:1px solid #d2d2d2;
|
border:1px solid #d2d2d2;
|
||||||
box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;
|
box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;
|
||||||
@ -179,33 +179,33 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media print, screen and (max-width: 960px) {
|
@media print, screen and (max-width: 960px) {
|
||||||
|
|
||||||
div.wrapper {
|
div.wrapper {
|
||||||
width:auto;
|
width:auto;
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
header, section, footer {
|
header, section, footer {
|
||||||
float:none;
|
float:none;
|
||||||
position:static;
|
position:static;
|
||||||
width:auto;
|
width:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding-right:320px;
|
padding-right:320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
border:1px solid #e5e5e5;
|
border:1px solid #e5e5e5;
|
||||||
border-width:1px 0;
|
border-width:1px 0;
|
||||||
padding:20px 0;
|
padding:20px 0;
|
||||||
margin:0 0 20px;
|
margin:0 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
header a small {
|
header a small {
|
||||||
display:inline;
|
display:inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
header ul {
|
header ul {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
right:50px;
|
right:50px;
|
||||||
@ -217,15 +217,15 @@ footer {
|
|||||||
body {
|
body {
|
||||||
word-wrap:break-word;
|
word-wrap:break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
header ul, header p.view {
|
header ul, header p.view {
|
||||||
position:static;
|
position:static;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
word-wrap:normal;
|
word-wrap:normal;
|
||||||
}
|
}
|
||||||
@ -235,7 +235,7 @@ footer {
|
|||||||
body {
|
body {
|
||||||
padding:15px;
|
padding:15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
header ul {
|
header ul {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<hr>
|
<hr>
|
||||||
<table id='tree-2' border="1" cellpadding="0" cellspacing="0">
|
<table id='tree-2' border="1" cellpadding="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
@ -204,4 +204,4 @@
|
|||||||
<script src="tests/tests.js"></script>
|
<script src="tests/tests.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Construct build objects
|
# Construct build objects
|
||||||
|
|
||||||
- model: build.build
|
- model: build.build
|
||||||
pk: 1
|
pk: 1
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
src="{{ build.part.image.url }}"
|
src="{{ build.part.image.url }}"
|
||||||
{% else %}
|
{% else %}
|
||||||
src="{% static 'img/blank_image.png' %}"
|
src="{% static 'img/blank_image.png' %}"
|
||||||
{% endif %}/>
|
{% endif %}/>
|
||||||
{% endblock thumbnail %}
|
{% endblock thumbnail %}
|
||||||
|
|
||||||
{% block heading %}
|
{% block heading %}
|
||||||
@ -256,5 +256,5 @@ src="{% static 'img/blank_image.png' %}"
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -162,7 +162,7 @@
|
|||||||
{% include "filter_list.html" with id='sub-build' %}
|
{% include "filter_list.html" with id='sub-build' %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table class='table table-striped table-condensed' id='sub-build-table' data-toolbar='#child-button-toolbar'></table>
|
<table class='table table-striped table-condensed' id='sub-build-table' data-toolbar='#child-button-toolbar'></table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -349,7 +349,7 @@ onPanelLoad('completed', function() {
|
|||||||
buttons: [
|
buttons: [
|
||||||
'#stock-options',
|
'#stock-options',
|
||||||
],
|
],
|
||||||
url: "{% url 'api-stock-list' %}",
|
url: "{% url 'api-stock-list' %}",
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -442,7 +442,7 @@ function loadUntrackedStockTable() {
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
tracked_parts: false,
|
tracked_parts: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
$('#allocation-table-untracked').bootstrapTable('destroy');
|
$('#allocation-table-untracked').bootstrapTable('destroy');
|
||||||
|
|
||||||
// Load allocation table for un-tracked parts
|
// Load allocation table for un-tracked parts
|
||||||
@ -550,4 +550,4 @@ $('#allocate-selected-items').click(function() {
|
|||||||
|
|
||||||
enableSidebar('buildorder');
|
enableSidebar('buildorder');
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block page_title %}
|
{% block page_title %}
|
||||||
{% inventree_title %} | {% trans "Build Orders" %}
|
{% inventree_title %} | {% trans "Build Orders" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block heading %}
|
{% block heading %}
|
||||||
@ -26,7 +26,7 @@
|
|||||||
<div id='button-toolbar'>
|
<div id='button-toolbar'>
|
||||||
<div class='button-toolbar container-fluid' style='float: right;'>
|
<div class='button-toolbar container-fluid' style='float: right;'>
|
||||||
<div class='btn-group' role='group'>
|
<div class='btn-group' role='group'>
|
||||||
|
|
||||||
{% if report_enabled %}
|
{% if report_enabled %}
|
||||||
<div class='btn-group' role='group'>
|
<div class='btn-group' role='group'>
|
||||||
<!-- Print actions -->
|
<!-- Print actions -->
|
||||||
@ -51,13 +51,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed' id='build-table' data-toolbar='#button-toolbar'>
|
<table class='table table-striped table-condensed' id='build-table' data-toolbar='#button-toolbar'>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div id='build-order-calendar'></div>
|
<div id='build-order-calendar'></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block js_load %}
|
{% block js_load %}
|
||||||
@ -197,4 +197,4 @@ $('#multi-build-print').click(function() {
|
|||||||
});
|
});
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -65,7 +65,7 @@ def reverse_association(apps, schema_editor): # pragma: no cover
|
|||||||
|
|
||||||
# Now extract the "name" for the manufacturer
|
# Now extract the "name" for the manufacturer
|
||||||
response = cursor.execute(f"SELECT name from company_company where id={manufacturer_id};")
|
response = cursor.execute(f"SELECT name from company_company where id={manufacturer_id};")
|
||||||
|
|
||||||
row = cursor.fetchone()
|
row = cursor.fetchone()
|
||||||
|
|
||||||
name = row[0]
|
name = row[0]
|
||||||
@ -77,7 +77,7 @@ def reverse_association(apps, schema_editor): # pragma: no cover
|
|||||||
def associate_manufacturers(apps, schema_editor):
|
def associate_manufacturers(apps, schema_editor):
|
||||||
"""
|
"""
|
||||||
This migration is the "middle step" in migration of the "manufacturer" field for the SupplierPart model.
|
This migration is the "middle step" in migration of the "manufacturer" field for the SupplierPart model.
|
||||||
|
|
||||||
Previously the "manufacturer" field was a simple text field with the manufacturer name.
|
Previously the "manufacturer" field was a simple text field with the manufacturer name.
|
||||||
This is quite insufficient.
|
This is quite insufficient.
|
||||||
The new "manufacturer" field is a link to Company object which has the "is_manufacturer" parameter set to True
|
The new "manufacturer" field is a link to Company object which has the "is_manufacturer" parameter set to True
|
||||||
@ -87,7 +87,7 @@ def associate_manufacturers(apps, schema_editor):
|
|||||||
|
|
||||||
It uses fuzzy pattern matching to help the user out as much as possible.
|
It uses fuzzy pattern matching to help the user out as much as possible.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def get_manufacturer_name(part_id):
|
def get_manufacturer_name(part_id):
|
||||||
"""
|
"""
|
||||||
THIS IS CRITICAL!
|
THIS IS CRITICAL!
|
||||||
@ -149,7 +149,7 @@ def associate_manufacturers(apps, schema_editor):
|
|||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# Have we already mapped this
|
# Have we already mapped this
|
||||||
if name in links.keys(): # pragma: no cover
|
if name in links.keys(): # pragma: no cover
|
||||||
print(" - Part[{pk}]: Mapped '{n}' - manufacturer <{c}>".format(pk=part_id, n=name, c=links[name]))
|
print(" - Part[{pk}]: Mapped '{n}' - manufacturer <{c}>".format(pk=part_id, n=name, c=links[name]))
|
||||||
|
|
||||||
@ -178,7 +178,7 @@ def associate_manufacturers(apps, schema_editor):
|
|||||||
links[company_name] = manufacturer.pk
|
links[company_name] = manufacturer.pk
|
||||||
|
|
||||||
companies[company_name] = manufacturer.pk
|
companies[company_name] = manufacturer.pk
|
||||||
|
|
||||||
print(" - Part[{pk}]: Created new manufacturer: '{name}'".format(pk=part_id, name=company_name))
|
print(" - Part[{pk}]: Created new manufacturer: '{name}'".format(pk=part_id, name=company_name))
|
||||||
|
|
||||||
# Update SupplierPart object in the database
|
# Update SupplierPart object in the database
|
||||||
@ -228,9 +228,9 @@ def associate_manufacturers(apps, schema_editor):
|
|||||||
# Present a list of options
|
# Present a list of options
|
||||||
if not TESTING: # pragma: no cover
|
if not TESTING: # pragma: no cover
|
||||||
print("----------------------------------")
|
print("----------------------------------")
|
||||||
|
|
||||||
print("Checking part [{pk}] ({idx} of {total})".format(pk=part_id, idx=idx+1, total=total))
|
print("Checking part [{pk}] ({idx} of {total})".format(pk=part_id, idx=idx+1, total=total))
|
||||||
|
|
||||||
if not TESTING: # pragma: no cover
|
if not TESTING: # pragma: no cover
|
||||||
print("Manufacturer name: '{n}'".format(n=name))
|
print("Manufacturer name: '{n}'".format(n=name))
|
||||||
print("----------------------------------")
|
print("----------------------------------")
|
||||||
@ -293,7 +293,7 @@ def associate_manufacturers(apps, schema_editor):
|
|||||||
if not response or len(response) == 0:
|
if not response or len(response) == 0:
|
||||||
# Response cannot be empty!
|
# Response cannot be empty!
|
||||||
print("Please select an option")
|
print("Please select an option")
|
||||||
|
|
||||||
# Double-check if the typed name corresponds to an existing item
|
# Double-check if the typed name corresponds to an existing item
|
||||||
elif response in companies.keys():
|
elif response in companies.keys():
|
||||||
link_part(part, companies[response])
|
link_part(part, companies[response])
|
||||||
@ -334,7 +334,7 @@ def associate_manufacturers(apps, schema_editor):
|
|||||||
results = cursor.fetchall()
|
results = cursor.fetchall()
|
||||||
|
|
||||||
part_count = len(results)
|
part_count = len(results)
|
||||||
|
|
||||||
# Create a unique set of manufacturer names
|
# Create a unique set of manufacturer names
|
||||||
for index, row in enumerate(results):
|
for index, row in enumerate(results):
|
||||||
pk, MPN, SKU, manufacturer_id, manufacturer_name = row
|
pk, MPN, SKU, manufacturer_id, manufacturer_name = row
|
||||||
|
@ -32,7 +32,7 @@ def migrate_currencies(apps, schema_editor):
|
|||||||
|
|
||||||
# The 'suffix' field denotes the currency code
|
# The 'suffix' field denotes the currency code
|
||||||
response = cursor.execute('SELECT id, suffix, description from common_currency;')
|
response = cursor.execute('SELECT id, suffix, description from common_currency;')
|
||||||
|
|
||||||
results = cursor.fetchall()
|
results = cursor.fetchall()
|
||||||
|
|
||||||
remap = {}
|
remap = {}
|
||||||
@ -56,7 +56,7 @@ def migrate_currencies(apps, schema_editor):
|
|||||||
|
|
||||||
# Now iterate through each SupplierPriceBreak and update the rows
|
# Now iterate through each SupplierPriceBreak and update the rows
|
||||||
response = cursor.execute('SELECT id, cost, currency_id, price, price_currency from part_supplierpricebreak;')
|
response = cursor.execute('SELECT id, cost, currency_id, price, price_currency from part_supplierpricebreak;')
|
||||||
|
|
||||||
results = cursor.fetchall()
|
results = cursor.fetchall()
|
||||||
|
|
||||||
count = 0
|
count = 0
|
||||||
@ -92,7 +92,7 @@ def reverse_currencies(apps, schema_editor): # pragma: no cover
|
|||||||
|
|
||||||
# Extract a list of currency codes which are in use
|
# Extract a list of currency codes which are in use
|
||||||
response = cursor.execute(f'SELECT id, price, price_currency from part_supplierpricebreak;')
|
response = cursor.execute(f'SELECT id, price, price_currency from part_supplierpricebreak;')
|
||||||
|
|
||||||
results = cursor.fetchall()
|
results = cursor.fetchall()
|
||||||
|
|
||||||
codes_in_use = set()
|
codes_in_use = set()
|
||||||
@ -123,7 +123,7 @@ def reverse_currencies(apps, schema_editor): # pragma: no cover
|
|||||||
|
|
||||||
# Create a new object in the database
|
# Create a new object in the database
|
||||||
print(f"Creating new Currency object for {code}")
|
print(f"Creating new Currency object for {code}")
|
||||||
|
|
||||||
# Construct a query to create a new Currency object
|
# Construct a query to create a new Currency object
|
||||||
query = f'INSERT into common_currency (symbol, suffix, description, value, base) VALUES ("$", "{code}", "{description}", 1.0, False);'
|
query = f'INSERT into common_currency (symbol, suffix, description, value, base) VALUES ("$", "{code}", "{description}", 1.0, False);'
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ def supplierpart_make_manufacturer_parts(apps, schema_editor):
|
|||||||
SupplierPart = apps.get_model('company', 'SupplierPart')
|
SupplierPart = apps.get_model('company', 'SupplierPart')
|
||||||
|
|
||||||
supplier_parts = SupplierPart.objects.all()
|
supplier_parts = SupplierPart.objects.all()
|
||||||
|
|
||||||
if supplier_parts:
|
if supplier_parts:
|
||||||
print(f'\nCreating ManufacturerPart Objects\n{"-"*10}')
|
print(f'\nCreating ManufacturerPart Objects\n{"-"*10}')
|
||||||
for supplier_part in supplier_parts:
|
for supplier_part in supplier_parts:
|
||||||
@ -23,7 +23,7 @@ def supplierpart_make_manufacturer_parts(apps, schema_editor):
|
|||||||
if not part: # pragma: no cover
|
if not part: # pragma: no cover
|
||||||
print(f'[ERROR: SUPPLIER PART IS NOT CONNECTED TO PART]')
|
print(f'[ERROR: SUPPLIER PART IS NOT CONNECTED TO PART]')
|
||||||
continue
|
continue
|
||||||
|
|
||||||
manufacturer = supplier_part.manufacturer
|
manufacturer = supplier_part.manufacturer
|
||||||
MPN = supplier_part.MPN
|
MPN = supplier_part.MPN
|
||||||
link = supplier_part.link
|
link = supplier_part.link
|
||||||
@ -31,7 +31,7 @@ def supplierpart_make_manufacturer_parts(apps, schema_editor):
|
|||||||
|
|
||||||
if manufacturer or MPN:
|
if manufacturer or MPN:
|
||||||
print(f' | {part.name[:15].ljust(15)}', end='')
|
print(f' | {part.name[:15].ljust(15)}', end='')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
print(f' | {manufacturer.name[:15].ljust(15)}', end='')
|
print(f' | {manufacturer.name[:15].ljust(15)}', end='')
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
@ -73,12 +73,12 @@ def supplierpart_populate_manufacturer_info(apps, schema_editor): # pragma: no
|
|||||||
SupplierPart = apps.get_model('company', 'SupplierPart')
|
SupplierPart = apps.get_model('company', 'SupplierPart')
|
||||||
|
|
||||||
supplier_parts = SupplierPart.objects.all()
|
supplier_parts = SupplierPart.objects.all()
|
||||||
|
|
||||||
if supplier_parts:
|
if supplier_parts:
|
||||||
print(f'\nSupplierPart: Populating Manufacturer Information\n{"-"*10}')
|
print(f'\nSupplierPart: Populating Manufacturer Information\n{"-"*10}')
|
||||||
for supplier_part in supplier_parts:
|
for supplier_part in supplier_parts:
|
||||||
print(f'{supplier_part.supplier.name[:15].ljust(15)} | {supplier_part.SKU[:15].ljust(15)}\t', end='')
|
print(f'{supplier_part.supplier.name[:15].ljust(15)} | {supplier_part.SKU[:15].ljust(15)}\t', end='')
|
||||||
|
|
||||||
manufacturer_part = supplier_part.manufacturer_part
|
manufacturer_part = supplier_part.manufacturer_part
|
||||||
|
|
||||||
if manufacturer_part:
|
if manufacturer_part:
|
||||||
@ -89,13 +89,13 @@ def supplierpart_populate_manufacturer_info(apps, schema_editor): # pragma: no
|
|||||||
supplier_part.MPN = manufacturer_part.MPN
|
supplier_part.MPN = manufacturer_part.MPN
|
||||||
|
|
||||||
supplier_part.save()
|
supplier_part.save()
|
||||||
|
|
||||||
print(f'[SUCCESS: UPDATED MANUFACTURER INFO]')
|
print(f'[SUCCESS: UPDATED MANUFACTURER INFO]')
|
||||||
else:
|
else:
|
||||||
print(f'[IGNORED: NO MANUFACTURER PART]')
|
print(f'[IGNORED: NO MANUFACTURER PART]')
|
||||||
|
|
||||||
print(f'{"-"*10}\nDone\n')
|
print(f'{"-"*10}\nDone\n')
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@
|
|||||||
</a></li>
|
</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{% include "filter_list.html" with id="manufacturer-part" %}
|
{% include "filter_list.html" with id="manufacturer-part" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -172,9 +172,9 @@
|
|||||||
{% include "filter_list.html" with id="customerstock" %}
|
{% include "filter_list.html" with id="customerstock" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed' id='assigned-stock-table' data-toolbar='#assigned-stock-button-toolbar'></table>
|
<table class='table table-striped table-condensed' id='assigned-stock-table' data-toolbar='#assigned-stock-button-toolbar'></table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -313,7 +313,7 @@
|
|||||||
var selections = $("#manufacturer-part-table").bootstrapTable("getSelections");
|
var selections = $("#manufacturer-part-table").bootstrapTable("getSelections");
|
||||||
|
|
||||||
deleteManufacturerParts(selections, {
|
deleteManufacturerParts(selections, {
|
||||||
onSuccess: function() {
|
onSuccess: function() {
|
||||||
$("#manufacturer-part-table").bootstrapTable("refresh");
|
$("#manufacturer-part-table").bootstrapTable("refresh");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -378,10 +378,10 @@
|
|||||||
accept: function() {
|
accept: function() {
|
||||||
selections.forEach(function(part) {
|
selections.forEach(function(part) {
|
||||||
var url = `/api/company/part/${part.pk}/`;
|
var url = `/api/company/part/${part.pk}/`;
|
||||||
|
|
||||||
requests.push(inventreeDelete(url));
|
requests.push(inventreeDelete(url));
|
||||||
});
|
});
|
||||||
|
|
||||||
$.when.apply($, requests).done(function() {
|
$.when.apply($, requests).done(function() {
|
||||||
$('#supplier-part-table').bootstrapTable('refresh');
|
$('#supplier-part-table').bootstrapTable('refresh');
|
||||||
});
|
});
|
||||||
@ -412,4 +412,4 @@
|
|||||||
|
|
||||||
enableSidebar('company');
|
enableSidebar('company');
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
{% load inventree_extras %}
|
{% load inventree_extras %}
|
||||||
|
|
||||||
{% block page_title %}
|
{% block page_title %}
|
||||||
{% inventree_title %} | {% trans "Supplier List" %}
|
{% inventree_title %} | {% trans "Supplier List" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block heading %}
|
{% block heading %}
|
||||||
@ -23,11 +23,11 @@
|
|||||||
{% block page_info %}
|
{% block page_info %}
|
||||||
|
|
||||||
<div class='panel-content'>
|
<div class='panel-content'>
|
||||||
|
|
||||||
<div id='button-toolbar'>
|
<div id='button-toolbar'>
|
||||||
{% include "filter_list.html" with id='company' %}
|
{% include "filter_list.html" with id='company' %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed' id='company-table' data-toolbar='#button-toolbar'>
|
<table class='table table-striped table-condensed' id='company-table' data-toolbar='#button-toolbar'>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -59,4 +59,4 @@
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -137,7 +137,7 @@ src="{% static 'img/blank_image.png' %}"
|
|||||||
{% include "filter_list.html" with id='supplier-part' %}
|
{% include "filter_list.html" with id='supplier-part' %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="table table-striped table-condensed" id='supplier-table' data-toolbar='#supplier-button-toolbar'>
|
<table class="table table-striped table-condensed" id='supplier-table' data-toolbar='#supplier-button-toolbar'>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -267,10 +267,10 @@ $("#supplier-part-delete").click(function() {
|
|||||||
accept: function() {
|
accept: function() {
|
||||||
selections.forEach(function(part) {
|
selections.forEach(function(part) {
|
||||||
var url = `/api/company/part/${part.pk}/`;
|
var url = `/api/company/part/${part.pk}/`;
|
||||||
|
|
||||||
requests.push(inventreeDelete(url));
|
requests.push(inventreeDelete(url));
|
||||||
});
|
});
|
||||||
|
|
||||||
$.when.apply($, requests).done(function() {
|
$.when.apply($, requests).done(function() {
|
||||||
reloadSupplierPartTable();
|
reloadSupplierPartTable();
|
||||||
});
|
});
|
||||||
@ -295,7 +295,7 @@ $("#multi-parameter-delete").click(function() {
|
|||||||
text += `
|
text += `
|
||||||
</ul>
|
</ul>
|
||||||
</div>`;
|
</div>`;
|
||||||
|
|
||||||
showQuestionDialog(
|
showQuestionDialog(
|
||||||
'{% trans "Delete Parameters" %}',
|
'{% trans "Delete Parameters" %}',
|
||||||
text,
|
text,
|
||||||
@ -353,7 +353,7 @@ $('#order-part, #order-part2').click(function() {
|
|||||||
'{% url "api-part-detail" part.part.pk %}', {},
|
'{% url "api-part-detail" part.part.pk %}', {},
|
||||||
{
|
{
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
|
|
||||||
orderParts([response], {
|
orderParts([response], {
|
||||||
manufacturer_part: {{ part.pk }},
|
manufacturer_part: {{ part.pk }},
|
||||||
{% if part.manufacturer %}
|
{% if part.manufacturer %}
|
||||||
@ -389,4 +389,4 @@ $('#delete-part').click(function() {
|
|||||||
|
|
||||||
enableSidebar('manufacturerpart');
|
enableSidebar('manufacturerpart');
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -165,7 +165,7 @@ src="{% static 'img/blank_image.png' %}"
|
|||||||
<button class='btn btn-primary' type='button' id='order-part2' title='{% trans "Order part" %}'>
|
<button class='btn btn-primary' type='button' id='order-part2' title='{% trans "Order part" %}'>
|
||||||
<span class='fas fa-shopping-cart'></span> {% trans "Order Part" %}
|
<span class='fas fa-shopping-cart'></span> {% trans "Order Part" %}
|
||||||
</button>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -198,7 +198,7 @@ src="{% static 'img/blank_image.png' %}"
|
|||||||
<div id='price-break-toolbar' class='btn-group'>
|
<div id='price-break-toolbar' class='btn-group'>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed' id='price-break-table' data-toolbar='#price-break-toolbar'>
|
<table class='table table-striped table-condensed' id='price-break-table' data-toolbar='#price-break-toolbar'>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -39,7 +39,7 @@ database:
|
|||||||
#PASSWORD: inventree_password
|
#PASSWORD: inventree_password
|
||||||
#HOST: 'localhost'
|
#HOST: 'localhost'
|
||||||
#PORT: '5432'
|
#PORT: '5432'
|
||||||
|
|
||||||
# --- Example Configuration - sqlite3 ---
|
# --- Example Configuration - sqlite3 ---
|
||||||
# ENGINE: sqlite3
|
# ENGINE: sqlite3
|
||||||
# NAME: '/home/inventree/database.sqlite3'
|
# NAME: '/home/inventree/database.sqlite3'
|
||||||
@ -98,7 +98,7 @@ email:
|
|||||||
debug: True
|
debug: True
|
||||||
|
|
||||||
# Set debug_toolbar to True to enable a debugging toolbar for InvenTree
|
# Set debug_toolbar to True to enable a debugging toolbar for InvenTree
|
||||||
# Note: This will only be displayed if DEBUG mode is enabled,
|
# Note: This will only be displayed if DEBUG mode is enabled,
|
||||||
# and only if InvenTree is accessed from a local IP (127.0.0.1)
|
# and only if InvenTree is accessed from a local IP (127.0.0.1)
|
||||||
debug_toolbar: False
|
debug_toolbar: False
|
||||||
|
|
||||||
@ -118,7 +118,7 @@ allowed_hosts:
|
|||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
# Cross Origin Resource Sharing (CORS) settings (see https://github.com/ottoyiu/django-cors-headers)
|
# Cross Origin Resource Sharing (CORS) settings (see https://github.com/ottoyiu/django-cors-headers)
|
||||||
# Following parameters are
|
# Following parameters are
|
||||||
cors:
|
cors:
|
||||||
# CORS_ORIGIN_ALLOW_ALL - If True, the whitelist will not be used and all origins will be accepted.
|
# CORS_ORIGIN_ALLOW_ALL - If True, the whitelist will not be used and all origins will be accepted.
|
||||||
allow_all: True
|
allow_all: True
|
||||||
|
@ -19,7 +19,7 @@ def add_shipment(apps, schema_editor):
|
|||||||
Allocation = apps.get_model('order', 'salesorderallocation')
|
Allocation = apps.get_model('order', 'salesorderallocation')
|
||||||
SalesOrder = apps.get_model('order', 'salesorder')
|
SalesOrder = apps.get_model('order', 'salesorder')
|
||||||
Shipment = apps.get_model('order', 'salesordershipment')
|
Shipment = apps.get_model('order', 'salesordershipment')
|
||||||
|
|
||||||
n = 0
|
n = 0
|
||||||
|
|
||||||
for order in SalesOrder.objects.all():
|
for order in SalesOrder.objects.all():
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<span class='fas fa-sign-in-alt'></span> {% trans "Receive Items" %}
|
<span class='fas fa-sign-in-alt'></span> {% trans "Receive Items" %}
|
||||||
</button>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -38,7 +38,7 @@
|
|||||||
<div id='order-toolbar-buttons' class='btn-group' style='float: right;'>
|
<div id='order-toolbar-buttons' class='btn-group' style='float: right;'>
|
||||||
{% include "filter_list.html" with id="purchase-order-lines" %}
|
{% include "filter_list.html" with id="purchase-order-lines" %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed' id='po-line-table' data-toolbar='#order-toolbar-buttons'>
|
<table class='table table-striped table-condensed' id='po-line-table' data-toolbar='#order-toolbar-buttons'>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -260,4 +260,4 @@ loadOrderTotal(
|
|||||||
|
|
||||||
enableSidebar('purchaseorder');
|
enableSidebar('purchaseorder');
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -41,12 +41,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed po-table' data-toolbar='#table-buttons' id='purchase-order-table'>
|
<table class='table table-striped table-condensed po-table' data-toolbar='#table-buttons' id='purchase-order-table'>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div id='purchase-order-calendar'></div>
|
<div id='purchase-order-calendar'></div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@ -192,4 +192,4 @@ loadPurchaseOrderTable("#purchase-order-table", {
|
|||||||
url: "{% url 'api-po-list' %}",
|
url: "{% url 'api-po-list' %}",
|
||||||
});
|
});
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -181,7 +181,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
onPanelLoad('order-shipments-complete', function() {
|
onPanelLoad('order-shipments-complete', function() {
|
||||||
loadSalesOrderShipmentTable('#completed-shipments-table', {
|
loadSalesOrderShipmentTable('#completed-shipments-table', {
|
||||||
order: {{ order.pk }},
|
order: {{ order.pk }},
|
||||||
@ -293,5 +293,5 @@
|
|||||||
);
|
);
|
||||||
|
|
||||||
enableSidebar('salesorder');
|
enableSidebar('salesorder');
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -44,13 +44,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed po-table' data-toolbar='#table-buttons' id='sales-order-table'>
|
<table class='table table-striped table-condensed po-table' data-toolbar='#table-buttons' id='sales-order-table'>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div id='sales-order-calendar'></div>
|
<div id='sales-order-calendar'></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block js_load %}
|
{% block js_load %}
|
||||||
@ -192,4 +192,4 @@ $("#so-create").click(function() {
|
|||||||
createSalesOrder();
|
createSalesOrder();
|
||||||
});
|
});
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Create some fasteners
|
# Create some fasteners
|
||||||
|
|
||||||
- model: part.part
|
- model: part.part
|
||||||
pk: 1
|
pk: 1
|
||||||
|
@ -7,7 +7,7 @@ def create_thumbnails(apps, schema_editor):
|
|||||||
"""
|
"""
|
||||||
Create thumbnails for all existing Part images.
|
Create thumbnails for all existing Part images.
|
||||||
|
|
||||||
Note: This functionality is now performed in apps.py,
|
Note: This functionality is now performed in apps.py,
|
||||||
as running the thumbnail script here caused too many database level errors.
|
as running the thumbnail script here caused too many database level errors.
|
||||||
|
|
||||||
This migration is left here to maintain the database migration history
|
This migration is left here to maintain the database migration history
|
||||||
|
@ -33,7 +33,7 @@ def migrate_currencies(apps, schema_editor):
|
|||||||
|
|
||||||
# The 'suffix' field denotes the currency code
|
# The 'suffix' field denotes the currency code
|
||||||
response = cursor.execute('SELECT id, suffix, description from common_currency;')
|
response = cursor.execute('SELECT id, suffix, description from common_currency;')
|
||||||
|
|
||||||
results = cursor.fetchall()
|
results = cursor.fetchall()
|
||||||
|
|
||||||
remap = {}
|
remap = {}
|
||||||
@ -57,7 +57,7 @@ def migrate_currencies(apps, schema_editor):
|
|||||||
|
|
||||||
# Now iterate through each PartSellPriceBreak and update the rows
|
# Now iterate through each PartSellPriceBreak and update the rows
|
||||||
response = cursor.execute('SELECT id, cost, currency_id, price, price_currency from part_partsellpricebreak;')
|
response = cursor.execute('SELECT id, cost, currency_id, price, price_currency from part_partsellpricebreak;')
|
||||||
|
|
||||||
results = cursor.fetchall()
|
results = cursor.fetchall()
|
||||||
|
|
||||||
count = 0
|
count = 0
|
||||||
@ -93,7 +93,7 @@ def reverse_currencies(apps, schema_editor): # pragma: no cover
|
|||||||
|
|
||||||
# Extract a list of currency codes which are in use
|
# Extract a list of currency codes which are in use
|
||||||
response = cursor.execute(f'SELECT id, price, price_currency from part_partsellpricebreak;')
|
response = cursor.execute(f'SELECT id, price, price_currency from part_partsellpricebreak;')
|
||||||
|
|
||||||
results = cursor.fetchall()
|
results = cursor.fetchall()
|
||||||
|
|
||||||
codes_in_use = set()
|
codes_in_use = set()
|
||||||
@ -124,7 +124,7 @@ def reverse_currencies(apps, schema_editor): # pragma: no cover
|
|||||||
|
|
||||||
# Create a new object in the database
|
# Create a new object in the database
|
||||||
print(f"Creating new Currency object for {code}")
|
print(f"Creating new Currency object for {code}")
|
||||||
|
|
||||||
# Construct a query to create a new Currency object
|
# Construct a query to create a new Currency object
|
||||||
query = f"INSERT into common_currency (symbol, suffix, description, value, base) VALUES ('$', '{code}', '{description}', 1.0, False);"
|
query = f"INSERT into common_currency (symbol, suffix, description, value, base) VALUES ('$', '{code}', '{description}', 1.0, False);"
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a class='dropdown-item' href='#' id='bom-item-delete'><span class='fas fa-trash-alt icon-red'></span> {% trans "Delete Items" %}</a></li>
|
<li><a class='dropdown-item' href='#' id='bom-item-delete'><span class='fas fa-trash-alt icon-red'></span> {% trans "Delete Items" %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% include "filter_list.html" with id="bom" %}
|
{% include "filter_list.html" with id="bom" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -188,7 +188,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class='panel-content'>
|
<div class='panel-content'>
|
||||||
<table class='table table-striped table-condensed' data-toolbar='#part-button-toolbar' id='part-table'>
|
<table class='table table-striped table-condensed' data-toolbar='#part-button-toolbar' id='part-table'>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -221,9 +221,9 @@
|
|||||||
{% include "filter_list.html" with id="category" %}
|
{% include "filter_list.html" with id="category" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed' id='subcategory-table' data-toolbar='#subcategory-button-toolbar'></table>
|
<table class='table table-striped table-condensed' id='subcategory-table' data-toolbar='#subcategory-button-toolbar'></table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -255,7 +255,7 @@
|
|||||||
onPanelLoad('parameters', function() {
|
onPanelLoad('parameters', function() {
|
||||||
loadParametricPartTable(
|
loadParametricPartTable(
|
||||||
"#parametric-part-table",
|
"#parametric-part-table",
|
||||||
{
|
{
|
||||||
category: {{ category.pk }},
|
category: {{ category.pk }},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
@ -341,7 +341,7 @@
|
|||||||
location.href = `/part/${data.pk}/`;
|
location.href = `/part/${data.pk}/`;
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
@ -66,14 +66,14 @@
|
|||||||
{% include "filter_list.html" with id="parttests" %}
|
{% include "filter_list.html" with id="parttests" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed' data-toolbar='#test-button-toolbar' id='test-template-table'></table>
|
<table class='table table-striped table-condensed' data-toolbar='#test-button-toolbar' id='test-template-table'></table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='panel panel-hidden' id='panel-purchase-orders'>
|
<div class='panel panel-hidden' id='panel-purchase-orders'>
|
||||||
<div class='panel-heading'>
|
<div class='panel-heading'>
|
||||||
<div class='d-flex flex-wrap'>
|
<div class='d-flex flex-wrap'>
|
||||||
<h4>{% trans "Purchase Orders" %}</h4>
|
<h4>{% trans "Purchase Orders" %}</h4>
|
||||||
{% include "spacer.html" %}
|
{% include "spacer.html" %}
|
||||||
<div class='btn-group' role='group'>
|
<div class='btn-group' role='group'>
|
||||||
@ -89,9 +89,9 @@
|
|||||||
{% include "filter_list.html" with id="partpurchaseorders" %}
|
{% include "filter_list.html" with id="partpurchaseorders" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed po-table' id='purchase-order-table' data-toolbar='#po-button-bar'>
|
<table class='table table-striped table-condensed po-table' id='purchase-order-table' data-toolbar='#po-button-bar'>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -114,7 +114,7 @@
|
|||||||
<h4>{% trans "Sales Order Allocations" %}</h4>
|
<h4>{% trans "Sales Order Allocations" %}</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class='panel-content'>
|
<div class='panel-content'>
|
||||||
|
|
||||||
<div id='sales-order-allocation-button-toolbar'>
|
<div id='sales-order-allocation-button-toolbar'>
|
||||||
<div class='btn-group' role='group'>
|
<div class='btn-group' role='group'>
|
||||||
{% include "filter_list.html" with id="salesorderallocation" %}
|
{% include "filter_list.html" with id="salesorderallocation" %}
|
||||||
@ -167,7 +167,7 @@
|
|||||||
{% include "filter_list.html" with id="variants" %}
|
{% include "filter_list.html" with id="variants" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed' id='variants-table' data-toolbar='#variant-button-toolbar'>
|
<table class='table table-striped table-condensed' id='variants-table' data-toolbar='#variant-button-toolbar'>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -268,7 +268,7 @@
|
|||||||
<li><a class='dropdown-item' href='#' id='validate-bom'><span class='fas fa-clipboard-check icon-green'></span> {% trans "Validate BOM" %}</a></li>
|
<li><a class='dropdown-item' href='#' id='validate-bom'><span class='fas fa-clipboard-check icon-green'></span> {% trans "Validate BOM" %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if roles.part.change %}
|
{% if roles.part.change %}
|
||||||
<button class='btn btn-success' type='button' title='{% trans "New BOM Item" %}' id='bom-item-new'>
|
<button class='btn btn-success' type='button' title='{% trans "New BOM Item" %}' id='bom-item-new'>
|
||||||
<span class='fas fa-plus-circle'></span> {% trans "Add BOM Item" %}
|
<span class='fas fa-plus-circle'></span> {% trans "Add BOM Item" %}
|
||||||
@ -292,7 +292,7 @@
|
|||||||
{% include "filter_list.html" with id="usedin" %}
|
{% include "filter_list.html" with id="usedin" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="table table-striped table-condensed" id='used-table' data-toolbar='#assembly-button-toolbar'>
|
<table class="table table-striped table-condensed" id='used-table' data-toolbar='#assembly-button-toolbar'>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -321,7 +321,7 @@
|
|||||||
{% include "filter_list.html" with id="build" %}
|
{% include "filter_list.html" with id="build" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed' data-toolbar='#build-button-toolbar' id='build-table'>
|
<table class='table table-striped table-condensed' data-toolbar='#build-button-toolbar' id='build-table'>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -366,7 +366,7 @@
|
|||||||
{% include "filter_list.html" with id="supplier-part" %}
|
{% include "filter_list.html" with id="supplier-part" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="table table-striped table-condensed" id='supplier-part-table' data-toolbar='#supplier-button-toolbar'>
|
<table class="table table-striped table-condensed" id='supplier-part-table' data-toolbar='#supplier-button-toolbar'>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -397,7 +397,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<table class='table table-condensed table-striped' id='manufacturer-part-table' data-toolbar='#manufacturer-button-toolbar'></table>
|
<table class='table table-condensed table-striped' id='manufacturer-part-table' data-toolbar='#manufacturer-button-toolbar'></table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@ -432,21 +432,21 @@
|
|||||||
function reloadSupplierPartTable() {
|
function reloadSupplierPartTable() {
|
||||||
$('#supplier-part-table').bootstrapTable('refresh');
|
$('#supplier-part-table').bootstrapTable('refresh');
|
||||||
}
|
}
|
||||||
|
|
||||||
$('#supplier-create').click(function () {
|
$('#supplier-create').click(function () {
|
||||||
|
|
||||||
createSupplierPart({
|
createSupplierPart({
|
||||||
part: {{ part.pk }},
|
part: {{ part.pk }},
|
||||||
onSuccess: reloadSupplierPartTable,
|
onSuccess: reloadSupplierPartTable,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#supplier-part-delete").click(function() {
|
$("#supplier-part-delete").click(function() {
|
||||||
|
|
||||||
var selections = $("#supplier-part-table").bootstrapTable("getSelections");
|
var selections = $("#supplier-part-table").bootstrapTable("getSelections");
|
||||||
|
|
||||||
var requests = [];
|
var requests = [];
|
||||||
|
|
||||||
showQuestionDialog(
|
showQuestionDialog(
|
||||||
'{% trans "Delete Supplier Parts?" %}',
|
'{% trans "Delete Supplier Parts?" %}',
|
||||||
'{% trans "All selected supplier parts will be deleted" %}',
|
'{% trans "All selected supplier parts will be deleted" %}',
|
||||||
@ -454,10 +454,10 @@
|
|||||||
accept: function() {
|
accept: function() {
|
||||||
selections.forEach(function(part) {
|
selections.forEach(function(part) {
|
||||||
var url = `/api/company/part/${part.pk}/`;
|
var url = `/api/company/part/${part.pk}/`;
|
||||||
|
|
||||||
requests.push(inventreeDelete(url));
|
requests.push(inventreeDelete(url));
|
||||||
});
|
});
|
||||||
|
|
||||||
$.when.apply($, requests).done(function() {
|
$.when.apply($, requests).done(function() {
|
||||||
reloadSupplierPartTable();
|
reloadSupplierPartTable();
|
||||||
});
|
});
|
||||||
@ -465,7 +465,7 @@
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
loadSupplierPartTable(
|
loadSupplierPartTable(
|
||||||
"#supplier-part-table",
|
"#supplier-part-table",
|
||||||
"{% url 'api-supplier-part-list' %}",
|
"{% url 'api-supplier-part-list' %}",
|
||||||
@ -478,9 +478,9 @@
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
linkButtonsToSelection($("#supplier-part-table"), ['#supplier-part-options']);
|
linkButtonsToSelection($("#supplier-part-table"), ['#supplier-part-options']);
|
||||||
|
|
||||||
loadManufacturerPartTable(
|
loadManufacturerPartTable(
|
||||||
'#manufacturer-part-table',
|
'#manufacturer-part-table',
|
||||||
"{% url 'api-manufacturer-part-list' %}",
|
"{% url 'api-manufacturer-part-list' %}",
|
||||||
@ -492,22 +492,22 @@
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
linkButtonsToSelection($("#manufacturer-part-table"), ['#manufacturer-part-options']);
|
linkButtonsToSelection($("#manufacturer-part-table"), ['#manufacturer-part-options']);
|
||||||
|
|
||||||
$("#manufacturer-part-delete").click(function() {
|
$("#manufacturer-part-delete").click(function() {
|
||||||
|
|
||||||
var selections = $("#manufacturer-part-table").bootstrapTable("getSelections");
|
var selections = $("#manufacturer-part-table").bootstrapTable("getSelections");
|
||||||
|
|
||||||
deleteManufacturerParts(selections, {
|
deleteManufacturerParts(selections, {
|
||||||
onSuccess: function() {
|
onSuccess: function() {
|
||||||
$("#manufacturer-part-table").bootstrapTable("refresh");
|
$("#manufacturer-part-table").bootstrapTable("refresh");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#manufacturer-create').click(function () {
|
$('#manufacturer-create').click(function () {
|
||||||
|
|
||||||
createManufacturerPart({
|
createManufacturerPart({
|
||||||
part: {{ part.pk }},
|
part: {{ part.pk }},
|
||||||
onSuccess: function() {
|
onSuccess: function() {
|
||||||
@ -526,7 +526,7 @@
|
|||||||
part: {{ part.pk }},
|
part: {{ part.pk }},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
loadBuildTable($("#build-table"), {
|
loadBuildTable($("#build-table"), {
|
||||||
url: "{% url 'api-build-list' %}",
|
url: "{% url 'api-build-list' %}",
|
||||||
params: {
|
params: {
|
||||||
@ -542,7 +542,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Load the "sales orders" tab
|
// Load the "sales orders" tab
|
||||||
@ -686,7 +686,7 @@
|
|||||||
|
|
||||||
$('.delete-related-part').click(function() {
|
$('.delete-related-part').click(function() {
|
||||||
var button = $(this);
|
var button = $(this);
|
||||||
|
|
||||||
launchModalForm(button.attr('url'), {
|
launchModalForm(button.attr('url'), {
|
||||||
reload: true,
|
reload: true,
|
||||||
});
|
});
|
||||||
@ -698,7 +698,7 @@
|
|||||||
loadPartVariantTable($('#variants-table'), {{ part.pk }});
|
loadPartVariantTable($('#variants-table'), {{ part.pk }});
|
||||||
|
|
||||||
$('#new-variant').click(function() {
|
$('#new-variant').click(function() {
|
||||||
|
|
||||||
duplicatePart(
|
duplicatePart(
|
||||||
{{ part.pk}},
|
{{ part.pk}},
|
||||||
{
|
{
|
||||||
@ -732,7 +732,7 @@
|
|||||||
params: {
|
params: {
|
||||||
part: {{ part.id }},
|
part: {{ part.id }},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
@ -762,7 +762,7 @@
|
|||||||
part: {{ part.pk }},
|
part: {{ part.pk }},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
// Callback for "add test template" button
|
// Callback for "add test template" button
|
||||||
$("#add-test-template").click(function() {
|
$("#add-test-template").click(function() {
|
||||||
@ -799,7 +799,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
loadStockTable($("#stock-table"), {
|
loadStockTable($("#stock-table"), {
|
||||||
params: {
|
params: {
|
||||||
part: {{ part.id }},
|
part: {{ part.id }},
|
||||||
@ -825,7 +825,7 @@
|
|||||||
|
|
||||||
onPanelLoad("part-parameters", function() {
|
onPanelLoad("part-parameters", function() {
|
||||||
loadPartParameterTable(
|
loadPartParameterTable(
|
||||||
'#parameter-table',
|
'#parameter-table',
|
||||||
'{% url "api-part-parameter-list" %}',
|
'{% url "api-part-parameter-list" %}',
|
||||||
{
|
{
|
||||||
params: {
|
params: {
|
||||||
@ -833,13 +833,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
$('#param-table').inventreeTable({
|
$('#param-table').inventreeTable({
|
||||||
});
|
});
|
||||||
|
|
||||||
{% if roles.part.add %}
|
{% if roles.part.add %}
|
||||||
$('#param-create').click(function() {
|
$('#param-create').click(function() {
|
||||||
|
|
||||||
constructForm('{% url "api-part-parameter-list" %}', {
|
constructForm('{% url "api-part-parameter-list" %}', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
fields: {
|
fields: {
|
||||||
@ -857,18 +857,18 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
$('.param-edit').click(function() {
|
$('.param-edit').click(function() {
|
||||||
var button = $(this);
|
var button = $(this);
|
||||||
|
|
||||||
launchModalForm(button.attr('url'), {
|
launchModalForm(button.attr('url'), {
|
||||||
reload: true,
|
reload: true,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.param-delete').click(function() {
|
$('.param-delete').click(function() {
|
||||||
var button = $(this);
|
var button = $(this);
|
||||||
|
|
||||||
launchModalForm(button.attr('url'), {
|
launchModalForm(button.attr('url'), {
|
||||||
reload: true,
|
reload: true,
|
||||||
});
|
});
|
||||||
@ -887,7 +887,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
enableDragAndDrop(
|
enableDragAndDrop(
|
||||||
'#attachment-dropzone',
|
'#attachment-dropzone',
|
||||||
'{% url "api-part-attachment-list" %}',
|
'{% url "api-part-attachment-list" %}',
|
||||||
@ -962,7 +962,7 @@
|
|||||||
}
|
}
|
||||||
var StockPriceChart = loadStockPricingChart($('#StockPriceChart'), purchasepricedata)
|
var StockPriceChart = loadStockPricingChart($('#StockPriceChart'), purchasepricedata)
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if bom_parts %}
|
{% if bom_parts %}
|
||||||
var bom_colors = randomColor({hue: 'green', count: {{ bom_parts|length }} })
|
var bom_colors = randomColor({hue: 'green', count: {{ bom_parts|length }} })
|
||||||
var bomdata = {
|
var bomdata = {
|
||||||
|
@ -153,7 +153,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</h5>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include "spacer.html" %}
|
{% include "spacer.html" %}
|
||||||
|
|
||||||
<button type='button' class='btn btn-outline-secondary' data-bs-toggle='collapse' href='#collapse-part-details' role='button' id='toggle-details-button'>
|
<button type='button' class='btn btn-outline-secondary' data-bs-toggle='collapse' href='#collapse-part-details' role='button' id='toggle-details-button'>
|
||||||
@ -574,7 +574,7 @@
|
|||||||
$('#toggle-details-button').html('{% trans "Hide Part Details" %}');
|
$('#toggle-details-button').html('{% trans "Hide Part Details" %}');
|
||||||
inventreeSave('show-part-details', true);
|
inventreeSave('show-part-details', true);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Callback function when the "part details" panel is hidden
|
// Callback function when the "part details" panel is hidden
|
||||||
$('#collapse-part-details').on('hide.bs.collapse', function() {
|
$('#collapse-part-details').on('hide.bs.collapse', function() {
|
||||||
$('#toggle-details-button').html('{% trans "Show Part Details" %}');
|
$('#toggle-details-button').html('{% trans "Show Part Details" %}');
|
||||||
@ -587,6 +587,6 @@
|
|||||||
|
|
||||||
$('#serial-number-search').click(function() {
|
$('#serial-number-search').click(function() {
|
||||||
findStockItemBySerialNumber({{ part.pk }});
|
findStockItemBySerialNumber({{ part.pk }});
|
||||||
});
|
});
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if part.assembly and part.bom_count > 0 %}
|
{% if part.assembly and part.bom_count > 0 %}
|
||||||
{% if min_total_bom_price %}
|
{% if min_total_bom_price %}
|
||||||
<tr>
|
<tr>
|
||||||
@ -98,7 +98,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if show_internal_price and roles.sales_order.view %}
|
{% if show_internal_price and roles.sales_order.view %}
|
||||||
{% if total_internal_part_price %}
|
{% if total_internal_part_price %}
|
||||||
<tr>
|
<tr>
|
||||||
@ -113,7 +113,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if total_part_price %}
|
{% if total_part_price %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>{% trans 'Sale Price' %}</strong>
|
<td><strong>{% trans 'Sale Price' %}</strong>
|
||||||
@ -155,11 +155,11 @@
|
|||||||
{% if part.purchaseable and roles.purchase_order.view %}
|
{% if part.purchaseable and roles.purchase_order.view %}
|
||||||
<a class="anchor" id="supplier-cost"></a>
|
<a class="anchor" id="supplier-cost"></a>
|
||||||
<div class='panel-heading'>
|
<div class='panel-heading'>
|
||||||
<h4>{% trans "Supplier Cost" %}
|
<h4>{% trans "Supplier Cost" %}
|
||||||
<a href="#overview" title='{% trans "Jump to overview" %}'><span class="fas fa-level-up-alt"></span></a>
|
<a href="#overview" title='{% trans "Jump to overview" %}'><span class="fas fa-level-up-alt"></span></a>
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='panel-content'>
|
<div class='panel-content'>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col col-md-6">
|
<div class="col col-md-6">
|
||||||
@ -176,7 +176,7 @@
|
|||||||
{% if show_price_history %}
|
{% if show_price_history %}
|
||||||
<a class="anchor" id="purchase-price"></a>
|
<a class="anchor" id="purchase-price"></a>
|
||||||
<div class='panel-heading'>
|
<div class='panel-heading'>
|
||||||
<h4>{% trans "Purchase Price" %}
|
<h4>{% trans "Purchase Price" %}
|
||||||
<a href="#overview" title='{% trans "Jump to overview" %}'><span class="fas fa-level-up-alt"></span></a>
|
<a href="#overview" title='{% trans "Jump to overview" %}'><span class="fas fa-level-up-alt"></span></a>
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
@ -200,11 +200,11 @@
|
|||||||
{% if show_internal_price and roles.sales_order.view %}
|
{% if show_internal_price and roles.sales_order.view %}
|
||||||
<a class="anchor" id="internal-cost"></a>
|
<a class="anchor" id="internal-cost"></a>
|
||||||
<div class='panel-heading'>
|
<div class='panel-heading'>
|
||||||
<h4>{% trans "Internal Cost" %}
|
<h4>{% trans "Internal Cost" %}
|
||||||
<a href="#overview" title='{% trans "Jump to overview" %}'><span class="fas fa-level-up-alt"></span></a>
|
<a href="#overview" title='{% trans "Jump to overview" %}'><span class="fas fa-level-up-alt"></span></a>
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='panel-content'>
|
<div class='panel-content'>
|
||||||
<div class="row full-height">
|
<div class="row full-height">
|
||||||
<div class="col col-md-8">
|
<div class="col col-md-8">
|
||||||
@ -218,7 +218,7 @@
|
|||||||
<span class='fas fa-plus-circle'></span> {% trans "Add Internal Price Break" %}
|
<span class='fas fa-plus-circle'></span> {% trans "Add Internal Price Break" %}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed' id='internal-price-break-table' data-toolbar='#internal-price-break-toolbar'
|
<table class='table table-striped table-condensed' id='internal-price-break-table' data-toolbar='#internal-price-break-toolbar'
|
||||||
data-sort-name="quantity" data-sort-order="asc">
|
data-sort-name="quantity" data-sort-order="asc">
|
||||||
</table>
|
</table>
|
||||||
@ -230,11 +230,11 @@
|
|||||||
{% if part.has_bom and roles.sales_order.view %}
|
{% if part.has_bom and roles.sales_order.view %}
|
||||||
<a class="anchor" id="bom-cost"></a>
|
<a class="anchor" id="bom-cost"></a>
|
||||||
<div class='panel-heading'>
|
<div class='panel-heading'>
|
||||||
<h4>{% trans "BOM Cost" %}
|
<h4>{% trans "BOM Cost" %}
|
||||||
<a href="#overview" title='{% trans "Jump to overview" %}'><span class="fas fa-level-up-alt"></span></a>
|
<a href="#overview" title='{% trans "Jump to overview" %}'><span class="fas fa-level-up-alt"></span></a>
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='panel-content'>
|
<div class='panel-content'>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col col-md-6">
|
<div class="col col-md-6">
|
||||||
@ -256,11 +256,11 @@
|
|||||||
{% if part.salable and roles.sales_order.view %}
|
{% if part.salable and roles.sales_order.view %}
|
||||||
<a class="anchor" id="sale-cost"></a>
|
<a class="anchor" id="sale-cost"></a>
|
||||||
<div class='panel-heading'>
|
<div class='panel-heading'>
|
||||||
<h4>{% trans "Sale Cost" %}
|
<h4>{% trans "Sale Cost" %}
|
||||||
<a href="#overview" title='{% trans "Jump to overview" %}'><span class="fas fa-level-up-alt"></span></a>
|
<a href="#overview" title='{% trans "Jump to overview" %}'><span class="fas fa-level-up-alt"></span></a>
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='panel-content'>
|
<div class='panel-content'>
|
||||||
<div class="row full-height">
|
<div class="row full-height">
|
||||||
<div class="col col-md-8">
|
<div class="col col-md-8">
|
||||||
@ -274,7 +274,7 @@
|
|||||||
<span class='fas fa-plus-circle'></span> {% trans "Add Price Break" %}
|
<span class='fas fa-plus-circle'></span> {% trans "Add Price Break" %}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed' id='price-break-table' data-toolbar='#price-break-toolbar'
|
<table class='table table-striped table-condensed' id='price-break-table' data-toolbar='#price-break-toolbar'
|
||||||
data-sort-name="quantity" data-sort-order="asc">
|
data-sort-name="quantity" data-sort-order="asc">
|
||||||
</table>
|
</table>
|
||||||
@ -285,11 +285,11 @@
|
|||||||
{% if show_price_history %}
|
{% if show_price_history %}
|
||||||
<a class="anchor" id="sale-price"></a>
|
<a class="anchor" id="sale-price"></a>
|
||||||
<div class='panel-heading'>
|
<div class='panel-heading'>
|
||||||
<h4>{% trans "Sale Price" %}
|
<h4>{% trans "Sale Price" %}
|
||||||
<a href="#overview" title='{% trans "Jump to overview" %}'><span class="fas fa-level-up-alt"></span></a>
|
<a href="#overview" title='{% trans "Jump to overview" %}'><span class="fas fa-level-up-alt"></span></a>
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='panel-content'>
|
<div class='panel-content'>
|
||||||
{% if sale_history|length > 0 %}
|
{% if sale_history|length > 0 %}
|
||||||
<div style="max-width: 99%; min-height: 300px">
|
<div style="max-width: 99%; min-height: 300px">
|
||||||
@ -303,4 +303,3 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
@ -274,7 +274,7 @@
|
|||||||
tree_id: 0
|
tree_id: 0
|
||||||
lft: 0
|
lft: 0
|
||||||
rght: 0
|
rght: 0
|
||||||
|
|
||||||
- model: stock.stockitem
|
- model: stock.stockitem
|
||||||
pk: 1002
|
pk: 1002
|
||||||
fields:
|
fields:
|
||||||
@ -285,7 +285,7 @@
|
|||||||
tree_id: 0
|
tree_id: 0
|
||||||
lft: 0
|
lft: 0
|
||||||
rght: 0
|
rght: 0
|
||||||
|
|
||||||
- model: stock.stockitem
|
- model: stock.stockitem
|
||||||
pk: 1003
|
pk: 1003
|
||||||
fields:
|
fields:
|
||||||
@ -307,7 +307,7 @@
|
|||||||
tree_id: 0
|
tree_id: 0
|
||||||
lft: 0
|
lft: 0
|
||||||
rght: 0
|
rght: 0
|
||||||
|
|
||||||
- model: stock.stockitem
|
- model: stock.stockitem
|
||||||
pk: 1005
|
pk: 1005
|
||||||
fields:
|
fields:
|
||||||
@ -318,7 +318,7 @@
|
|||||||
tree_id: 0
|
tree_id: 0
|
||||||
lft: 0
|
lft: 0
|
||||||
rght: 0
|
rght: 0
|
||||||
|
|
||||||
- model: stock.stockitem
|
- model: stock.stockitem
|
||||||
pk: 1006
|
pk: 1006
|
||||||
fields:
|
fields:
|
||||||
@ -329,7 +329,7 @@
|
|||||||
tree_id: 0
|
tree_id: 0
|
||||||
lft: 0
|
lft: 0
|
||||||
rght: 0
|
rght: 0
|
||||||
|
|
||||||
- model: stock.stockitem
|
- model: stock.stockitem
|
||||||
pk: 1007
|
pk: 1007
|
||||||
fields:
|
fields:
|
||||||
@ -340,7 +340,7 @@
|
|||||||
tree_id: 0
|
tree_id: 0
|
||||||
lft: 0
|
lft: 0
|
||||||
rght: 0
|
rght: 0
|
||||||
|
|
||||||
- model: stock.stockitem
|
- model: stock.stockitem
|
||||||
pk: 1008
|
pk: 1008
|
||||||
fields:
|
fields:
|
||||||
@ -351,4 +351,3 @@
|
|||||||
tree_id: 0
|
tree_id: 0
|
||||||
lft: 0
|
lft: 0
|
||||||
rght: 0
|
rght: 0
|
||||||
|
|
@ -26,7 +26,7 @@ def update_history(apps, schema_editor):
|
|||||||
# Note we cannot use the 'pathstring' function here as we don't have access to model functions!
|
# Note we cannot use the 'pathstring' function here as we don't have access to model functions!
|
||||||
|
|
||||||
path = [location.name]
|
path = [location.name]
|
||||||
|
|
||||||
loc = location
|
loc = location
|
||||||
|
|
||||||
while loc.parent:
|
while loc.parent:
|
||||||
@ -48,7 +48,7 @@ def update_history(apps, schema_editor):
|
|||||||
|
|
||||||
deltas = {}
|
deltas = {}
|
||||||
updated = False
|
updated = False
|
||||||
|
|
||||||
q = entry.quantity
|
q = entry.quantity
|
||||||
|
|
||||||
if idx == 0 or not q == quantity:
|
if idx == 0 or not q == quantity:
|
||||||
@ -69,7 +69,7 @@ def update_history(apps, schema_editor):
|
|||||||
|
|
||||||
if 'completed build' in title:
|
if 'completed build' in title:
|
||||||
tracking_type = StockHistoryCode.BUILD_OUTPUT_COMPLETED
|
tracking_type = StockHistoryCode.BUILD_OUTPUT_COMPLETED
|
||||||
|
|
||||||
elif 'removed' in title and 'item' in title:
|
elif 'removed' in title and 'item' in title:
|
||||||
|
|
||||||
if entry.notes.lower().startswith('split '):
|
if entry.notes.lower().startswith('split '):
|
||||||
@ -81,7 +81,7 @@ def update_history(apps, schema_editor):
|
|||||||
result = re.search(r"^removed ([\d\.]+) items", title)
|
result = re.search(r"^removed ([\d\.]+) items", title)
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
|
|
||||||
removed = result.groups()[0]
|
removed = result.groups()[0]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@ -93,12 +93,12 @@ def update_history(apps, schema_editor):
|
|||||||
print(f"WARNING: Error converting removed quantity '{removed}'")
|
print(f"WARNING: Error converting removed quantity '{removed}'")
|
||||||
else:
|
else:
|
||||||
print(f"Could not decode '{title}'")
|
print(f"Could not decode '{title}'")
|
||||||
|
|
||||||
elif 'split from existing' in title:
|
elif 'split from existing' in title:
|
||||||
tracking_type = StockHistoryCode.SPLIT_FROM_PARENT
|
tracking_type = StockHistoryCode.SPLIT_FROM_PARENT
|
||||||
|
|
||||||
deltas['quantity'] = float(q)
|
deltas['quantity'] = float(q)
|
||||||
|
|
||||||
elif 'moved to' in title:
|
elif 'moved to' in title:
|
||||||
tracking_type = StockHistoryCode.STOCK_MOVE
|
tracking_type = StockHistoryCode.STOCK_MOVE
|
||||||
|
|
||||||
@ -119,7 +119,7 @@ def update_history(apps, schema_editor):
|
|||||||
# Direct match for name
|
# Direct match for name
|
||||||
if text == location.name:
|
if text == location.name:
|
||||||
matches.add(location)
|
matches.add(location)
|
||||||
|
|
||||||
# Match for "name - description"
|
# Match for "name - description"
|
||||||
compare = f"{location.name} - {location.description}"
|
compare = f"{location.name} - {location.description}"
|
||||||
|
|
||||||
@ -140,7 +140,7 @@ def update_history(apps, schema_editor):
|
|||||||
else:
|
else:
|
||||||
print(f"No location match: '{text}'")
|
print(f"No location match: '{text}'")
|
||||||
break
|
break
|
||||||
|
|
||||||
elif 'created stock item' in title:
|
elif 'created stock item' in title:
|
||||||
tracking_type = StockHistoryCode.CREATED
|
tracking_type = StockHistoryCode.CREATED
|
||||||
|
|
||||||
@ -152,7 +152,7 @@ def update_history(apps, schema_editor):
|
|||||||
|
|
||||||
elif 'counted' in title:
|
elif 'counted' in title:
|
||||||
tracking_type = StockHistoryCode.STOCK_COUNT
|
tracking_type = StockHistoryCode.STOCK_COUNT
|
||||||
|
|
||||||
elif 'added' in title:
|
elif 'added' in title:
|
||||||
tracking_type = StockHistoryCode.STOCK_ADD
|
tracking_type = StockHistoryCode.STOCK_ADD
|
||||||
|
|
||||||
@ -160,7 +160,7 @@ def update_history(apps, schema_editor):
|
|||||||
result = re.search(r"^added ([\d\.]+) items", title)
|
result = re.search(r"^added ([\d\.]+) items", title)
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
|
|
||||||
added = result.groups()[0]
|
added = result.groups()[0]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class='panel-content'>
|
<div class='panel-content'>
|
||||||
<div id='tracking-table-toolbar'>
|
<div id='tracking-table-toolbar'>
|
||||||
<div class='btn-group'>
|
<div class='btn-group'>
|
||||||
{% include "filter_list.html" with id="stocktracking" %}
|
{% include "filter_list.html" with id="stocktracking" %}
|
||||||
</div>
|
</div>
|
||||||
@ -111,8 +111,8 @@
|
|||||||
{% include "filter_list.html" with id="stocktests" %}
|
{% include "filter_list.html" with id="stocktests" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed' data-toolbar='#test-button-toolbar' id='test-result-table'></table>
|
<table class='table table-striped table-condensed' data-toolbar='#test-button-toolbar' id='test-result-table'></table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -210,7 +210,7 @@
|
|||||||
quantity: {{ item.quantity|unlocalize }},
|
quantity: {{ item.quantity|unlocalize }},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
onPanelLoad('notes', function() {
|
onPanelLoad('notes', function() {
|
||||||
setupNotesField(
|
setupNotesField(
|
||||||
'stock-notes',
|
'stock-notes',
|
||||||
@ -322,7 +322,7 @@
|
|||||||
reload: true,
|
reload: true,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
loadStockTrackingTable($("#track-table"), {
|
loadStockTrackingTable($("#track-table"), {
|
||||||
params: {
|
params: {
|
||||||
@ -330,7 +330,7 @@
|
|||||||
item: {{ item.pk }},
|
item: {{ item.pk }},
|
||||||
user_detail: true,
|
user_detail: true,
|
||||||
},
|
},
|
||||||
url: "{% url 'api-stock-tracking-list' %}",
|
url: "{% url 'api-stock-tracking-list' %}",
|
||||||
});
|
});
|
||||||
|
|
||||||
enableSidebar('stockitem');
|
enableSidebar('stockitem');
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
<li><a class='dropdown-item' href='#' id='stock-uninstall' title='{% trans "Uninstall stock item" %}'><span class='fas fa-unlink'></span> {% trans "Uninstall" %}</a></li>
|
<li><a class='dropdown-item' href='#' id='stock-uninstall' title='{% trans "Uninstall stock item" %}'><span class='fas fa-unlink'></span> {% trans "Uninstall" %}</a></li>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if item.part.get_used_in %}
|
{% if item.part.get_used_in %}
|
||||||
<!--
|
<!--
|
||||||
<li><a class='dropdown-item' href='#' id='stock-install-in' title='{% trans "Install stock item" %}'><span class='fas fa-link'></span> {% trans "Install" %}</a></li>
|
<li><a class='dropdown-item' href='#' id='stock-install-in' title='{% trans "Install stock item" %}'><span class='fas fa-link'></span> {% trans "Install" %}</a></li>
|
||||||
-->
|
-->
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -260,13 +260,13 @@
|
|||||||
{% trans "This stock item is allocated to Build Order" %} {{ link }} {% if qty < item.quantity %}({% trans "Quantity" %}: {{ qty }}){% endif %}
|
{% trans "This stock item is allocated to Build Order" %} {{ link }} {% if qty < item.quantity %}({% trans "Quantity" %}: {{ qty }}){% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if item.serialized %}
|
{% if item.serialized %}
|
||||||
<div class='alert alert-block alert-warning'>
|
<div class='alert alert-block alert-warning'>
|
||||||
{% trans "This stock item is serialized - it has a unique serial number and the quantity cannot be adjusted." %}
|
{% trans "This stock item is serialized - it has a unique serial number and the quantity cannot be adjusted." %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock details %}
|
{% endblock details %}
|
||||||
|
|
||||||
@ -473,7 +473,7 @@ $("#print-label").click(function() {
|
|||||||
|
|
||||||
{% if roles.stock.change %}
|
{% if roles.stock.change %}
|
||||||
$("#stock-duplicate").click(function() {
|
$("#stock-duplicate").click(function() {
|
||||||
// Duplicate a stock item
|
// Duplicate a stock item
|
||||||
duplicateStockItem({{ item.pk }}, {});
|
duplicateStockItem({{ item.pk }}, {});
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -512,7 +512,7 @@ $("#barcode-unlink").click(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#barcode-scan-into-location").click(function() {
|
$("#barcode-scan-into-location").click(function() {
|
||||||
|
|
||||||
inventreeGet('{% url "api-stock-detail" item.pk %}', {}, {
|
inventreeGet('{% url "api-stock-detail" item.pk %}', {}, {
|
||||||
success: function(item) {
|
success: function(item) {
|
||||||
scanItemsIntoLocation([item]);
|
scanItemsIntoLocation([item]);
|
||||||
|
@ -205,7 +205,7 @@
|
|||||||
{% include "filter_list.html" with id="location" %}
|
{% include "filter_list.html" with id="location" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed' data-toolbar='#sublocation-button-toolbar' id='sublocation-table'></table>
|
<table class='table table-striped table-condensed' data-toolbar='#sublocation-button-toolbar' id='sublocation-table'></table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -235,33 +235,33 @@
|
|||||||
allowTreeView: true,
|
allowTreeView: true,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
linkButtonsToSelection(
|
linkButtonsToSelection(
|
||||||
$('#sublocation-table'),
|
$('#sublocation-table'),
|
||||||
[
|
[
|
||||||
'#location-print-options',
|
'#location-print-options',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
{% if labels_enabled %}
|
{% if labels_enabled %}
|
||||||
$('#print-label').click(function() {
|
$('#print-label').click(function() {
|
||||||
|
|
||||||
var locs = [{{ location.pk }}];
|
var locs = [{{ location.pk }}];
|
||||||
|
|
||||||
printStockLocationLabels(locs);
|
printStockLocationLabels(locs);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#multi-location-print-label').click(function() {
|
$('#multi-location-print-label').click(function() {
|
||||||
|
|
||||||
var selections = $('#sublocation-table').bootstrapTable('getSelections');
|
var selections = $('#sublocation-table').bootstrapTable('getSelections');
|
||||||
|
|
||||||
var locations = [];
|
var locations = [];
|
||||||
|
|
||||||
selections.forEach(function(loc) {
|
selections.forEach(function(loc) {
|
||||||
locations.push(loc.pk);
|
locations.push(loc.pk);
|
||||||
});
|
});
|
||||||
|
|
||||||
printStockLocationLabels(locations);
|
printStockLocationLabels(locations);
|
||||||
});
|
});
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<div class='alert alert-block alert-danger'>
|
<div class='alert alert-block alert-danger'>
|
||||||
{% trans "Are you sure you want to delete this stock location?" %}
|
{% trans "Are you sure you want to delete this stock location?" %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if location.children.all|length > 0 %}
|
{% if location.children.all|length > 0 %}
|
||||||
<div class='alert alert-block alert-warning'>
|
<div class='alert alert-block alert-warning'>
|
||||||
{% blocktrans with n=location.children.all|length %}This location contains {{ n }} child locations{% endblocktrans %}.<br>
|
{% blocktrans with n=location.children.all|length %}This location contains {{ n }} child locations{% endblocktrans %}.<br>
|
||||||
@ -31,4 +31,4 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
{% block body_class %}login-screen{% endblock %}
|
{% block body_class %}login-screen{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<!--
|
<!--
|
||||||
Background Image Attribution: https://unsplash.com/photos/Ixvv3YZkd7w
|
Background Image Attribution: https://unsplash.com/photos/Ixvv3YZkd7w
|
||||||
-->
|
-->
|
||||||
<div class='container-fluid'>
|
<div class='container-fluid'>
|
||||||
|
@ -224,7 +224,7 @@
|
|||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
enableSidebar(
|
enableSidebar(
|
||||||
'search',
|
'search',
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
<div class='btn-group' role='group'>
|
<div class='btn-group' role='group'>
|
||||||
<button class='btn btn-success' id='import-part'>
|
<button class='btn btn-success' id='import-part'>
|
||||||
<span class='fas fa-plus-circle'></span> {% trans "Import Part" %}
|
<span class='fas fa-plus-circle'></span> {% trans "Import Part" %}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
<div class='btn-group' role='group'>
|
<div class='btn-group' role='group'>
|
||||||
{% url 'admin:plugin_pluginconfig_changelist' as url %}
|
{% url 'admin:plugin_pluginconfig_changelist' as url %}
|
||||||
{% include "admin_button.html" with url=url %}
|
{% include "admin_button.html" with url=url %}
|
||||||
<button class="btn btn-success" id="install-plugin" title="{% trans 'Install Plugin' %}"><span class='fas fa-plus-circle'></span> {% trans "Install Plugin" %}</button>
|
<button class="btn btn-success" id="install-plugin" title="{% trans 'Install Plugin' %}"><span class='fas fa-plus-circle'></span> {% trans "Install Plugin" %}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -52,7 +52,7 @@
|
|||||||
<th>{% trans "Version" %}</th>
|
<th>{% trans "Version" %}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
{% plugin_list as pl_list %}
|
{% plugin_list as pl_list %}
|
||||||
{% for plugin_key, plugin in pl_list.items %}
|
{% for plugin_key, plugin in pl_list.items %}
|
||||||
@ -133,7 +133,7 @@
|
|||||||
<th>{% trans "Message" %}</th>
|
<th>{% trans "Message" %}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for stage, errors in pl_errors.items %}
|
{% for stage, errors in pl_errors.items %}
|
||||||
{% for error_detail in errors %}
|
{% for error_detail in errors %}
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
<div class='alert alert-block alert-info'>
|
<div class='alert alert-block alert-info'>
|
||||||
{% trans 'The code information is pulled from the latest git commit for this plugin. It might not reflect official version numbers or information but the actual code running.' %}
|
{% trans 'The code information is pulled from the latest git commit for this plugin. It might not reflect official version numbers or information but the actual code running.' %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
@ -99,7 +99,7 @@ $('table').find('.boolean-setting').change(function() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Callback for when non-boolean settings are edited
|
// Callback for when non-boolean settings are edited
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
{% if lang_translated > 10 or lang_code == 'en' or lang_code == LANGUAGE_CODE %}{% define True as use_lang %}{% else %}{% define False as use_lang %}{% endif %}
|
{% if lang_translated > 10 or lang_code == 'en' or lang_code == LANGUAGE_CODE %}{% define True as use_lang %}{% else %}{% define False as use_lang %}{% endif %}
|
||||||
{% if ALL_LANG or use_lang %}
|
{% if ALL_LANG or use_lang %}
|
||||||
<option value="{{ lang_code }}"{% if lang_code == LANGUAGE_CODE %} selected{% endif %}>
|
<option value="{{ lang_code }}"{% if lang_code == LANGUAGE_CODE %} selected{% endif %}>
|
||||||
{{ language.name_local }} ({{ lang_code }})
|
{{ language.name_local }} ({{ lang_code }})
|
||||||
{% if lang_translated %}
|
{% if lang_translated %}
|
||||||
{% blocktrans %}{{ lang_translated }}% translated{% endblocktrans %}
|
{% blocktrans %}{{ lang_translated }}% translated{% endblocktrans %}
|
||||||
{% else %}
|
{% else %}
|
||||||
@ -105,4 +105,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -25,11 +25,11 @@
|
|||||||
{% include "InvenTree/settings/setting.html" with key="SEARCH_PREVIEW_EXCLUDE_INACTIVE_PURCHASE_ORDERS" user_setting=True icon='fa-eye-slash' %}
|
{% include "InvenTree/settings/setting.html" with key="SEARCH_PREVIEW_EXCLUDE_INACTIVE_PURCHASE_ORDERS" user_setting=True icon='fa-eye-slash' %}
|
||||||
{% include "InvenTree/settings/setting.html" with key="SEARCH_PREVIEW_SHOW_SALES_ORDERS" user_setting=True icon='fa-truck' %}
|
{% include "InvenTree/settings/setting.html" with key="SEARCH_PREVIEW_SHOW_SALES_ORDERS" user_setting=True icon='fa-truck' %}
|
||||||
{% include "InvenTree/settings/setting.html" with key="SEARCH_PREVIEW_EXCLUDE_INACTIVE_SALES_ORDERS" user_setting=True icon='fa-eye-slash' %}
|
{% include "InvenTree/settings/setting.html" with key="SEARCH_PREVIEW_EXCLUDE_INACTIVE_SALES_ORDERS" user_setting=True icon='fa-eye-slash' %}
|
||||||
|
|
||||||
{% include "InvenTree/settings/setting.html" with key="SEARCH_PREVIEW_RESULTS" user_setting=True icon='fa-search' %}
|
{% include "InvenTree/settings/setting.html" with key="SEARCH_PREVIEW_RESULTS" user_setting=True icon='fa-search' %}
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class='login-screen'>
|
<body class='login-screen'>
|
||||||
<!--
|
<!--
|
||||||
Background Image Attribution: https://unsplash.com/photos/Ixvv3YZkd7w
|
Background Image Attribution: https://unsplash.com/photos/Ixvv3YZkd7w
|
||||||
-->
|
-->
|
||||||
<div class='container-fluid'>
|
<div class='container-fluid'>
|
||||||
@ -130,4 +130,4 @@ $(document).ready(function () {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
<title>
|
<title>
|
||||||
{% block page_title %}
|
{% block page_title %}
|
||||||
{% inventree_title %}
|
{% inventree_title %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</title>
|
</title>
|
||||||
</head>
|
</head>
|
||||||
@ -91,7 +91,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main class='col ps-md-2 pt-2 pe-2'>
|
<main class='col ps-md-2 pt-2 pe-2'>
|
||||||
|
|
||||||
{% block alerts %}
|
{% block alerts %}
|
||||||
<div class='notification-area' id='alerts'>
|
<div class='notification-area' id='alerts'>
|
||||||
<!-- Div for displayed alerts -->
|
<!-- Div for displayed alerts -->
|
||||||
@ -164,7 +164,7 @@
|
|||||||
<script type='text/javascript' src="{% static 'script/moment.js' %}"></script>
|
<script type='text/javascript' src="{% static 'script/moment.js' %}"></script>
|
||||||
<script type='text/javascript' src="{% static 'script/chartjs-adapter-moment.js' %}"></script>
|
<script type='text/javascript' src="{% static 'script/chartjs-adapter-moment.js' %}"></script>
|
||||||
<script type='text/javascript' src="{% static 'easymde/easymde.min.js' %}"></script>
|
<script type='text/javascript' src="{% static 'easymde/easymde.min.js' %}"></script>
|
||||||
|
|
||||||
<script type='text/javascript' src="{% static 'script/clipboard.min.js' %}"></script>
|
<script type='text/javascript' src="{% static 'script/clipboard.min.js' %}"></script>
|
||||||
<script type='text/javascript' src="{% static 'script/randomColor.min.js' %}"></script>
|
<script type='text/javascript' src="{% static 'script/randomColor.min.js' %}"></script>
|
||||||
<script type='text/javascript' src="{% static 'script/qr-scanner.umd.min.js' %}"></script>
|
<script type='text/javascript' src="{% static 'script/qr-scanner.umd.min.js' %}"></script>
|
||||||
@ -246,4 +246,4 @@ $(document).ready(function () {
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -68,7 +68,7 @@ function activatePanel(label, panel_name, options={}) {
|
|||||||
|
|
||||||
function onPanelLoad(panel, callback) {
|
function onPanelLoad(panel, callback) {
|
||||||
// One-time callback when a panel is first displayed
|
// One-time callback when a panel is first displayed
|
||||||
// Used to implement lazy-loading, rather than firing
|
// Used to implement lazy-loading, rather than firing
|
||||||
// multiple AJAX queries when the page is first loaded.
|
// multiple AJAX queries when the page is first loaded.
|
||||||
|
|
||||||
var panelId = `#panel-${panel}`;
|
var panelId = `#panel-${panel}`;
|
||||||
@ -130,12 +130,12 @@ function enableSidebar(label, options={}) {
|
|||||||
|
|
||||||
// By default, the menu is "expanded"
|
// By default, the menu is "expanded"
|
||||||
var state = localStorage.getItem(`inventree-menu-state-${label}`) || 'expanded';
|
var state = localStorage.getItem(`inventree-menu-state-${label}`) || 'expanded';
|
||||||
|
|
||||||
// We wish to "toggle" the state!
|
// We wish to "toggle" the state!
|
||||||
setSidebarState(label, state == 'expanded' ? 'collapsed' : 'expanded');
|
setSidebarState(label, state == 'expanded' ? 'collapsed' : 'expanded');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the initial state (default = expanded)
|
// Set the initial state (default = expanded)
|
||||||
var state = localStorage.getItem(`inventree-menu-state-${label}`) || 'expanded';
|
var state = localStorage.getItem(`inventree-menu-state-${label}`) || 'expanded';
|
||||||
|
|
||||||
@ -204,7 +204,7 @@ function enableBreadcrumbTree(options) {
|
|||||||
node = nodes[node.parent];
|
node = nodes[node.parent];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
roots.push(node);
|
roots.push(node);
|
||||||
}
|
}
|
||||||
@ -227,7 +227,7 @@ function enableBreadcrumbTree(options) {
|
|||||||
|
|
||||||
// Toggle treeview visibilty
|
// Toggle treeview visibilty
|
||||||
$('#breadcrumb-tree-collapse').toggle();
|
$('#breadcrumb-tree-collapse').toggle();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -58,13 +58,13 @@ function editSetting(key, options={}) {
|
|||||||
// First, read the settings object from the server
|
// First, read the settings object from the server
|
||||||
inventreeGet(url, {}, {
|
inventreeGet(url, {}, {
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
|
|
||||||
if (response.choices && response.choices.length > 0) {
|
if (response.choices && response.choices.length > 0) {
|
||||||
response.type = 'choice';
|
response.type = 'choice';
|
||||||
reload_required = true;
|
reload_required = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Construct the field
|
// Construct the field
|
||||||
var fields = {
|
var fields = {
|
||||||
value: {
|
value: {
|
||||||
label: response.name,
|
label: response.name,
|
||||||
@ -77,7 +77,7 @@ function editSetting(key, options={}) {
|
|||||||
|
|
||||||
// Foreign key lookup available!
|
// Foreign key lookup available!
|
||||||
if (response.type == 'related field') {
|
if (response.type == 'related field') {
|
||||||
|
|
||||||
if (response.model_name && response.api_url) {
|
if (response.model_name && response.api_url) {
|
||||||
fields.value.type = 'related field';
|
fields.value.type = 'related field';
|
||||||
fields.value.model = response.model_name.split('.').at(-1);
|
fields.value.model = response.model_name.split('.').at(-1);
|
||||||
|
@ -14,11 +14,11 @@
|
|||||||
$.urlParam = function(name) {
|
$.urlParam = function(name) {
|
||||||
// eslint-disable-next-line no-useless-escape
|
// eslint-disable-next-line no-useless-escape
|
||||||
var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href);
|
var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href);
|
||||||
|
|
||||||
if (results == null) {
|
if (results == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
return decodeURI(results[1]) || 0;
|
return decodeURI(results[1]) || 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -80,9 +80,9 @@ function inventreeGet(url, filters={}, options={}) {
|
|||||||
|
|
||||||
function inventreeFormDataUpload(url, data, options={}) {
|
function inventreeFormDataUpload(url, data, options={}) {
|
||||||
/* Upload via AJAX using the FormData approach.
|
/* Upload via AJAX using the FormData approach.
|
||||||
*
|
*
|
||||||
* Note that the following AJAX parameters are required for FormData upload
|
* Note that the following AJAX parameters are required for FormData upload
|
||||||
*
|
*
|
||||||
* processData: false
|
* processData: false
|
||||||
* contentType: false
|
* contentType: false
|
||||||
*/
|
*/
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Add callbacks to buttons for creating new attachments.
|
* Add callbacks to buttons for creating new attachments.
|
||||||
*
|
*
|
||||||
* Note: Attachments can also be external links!
|
* Note: Attachments can also be external links!
|
||||||
*/
|
*/
|
||||||
function addAttachmentButtonCallbacks(url, fields={}) {
|
function addAttachmentButtonCallbacks(url, fields={}) {
|
||||||
@ -46,7 +46,7 @@ function addAttachmentButtonCallbacks(url, fields={}) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Object.assign(link_fields, fields);
|
Object.assign(link_fields, fields);
|
||||||
|
|
||||||
constructForm(url, {
|
constructForm(url, {
|
||||||
fields: link_fields,
|
fields: link_fields,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
@ -88,7 +88,7 @@ function loadAttachmentTable(url, options) {
|
|||||||
constructForm(`${url}${pk}/`, {
|
constructForm(`${url}${pk}/`, {
|
||||||
fields: {
|
fields: {
|
||||||
link: {},
|
link: {},
|
||||||
comment: {},
|
comment: {},
|
||||||
},
|
},
|
||||||
processResults: function(data, fields, opts) {
|
processResults: function(data, fields, opts) {
|
||||||
// Remove the "link" field if the attachment is a file!
|
// Remove the "link" field if the attachment is a file!
|
||||||
@ -100,7 +100,7 @@ function loadAttachmentTable(url, options) {
|
|||||||
title: '{% trans "Edit Attachment" %}',
|
title: '{% trans "Edit Attachment" %}',
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
// Add callback for 'delete' button
|
// Add callback for 'delete' button
|
||||||
$(table).find('.button-attachment-delete').click(function() {
|
$(table).find('.button-attachment-delete').click(function() {
|
||||||
var pk = $(this).attr('pk');
|
var pk = $(this).attr('pk');
|
||||||
|
@ -324,7 +324,7 @@ function barcodeDialog(title, options={}) {
|
|||||||
function barcodeScanDialog() {
|
function barcodeScanDialog() {
|
||||||
/*
|
/*
|
||||||
* Perform a barcode scan,
|
* Perform a barcode scan,
|
||||||
* and (potentially) redirect the browser
|
* and (potentially) redirect the browser
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var modal = '#modal-form';
|
var modal = '#modal-form';
|
||||||
@ -345,9 +345,9 @@ function barcodeScanDialog() {
|
|||||||
'warning'
|
'warning'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -647,7 +647,7 @@ function scanItemsIntoLocation(item_list, options={}) {
|
|||||||
item_list.forEach(function(item) {
|
item_list.forEach(function(item) {
|
||||||
items.push({
|
items.push({
|
||||||
pk: item.pk || item.id,
|
pk: item.pk || item.id,
|
||||||
quantity: item.quantity,
|
quantity: item.quantity,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ function constructBomUploadTable(data, options={}) {
|
|||||||
|
|
||||||
// Handle any errors raised by initial data import
|
// Handle any errors raised by initial data import
|
||||||
if (row.data.errors.part) {
|
if (row.data.errors.part) {
|
||||||
addFieldErrorMessage(`items_sub_part_${idx}`, row.data.errors.part);
|
addFieldErrorMessage(`items_sub_part_${idx}`, row.data.errors.part);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (row.data.errors.quantity) {
|
if (row.data.errors.quantity) {
|
||||||
@ -156,7 +156,7 @@ function constructBomUploadTable(data, options={}) {
|
|||||||
|
|
||||||
// Request API endpoint options
|
// Request API endpoint options
|
||||||
getApiEndpointOptions('{% url "api-bom-list" %}', function(response) {
|
getApiEndpointOptions('{% url "api-bom-list" %}', function(response) {
|
||||||
|
|
||||||
var fields = response.actions.POST;
|
var fields = response.actions.POST;
|
||||||
|
|
||||||
data.rows.forEach(function(row, idx) {
|
data.rows.forEach(function(row, idx) {
|
||||||
@ -543,7 +543,7 @@ function bomSubstitutesDialog(bom_item_id, substitutes, options={}) {
|
|||||||
${part_thumb} ${part_name} - <em>${part_desc}</em>
|
${part_thumb} ${part_name} - <em>${part_desc}</em>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
// Add a table of individual rows
|
// Add a table of individual rows
|
||||||
html += `
|
html += `
|
||||||
<table class='table table-striped table-condensed' id='substitute-table'>
|
<table class='table table-striped table-condensed' id='substitute-table'>
|
||||||
@ -643,7 +643,7 @@ function bomSubstitutesDialog(bom_item_id, substitutes, options={}) {
|
|||||||
|
|
||||||
// Re-enable the "submit" button
|
// Re-enable the "submit" button
|
||||||
$(opts.modal).find('#modal-form-submit').prop('disabled', false);
|
$(opts.modal).find('#modal-form-submit').prop('disabled', false);
|
||||||
|
|
||||||
// Reload the parent BOM table
|
// Reload the parent BOM table
|
||||||
reloadParentTable();
|
reloadParentTable();
|
||||||
}
|
}
|
||||||
@ -659,7 +659,7 @@ function deleteBomItems(items, options={}) {
|
|||||||
|
|
||||||
var sub_part = item.sub_part_detail;
|
var sub_part = item.sub_part_detail;
|
||||||
var thumb = thumbnailImage(sub_part.thumbnail || sub_part.image);
|
var thumb = thumbnailImage(sub_part.thumbnail || sub_part.image);
|
||||||
|
|
||||||
var html = `
|
var html = `
|
||||||
<tr>
|
<tr>
|
||||||
<td>${thumb} ${sub_part.full_name}</td>
|
<td>${thumb} ${sub_part.full_name}</td>
|
||||||
@ -709,7 +709,7 @@ function deleteBomItems(items, options={}) {
|
|||||||
function deleteNextBomItem() {
|
function deleteNextBomItem() {
|
||||||
|
|
||||||
if (items.length > 0) {
|
if (items.length > 0) {
|
||||||
|
|
||||||
var item = items.shift();
|
var item = items.shift();
|
||||||
|
|
||||||
inventreeDelete(`/api/bom/${item.pk}/`,
|
inventreeDelete(`/api/bom/${item.pk}/`,
|
||||||
@ -735,13 +735,13 @@ function deleteBomItems(items, options={}) {
|
|||||||
|
|
||||||
function loadBomTable(table, options={}) {
|
function loadBomTable(table, options={}) {
|
||||||
/* Load a BOM table with some configurable options.
|
/* Load a BOM table with some configurable options.
|
||||||
*
|
*
|
||||||
* Following options are available:
|
* Following options are available:
|
||||||
* editable - Should the BOM table be editable?
|
* editable - Should the BOM table be editable?
|
||||||
* bom_url - Address to request BOM data from
|
* bom_url - Address to request BOM data from
|
||||||
* part_url - Address to request Part data from
|
* part_url - Address to request Part data from
|
||||||
* parent_id - Parent ID of the owning part
|
* parent_id - Parent ID of the owning part
|
||||||
*
|
*
|
||||||
* BOM data are retrieved from the server via AJAX query
|
* BOM data are retrieved from the server via AJAX query
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -831,10 +831,10 @@ function loadBomTable(table, options={}) {
|
|||||||
var html = '';
|
var html = '';
|
||||||
|
|
||||||
var sub_part = row.sub_part_detail;
|
var sub_part = row.sub_part_detail;
|
||||||
|
|
||||||
// Display an extra icon if this part is an assembly
|
// Display an extra icon if this part is an assembly
|
||||||
if (sub_part.assembly) {
|
if (sub_part.assembly) {
|
||||||
|
|
||||||
if (row.sub_assembly_received) {
|
if (row.sub_assembly_received) {
|
||||||
// Data received, ignore
|
// Data received, ignore
|
||||||
} else if (row.sub_assembly_requested) {
|
} else if (row.sub_assembly_requested) {
|
||||||
@ -895,7 +895,7 @@ function loadBomTable(table, options={}) {
|
|||||||
text = parseFloat(text);
|
text = parseFloat(text);
|
||||||
|
|
||||||
if (row.optional) {
|
if (row.optional) {
|
||||||
text += ' ({% trans "Optional" %})';
|
text += ' ({% trans "Optional" %})';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (row.overage) {
|
if (row.overage) {
|
||||||
@ -920,7 +920,7 @@ function loadBomTable(table, options={}) {
|
|||||||
var variant_stock = row.allow_variants ? (row.available_variant_stock || 0) : 0;
|
var variant_stock = row.allow_variants ? (row.available_variant_stock || 0) : 0;
|
||||||
|
|
||||||
var available_stock = availableQuantity(row);
|
var available_stock = availableQuantity(row);
|
||||||
|
|
||||||
var text = `${available_stock}`;
|
var text = `${available_stock}`;
|
||||||
|
|
||||||
if (available_stock <= 0) {
|
if (available_stock <= 0) {
|
||||||
@ -957,7 +957,7 @@ function loadBomTable(table, options={}) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (show_pricing) {
|
if (show_pricing) {
|
||||||
cols.push({
|
cols.push({
|
||||||
field: 'purchase_price_range',
|
field: 'purchase_price_range',
|
||||||
@ -1139,7 +1139,7 @@ function loadBomTable(table, options={}) {
|
|||||||
row.sub_assembly_received = true;
|
row.sub_assembly_received = true;
|
||||||
|
|
||||||
$(table).bootstrapTable('updateByUniqueId', bom_pk, row, true);
|
$(table).bootstrapTable('updateByUniqueId', bom_pk, row, true);
|
||||||
|
|
||||||
table.bootstrapTable('append', response);
|
table.bootstrapTable('append', response);
|
||||||
},
|
},
|
||||||
error: function(xhr) {
|
error: function(xhr) {
|
||||||
@ -1302,10 +1302,10 @@ function loadBomTable(table, options={}) {
|
|||||||
* Arguments:
|
* Arguments:
|
||||||
* - table: The ID string of the table element e.g. '#used-in-table'
|
* - table: The ID string of the table element e.g. '#used-in-table'
|
||||||
* - part_id: The ID (PK) of the part we are interested in
|
* - part_id: The ID (PK) of the part we are interested in
|
||||||
*
|
*
|
||||||
* Options:
|
* Options:
|
||||||
* -
|
* -
|
||||||
*
|
*
|
||||||
* The following "options" are available.
|
* The following "options" are available.
|
||||||
*/
|
*/
|
||||||
function loadUsedInTable(table, part_id, options={}) {
|
function loadUsedInTable(table, part_id, options={}) {
|
||||||
@ -1343,14 +1343,14 @@ function loadUsedInTable(table, part_id, options={}) {
|
|||||||
// Iterate through each variant item
|
// Iterate through each variant item
|
||||||
for (var jj = 0; jj < variantData.length; jj++) {
|
for (var jj = 0; jj < variantData.length; jj++) {
|
||||||
variantData[jj].parent = row.pk;
|
variantData[jj].parent = row.pk;
|
||||||
|
|
||||||
var variant = variantData[jj];
|
var variant = variantData[jj];
|
||||||
|
|
||||||
// Add this variant to the table, augmented
|
// Add this variant to the table, augmented
|
||||||
$(table).bootstrapTable('append', [{
|
$(table).bootstrapTable('append', [{
|
||||||
// Point the parent to the "master" assembly row
|
// Point the parent to the "master" assembly row
|
||||||
parent: row.pk,
|
parent: row.pk,
|
||||||
part: variant.pk,
|
part: variant.pk,
|
||||||
part_detail: variant,
|
part_detail: variant,
|
||||||
sub_part: row.sub_part,
|
sub_part: row.sub_part,
|
||||||
sub_part_detail: row.sub_part_detail,
|
sub_part_detail: row.sub_part_detail,
|
||||||
|
@ -126,7 +126,7 @@ function newBuildOrder(options={}) {
|
|||||||
|
|
||||||
/* Construct a form to cancel a build order */
|
/* Construct a form to cancel a build order */
|
||||||
function cancelBuildOrder(build_id, options={}) {
|
function cancelBuildOrder(build_id, options={}) {
|
||||||
|
|
||||||
constructForm(
|
constructForm(
|
||||||
`/api/build/${build_id}/cancel/`,
|
`/api/build/${build_id}/cancel/`,
|
||||||
{
|
{
|
||||||
@ -304,7 +304,7 @@ function createBuildOutput(build_id, options) {
|
|||||||
* Construct a set of output buttons for a particular build output
|
* Construct a set of output buttons for a particular build output
|
||||||
*/
|
*/
|
||||||
function makeBuildOutputButtons(output_id, build_info, options={}) {
|
function makeBuildOutputButtons(output_id, build_info, options={}) {
|
||||||
|
|
||||||
var html = `<div class='btn-group float-right' role='group'>`;
|
var html = `<div class='btn-group float-right' role='group'>`;
|
||||||
|
|
||||||
// Tracked parts? Must be individually allocated
|
// Tracked parts? Must be individually allocated
|
||||||
@ -355,7 +355,7 @@ function makeBuildOutputButtons(output_id, build_info, options={}) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Unallocate stock against a particular build order
|
* Unallocate stock against a particular build order
|
||||||
*
|
*
|
||||||
* Options:
|
* Options:
|
||||||
* - output: pk value for a stock item "build output"
|
* - output: pk value for a stock item "build output"
|
||||||
* - bom_item: pk value for a particular BOMItem (build item)
|
* - bom_item: pk value for a particular BOMItem (build item)
|
||||||
@ -401,7 +401,7 @@ function unallocateStock(build_id, options={}) {
|
|||||||
* Launch a modal form to complete selected build outputs
|
* Launch a modal form to complete selected build outputs
|
||||||
*/
|
*/
|
||||||
function completeBuildOutputs(build_id, outputs, options={}) {
|
function completeBuildOutputs(build_id, outputs, options={}) {
|
||||||
|
|
||||||
if (outputs.length == 0) {
|
if (outputs.length == 0) {
|
||||||
showAlertDialog(
|
showAlertDialog(
|
||||||
'{% trans "Select Build Outputs" %}',
|
'{% trans "Select Build Outputs" %}',
|
||||||
@ -487,7 +487,7 @@ function completeBuildOutputs(build_id, outputs, options={}) {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
onSubmit: function(fields, opts) {
|
onSubmit: function(fields, opts) {
|
||||||
|
|
||||||
// Extract data elements from the form
|
// Extract data elements from the form
|
||||||
var data = {
|
var data = {
|
||||||
outputs: [],
|
outputs: [],
|
||||||
@ -631,7 +631,7 @@ function deleteBuildOutputs(build_id, outputs, options={}) {
|
|||||||
var pk = $(this).attr('pk');
|
var pk = $(this).attr('pk');
|
||||||
|
|
||||||
$(opts.modal).find(`#output_row_${pk}`).remove();
|
$(opts.modal).find(`#output_row_${pk}`).remove();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onSubmit: function(fields, opts) {
|
onSubmit: function(fields, opts) {
|
||||||
var data = {
|
var data = {
|
||||||
@ -753,7 +753,7 @@ function loadBuildOrderAllocationTable(table, options={}) {
|
|||||||
if (!value) {
|
if (!value) {
|
||||||
return '{% trans "Location not specified" %}';
|
return '{% trans "Location not specified" %}';
|
||||||
}
|
}
|
||||||
|
|
||||||
var link = `/stock/location/${value}`;
|
var link = `/stock/location/${value}`;
|
||||||
var text = row.location_detail.description;
|
var text = row.location_detail.description;
|
||||||
|
|
||||||
@ -803,7 +803,7 @@ function sumAllocationsForBomRow(bom_row, allocations) {
|
|||||||
* Display a "build output" table for a particular build.
|
* Display a "build output" table for a particular build.
|
||||||
*
|
*
|
||||||
* This displays a list of "active" (i.e. "in production") build outputs for a given build
|
* This displays a list of "active" (i.e. "in production") build outputs for a given build
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function loadBuildOutputTable(build_info, options={}) {
|
function loadBuildOutputTable(build_info, options={}) {
|
||||||
|
|
||||||
@ -825,7 +825,7 @@ function loadBuildOutputTable(build_info, options={}) {
|
|||||||
setupFilterList('builditems', $(table), options.filterTarget || '#filter-list-incompletebuilditems');
|
setupFilterList('builditems', $(table), options.filterTarget || '#filter-list-incompletebuilditems');
|
||||||
|
|
||||||
function setupBuildOutputButtonCallbacks() {
|
function setupBuildOutputButtonCallbacks() {
|
||||||
|
|
||||||
// Callback for the "allocate" button
|
// Callback for the "allocate" button
|
||||||
$(table).find('.button-output-allocate').click(function() {
|
$(table).find('.button-output-allocate').click(function() {
|
||||||
var pk = $(this).attr('pk');
|
var pk = $(this).attr('pk');
|
||||||
@ -997,7 +997,7 @@ function loadBuildOutputTable(build_info, options={}) {
|
|||||||
|
|
||||||
// Check how many BOM lines have been completely allocated for this build output
|
// Check how many BOM lines have been completely allocated for this build output
|
||||||
bom_items.forEach(function(bom_item) {
|
bom_items.forEach(function(bom_item) {
|
||||||
|
|
||||||
var required_quantity = bom_item.quantity * row.quantity;
|
var required_quantity = bom_item.quantity * row.quantity;
|
||||||
|
|
||||||
if (sumAllocationsForBomRow(bom_item, row.allocations) >= required_quantity) {
|
if (sumAllocationsForBomRow(bom_item, row.allocations) >= required_quantity) {
|
||||||
@ -1281,7 +1281,7 @@ function loadBuildOutputTable(build_info, options={}) {
|
|||||||
$(table).on('expand-row.bs.table', function(detail, index, row) {
|
$(table).on('expand-row.bs.table', function(detail, index, row) {
|
||||||
$(`#button-output-allocate-${row.pk}`).prop('disabled', false);
|
$(`#button-output-allocate-${row.pk}`).prop('disabled', false);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Disable the "allocate" button when the sub-table is collapsed
|
// Disable the "allocate" button when the sub-table is collapsed
|
||||||
$(table).on('collapse-row.bs.table', function(detail, index, row) {
|
$(table).on('collapse-row.bs.table', function(detail, index, row) {
|
||||||
$(`#button-output-allocate-${row.pk}`).prop('disabled', true);
|
$(`#button-output-allocate-${row.pk}`).prop('disabled', true);
|
||||||
@ -1364,9 +1364,9 @@ function loadBuildOutputTable(build_info, options={}) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Display the "allocation table" for a particular build output.
|
* Display the "allocation table" for a particular build output.
|
||||||
*
|
*
|
||||||
* This displays a table of required allocations for a particular build output
|
* This displays a table of required allocations for a particular build output
|
||||||
*
|
*
|
||||||
* Args:
|
* Args:
|
||||||
* - buildId: The PK of the Build object
|
* - buildId: The PK of the Build object
|
||||||
* - partId: The PK of the Part object
|
* - partId: The PK of the Part object
|
||||||
@ -1375,7 +1375,7 @@ function loadBuildOutputTable(build_info, options={}) {
|
|||||||
* -- table: The #id of the table (will be auto-calculated if not provided)
|
* -- table: The #id of the table (will be auto-calculated if not provided)
|
||||||
*/
|
*/
|
||||||
function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
|
function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
|
||||||
|
|
||||||
var buildId = buildInfo.pk;
|
var buildId = buildInfo.pk;
|
||||||
var partId = buildInfo.part;
|
var partId = buildInfo.part;
|
||||||
|
|
||||||
@ -1628,7 +1628,7 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
|
|||||||
$(table).inventreeTable({
|
$(table).inventreeTable({
|
||||||
data: bom_items,
|
data: bom_items,
|
||||||
disablePagination: true,
|
disablePagination: true,
|
||||||
formatNoMatches: function() {
|
formatNoMatches: function() {
|
||||||
return '{% trans "No BOM items found" %}';
|
return '{% trans "No BOM items found" %}';
|
||||||
},
|
},
|
||||||
name: 'build-allocation',
|
name: 'build-allocation',
|
||||||
@ -1715,7 +1715,7 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
|
|||||||
field: 'actions',
|
field: 'actions',
|
||||||
formatter: function(value, row) {
|
formatter: function(value, row) {
|
||||||
/* Actions available for a particular stock item allocation:
|
/* Actions available for a particular stock item allocation:
|
||||||
*
|
*
|
||||||
* - Edit the allocation quantity
|
* - Edit the allocation quantity
|
||||||
* - Delete the allocation
|
* - Delete the allocation
|
||||||
*/
|
*/
|
||||||
@ -1812,15 +1812,15 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
|
|||||||
var variant_stock = row.allow_variants ? (row.available_variant_stock || 0) : 0;
|
var variant_stock = row.allow_variants ? (row.available_variant_stock || 0) : 0;
|
||||||
|
|
||||||
var available_stock = availableQuantity(row);
|
var available_stock = availableQuantity(row);
|
||||||
|
|
||||||
var required = requiredQuantity(row);
|
var required = requiredQuantity(row);
|
||||||
|
|
||||||
var text = '';
|
var text = '';
|
||||||
|
|
||||||
if (available_stock > 0) {
|
if (available_stock > 0) {
|
||||||
text += `${available_stock}`;
|
text += `${available_stock}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (available_stock < required) {
|
if (available_stock < required) {
|
||||||
text += `<span class='fas fa-times-circle icon-red float-right' title='{% trans "Insufficient stock available" %}'></span>`;
|
text += `<span class='fas fa-times-circle icon-red float-right' title='{% trans "Insufficient stock available" %}'></span>`;
|
||||||
} else {
|
} else {
|
||||||
@ -1838,12 +1838,12 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
|
|||||||
} else if (substitute_stock > 0) {
|
} else if (substitute_stock > 0) {
|
||||||
extra = '{% trans "Includes substitute stock" %}';
|
extra = '{% trans "Includes substitute stock" %}';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (extra) {
|
if (extra) {
|
||||||
text += `<span title='${extra}' class='fas fa-info-circle float-right icon-blue'></span>`;
|
text += `<span title='${extra}' class='fas fa-info-circle float-right icon-blue'></span>`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return renderLink(text, url);
|
return renderLink(text, url);
|
||||||
},
|
},
|
||||||
sorter: function(valA, valB, rowA, rowB) {
|
sorter: function(valA, valB, rowA, rowB) {
|
||||||
@ -1862,7 +1862,7 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
|
|||||||
},
|
},
|
||||||
sorter: function(valA, valB, rowA, rowB) {
|
sorter: function(valA, valB, rowA, rowB) {
|
||||||
// Custom sorting function for progress bars
|
// Custom sorting function for progress bars
|
||||||
|
|
||||||
var aA = allocatedQuantity(rowA);
|
var aA = allocatedQuantity(rowA);
|
||||||
var aB = allocatedQuantity(rowB);
|
var aB = allocatedQuantity(rowB);
|
||||||
|
|
||||||
@ -1932,12 +1932,12 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Allocate stock items to a build
|
* Allocate stock items to a build
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - buildId: ID / PK value for the build
|
* - buildId: ID / PK value for the build
|
||||||
* - partId: ID / PK value for the part being built
|
* - partId: ID / PK value for the part being built
|
||||||
* - bom_items: A list of BomItem objects to be allocated
|
* - bom_items: A list of BomItem objects to be allocated
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* - output: ID / PK of the associated build output (or null for untracked items)
|
* - output: ID / PK of the associated build output (or null for untracked items)
|
||||||
* - source_location: ID / PK of the top-level StockLocation to source stock from (or null)
|
* - source_location: ID / PK of the top-level StockLocation to source stock from (or null)
|
||||||
@ -2109,7 +2109,7 @@ function allocateStockToBuild(build_id, part_id, bom_items, options={}) {
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
constructForm(`/api/build/${build_id}/allocate/`, {
|
constructForm(`/api/build/${build_id}/allocate/`, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
fields: {},
|
fields: {},
|
||||||
@ -2193,7 +2193,7 @@ function allocateStockToBuild(build_id, part_id, bom_items, options={}) {
|
|||||||
|
|
||||||
filters.location = location;
|
filters.location = location;
|
||||||
filters.cascade = true;
|
filters.cascade = true;
|
||||||
|
|
||||||
return filters;
|
return filters;
|
||||||
},
|
},
|
||||||
noResults: function(query) {
|
noResults: function(query) {
|
||||||
@ -2371,7 +2371,7 @@ function loadBuildTable(table, options) {
|
|||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'pk',
|
field: 'pk',
|
||||||
title: 'ID',
|
title: 'ID',
|
||||||
visible: false,
|
visible: false,
|
||||||
switchable: false,
|
switchable: false,
|
||||||
},
|
},
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
setupFilterList,
|
setupFilterList,
|
||||||
showQuestionDialog,
|
showQuestionDialog,
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* exported
|
/* exported
|
||||||
createCompany,
|
createCompany,
|
||||||
createManufacturerPart,
|
createManufacturerPart,
|
||||||
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Construct a set of form fields for creating / editing a ManufacturerPart
|
* Construct a set of form fields for creating / editing a ManufacturerPart
|
||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
function manufacturerPartFields() {
|
function manufacturerPartFields() {
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ function manufacturerPartFields() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Launches a form to create a new ManufacturerPart
|
* Launches a form to create a new ManufacturerPart
|
||||||
* @param {object} options
|
* @param {object} options
|
||||||
*/
|
*/
|
||||||
function createManufacturerPart(options={}) {
|
function createManufacturerPart(options={}) {
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ function createManufacturerPart(options={}) {
|
|||||||
var company_fields = companyFormFields();
|
var company_fields = companyFormFields();
|
||||||
|
|
||||||
company_fields.is_manufacturer.value = true;
|
company_fields.is_manufacturer.value = true;
|
||||||
|
|
||||||
return company_fields;
|
return company_fields;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@ -84,7 +84,7 @@ function createManufacturerPart(options={}) {
|
|||||||
/**
|
/**
|
||||||
* Launches a form to edit a ManufacturerPart
|
* Launches a form to edit a ManufacturerPart
|
||||||
* @param {integer} part - ID of a ManufacturerPart
|
* @param {integer} part - ID of a ManufacturerPart
|
||||||
* @param {object} options
|
* @param {object} options
|
||||||
*/
|
*/
|
||||||
function editManufacturerPart(part, options={}) {
|
function editManufacturerPart(part, options={}) {
|
||||||
|
|
||||||
@ -414,7 +414,7 @@ function deleteManufacturerParts(selections, options={}) {
|
|||||||
<p>${item.MPN} - ${item.part_detail.full_name}</p>
|
<p>${item.MPN} - ${item.part_detail.full_name}</p>
|
||||||
</li>`;
|
</li>`;
|
||||||
});
|
});
|
||||||
|
|
||||||
text += `
|
text += `
|
||||||
</ul>
|
</ul>
|
||||||
</div>`;
|
</div>`;
|
||||||
@ -577,7 +577,7 @@ function loadManufacturerPartTable(table, url, options) {
|
|||||||
var pk = $(this).attr('pk');
|
var pk = $(this).attr('pk');
|
||||||
|
|
||||||
editManufacturerPart(
|
editManufacturerPart(
|
||||||
pk,
|
pk,
|
||||||
{
|
{
|
||||||
onSuccess: function() {
|
onSuccess: function() {
|
||||||
$(table).bootstrapTable('refresh');
|
$(table).bootstrapTable('refresh');
|
||||||
@ -590,7 +590,7 @@ function loadManufacturerPartTable(table, url, options) {
|
|||||||
var pk = $(this).attr('pk');
|
var pk = $(this).attr('pk');
|
||||||
|
|
||||||
deleteManufacturerPart(
|
deleteManufacturerPart(
|
||||||
pk,
|
pk,
|
||||||
{
|
{
|
||||||
onSuccess: function() {
|
onSuccess: function() {
|
||||||
$(table).bootstrapTable('refresh');
|
$(table).bootstrapTable('refresh');
|
||||||
@ -775,7 +775,7 @@ function loadSupplierPartTable(table, url, options) {
|
|||||||
formatter: function(value, row) {
|
formatter: function(value, row) {
|
||||||
if (value) {
|
if (value) {
|
||||||
var name = row.supplier_detail.name;
|
var name = row.supplier_detail.name;
|
||||||
var url = `/company/${value}/`;
|
var url = `/company/${value}/`;
|
||||||
var html = imageHoverIcon(row.supplier_detail.image) + renderLink(name, url);
|
var html = imageHoverIcon(row.supplier_detail.image) + renderLink(name, url);
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
@ -875,7 +875,7 @@ function loadSupplierPartTable(table, url, options) {
|
|||||||
var pk = $(this).attr('pk');
|
var pk = $(this).attr('pk');
|
||||||
|
|
||||||
editSupplierPart(
|
editSupplierPart(
|
||||||
pk,
|
pk,
|
||||||
{
|
{
|
||||||
onSuccess: function() {
|
onSuccess: function() {
|
||||||
$(table).bootstrapTable('refresh');
|
$(table).bootstrapTable('refresh');
|
||||||
@ -888,7 +888,7 @@ function loadSupplierPartTable(table, url, options) {
|
|||||||
var pk = $(this).attr('pk');
|
var pk = $(this).attr('pk');
|
||||||
|
|
||||||
deleteSupplierPart(
|
deleteSupplierPart(
|
||||||
pk,
|
pk,
|
||||||
{
|
{
|
||||||
onSuccess: function() {
|
onSuccess: function() {
|
||||||
$(table).bootstrapTable('refresh');
|
$(table).bootstrapTable('refresh');
|
||||||
|
@ -6,22 +6,22 @@
|
|||||||
inventreeSave,
|
inventreeSave,
|
||||||
reloadTableFilters,
|
reloadTableFilters,
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* exported
|
/* exported
|
||||||
setupFilterList,
|
setupFilterList,
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Code for managing query filters / table options.
|
* Code for managing query filters / table options.
|
||||||
*
|
*
|
||||||
* Optional query filters are available to the user for various
|
* Optional query filters are available to the user for various
|
||||||
* tables display in the web interface.
|
* tables display in the web interface.
|
||||||
* These filters are saved to the web session, and should be
|
* These filters are saved to the web session, and should be
|
||||||
* persistent for a given table type.
|
* persistent for a given table type.
|
||||||
*
|
*
|
||||||
* This makes use of the 'inventreeSave' and 'inventreeLoad' functions
|
* This makes use of the 'inventreeSave' and 'inventreeLoad' functions
|
||||||
* for writing to and reading from session storage.
|
* for writing to and reading from session storage.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ function defaultFilters() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Load table filters for the given table from session storage
|
* Load table filters for the given table from session storage
|
||||||
*
|
*
|
||||||
* @param tableKey - String key for the particular table
|
* @param tableKey - String key for the particular table
|
||||||
* @param defaults - Default filters for this table e.g. 'cascade=1&location=5'
|
* @param defaults - Default filters for this table e.g. 'cascade=1&location=5'
|
||||||
*/
|
*/
|
||||||
@ -73,7 +73,7 @@ function loadTableFilters(tableKey) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Save table filters to session storage
|
* Save table filters to session storage
|
||||||
*
|
*
|
||||||
* @param {*} tableKey - string key for the given table
|
* @param {*} tableKey - string key for the given table
|
||||||
* @param {*} filters - object of string:string pairs
|
* @param {*} filters - object of string:string pairs
|
||||||
*/
|
*/
|
||||||
@ -251,7 +251,7 @@ function generateFilterInput(tableKey, filterKey) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Configure a filter list for a given table
|
* Configure a filter list for a given table
|
||||||
*
|
*
|
||||||
* @param {*} tableKey - string lookup key for filter settings
|
* @param {*} tableKey - string lookup key for filter settings
|
||||||
* @param {*} table - bootstrapTable element to update
|
* @param {*} table - bootstrapTable element to update
|
||||||
* @param {*} target - name of target element on page
|
* @param {*} target - name of target element on page
|
||||||
@ -410,7 +410,7 @@ function setupFilterList(tableKey, table, target, options={}) {
|
|||||||
/**
|
/**
|
||||||
* Return the pretty title for the given table and filter selection.
|
* Return the pretty title for the given table and filter selection.
|
||||||
* If no title is provided, default to the key value.
|
* If no title is provided, default to the key value.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function getFilterTitle(tableKey, filterKey) {
|
function getFilterTitle(tableKey, filterKey) {
|
||||||
var settings = getFilterSettings(tableKey, filterKey);
|
var settings = getFilterSettings(tableKey, filterKey);
|
||||||
@ -460,4 +460,3 @@ function getFilterOptionValue(tableKey, filterKey, valueKey) {
|
|||||||
// Cannot map to a display string - return the original text
|
// Cannot map to a display string - return the original text
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ $.fn.select2.defaults.set('theme', 'bootstrap-5');
|
|||||||
* can perform a GET method at the endpoint.
|
* can perform a GET method at the endpoint.
|
||||||
*/
|
*/
|
||||||
function canView(OPTIONS) {
|
function canView(OPTIONS) {
|
||||||
|
|
||||||
if ('actions' in OPTIONS) {
|
if ('actions' in OPTIONS) {
|
||||||
return ('GET' in OPTIONS.actions);
|
return ('GET' in OPTIONS.actions);
|
||||||
} else {
|
} else {
|
||||||
@ -90,7 +90,7 @@ function canCreate(OPTIONS) {
|
|||||||
* can perform a PUT or PATCH method at the endpoint
|
* can perform a PUT or PATCH method at the endpoint
|
||||||
*/
|
*/
|
||||||
function canChange(OPTIONS) {
|
function canChange(OPTIONS) {
|
||||||
|
|
||||||
if ('actions' in OPTIONS) {
|
if ('actions' in OPTIONS) {
|
||||||
return ('PUT' in OPTIONS.actions || 'PATCH' in OPTIONS.actions);
|
return ('PUT' in OPTIONS.actions || 'PATCH' in OPTIONS.actions);
|
||||||
} else {
|
} else {
|
||||||
@ -147,25 +147,25 @@ function getApiEndpointOptions(url, callback) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Construct a 'creation' (POST) form, to create a new model in the database.
|
* Construct a 'creation' (POST) form, to create a new model in the database.
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - fields: The 'actions' object provided by the OPTIONS endpoint
|
* - fields: The 'actions' object provided by the OPTIONS endpoint
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* -
|
* -
|
||||||
*/
|
*/
|
||||||
function constructCreateForm(fields, options) {
|
function constructCreateForm(fields, options) {
|
||||||
|
|
||||||
// Check if default values were provided for any fields
|
// Check if default values were provided for any fields
|
||||||
for (const name in fields) {
|
for (const name in fields) {
|
||||||
|
|
||||||
var field = fields[name];
|
var field = fields[name];
|
||||||
|
|
||||||
var field_options = options.fields[name] || {};
|
var field_options = options.fields[name] || {};
|
||||||
|
|
||||||
// If a 'value' is not provided for the field,
|
// If a 'value' is not provided for the field,
|
||||||
if (field.value == null) {
|
if (field.value == null) {
|
||||||
|
|
||||||
if ('value' in field_options) {
|
if ('value' in field_options) {
|
||||||
// Client has specified the default value for the field
|
// Client has specified the default value for the field
|
||||||
field.value = field_options.value;
|
field.value = field_options.value;
|
||||||
@ -183,12 +183,12 @@ function constructCreateForm(fields, options) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Construct a 'change' (PATCH) form, to create a new model in the database.
|
* Construct a 'change' (PATCH) form, to create a new model in the database.
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - fields: The 'actions' object provided by the OPTIONS endpoint
|
* - fields: The 'actions' object provided by the OPTIONS endpoint
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* -
|
* -
|
||||||
*/
|
*/
|
||||||
function constructChangeForm(fields, options) {
|
function constructChangeForm(fields, options) {
|
||||||
|
|
||||||
@ -203,12 +203,12 @@ function constructChangeForm(fields, options) {
|
|||||||
json: 'application/json',
|
json: 'application/json',
|
||||||
},
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
|
|
||||||
// An optional function can be provided to process the returned results,
|
// An optional function can be provided to process the returned results,
|
||||||
// before they are rendered to the form
|
// before they are rendered to the form
|
||||||
if (options.processResults) {
|
if (options.processResults) {
|
||||||
var processed = options.processResults(data, fields, options);
|
var processed = options.processResults(data, fields, options);
|
||||||
|
|
||||||
// If the processResults function returns data, it will be stored
|
// If the processResults function returns data, it will be stored
|
||||||
if (processed) {
|
if (processed) {
|
||||||
data = processed;
|
data = processed;
|
||||||
@ -225,7 +225,7 @@ function constructChangeForm(fields, options) {
|
|||||||
|
|
||||||
// Store the entire data object
|
// Store the entire data object
|
||||||
options.instance = data;
|
options.instance = data;
|
||||||
|
|
||||||
constructFormBody(fields, options);
|
constructFormBody(fields, options);
|
||||||
},
|
},
|
||||||
error: function(xhr) {
|
error: function(xhr) {
|
||||||
@ -240,7 +240,7 @@ function constructChangeForm(fields, options) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Construct a 'delete' form, to remove a model instance from the database.
|
* Construct a 'delete' form, to remove a model instance from the database.
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - fields: The 'actions' object provided by the OPTIONS request
|
* - fields: The 'actions' object provided by the OPTIONS request
|
||||||
* - options: The 'options' object provided by the client
|
* - options: The 'options' object provided by the client
|
||||||
@ -282,7 +282,7 @@ function constructDeleteForm(fields, options) {
|
|||||||
/*
|
/*
|
||||||
* Request API OPTIONS data from the server,
|
* Request API OPTIONS data from the server,
|
||||||
* and construct a modal form based on the response.
|
* and construct a modal form based on the response.
|
||||||
*
|
*
|
||||||
* url: API URL which defines form data
|
* url: API URL which defines form data
|
||||||
* options:
|
* options:
|
||||||
* - method: The HTTP method e.g. 'PUT', 'POST', 'DELETE' (default='PATCH')
|
* - method: The HTTP method e.g. 'PUT', 'POST', 'DELETE' (default='PATCH')
|
||||||
@ -310,7 +310,7 @@ function constructDeleteForm(fields, options) {
|
|||||||
* - reload: Set to true to reload the current page after form success
|
* - reload: Set to true to reload the current page after form success
|
||||||
* - confirm: Set to true to require a "confirm" button
|
* - confirm: Set to true to require a "confirm" button
|
||||||
* - confirmText: Text for confirm button (default = "Confirm")
|
* - confirmText: Text for confirm button (default = "Confirm")
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function constructForm(url, options) {
|
function constructForm(url, options) {
|
||||||
|
|
||||||
@ -321,7 +321,7 @@ function constructForm(url, options) {
|
|||||||
|
|
||||||
options.fields = options.fields || {};
|
options.fields = options.fields || {};
|
||||||
|
|
||||||
// Save the URL
|
// Save the URL
|
||||||
options.url = url;
|
options.url = url;
|
||||||
|
|
||||||
// Default HTTP method
|
// Default HTTP method
|
||||||
@ -345,7 +345,7 @@ function constructForm(url, options) {
|
|||||||
/*
|
/*
|
||||||
* Determine what "type" of form we want to construct,
|
* Determine what "type" of form we want to construct,
|
||||||
* based on the requested action.
|
* based on the requested action.
|
||||||
*
|
*
|
||||||
* First we must determine if the user has the correct permissions!
|
* First we must determine if the user has the correct permissions!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -360,7 +360,7 @@ function constructForm(url, options) {
|
|||||||
details: '{% trans "Create operation not allowed" %}',
|
details: '{% trans "Create operation not allowed" %}',
|
||||||
icon: 'fas fa-user-times',
|
icon: 'fas fa-user-times',
|
||||||
});
|
});
|
||||||
|
|
||||||
console.warn(`'POST action unavailable at ${url}`);
|
console.warn(`'POST action unavailable at ${url}`);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@ -375,7 +375,7 @@ function constructForm(url, options) {
|
|||||||
details: '{% trans "Update operation not allowed" %}',
|
details: '{% trans "Update operation not allowed" %}',
|
||||||
icon: 'fas fa-user-times',
|
icon: 'fas fa-user-times',
|
||||||
});
|
});
|
||||||
|
|
||||||
console.warn(`${options.method} action unavailable at ${url}`);
|
console.warn(`${options.method} action unavailable at ${url}`);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@ -389,7 +389,7 @@ function constructForm(url, options) {
|
|||||||
details: '{% trans "Delete operation not allowed" %}',
|
details: '{% trans "Delete operation not allowed" %}',
|
||||||
icon: 'fas fa-user-times',
|
icon: 'fas fa-user-times',
|
||||||
});
|
});
|
||||||
|
|
||||||
console.warn(`DELETE action unavailable at ${url}`);
|
console.warn(`DELETE action unavailable at ${url}`);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@ -403,7 +403,7 @@ function constructForm(url, options) {
|
|||||||
details: '{% trans "View operation not allowed" %}',
|
details: '{% trans "View operation not allowed" %}',
|
||||||
icon: 'fas fa-user-times',
|
icon: 'fas fa-user-times',
|
||||||
});
|
});
|
||||||
|
|
||||||
console.warn(`GET action unavailable at ${url}`);
|
console.warn(`GET action unavailable at ${url}`);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@ -417,7 +417,7 @@ function constructForm(url, options) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Construct a modal form based on the provided options
|
* Construct a modal form based on the provided options
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - fields: The endpoint description returned from the OPTIONS request
|
* - fields: The endpoint description returned from the OPTIONS request
|
||||||
* - options: form options object provided by the client.
|
* - options: form options object provided by the client.
|
||||||
@ -450,7 +450,7 @@ function constructFormBody(fields, options) {
|
|||||||
// Provide each field object with its own name
|
// Provide each field object with its own name
|
||||||
for (field in fields) {
|
for (field in fields) {
|
||||||
fields[field].name = field;
|
fields[field].name = field;
|
||||||
|
|
||||||
// If any "instance_filters" are defined for the endpoint, copy them across (overwrite)
|
// If any "instance_filters" are defined for the endpoint, copy them across (overwrite)
|
||||||
if (fields[field].instance_filters) {
|
if (fields[field].instance_filters) {
|
||||||
fields[field].filters = Object.assign(fields[field].filters || {}, fields[field].instance_filters);
|
fields[field].filters = Object.assign(fields[field].filters || {}, fields[field].instance_filters);
|
||||||
@ -512,7 +512,7 @@ function constructFormBody(fields, options) {
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
html += constructField(field_name, field, options);
|
html += constructField(field_name, field, options);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -529,7 +529,7 @@ function constructFormBody(fields, options) {
|
|||||||
var modal = options.modal;
|
var modal = options.modal;
|
||||||
|
|
||||||
modalEnable(modal, true);
|
modalEnable(modal, true);
|
||||||
|
|
||||||
// Insert generated form content
|
// Insert generated form content
|
||||||
$(modal).find('#form-content').html(html);
|
$(modal).find('#form-content').html(html);
|
||||||
|
|
||||||
@ -547,7 +547,7 @@ function constructFormBody(fields, options) {
|
|||||||
if (options.postFormContent) {
|
if (options.postFormContent) {
|
||||||
$(modal).find('#post-form-content').html(options.postFormContent);
|
$(modal).find('#post-form-content').html(options.postFormContent);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clear any existing buttons from the modal
|
// Clear any existing buttons from the modal
|
||||||
$(modal).find('#modal-footer-buttons').html('');
|
$(modal).find('#modal-footer-buttons').html('');
|
||||||
|
|
||||||
@ -659,7 +659,7 @@ function extractFormData(fields, options) {
|
|||||||
var data = {};
|
var data = {};
|
||||||
|
|
||||||
for (var idx = 0; idx < options.field_names.length; idx++) {
|
for (var idx = 0; idx < options.field_names.length; idx++) {
|
||||||
|
|
||||||
var name = options.field_names[idx];
|
var name = options.field_names[idx];
|
||||||
|
|
||||||
var field = fields[name] || null;
|
var field = fields[name] || null;
|
||||||
@ -677,7 +677,7 @@ function extractFormData(fields, options) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Submit form data to the server.
|
* Submit form data to the server.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function submitFormData(fields, options) {
|
function submitFormData(fields, options) {
|
||||||
|
|
||||||
@ -712,7 +712,7 @@ function submitFormData(fields, options) {
|
|||||||
case 'decimal':
|
case 'decimal':
|
||||||
if (!validateFormField(name, options)) {
|
if (!validateFormField(name, options)) {
|
||||||
data_valid = false;
|
data_valid = false;
|
||||||
|
|
||||||
data_errors[name] = ['{% trans "Enter a valid number" %}'];
|
data_errors[name] = ['{% trans "Enter a valid number" %}'];
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@ -734,7 +734,7 @@ function submitFormData(fields, options) {
|
|||||||
var file = field_files[0];
|
var file = field_files[0];
|
||||||
|
|
||||||
form_data.append(name, file);
|
form_data.append(name, file);
|
||||||
|
|
||||||
has_files = true;
|
has_files = true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@ -780,7 +780,7 @@ function submitFormData(fields, options) {
|
|||||||
handleFormSuccess(response, options);
|
handleFormSuccess(response, options);
|
||||||
},
|
},
|
||||||
error: function(xhr) {
|
error: function(xhr) {
|
||||||
|
|
||||||
$(options.modal).find('#modal-progress-spinner').hide();
|
$(options.modal).find('#modal-progress-spinner').hide();
|
||||||
|
|
||||||
switch (xhr.status) {
|
switch (xhr.status) {
|
||||||
@ -808,7 +808,7 @@ function submitFormData(fields, options) {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function updateFieldValues(fields, options) {
|
function updateFieldValues(fields, options) {
|
||||||
|
|
||||||
for (var idx = 0; idx < options.field_names.length; idx++) {
|
for (var idx = 0; idx < options.field_names.length; idx++) {
|
||||||
|
|
||||||
var name = options.field_names[idx];
|
var name = options.field_names[idx];
|
||||||
@ -896,7 +896,7 @@ function getFormFieldElement(name, options) {
|
|||||||
* An invalid number is expunged at the client side by the getFormFieldValue() function,
|
* An invalid number is expunged at the client side by the getFormFieldValue() function,
|
||||||
* which means that an empty string '' is sent to the server if the number is not valud.
|
* which means that an empty string '' is sent to the server if the number is not valud.
|
||||||
* This can result in confusing error messages displayed under the form field.
|
* This can result in confusing error messages displayed under the form field.
|
||||||
*
|
*
|
||||||
* So, we can invalid numbers and display errors *before* the form is submitted!
|
* So, we can invalid numbers and display errors *before* the form is submitted!
|
||||||
*/
|
*/
|
||||||
function validateFormField(name, options) {
|
function validateFormField(name, options) {
|
||||||
@ -962,7 +962,7 @@ function getFormFieldValue(name, field={}, options={}) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Handle successful form posting
|
* Handle successful form posting
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - response: The JSON response object from the server
|
* - response: The JSON response object from the server
|
||||||
* - options: The original options object provided by the client
|
* - options: The original options object provided by the client
|
||||||
@ -1004,7 +1004,7 @@ function handleFormSuccess(response, options) {
|
|||||||
target: msg_target,
|
target: msg_target,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (response && response.info) {
|
if (response && response.info) {
|
||||||
showAlertOrCache(response.info, cache, {style: 'info'});
|
showAlertOrCache(response.info, cache, {style: 'info'});
|
||||||
}
|
}
|
||||||
@ -1020,7 +1020,7 @@ function handleFormSuccess(response, options) {
|
|||||||
if (persist) {
|
if (persist) {
|
||||||
// Instead of closing the form and going somewhere else,
|
// Instead of closing the form and going somewhere else,
|
||||||
// reload (empty) the form so the user can input more data
|
// reload (empty) the form so the user can input more data
|
||||||
|
|
||||||
// Reset the status of the "submit" button
|
// Reset the status of the "submit" button
|
||||||
if (options.modal) {
|
if (options.modal) {
|
||||||
$(options.modal).find('#modal-form-submit').prop('disabled', false);
|
$(options.modal).find('#modal-form-submit').prop('disabled', false);
|
||||||
@ -1065,7 +1065,7 @@ function clearFormErrors(options={}) {
|
|||||||
if (options && options.modal) {
|
if (options && options.modal) {
|
||||||
// Remove the individual error messages
|
// Remove the individual error messages
|
||||||
$(options.modal).find('.form-error-message').remove();
|
$(options.modal).find('.form-error-message').remove();
|
||||||
|
|
||||||
$(options.modal).find('.modal-content').removeClass('modal-error');
|
$(options.modal).find('.modal-content').removeClass('modal-error');
|
||||||
|
|
||||||
// Remove the "has error" class
|
// Remove the "has error" class
|
||||||
@ -1086,12 +1086,12 @@ function clearFormErrors(options={}) {
|
|||||||
*
|
*
|
||||||
* We need to know the unique ID of each item in the array,
|
* We need to know the unique ID of each item in the array,
|
||||||
* and the array length must equal the length of the array returned from the server
|
* and the array length must equal the length of the array returned from the server
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - response: The JSON error response from the server
|
* - response: The JSON error response from the server
|
||||||
* - parent: The name of the parent field e.g. "items"
|
* - parent: The name of the parent field e.g. "items"
|
||||||
* - options: The global options struct
|
* - options: The global options struct
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* - nested: A map of nested ID values for the "parent" field
|
* - nested: A map of nested ID values for the "parent" field
|
||||||
* e.g.
|
* e.g.
|
||||||
@ -1102,7 +1102,7 @@ function clearFormErrors(options={}) {
|
|||||||
* 12
|
* 12
|
||||||
* ]
|
* ]
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function handleNestedErrors(errors, field_name, options={}) {
|
function handleNestedErrors(errors, field_name, options={}) {
|
||||||
@ -1115,7 +1115,7 @@ function handleNestedErrors(errors, field_name, options={}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var nest_list = nest_list = options['nested'][field_name];
|
var nest_list = nest_list = options['nested'][field_name];
|
||||||
|
|
||||||
// Nest list must be provided!
|
// Nest list must be provided!
|
||||||
if (!nest_list) {
|
if (!nest_list) {
|
||||||
console.warn(`handleNestedErrors missing nesting options for field '${fieldName}'`);
|
console.warn(`handleNestedErrors missing nesting options for field '${fieldName}'`);
|
||||||
@ -1123,9 +1123,9 @@ function handleNestedErrors(errors, field_name, options={}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (var idx = 0; idx < error_list.length; idx++) {
|
for (var idx = 0; idx < error_list.length; idx++) {
|
||||||
|
|
||||||
var error_item = error_list[idx];
|
var error_item = error_list[idx];
|
||||||
|
|
||||||
if (idx >= nest_list.length) {
|
if (idx >= nest_list.length) {
|
||||||
console.warn(`handleNestedErrors returned greater number of errors (${error_list.length}) than could be handled (${nest_list.length})`);
|
console.warn(`handleNestedErrors returned greater number of errors (${error_list.length}) than could be handled (${nest_list.length})`);
|
||||||
break;
|
break;
|
||||||
@ -1133,7 +1133,7 @@ function handleNestedErrors(errors, field_name, options={}) {
|
|||||||
|
|
||||||
// Extract the particular ID of the nested item
|
// Extract the particular ID of the nested item
|
||||||
var nest_id = nest_list[idx];
|
var nest_id = nest_list[idx];
|
||||||
|
|
||||||
// Here, error_item is a map of field names to error messages
|
// Here, error_item is a map of field names to error messages
|
||||||
for (sub_field_name in error_item) {
|
for (sub_field_name in error_item) {
|
||||||
|
|
||||||
@ -1158,7 +1158,7 @@ function handleNestedErrors(errors, field_name, options={}) {
|
|||||||
|
|
||||||
row.after(html);
|
row.after(html);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Find the target (nested) field
|
// Find the target (nested) field
|
||||||
@ -1178,7 +1178,7 @@ function handleNestedErrors(errors, field_name, options={}) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Display form error messages as returned from the server.
|
* Display form error messages as returned from the server.
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - errors: The JSON error response from the server
|
* - errors: The JSON error response from the server
|
||||||
* - fields: The form data object
|
* - fields: The form data object
|
||||||
@ -1195,7 +1195,7 @@ function handleFormErrors(errors, fields={}, options={}) {
|
|||||||
clearFormErrors(options);
|
clearFormErrors(options);
|
||||||
|
|
||||||
var non_field_errors = null;
|
var non_field_errors = null;
|
||||||
|
|
||||||
if (options.modal) {
|
if (options.modal) {
|
||||||
non_field_errors = $(options.modal).find('#non-field-errors');
|
non_field_errors = $(options.modal).find('#non-field-errors');
|
||||||
} else {
|
} else {
|
||||||
@ -1310,13 +1310,13 @@ function isFieldVisible(field, options) {
|
|||||||
/*
|
/*
|
||||||
* Attach callbacks to specified fields,
|
* Attach callbacks to specified fields,
|
||||||
* triggered after the field value is edited.
|
* triggered after the field value is edited.
|
||||||
*
|
*
|
||||||
* Callback function is called with arguments (name, field, options)
|
* Callback function is called with arguments (name, field, options)
|
||||||
*/
|
*/
|
||||||
function addFieldCallbacks(fields, options) {
|
function addFieldCallbacks(fields, options) {
|
||||||
|
|
||||||
for (var idx = 0; idx < options.field_names.length; idx++) {
|
for (var idx = 0; idx < options.field_names.length; idx++) {
|
||||||
|
|
||||||
var name = options.field_names[idx];
|
var name = options.field_names[idx];
|
||||||
|
|
||||||
var field = fields[name];
|
var field = fields[name];
|
||||||
@ -1581,7 +1581,7 @@ function addSecondaryModal(field, fields, options) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Initialize a single related-field
|
* Initialize a single related-field
|
||||||
*
|
*
|
||||||
* argument:
|
* argument:
|
||||||
* - modal: DOM identifier for the modal window
|
* - modal: DOM identifier for the modal window
|
||||||
* - name: name of the field e.g. 'location'
|
* - name: name of the field e.g. 'location'
|
||||||
@ -1657,7 +1657,7 @@ function initializeRelatedField(field, fields, options={}) {
|
|||||||
query.search = params.term;
|
query.search = params.term;
|
||||||
query.offset = offset;
|
query.offset = offset;
|
||||||
query.limit = pageSize;
|
query.limit = pageSize;
|
||||||
|
|
||||||
// Allow custom run-time filter augmentation
|
// Allow custom run-time filter augmentation
|
||||||
if ('adjustFilters' in field) {
|
if ('adjustFilters' in field) {
|
||||||
query = field.adjustFilters(query, options);
|
query = field.adjustFilters(query, options);
|
||||||
@ -1707,7 +1707,7 @@ function initializeRelatedField(field, fields, options={}) {
|
|||||||
// Extract 'instance' data passed through from an initial value
|
// Extract 'instance' data passed through from an initial value
|
||||||
// Or, use the raw 'item' data as a backup
|
// Or, use the raw 'item' data as a backup
|
||||||
var data = item;
|
var data = item;
|
||||||
|
|
||||||
if (item.element && item.element.instance) {
|
if (item.element && item.element.instance) {
|
||||||
data = item.element.instance;
|
data = item.element.instance;
|
||||||
}
|
}
|
||||||
@ -1732,7 +1732,7 @@ function initializeRelatedField(field, fields, options={}) {
|
|||||||
// Extract 'instance' data passed through from an initial value
|
// Extract 'instance' data passed through from an initial value
|
||||||
// Or, use the raw 'item' data as a backup
|
// Or, use the raw 'item' data as a backup
|
||||||
var data = item;
|
var data = item;
|
||||||
|
|
||||||
if (item.element && item.element.instance) {
|
if (item.element && item.element.instance) {
|
||||||
data = item.element.instance;
|
data = item.element.instance;
|
||||||
}
|
}
|
||||||
@ -1761,7 +1761,7 @@ function initializeRelatedField(field, fields, options={}) {
|
|||||||
|
|
||||||
// If a 'value' is already defined, grab the model info from the server
|
// If a 'value' is already defined, grab the model info from the server
|
||||||
if (field.value) {
|
if (field.value) {
|
||||||
|
|
||||||
var pk = field.value;
|
var pk = field.value;
|
||||||
var url = `${field.api_url}/${pk}/`.replace('//', '/');
|
var url = `${field.api_url}/${pk}/`.replace('//', '/');
|
||||||
|
|
||||||
@ -1806,7 +1806,7 @@ function initializeRelatedField(field, fields, options={}) {
|
|||||||
/*
|
/*
|
||||||
* Set the value of a select2 instace for a "related field",
|
* Set the value of a select2 instace for a "related field",
|
||||||
* e.g. with data returned from a secondary modal
|
* e.g. with data returned from a secondary modal
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - name: The name of the field
|
* - name: The name of the field
|
||||||
* - data: JSON data representing the model instance
|
* - data: JSON data representing the model instance
|
||||||
@ -1852,7 +1852,7 @@ function searching() {
|
|||||||
/*
|
/*
|
||||||
* Render a "foreign key" model reference in a select2 instance.
|
* Render a "foreign key" model reference in a select2 instance.
|
||||||
* Allows custom rendering with access to the entire serialized object.
|
* Allows custom rendering with access to the entire serialized object.
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - name: The name of the field e.g. 'location'
|
* - name: The name of the field e.g. 'location'
|
||||||
* - model: The name of the InvenTree model e.g. 'stockitem'
|
* - model: The name of the InvenTree model e.g. 'stockitem'
|
||||||
@ -1872,7 +1872,7 @@ function renderModelData(name, model, data, parameters, options) {
|
|||||||
|
|
||||||
var renderer = null;
|
var renderer = null;
|
||||||
|
|
||||||
// Find a custom renderer
|
// Find a custom renderer
|
||||||
switch (model) {
|
switch (model) {
|
||||||
case 'company':
|
case 'company':
|
||||||
renderer = renderCompany;
|
renderer = renderCompany;
|
||||||
@ -1919,7 +1919,7 @@ function renderModelData(name, model, data, parameters, options) {
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (renderer != null) {
|
if (renderer != null) {
|
||||||
html = renderer(name, data, parameters, options);
|
html = renderer(name, data, parameters, options);
|
||||||
}
|
}
|
||||||
@ -1954,16 +1954,16 @@ function getFieldName(name, options={}) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Construct a single form 'field' for rendering in a form.
|
* Construct a single form 'field' for rendering in a form.
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - name: The 'name' of the field
|
* - name: The 'name' of the field
|
||||||
* - parameters: The field parameters supplied by the DRF OPTIONS method
|
* - parameters: The field parameters supplied by the DRF OPTIONS method
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* -
|
* -
|
||||||
*
|
*
|
||||||
* The function constructs a fieldset which mostly replicates django "crispy" forms:
|
* The function constructs a fieldset which mostly replicates django "crispy" forms:
|
||||||
*
|
*
|
||||||
* - Field name
|
* - Field name
|
||||||
* - Field <input> (depends on specified field type)
|
* - Field <input> (depends on specified field type)
|
||||||
* - Field description (help text)
|
* - Field description (help text)
|
||||||
@ -2012,7 +2012,7 @@ function constructField(name, parameters, options={}) {
|
|||||||
if (group_options.collapsible) {
|
if (group_options.collapsible) {
|
||||||
html += `
|
html += `
|
||||||
<div data-bs-toggle='collapse' data-bs-target='#form-panel-content-${group_id}'>
|
<div data-bs-toggle='collapse' data-bs-target='#form-panel-content-${group_id}'>
|
||||||
<a href='#'><span id='group-icon-${group_id}' class='fas fa-angle-up'></span>
|
<a href='#'><span id='group-icon-${group_id}' class='fas fa-angle-up'></span>
|
||||||
`;
|
`;
|
||||||
} else {
|
} else {
|
||||||
html += `<div>`;
|
html += `<div>`;
|
||||||
@ -2044,7 +2044,7 @@ function constructField(name, parameters, options={}) {
|
|||||||
if (parameters.before) {
|
if (parameters.before) {
|
||||||
html += parameters.before;
|
html += parameters.before;
|
||||||
}
|
}
|
||||||
|
|
||||||
var hover_title = '';
|
var hover_title = '';
|
||||||
|
|
||||||
if (parameters.help_text) {
|
if (parameters.help_text) {
|
||||||
@ -2062,7 +2062,7 @@ function constructField(name, parameters, options={}) {
|
|||||||
|
|
||||||
// Does this input deserve "extra" decorators?
|
// Does this input deserve "extra" decorators?
|
||||||
var extra = (parameters.icon != null) || (parameters.prefix != null) || (parameters.prefixRaw != null);
|
var extra = (parameters.icon != null) || (parameters.prefix != null) || (parameters.prefixRaw != null);
|
||||||
|
|
||||||
// Some fields can have 'clear' inputs associated with them
|
// Some fields can have 'clear' inputs associated with them
|
||||||
if (!parameters.required && !parameters.read_only) {
|
if (!parameters.required && !parameters.read_only) {
|
||||||
switch (parameters.type) {
|
switch (parameters.type) {
|
||||||
@ -2080,10 +2080,10 @@ function constructField(name, parameters, options={}) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (extra) {
|
if (extra) {
|
||||||
html += `<div class='input-group'>`;
|
html += `<div class='input-group'>`;
|
||||||
|
|
||||||
if (parameters.prefix) {
|
if (parameters.prefix) {
|
||||||
html += `<span class='input-group-text'>${parameters.prefix}</span>`;
|
html += `<span class='input-group-text'>${parameters.prefix}</span>`;
|
||||||
} else if (parameters.prefixRaw) {
|
} else if (parameters.prefixRaw) {
|
||||||
@ -2120,7 +2120,7 @@ function constructField(name, parameters, options={}) {
|
|||||||
|
|
||||||
html += `</div>`; // controls
|
html += `</div>`; // controls
|
||||||
html += `</div>`; // form-group
|
html += `</div>`; // form-group
|
||||||
|
|
||||||
if (parameters.after) {
|
if (parameters.after) {
|
||||||
html += parameters.after;
|
html += parameters.after;
|
||||||
}
|
}
|
||||||
@ -2145,17 +2145,17 @@ function constructLabel(name, parameters) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var html = `<label class='${label_classes}' for='id_${name}'>`;
|
var html = `<label class='${label_classes}' for='id_${name}'>`;
|
||||||
|
|
||||||
if (parameters.label) {
|
if (parameters.label) {
|
||||||
html += `${parameters.label}`;
|
html += `${parameters.label}`;
|
||||||
} else {
|
} else {
|
||||||
html += `${name}`;
|
html += `${name}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (parameters.required) {
|
if (parameters.required) {
|
||||||
html += `<span class='asteriskField'>*</span>`;
|
html += `<span class='asteriskField'>*</span>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
html += `</label>`;
|
html += `</label>`;
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
@ -2164,11 +2164,11 @@ function constructLabel(name, parameters) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Construct a form input based on the field parameters
|
* Construct a form input based on the field parameters
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - name: The name of the field
|
* - name: The name of the field
|
||||||
* - parameters: Field parameters returned by the OPTIONS method
|
* - parameters: Field parameters returned by the OPTIONS method
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function constructInput(name, parameters, options={}) {
|
function constructInput(name, parameters, options={}) {
|
||||||
|
|
||||||
@ -2212,7 +2212,7 @@ function constructInput(name, parameters, options={}) {
|
|||||||
// Unsupported field type!
|
// Unsupported field type!
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (func != null) {
|
if (func != null) {
|
||||||
html = func(name, parameters, options);
|
html = func(name, parameters, options);
|
||||||
} else {
|
} else {
|
||||||
@ -2499,14 +2499,14 @@ function constructRawInput(name, parameters) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Construct a 'help text' div based on the field parameters
|
* Construct a 'help text' div based on the field parameters
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - name: The name of the field
|
* - name: The name of the field
|
||||||
* - parameters: Field parameters returned by the OPTIONS method
|
* - parameters: Field parameters returned by the OPTIONS method
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function constructHelpText(name, parameters) {
|
function constructHelpText(name, parameters) {
|
||||||
|
|
||||||
var html = `<div id='hint_id_${name}' class='help-block'><i>${parameters.help_text}</i></div>`;
|
var html = `<div id='hint_id_${name}' class='help-block'><i>${parameters.help_text}</i></div>`;
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
@ -2567,7 +2567,7 @@ function selectImportFields(url, data={}, options={}) {
|
|||||||
var headers = `<tr><th>{% trans "File Column" %}</th><th>{% trans "Field Name" %}</th></tr>`;
|
var headers = `<tr><th>{% trans "File Column" %}</th><th>{% trans "Field Name" %}</th></tr>`;
|
||||||
|
|
||||||
var html = '';
|
var html = '';
|
||||||
|
|
||||||
if (options.preamble) {
|
if (options.preamble) {
|
||||||
html += options.preamble;
|
html += options.preamble;
|
||||||
}
|
}
|
||||||
@ -2580,7 +2580,7 @@ function selectImportFields(url, data={}, options={}) {
|
|||||||
fields: {},
|
fields: {},
|
||||||
preFormContent: html,
|
preFormContent: html,
|
||||||
onSubmit: function(fields, opts) {
|
onSubmit: function(fields, opts) {
|
||||||
|
|
||||||
var columns = [];
|
var columns = [];
|
||||||
|
|
||||||
for (var idx = 0; idx < field_names.length; idx++) {
|
for (var idx = 0; idx < field_names.length; idx++) {
|
||||||
@ -2605,16 +2605,16 @@ function selectImportFields(url, data={}, options={}) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
error: function(xhr) {
|
error: function(xhr) {
|
||||||
|
|
||||||
$(opts.modal).find('#modal-progress-spinner').hide();
|
$(opts.modal).find('#modal-progress-spinner').hide();
|
||||||
|
|
||||||
switch (xhr.status) {
|
switch (xhr.status) {
|
||||||
case 400:
|
case 400:
|
||||||
handleFormErrors(xhr.responseJSON, fields, opts);
|
handleFormErrors(xhr.responseJSON, fields, opts);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$(opts.modal).modal('hide');
|
$(opts.modal).modal('hide');
|
||||||
|
|
||||||
console.error(`upload error at ${opts.url}`);
|
console.error(`upload error at ${opts.url}`);
|
||||||
showApiError(xhr, opts.url);
|
showApiError(xhr, opts.url);
|
||||||
break;
|
break;
|
||||||
|
@ -60,7 +60,7 @@ function imageHoverIcon(url) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Renders a simple thumbnail image
|
* Renders a simple thumbnail image
|
||||||
* @param {String} url is the image URL
|
* @param {String} url is the image URL
|
||||||
* @returns html <img> tag
|
* @returns html <img> tag
|
||||||
*/
|
*/
|
||||||
function thumbnailImage(url, options={}) {
|
function thumbnailImage(url, options={}) {
|
||||||
@ -131,7 +131,7 @@ function makeIconButton(icon, cls, pk, title, options={}) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Render a progessbar!
|
* Render a progessbar!
|
||||||
*
|
*
|
||||||
* @param value is the current value of the progress bar
|
* @param value is the current value of the progress bar
|
||||||
* @param maximum is the maximum value of the progress bar
|
* @param maximum is the maximum value of the progress bar
|
||||||
*/
|
*/
|
||||||
@ -164,7 +164,7 @@ function makeProgressBar(value, maximum, opts={}) {
|
|||||||
var style = options.style || '';
|
var style = options.style || '';
|
||||||
|
|
||||||
var text = options.text;
|
var text = options.text;
|
||||||
|
|
||||||
if (!text) {
|
if (!text) {
|
||||||
if (style == 'percent') {
|
if (style == 'percent') {
|
||||||
// Display e.g. "50%"
|
// Display e.g. "50%"
|
||||||
@ -247,13 +247,13 @@ function setupNotesField(element, url, options={}) {
|
|||||||
if (editable) {
|
if (editable) {
|
||||||
// Heading icons
|
// Heading icons
|
||||||
toolbar_icons.push('heading-1', 'heading-2', 'heading-3', '|');
|
toolbar_icons.push('heading-1', 'heading-2', 'heading-3', '|');
|
||||||
|
|
||||||
// Font style
|
// Font style
|
||||||
toolbar_icons.push('bold', 'italic', 'strikethrough', '|');
|
toolbar_icons.push('bold', 'italic', 'strikethrough', '|');
|
||||||
|
|
||||||
// Text formatting
|
// Text formatting
|
||||||
toolbar_icons.push('unordered-list', 'ordered-list', 'code', 'quote', '|');
|
toolbar_icons.push('unordered-list', 'ordered-list', 'code', 'quote', '|');
|
||||||
|
|
||||||
// Elements
|
// Elements
|
||||||
toolbar_icons.push('table', 'link', 'image');
|
toolbar_icons.push('table', 'link', 'image');
|
||||||
}
|
}
|
||||||
@ -275,11 +275,11 @@ function setupNotesField(element, url, options={}) {
|
|||||||
if (!editable) {
|
if (!editable) {
|
||||||
// Set readonly
|
// Set readonly
|
||||||
mde.codemirror.setOption('readOnly', true);
|
mde.codemirror.setOption('readOnly', true);
|
||||||
|
|
||||||
// Hide the "edit" and "save" buttons
|
// Hide the "edit" and "save" buttons
|
||||||
$('#edit-notes').hide();
|
$('#edit-notes').hide();
|
||||||
$('#save-notes').hide();
|
$('#save-notes').hide();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
mde.togglePreview();
|
mde.togglePreview();
|
||||||
|
|
||||||
@ -289,7 +289,7 @@ function setupNotesField(element, url, options={}) {
|
|||||||
$('#save-notes').show();
|
$('#save-notes').show();
|
||||||
|
|
||||||
// Show the toolbar
|
// Show the toolbar
|
||||||
$(`#${element}`).next('.EasyMDEContainer').find('.editor-toolbar').show();
|
$(`#${element}`).next('.EasyMDEContainer').find('.editor-toolbar').show();
|
||||||
|
|
||||||
mde.togglePreview();
|
mde.togglePreview();
|
||||||
});
|
});
|
||||||
@ -313,4 +313,3 @@ function setupNotesField(element, url, options={}) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -224,7 +224,7 @@ function selectLabel(labels, items, options={}) {
|
|||||||
/**
|
/**
|
||||||
* Present the user with the available labels,
|
* Present the user with the available labels,
|
||||||
* and allow them to select which label to print.
|
* and allow them to select which label to print.
|
||||||
*
|
*
|
||||||
* The intent is that the available labels have been requested
|
* The intent is that the available labels have been requested
|
||||||
* (via AJAX) from the server.
|
* (via AJAX) from the server.
|
||||||
*/
|
*/
|
||||||
@ -249,7 +249,7 @@ function selectLabel(labels, items, options={}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var plugin_selection = '';
|
var plugin_selection = '';
|
||||||
|
|
||||||
if (plugins_enabled && plugins.length > 0) {
|
if (plugins_enabled && plugins.length > 0) {
|
||||||
plugin_selection =`
|
plugin_selection =`
|
||||||
<div class='form-group'>
|
<div class='form-group'>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Create and display a new modal dialog
|
* Create and display a new modal dialog
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* - title: Form title to render
|
* - title: Form title to render
|
||||||
* - submitText: Text to render on 'submit' button (default = "Submit")
|
* - submitText: Text to render on 'submit' button (default = "Submit")
|
||||||
@ -94,7 +94,7 @@ function createNewModal(options={}) {
|
|||||||
if (options.focus) {
|
if (options.focus) {
|
||||||
getFieldByName(modal_name, options.focus).focus();
|
getFieldByName(modal_name, options.focus).focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Steal keyboard focus
|
// Steal keyboard focus
|
||||||
$(modal_name).focus();
|
$(modal_name).focus();
|
||||||
|
|
||||||
@ -122,7 +122,7 @@ function createNewModal(options={}) {
|
|||||||
// Simulate a click on the 'Submit' button
|
// Simulate a click on the 'Submit' button
|
||||||
$(modal_name).find('#modal-form-submit').click();
|
$(modal_name).find('#modal-form-submit').click();
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -163,10 +163,10 @@ function makeOptionsList(elements, textFunc, valueFunc, titleFunc) {
|
|||||||
* from the (assumed array) of elements.
|
* from the (assumed array) of elements.
|
||||||
* For each element, we pass the element to the supplied functions,
|
* For each element, we pass the element to the supplied functions,
|
||||||
* which (in turn) generate display / value / title values.
|
* which (in turn) generate display / value / title values.
|
||||||
*
|
*
|
||||||
* Args:
|
* Args:
|
||||||
* - elements: List of elements
|
* - elements: List of elements
|
||||||
* - textFunc: Function which takes an element and generates the text to be displayed
|
* - textFunc: Function which takes an element and generates the text to be displayed
|
||||||
* - valueFunc: optional function which takes an element and generates the value
|
* - valueFunc: optional function which takes an element and generates the value
|
||||||
* - titleFunc: optional function which takes an element and generates a title
|
* - titleFunc: optional function which takes an element and generates a title
|
||||||
*/
|
*/
|
||||||
@ -214,7 +214,7 @@ function setFieldOptions(fieldName, optionList, options={}) {
|
|||||||
|
|
||||||
var addEmptyOption = options.addEmptyOption || true;
|
var addEmptyOption = options.addEmptyOption || true;
|
||||||
|
|
||||||
// If not appending, clear out the field...
|
// If not appending, clear out the field...
|
||||||
if (!append) {
|
if (!append) {
|
||||||
field.find('option').remove();
|
field.find('option').remove();
|
||||||
}
|
}
|
||||||
@ -246,7 +246,7 @@ function reloadFieldOptions(fieldName, options) {
|
|||||||
*
|
*
|
||||||
* Args:
|
* Args:
|
||||||
* - fieldName: The name of the field
|
* - fieldName: The name of the field
|
||||||
* - options:
|
* - options:
|
||||||
* -- url: Query url
|
* -- url: Query url
|
||||||
* -- params: Query params
|
* -- params: Query params
|
||||||
* -- value: A function which takes a returned option and returns the 'value' (if not specified, the `pk` field is used)
|
* -- value: A function which takes a returned option and returns the 'value' (if not specified, the `pk` field is used)
|
||||||
@ -289,7 +289,7 @@ function reloadFieldOptions(fieldName, options) {
|
|||||||
|
|
||||||
function enableField(fieldName, enabled, options={}) {
|
function enableField(fieldName, enabled, options={}) {
|
||||||
/* Enable (or disable) a particular field in a modal.
|
/* Enable (or disable) a particular field in a modal.
|
||||||
*
|
*
|
||||||
* Args:
|
* Args:
|
||||||
* - fieldName: The name of the field
|
* - fieldName: The name of the field
|
||||||
* - enabled: boolean enabled / disabled status
|
* - enabled: boolean enabled / disabled status
|
||||||
@ -366,7 +366,7 @@ function partialMatcher(params, data) {
|
|||||||
|
|
||||||
|
|
||||||
function attachSelect(modal) {
|
function attachSelect(modal) {
|
||||||
/* Attach 'select2' functionality to any drop-down list in the modal.
|
/* Attach 'select2' functionality to any drop-down list in the modal.
|
||||||
* Provides search filtering for dropdown items
|
* Provides search filtering for dropdown items
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -391,7 +391,7 @@ function attachBootstrapCheckbox(modal) {
|
|||||||
|
|
||||||
|
|
||||||
function loadingMessageContent() {
|
function loadingMessageContent() {
|
||||||
/* Render a 'loading' message to display in a form
|
/* Render a 'loading' message to display in a form
|
||||||
* when waiting for a response from the server
|
* when waiting for a response from the server
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -404,7 +404,7 @@ function afterForm(response, options) {
|
|||||||
/* afterForm is called after a form is successfully submitted,
|
/* afterForm is called after a form is successfully submitted,
|
||||||
* and the form is dismissed.
|
* and the form is dismissed.
|
||||||
* Used for general purpose functionality after form submission:
|
* Used for general purpose functionality after form submission:
|
||||||
*
|
*
|
||||||
* - Display a bootstrap alert (success / info / warning / danger)
|
* - Display a bootstrap alert (success / info / warning / danger)
|
||||||
* - Run a supplied success callback function
|
* - Run a supplied success callback function
|
||||||
* - Redirect the browser to a different URL
|
* - Redirect the browser to a different URL
|
||||||
@ -424,11 +424,11 @@ function afterForm(response, options) {
|
|||||||
if (response.info) {
|
if (response.info) {
|
||||||
showAlertOrCache(response.info, cache, {style: 'info'});
|
showAlertOrCache(response.info, cache, {style: 'info'});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (response.warning) {
|
if (response.warning) {
|
||||||
showAlertOrCache(response.warning, cache, {style: 'warning'});
|
showAlertOrCache(response.warning, cache, {style: 'warning'});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (response.danger) {
|
if (response.danger) {
|
||||||
showAlertOrCache(response.danger, cache, {style: 'danger'});
|
showAlertOrCache(response.danger, cache, {style: 'danger'});
|
||||||
}
|
}
|
||||||
@ -467,7 +467,7 @@ function modalEnable(modal, enable=true) {
|
|||||||
|
|
||||||
|
|
||||||
function modalSetTitle(modal, title='') {
|
function modalSetTitle(modal, title='') {
|
||||||
/* Update the title of a modal form
|
/* Update the title of a modal form
|
||||||
*/
|
*/
|
||||||
$(modal + ' #modal-title').html(title);
|
$(modal + ' #modal-title').html(title);
|
||||||
}
|
}
|
||||||
@ -496,7 +496,7 @@ function modalSetCloseText(modal, text) {
|
|||||||
|
|
||||||
function modalSetButtonText(modal, submit_text, close_text) {
|
function modalSetButtonText(modal, submit_text, close_text) {
|
||||||
/* Set the button text for a modal form
|
/* Set the button text for a modal form
|
||||||
*
|
*
|
||||||
* submit_text - text for the form submit button
|
* submit_text - text for the form submit button
|
||||||
* close_text - text for the form dismiss button
|
* close_text - text for the form dismiss button
|
||||||
*/
|
*/
|
||||||
@ -575,8 +575,8 @@ function renderErrorMessage(xhr) {
|
|||||||
|
|
||||||
function showAlertDialog(title, content, options={}) {
|
function showAlertDialog(title, content, options={}) {
|
||||||
/* Display a modal dialog message box.
|
/* Display a modal dialog message box.
|
||||||
*
|
*
|
||||||
* title - Title text
|
* title - Title text
|
||||||
* content - HTML content of the dialog window
|
* content - HTML content of the dialog window
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -600,7 +600,7 @@ function showAlertDialog(title, content, options={}) {
|
|||||||
|
|
||||||
function showQuestionDialog(title, content, options={}) {
|
function showQuestionDialog(title, content, options={}) {
|
||||||
/* Display a modal dialog for user input (Yes/No confirmation dialog)
|
/* Display a modal dialog for user input (Yes/No confirmation dialog)
|
||||||
*
|
*
|
||||||
* title - Title text
|
* title - Title text
|
||||||
* content - HTML content of the dialog window
|
* content - HTML content of the dialog window
|
||||||
* options:
|
* options:
|
||||||
@ -609,7 +609,7 @@ function showQuestionDialog(title, content, options={}) {
|
|||||||
* cancel_text - Text for the cancel button (default = 'Cancel')
|
* cancel_text - Text for the cancel button (default = 'Cancel')
|
||||||
* accept - Function to run if the user presses 'Accept'
|
* accept - Function to run if the user presses 'Accept'
|
||||||
* cancel - Functino to run if the user presses 'Cancel'
|
* cancel - Functino to run if the user presses 'Cancel'
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var modal = createNewModal({
|
var modal = createNewModal({
|
||||||
title: title,
|
title: title,
|
||||||
@ -632,9 +632,9 @@ function showQuestionDialog(title, content, options={}) {
|
|||||||
|
|
||||||
function openModal(options) {
|
function openModal(options) {
|
||||||
/* Open a modal form, and perform some action based on the provided options object:
|
/* Open a modal form, and perform some action based on the provided options object:
|
||||||
*
|
*
|
||||||
* options can contain:
|
* options can contain:
|
||||||
*
|
*
|
||||||
* modal - ID of the modal form element (default = '#modal-form')
|
* modal - ID of the modal form element (default = '#modal-form')
|
||||||
* title - Custom title for the form
|
* title - Custom title for the form
|
||||||
* content - Default content for the form panel
|
* content - Default content for the form panel
|
||||||
@ -743,7 +743,7 @@ function attachSecondaryModal(modal, options) {
|
|||||||
/* Attach a secondary modal form to the primary modal form.
|
/* Attach a secondary modal form to the primary modal form.
|
||||||
* Inserts a button into the primary form which, when clicked,
|
* Inserts a button into the primary form which, when clicked,
|
||||||
* will launch the secondary modal to do /something/ and then return a result.
|
* will launch the secondary modal to do /something/ and then return a result.
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* field: Name of the field to attach to
|
* field: Name of the field to attach to
|
||||||
* label: Button text
|
* label: Button text
|
||||||
@ -834,7 +834,7 @@ function attachButtons(modal, buttons) {
|
|||||||
function attachFieldCallback(modal, callback) {
|
function attachFieldCallback(modal, callback) {
|
||||||
/* Attach a 'callback' function to a given field in the modal form.
|
/* Attach a 'callback' function to a given field in the modal form.
|
||||||
* When the value of that field is changed, the callback function is performed.
|
* When the value of that field is changed, the callback function is performed.
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* - field: The name of the field to attach to
|
* - field: The name of the field to attach to
|
||||||
* - action: A function to perform
|
* - action: A function to perform
|
||||||
@ -867,7 +867,7 @@ function attachCallbacks(modal, callbacks) {
|
|||||||
function handleModalForm(url, options) {
|
function handleModalForm(url, options) {
|
||||||
/* Update a modal form after data are received from the server.
|
/* Update a modal form after data are received from the server.
|
||||||
* Manages POST requests until the form is successfully submitted.
|
* Manages POST requests until the form is successfully submitted.
|
||||||
*
|
*
|
||||||
* The server should respond with a JSON object containing a boolean value 'form_valid'
|
* The server should respond with a JSON object containing a boolean value 'form_valid'
|
||||||
* Form submission repeats (after user interaction) until 'form_valid' = true
|
* Form submission repeats (after user interaction) until 'form_valid' = true
|
||||||
*/
|
*/
|
||||||
@ -952,8 +952,8 @@ function handleModalForm(url, options) {
|
|||||||
error: function(xhr) {
|
error: function(xhr) {
|
||||||
// There was an error submitting form data via POST
|
// There was an error submitting form data via POST
|
||||||
|
|
||||||
$(modal).modal('hide');
|
$(modal).modal('hide');
|
||||||
showAlertDialog('{% trans "Error posting form data" %}', renderErrorMessage(xhr));
|
showAlertDialog('{% trans "Error posting form data" %}', renderErrorMessage(xhr));
|
||||||
},
|
},
|
||||||
complete: function() {
|
complete: function() {
|
||||||
// TODO
|
// TODO
|
||||||
@ -965,15 +965,15 @@ function handleModalForm(url, options) {
|
|||||||
|
|
||||||
function launchModalForm(url, options = {}) {
|
function launchModalForm(url, options = {}) {
|
||||||
/* Launch a modal form, and request data from the server to fill the form
|
/* Launch a modal form, and request data from the server to fill the form
|
||||||
* If the form data is returned from the server, calls handleModalForm()
|
* If the form data is returned from the server, calls handleModalForm()
|
||||||
*
|
*
|
||||||
* A successful request will return a JSON object with, at minimum,
|
* A successful request will return a JSON object with, at minimum,
|
||||||
* an object called 'html_form'
|
* an object called 'html_form'
|
||||||
*
|
*
|
||||||
* If the request is NOT successful, displays an appropriate error message.
|
* If the request is NOT successful, displays an appropriate error message.
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
*
|
*
|
||||||
* modal - Name of the modal (default = '#modal-form')
|
* modal - Name of the modal (default = '#modal-form')
|
||||||
* data - Data to pass through to the AJAX request to fill the form
|
* data - Data to pass through to the AJAX request to fill the form
|
||||||
* submit_text - Text for the submit button (default = 'Submit')
|
* submit_text - Text for the submit button (default = 'Submit')
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
/*
|
/*
|
||||||
* This file contains functions for rendering various InvenTree database models,
|
* This file contains functions for rendering various InvenTree database models,
|
||||||
* in particular for displaying them in modal forms in a 'select2' context.
|
* in particular for displaying them in modal forms in a 'select2' context.
|
||||||
*
|
*
|
||||||
* Each renderer is provided with three arguments:
|
* Each renderer is provided with three arguments:
|
||||||
*
|
*
|
||||||
* - name: The 'name' of the model instance in the referring model
|
* - name: The 'name' of the model instance in the referring model
|
||||||
* - data: JSON data which represents the model instance. Returned via a GET request.
|
* - data: JSON data which represents the model instance. Returned via a GET request.
|
||||||
* - parameters: The field parameters provided via an OPTIONS request to the endpoint.
|
* - parameters: The field parameters provided via an OPTIONS request to the endpoint.
|
||||||
@ -40,7 +40,7 @@ function renderId(title, pk, parameters={}) {
|
|||||||
if ('render_pk' in parameters) {
|
if ('render_pk' in parameters) {
|
||||||
render = parameters['render_pk'];
|
render = parameters['render_pk'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (render) {
|
if (render) {
|
||||||
return `<span class='float-right'><small>${title}: ${pk}</small></span>`;
|
return `<span class='float-right'><small>${title}: ${pk}</small></span>`;
|
||||||
} else {
|
} else {
|
||||||
@ -52,7 +52,7 @@ function renderId(title, pk, parameters={}) {
|
|||||||
// Renderer for "Company" model
|
// Renderer for "Company" model
|
||||||
// eslint-disable-next-line no-unused-vars
|
// eslint-disable-next-line no-unused-vars
|
||||||
function renderCompany(name, data, parameters={}, options={}) {
|
function renderCompany(name, data, parameters={}, options={}) {
|
||||||
|
|
||||||
var html = select2Thumbnail(data.image);
|
var html = select2Thumbnail(data.image);
|
||||||
|
|
||||||
html += `<span><b>${data.name}</b></span> - <i>${data.description}</i>`;
|
html += `<span><b>${data.name}</b></span> - <i>${data.description}</i>`;
|
||||||
@ -68,11 +68,11 @@ function renderCompany(name, data, parameters={}, options={}) {
|
|||||||
function renderStockItem(name, data, parameters={}, options={}) {
|
function renderStockItem(name, data, parameters={}, options={}) {
|
||||||
|
|
||||||
var image = blankImage();
|
var image = blankImage();
|
||||||
|
|
||||||
if (data.part_detail) {
|
if (data.part_detail) {
|
||||||
image = data.part_detail.thumbnail || data.part_detail.image || blankImage();
|
image = data.part_detail.thumbnail || data.part_detail.image || blankImage();
|
||||||
}
|
}
|
||||||
|
|
||||||
var render_part_detail = true;
|
var render_part_detail = true;
|
||||||
|
|
||||||
if ('render_part_detail' in parameters) {
|
if ('render_part_detail' in parameters) {
|
||||||
@ -151,12 +151,12 @@ function renderStockLocation(name, data, parameters={}, options={}) {
|
|||||||
|
|
||||||
// eslint-disable-next-line no-unused-vars
|
// eslint-disable-next-line no-unused-vars
|
||||||
function renderBuild(name, data, parameters={}, options={}) {
|
function renderBuild(name, data, parameters={}, options={}) {
|
||||||
|
|
||||||
var image = null;
|
var image = null;
|
||||||
|
|
||||||
if (data.part_detail && data.part_detail.thumbnail) {
|
if (data.part_detail && data.part_detail.thumbnail) {
|
||||||
image = data.part_detail.thumbnail;
|
image = data.part_detail.thumbnail;
|
||||||
}
|
}
|
||||||
|
|
||||||
var html = select2Thumbnail(image);
|
var html = select2Thumbnail(image);
|
||||||
|
|
||||||
@ -173,7 +173,7 @@ function renderBuild(name, data, parameters={}, options={}) {
|
|||||||
function renderPart(name, data, parameters={}, options={}) {
|
function renderPart(name, data, parameters={}, options={}) {
|
||||||
|
|
||||||
var html = select2Thumbnail(data.image);
|
var html = select2Thumbnail(data.image);
|
||||||
|
|
||||||
html += ` <span>${data.full_name || data.name}</span>`;
|
html += ` <span>${data.full_name || data.name}</span>`;
|
||||||
|
|
||||||
if (data.description) {
|
if (data.description) {
|
||||||
@ -245,9 +245,9 @@ function renderPurchaseOrder(name, data, parameters={}, options={}) {
|
|||||||
|
|
||||||
var prefix = global_settings.PURCHASEORDER_REFERENCE_PREFIX;
|
var prefix = global_settings.PURCHASEORDER_REFERENCE_PREFIX;
|
||||||
var html = `<span>${prefix}${data.reference}</span>`;
|
var html = `<span>${prefix}${data.reference}</span>`;
|
||||||
|
|
||||||
var thumbnail = null;
|
var thumbnail = null;
|
||||||
|
|
||||||
if (data.supplier_detail) {
|
if (data.supplier_detail) {
|
||||||
thumbnail = data.supplier_detail.thumbnail || data.supplier_detail.image;
|
thumbnail = data.supplier_detail.thumbnail || data.supplier_detail.image;
|
||||||
|
|
||||||
@ -268,10 +268,10 @@ function renderPurchaseOrder(name, data, parameters={}, options={}) {
|
|||||||
// Renderer for "SalesOrder" model
|
// Renderer for "SalesOrder" model
|
||||||
// eslint-disable-next-line no-unused-vars
|
// eslint-disable-next-line no-unused-vars
|
||||||
function renderSalesOrder(name, data, parameters={}, options={}) {
|
function renderSalesOrder(name, data, parameters={}, options={}) {
|
||||||
|
|
||||||
var prefix = global_settings.SALESORDER_REFERENCE_PREFIX;
|
var prefix = global_settings.SALESORDER_REFERENCE_PREFIX;
|
||||||
var html = `<span>${prefix}${data.reference}</span>`;
|
var html = `<span>${prefix}${data.reference}</span>`;
|
||||||
|
|
||||||
var thumbnail = null;
|
var thumbnail = null;
|
||||||
|
|
||||||
if (data.customer_detail) {
|
if (data.customer_detail) {
|
||||||
@ -335,7 +335,7 @@ function renderPartParameterTemplate(name, data, parameters={}, options={}) {
|
|||||||
if (data.units) {
|
if (data.units) {
|
||||||
units = ` [${data.units}]`;
|
units = ` [${data.units}]`;
|
||||||
}
|
}
|
||||||
|
|
||||||
var html = `<span>${data.name}${units}</span>`;
|
var html = `<span>${data.name}${units}</span>`;
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
@ -377,7 +377,7 @@ function renderSupplierPart(name, data, parameters={}, options={}) {
|
|||||||
|
|
||||||
var supplier_image = null;
|
var supplier_image = null;
|
||||||
var part_image = null;
|
var part_image = null;
|
||||||
|
|
||||||
if (data.supplier_detail) {
|
if (data.supplier_detail) {
|
||||||
supplier_image = data.supplier_detail.image;
|
supplier_image = data.supplier_detail.image;
|
||||||
}
|
}
|
||||||
@ -387,13 +387,13 @@ function renderSupplierPart(name, data, parameters={}, options={}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var html = '';
|
var html = '';
|
||||||
|
|
||||||
html += select2Thumbnail(supplier_image);
|
html += select2Thumbnail(supplier_image);
|
||||||
|
|
||||||
if (data.part_detail) {
|
if (data.part_detail) {
|
||||||
html += select2Thumbnail(part_image);
|
html += select2Thumbnail(part_image);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (data.supplier_detail) {
|
if (data.supplier_detail) {
|
||||||
html += ` <span><b>${data.supplier_detail.name}</b> - ${data.SKU}</span>`;
|
html += ` <span><b>${data.supplier_detail.name}</b> - ${data.SKU}</span>`;
|
||||||
}
|
}
|
||||||
|
@ -74,14 +74,14 @@ function showCachedAlerts() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Display an alert message at the top of the screen.
|
* Display an alert message at the top of the screen.
|
||||||
* The message will contain a "close" button,
|
* The message will contain a "close" button,
|
||||||
* and also dismiss automatically after a certain amount of time.
|
* and also dismiss automatically after a certain amount of time.
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - message: Text / HTML content to display
|
* - message: Text / HTML content to display
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* - style: alert style e.g. 'success' / 'warning'
|
* - style: alert style e.g. 'success' / 'warning'
|
||||||
* - timeout: Time (in milliseconds) after which the message will be dismissed
|
* - timeout: Time (in milliseconds) after which the message will be dismissed
|
||||||
@ -119,7 +119,7 @@ function showMessage(message, options={}) {
|
|||||||
${icon}
|
${icon}
|
||||||
<b>${message}</b>
|
<b>${message}</b>
|
||||||
${details}
|
${details}
|
||||||
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
|
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
@ -152,7 +152,7 @@ var notificationUpdateTic = 0;
|
|||||||
/**
|
/**
|
||||||
* The notification checker is initiated when the document is loaded. It checks if there are unread notifications
|
* The notification checker is initiated when the document is loaded. It checks if there are unread notifications
|
||||||
* if unread messages exist the notification indicator is updated
|
* if unread messages exist the notification indicator is updated
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* - force: set true to force an update now (if you got in focus for example)
|
* - force: set true to force an update now (if you got in focus for example)
|
||||||
**/
|
**/
|
||||||
@ -182,10 +182,10 @@ function notificationCheck(force = false) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* handles read / unread buttons and UI rebuilding
|
* handles read / unread buttons and UI rebuilding
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - btn: element that got clicked / fired the event -> must contain pk and target as attributes
|
* - btn: element that got clicked / fired the event -> must contain pk and target as attributes
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* - panel_caller: this button was clicked in the notification panel
|
* - panel_caller: this button was clicked in the notification panel
|
||||||
**/
|
**/
|
||||||
@ -220,7 +220,7 @@ function updateNotificationReadState(btn, panel_caller=false) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the html for a read / unread button
|
* Returns the html for a read / unread button
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - pk: primary key of the notification
|
* - pk: primary key of the notification
|
||||||
* - state: current state of the notification (read / unread) -> just pass what you were handed by the api
|
* - state: current state of the notification (read / unread) -> just pass what you were handed by the api
|
||||||
|
@ -190,7 +190,7 @@ function completePurchaseOrder(order_id, options={}) {
|
|||||||
* Launches a modal form to mark a PurchaseOrder as 'cancelled'
|
* Launches a modal form to mark a PurchaseOrder as 'cancelled'
|
||||||
*/
|
*/
|
||||||
function cancelPurchaseOrder(order_id, options={}) {
|
function cancelPurchaseOrder(order_id, options={}) {
|
||||||
|
|
||||||
constructForm(
|
constructForm(
|
||||||
`/api/order/po/${order_id}/cancel/`,
|
`/api/order/po/${order_id}/cancel/`,
|
||||||
{
|
{
|
||||||
@ -343,7 +343,7 @@ function createSalesOrder(options={}) {
|
|||||||
title: '{% trans "Add Customer" %}',
|
title: '{% trans "Add Customer" %}',
|
||||||
fields: function() {
|
fields: function() {
|
||||||
var fields = companyFormFields();
|
var fields = companyFormFields();
|
||||||
|
|
||||||
fields.is_customer.value = true;
|
fields.is_customer.value = true;
|
||||||
|
|
||||||
return fields;
|
return fields;
|
||||||
@ -531,7 +531,7 @@ function newSupplierPartFromOrderWizard(e) {
|
|||||||
createSupplierPart({
|
createSupplierPart({
|
||||||
part: part,
|
part: part,
|
||||||
onSuccess: function(data) {
|
onSuccess: function(data) {
|
||||||
|
|
||||||
// TODO: 2021-08-23 - This whole form wizard needs to be refactored.
|
// TODO: 2021-08-23 - This whole form wizard needs to be refactored.
|
||||||
// In the future, use the API forms functionality to add the new item
|
// In the future, use the API forms functionality to add the new item
|
||||||
// For now, this hack will have to do...
|
// For now, this hack will have to do...
|
||||||
@ -568,9 +568,9 @@ function newSupplierPartFromOrderWizard(e) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Export an order (PurchaseOrder or SalesOrder)
|
* Export an order (PurchaseOrder or SalesOrder)
|
||||||
*
|
*
|
||||||
* - Display a simple form which presents the user with export options
|
* - Display a simple form which presents the user with export options
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function exportOrder(redirect_url, options={}) {
|
function exportOrder(redirect_url, options={}) {
|
||||||
|
|
||||||
@ -828,7 +828,7 @@ function orderParts(parts_list, options={}) {
|
|||||||
filters: supplier_part_filters,
|
filters: supplier_part_filters,
|
||||||
noResults: function(query) {
|
noResults: function(query) {
|
||||||
return '{% trans "No matching supplier parts" %}';
|
return '{% trans "No matching supplier parts" %}';
|
||||||
}
|
}
|
||||||
}, null, opts);
|
}, null, opts);
|
||||||
|
|
||||||
// Configure the "purchase order" field
|
// Configure the "purchase order" field
|
||||||
@ -971,26 +971,26 @@ function newPurchaseOrderFromOrderWizard(e) {
|
|||||||
var dropdown = `#id-purchase-order-${supplier}`;
|
var dropdown = `#id-purchase-order-${supplier}`;
|
||||||
|
|
||||||
var option = new Option(text, pk, true, true);
|
var option = new Option(text, pk, true, true);
|
||||||
|
|
||||||
$('#modal-form').find(dropdown).append(option).trigger('change');
|
$('#modal-form').find(dropdown).append(option).trigger('change');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Receive stock items against a PurchaseOrder
|
* Receive stock items against a PurchaseOrder
|
||||||
* Uses the PurchaseOrderReceive API endpoint
|
* Uses the PurchaseOrderReceive API endpoint
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - order_id, ID / PK for the PurchaseOrder instance
|
* - order_id, ID / PK for the PurchaseOrder instance
|
||||||
* - line_items: A list of PurchaseOrderLineItems objects to be allocated
|
* - line_items: A list of PurchaseOrderLineItems objects to be allocated
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* -
|
* -
|
||||||
*/
|
*/
|
||||||
function receivePurchaseOrderItems(order_id, line_items, options={}) {
|
function receivePurchaseOrderItems(order_id, line_items, options={}) {
|
||||||
|
|
||||||
@ -1012,7 +1012,7 @@ function receivePurchaseOrderItems(order_id, line_items, options={}) {
|
|||||||
var thumb = thumbnailImage(line_item.part_detail.thumbnail);
|
var thumb = thumbnailImage(line_item.part_detail.thumbnail);
|
||||||
|
|
||||||
var quantity = (line_item.quantity || 0) - (line_item.received || 0);
|
var quantity = (line_item.quantity || 0) - (line_item.received || 0);
|
||||||
|
|
||||||
if (quantity < 0) {
|
if (quantity < 0) {
|
||||||
quantity = 0;
|
quantity = 0;
|
||||||
}
|
}
|
||||||
@ -1022,14 +1022,14 @@ function receivePurchaseOrderItems(order_id, line_items, options={}) {
|
|||||||
<span class='input-group-text' title='{% trans "Add batch code" %}' data-bs-toggle='collapse' href='#div-batch-${pk}'>
|
<span class='input-group-text' title='{% trans "Add batch code" %}' data-bs-toggle='collapse' href='#div-batch-${pk}'>
|
||||||
<span class='fas fa-layer-group'></span>
|
<span class='fas fa-layer-group'></span>
|
||||||
</span>
|
</span>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
var toggle_serials = `
|
var toggle_serials = `
|
||||||
<span class='input-group-text' title='{% trans "Add serial numbers" %}' data-bs-toggle='collapse' href='#div-serials-${pk}'>
|
<span class='input-group-text' title='{% trans "Add serial numbers" %}' data-bs-toggle='collapse' href='#div-serials-${pk}'>
|
||||||
<span class='fas fa-hashtag'></span>
|
<span class='fas fa-hashtag'></span>
|
||||||
</span>
|
</span>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
// Quantity to Receive
|
// Quantity to Receive
|
||||||
var quantity_input = constructField(
|
var quantity_input = constructField(
|
||||||
`items_quantity_${pk}`,
|
`items_quantity_${pk}`,
|
||||||
@ -1363,7 +1363,7 @@ function editPurchaseOrderLineItem(e) {
|
|||||||
|
|
||||||
function removePurchaseOrderLineItem(e) {
|
function removePurchaseOrderLineItem(e) {
|
||||||
|
|
||||||
/* Delete a purchase order line item in a modal form
|
/* Delete a purchase order line item in a modal form
|
||||||
*/
|
*/
|
||||||
|
|
||||||
e = e || window.event;
|
e = e || window.event;
|
||||||
@ -1371,7 +1371,7 @@ function removePurchaseOrderLineItem(e) {
|
|||||||
var src = e.target || e.srcElement;
|
var src = e.target || e.srcElement;
|
||||||
|
|
||||||
var url = $(src).attr('url');
|
var url = $(src).attr('url');
|
||||||
|
|
||||||
// TODO: Migrate this to the API forms
|
// TODO: Migrate this to the API forms
|
||||||
launchModalForm(url, {
|
launchModalForm(url, {
|
||||||
reload: true,
|
reload: true,
|
||||||
@ -1437,7 +1437,7 @@ function loadPurchaseOrderTable(table, options) {
|
|||||||
|
|
||||||
return html;
|
return html;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'supplier_detail',
|
field: 'supplier_detail',
|
||||||
title: '{% trans "Supplier" %}',
|
title: '{% trans "Supplier" %}',
|
||||||
@ -1491,11 +1491,11 @@ function loadPurchaseOrderTable(table, options) {
|
|||||||
switchable: true,
|
switchable: true,
|
||||||
sortable: false,
|
sortable: false,
|
||||||
formatter: function(value, row) {
|
formatter: function(value, row) {
|
||||||
|
|
||||||
if (!row.responsible_detail) {
|
if (!row.responsible_detail) {
|
||||||
return '-';
|
return '-';
|
||||||
}
|
}
|
||||||
|
|
||||||
var html = row.responsible_detail.name;
|
var html = row.responsible_detail.name;
|
||||||
|
|
||||||
if (row.responsible_detail.label == 'group') {
|
if (row.responsible_detail.label == 'group') {
|
||||||
@ -1514,7 +1514,7 @@ function loadPurchaseOrderTable(table, options) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Load a table displaying line items for a particular PurchasesOrder
|
* Load a table displaying line items for a particular PurchasesOrder
|
||||||
* @param {String} table - HTML ID tag e.g. '#table'
|
* @param {String} table - HTML ID tag e.g. '#table'
|
||||||
* @param {Object} options - options which must provide:
|
* @param {Object} options - options which must provide:
|
||||||
* - order (integer PK)
|
* - order (integer PK)
|
||||||
* - supplier (integer PK)
|
* - supplier (integer PK)
|
||||||
@ -1533,7 +1533,7 @@ function loadPurchaseOrderLineItemTable(table, options={}) {
|
|||||||
for (var key in options.params) {
|
for (var key in options.params) {
|
||||||
filters[key] = options.params[key];
|
filters[key] = options.params[key];
|
||||||
}
|
}
|
||||||
|
|
||||||
var target = options.filter_target || '#filter-list-purchase-order-lines';
|
var target = options.filter_target || '#filter-list-purchase-order-lines';
|
||||||
|
|
||||||
setupFilterList('purchaseorderlineitem', $(table), target, {download: true});
|
setupFilterList('purchaseorderlineitem', $(table), target, {download: true});
|
||||||
@ -1651,7 +1651,7 @@ function loadPurchaseOrderLineItemTable(table, options={}) {
|
|||||||
formatter: function(value, row, index, field) {
|
formatter: function(value, row, index, field) {
|
||||||
if (row.part) {
|
if (row.part) {
|
||||||
return imageHoverIcon(row.part_detail.thumbnail) + renderLink(row.part_detail.full_name, `/part/${row.part_detail.pk}/`);
|
return imageHoverIcon(row.part_detail.thumbnail) + renderLink(row.part_detail.full_name, `/part/${row.part_detail.pk}/`);
|
||||||
} else {
|
} else {
|
||||||
return '-';
|
return '-';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -1752,7 +1752,7 @@ function loadPurchaseOrderLineItemTable(table, options={}) {
|
|||||||
currency: currency
|
currency: currency
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
return formatter.format(total);
|
return formatter.format(total);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -1789,14 +1789,14 @@ function loadPurchaseOrderLineItemTable(table, options={}) {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
sorter: function(valA, valB, rowA, rowB) {
|
sorter: function(valA, valB, rowA, rowB) {
|
||||||
|
|
||||||
if (rowA.received == 0 && rowB.received == 0) {
|
if (rowA.received == 0 && rowB.received == 0) {
|
||||||
return (rowA.quantity > rowB.quantity) ? 1 : -1;
|
return (rowA.quantity > rowB.quantity) ? 1 : -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
var progressA = parseFloat(rowA.received) / rowA.quantity;
|
var progressA = parseFloat(rowA.received) / rowA.quantity;
|
||||||
var progressB = parseFloat(rowB.received) / rowB.quantity;
|
var progressB = parseFloat(rowB.received) / rowB.quantity;
|
||||||
|
|
||||||
return (progressA < progressB) ? 1 : -1;
|
return (progressA < progressB) ? 1 : -1;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -1821,9 +1821,9 @@ function loadPurchaseOrderLineItemTable(table, options={}) {
|
|||||||
title: '',
|
title: '',
|
||||||
formatter: function(value, row, index, field) {
|
formatter: function(value, row, index, field) {
|
||||||
var html = `<div class='btn-group' role='group'>`;
|
var html = `<div class='btn-group' role='group'>`;
|
||||||
|
|
||||||
var pk = row.pk;
|
var pk = row.pk;
|
||||||
|
|
||||||
if (options.allow_receive && row.received < row.quantity) {
|
if (options.allow_receive && row.received < row.quantity) {
|
||||||
html += makeIconButton('fa-sign-in-alt icon-green', 'button-line-receive', pk, '{% trans "Receive line item" %}');
|
html += makeIconButton('fa-sign-in-alt icon-green', 'button-line-receive', pk, '{% trans "Receive line item" %}');
|
||||||
}
|
}
|
||||||
@ -1835,7 +1835,7 @@ function loadPurchaseOrderLineItemTable(table, options={}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
html += `</div>`;
|
html += `</div>`;
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
@ -1847,7 +1847,7 @@ function loadPurchaseOrderLineItemTable(table, options={}) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Load a table displaying lines for a particular PurchaseOrder
|
* Load a table displaying lines for a particular PurchaseOrder
|
||||||
*
|
*
|
||||||
* @param {String} table : HTML ID tag e.g. '#table'
|
* @param {String} table : HTML ID tag e.g. '#table'
|
||||||
* @param {Object} options : object which contains:
|
* @param {Object} options : object which contains:
|
||||||
* - order {integer} : pk of the PurchaseOrder
|
* - order {integer} : pk of the PurchaseOrder
|
||||||
@ -1872,7 +1872,7 @@ function loadPurchaseOrderExtraLineTable(table, options={}) {
|
|||||||
options.params.order = options.order;
|
options.params.order = options.order;
|
||||||
options.params.part_detail = true;
|
options.params.part_detail = true;
|
||||||
options.params.allocations = true;
|
options.params.allocations = true;
|
||||||
|
|
||||||
var filters = loadTableFilters('purchaseorderextraline');
|
var filters = loadTableFilters('purchaseorderextraline');
|
||||||
|
|
||||||
for (var key in options.params) {
|
for (var key in options.params) {
|
||||||
@ -1948,15 +1948,15 @@ function loadPurchaseOrderExtraLineTable(table, options={}) {
|
|||||||
}, 0);
|
}, 0);
|
||||||
|
|
||||||
var currency = (data.slice(-1)[0] && data.slice(-1)[0].price_currency) || 'USD';
|
var currency = (data.slice(-1)[0] && data.slice(-1)[0].price_currency) || 'USD';
|
||||||
|
|
||||||
var formatter = new Intl.NumberFormat(
|
var formatter = new Intl.NumberFormat(
|
||||||
'en-US',
|
'en-US',
|
||||||
{
|
{
|
||||||
style: 'currency',
|
style: 'currency',
|
||||||
currency: currency
|
currency: currency
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
return formatter.format(total);
|
return formatter.format(total);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2359,21 +2359,21 @@ function loadSalesOrderShipmentTable(table, options={}) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Allocate stock items against a SalesOrder
|
* Allocate stock items against a SalesOrder
|
||||||
*
|
*
|
||||||
* arguments:
|
* arguments:
|
||||||
* - order_id: The ID / PK value for the SalesOrder
|
* - order_id: The ID / PK value for the SalesOrder
|
||||||
* - lines: A list of SalesOrderLineItem objects to be allocated
|
* - lines: A list of SalesOrderLineItem objects to be allocated
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* - source_location: ID / PK of the top-level StockLocation to source stock from (or null)
|
* - source_location: ID / PK of the top-level StockLocation to source stock from (or null)
|
||||||
*/
|
*/
|
||||||
function allocateStockToSalesOrder(order_id, line_items, options={}) {
|
function allocateStockToSalesOrder(order_id, line_items, options={}) {
|
||||||
|
|
||||||
function renderLineItemRow(line_item, quantity) {
|
function renderLineItemRow(line_item, quantity) {
|
||||||
// Function to render a single line_item row
|
// Function to render a single line_item row
|
||||||
|
|
||||||
var pk = line_item.pk;
|
var pk = line_item.pk;
|
||||||
|
|
||||||
var part = line_item.part_detail;
|
var part = line_item.part_detail;
|
||||||
|
|
||||||
var thumb = thumbnailImage(part.thumbnail || part.image);
|
var thumb = thumbnailImage(part.thumbnail || part.image);
|
||||||
@ -2449,7 +2449,7 @@ function allocateStockToSalesOrder(order_id, line_items, options={}) {
|
|||||||
'{% trans "Select Parts" %}',
|
'{% trans "Select Parts" %}',
|
||||||
'{% trans "You must select at least one part to allocate" %}',
|
'{% trans "You must select at least one part to allocate" %}',
|
||||||
);
|
);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2757,12 +2757,12 @@ function loadSalesOrderAllocationTable(table, options={}) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Display an "allocations" sub table, showing stock items allocated againt a sales order
|
* Display an "allocations" sub table, showing stock items allocated againt a sales order
|
||||||
* @param {*} index
|
* @param {*} index
|
||||||
* @param {*} row
|
* @param {*} row
|
||||||
* @param {*} element
|
* @param {*} element
|
||||||
*/
|
*/
|
||||||
function showAllocationSubTable(index, row, element, options) {
|
function showAllocationSubTable(index, row, element, options) {
|
||||||
|
|
||||||
// Construct a sub-table element
|
// Construct a sub-table element
|
||||||
var html = `
|
var html = `
|
||||||
<div class='sub-table'>
|
<div class='sub-table'>
|
||||||
@ -2798,7 +2798,7 @@ function showAllocationSubTable(index, row, element, options) {
|
|||||||
// Add callbacks for 'delete' buttons
|
// Add callbacks for 'delete' buttons
|
||||||
table.find('.button-allocation-delete').click(function() {
|
table.find('.button-allocation-delete').click(function() {
|
||||||
var pk = $(this).attr('pk');
|
var pk = $(this).attr('pk');
|
||||||
|
|
||||||
constructForm(
|
constructForm(
|
||||||
`/api/order/so-allocation/${pk}/`,
|
`/api/order/so-allocation/${pk}/`,
|
||||||
{
|
{
|
||||||
@ -2894,7 +2894,7 @@ function showFulfilledSubTable(index, row, element, options) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var id = `fulfilled-table-${row.pk}`;
|
var id = `fulfilled-table-${row.pk}`;
|
||||||
|
|
||||||
var html = `
|
var html = `
|
||||||
<div class='sub-table'>
|
<div class='sub-table'>
|
||||||
<table class='table table-striped table-condensed' id='${id}'>
|
<table class='table table-striped table-condensed' id='${id}'>
|
||||||
@ -2976,7 +2976,7 @@ function reloadTotal() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Load a table displaying line items for a particular SalesOrder
|
* Load a table displaying line items for a particular SalesOrder
|
||||||
*
|
*
|
||||||
* @param {String} table : HTML ID tag e.g. '#table'
|
* @param {String} table : HTML ID tag e.g. '#table'
|
||||||
* @param {Object} options : object which contains:
|
* @param {Object} options : object which contains:
|
||||||
* - order {integer} : pk of the SalesOrder
|
* - order {integer} : pk of the SalesOrder
|
||||||
@ -3001,7 +3001,7 @@ function loadSalesOrderLineItemTable(table, options={}) {
|
|||||||
options.params.order = options.order;
|
options.params.order = options.order;
|
||||||
options.params.part_detail = true;
|
options.params.part_detail = true;
|
||||||
options.params.allocations = true;
|
options.params.allocations = true;
|
||||||
|
|
||||||
var filters = loadTableFilters('salesorderlineitem');
|
var filters = loadTableFilters('salesorderlineitem');
|
||||||
|
|
||||||
for (var key in options.params) {
|
for (var key in options.params) {
|
||||||
@ -3107,15 +3107,15 @@ function loadSalesOrderLineItemTable(table, options={}) {
|
|||||||
}, 0);
|
}, 0);
|
||||||
|
|
||||||
var currency = (data.slice(-1)[0] && data.slice(-1)[0].sale_price_currency) || 'USD';
|
var currency = (data.slice(-1)[0] && data.slice(-1)[0].sale_price_currency) || 'USD';
|
||||||
|
|
||||||
var formatter = new Intl.NumberFormat(
|
var formatter = new Intl.NumberFormat(
|
||||||
'en-US',
|
'en-US',
|
||||||
{
|
{
|
||||||
style: 'currency',
|
style: 'currency',
|
||||||
currency: currency
|
currency: currency
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
return formatter.format(total);
|
return formatter.format(total);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -3138,7 +3138,7 @@ function loadSalesOrderLineItemTable(table, options={}) {
|
|||||||
return `<em>${renderDate(row.order_detail.target_date)}</em>`;
|
return `<em>${renderDate(row.order_detail.target_date)}</em>`;
|
||||||
} else {
|
} else {
|
||||||
return '-';
|
return '-';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
@ -3166,17 +3166,17 @@ function loadSalesOrderLineItemTable(table, options={}) {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
sorter: function(valA, valB, rowA, rowB) {
|
sorter: function(valA, valB, rowA, rowB) {
|
||||||
|
|
||||||
var A = rowA.allocated;
|
var A = rowA.allocated;
|
||||||
var B = rowB.allocated;
|
var B = rowB.allocated;
|
||||||
|
|
||||||
if (A == 0 && B == 0) {
|
if (A == 0 && B == 0) {
|
||||||
return (rowA.quantity > rowB.quantity) ? 1 : -1;
|
return (rowA.quantity > rowB.quantity) ? 1 : -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
var progressA = parseFloat(A) / rowA.quantity;
|
var progressA = parseFloat(A) / rowA.quantity;
|
||||||
var progressB = parseFloat(B) / rowB.quantity;
|
var progressB = parseFloat(B) / rowB.quantity;
|
||||||
|
|
||||||
return (progressA < progressB) ? 1 : -1;
|
return (progressA < progressB) ? 1 : -1;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -3391,11 +3391,11 @@ function loadSalesOrderLineItemTable(table, options={}) {
|
|||||||
|
|
||||||
// Extract the row data from the table!
|
// Extract the row data from the table!
|
||||||
var idx = $(this).closest('tr').attr('data-index');
|
var idx = $(this).closest('tr').attr('data-index');
|
||||||
|
|
||||||
var row = $(table).bootstrapTable('getData')[idx];
|
var row = $(table).bootstrapTable('getData')[idx];
|
||||||
|
|
||||||
var quantity = 1;
|
var quantity = 1;
|
||||||
|
|
||||||
if (row.allocated < row.quantity) {
|
if (row.allocated < row.quantity) {
|
||||||
quantity = row.quantity - row.allocated;
|
quantity = row.quantity - row.allocated;
|
||||||
}
|
}
|
||||||
@ -3489,7 +3489,7 @@ function loadSalesOrderLineItemTable(table, options={}) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Load a table displaying lines for a particular SalesOrder
|
* Load a table displaying lines for a particular SalesOrder
|
||||||
*
|
*
|
||||||
* @param {String} table : HTML ID tag e.g. '#table'
|
* @param {String} table : HTML ID tag e.g. '#table'
|
||||||
* @param {Object} options : object which contains:
|
* @param {Object} options : object which contains:
|
||||||
* - order {integer} : pk of the SalesOrder
|
* - order {integer} : pk of the SalesOrder
|
||||||
@ -3514,7 +3514,7 @@ function loadSalesOrderExtraLineTable(table, options={}) {
|
|||||||
options.params.order = options.order;
|
options.params.order = options.order;
|
||||||
options.params.part_detail = true;
|
options.params.part_detail = true;
|
||||||
options.params.allocations = true;
|
options.params.allocations = true;
|
||||||
|
|
||||||
var filters = loadTableFilters('salesorderextraline');
|
var filters = loadTableFilters('salesorderextraline');
|
||||||
|
|
||||||
for (var key in options.params) {
|
for (var key in options.params) {
|
||||||
@ -3590,15 +3590,15 @@ function loadSalesOrderExtraLineTable(table, options={}) {
|
|||||||
}, 0);
|
}, 0);
|
||||||
|
|
||||||
var currency = (data.slice(-1)[0] && data.slice(-1)[0].price_currency) || 'USD';
|
var currency = (data.slice(-1)[0] && data.slice(-1)[0].price_currency) || 'USD';
|
||||||
|
|
||||||
var formatter = new Intl.NumberFormat(
|
var formatter = new Intl.NumberFormat(
|
||||||
'en-US',
|
'en-US',
|
||||||
{
|
{
|
||||||
style: 'currency',
|
style: 'currency',
|
||||||
currency: currency
|
currency: currency
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
return formatter.format(total);
|
return formatter.format(total);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -209,7 +209,7 @@ function partFields(options={}) {
|
|||||||
help_text: '{% trans "Create initial supplier data for this part" %}',
|
help_text: '{% trans "Create initial supplier data for this part" %}',
|
||||||
group: 'supplier',
|
group: 'supplier',
|
||||||
};
|
};
|
||||||
|
|
||||||
fields.supplier = {
|
fields.supplier = {
|
||||||
type: 'related field',
|
type: 'related field',
|
||||||
model: 'company',
|
model: 'company',
|
||||||
@ -221,14 +221,14 @@ function partFields(options={}) {
|
|||||||
api_url: '{% url "api-company-list" %}',
|
api_url: '{% url "api-company-list" %}',
|
||||||
group: 'supplier',
|
group: 'supplier',
|
||||||
};
|
};
|
||||||
|
|
||||||
fields.SKU = {
|
fields.SKU = {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
label: '{% trans "SKU" %}',
|
label: '{% trans "SKU" %}',
|
||||||
help_text: '{% trans "Supplier stock keeping unit" %}',
|
help_text: '{% trans "Supplier stock keeping unit" %}',
|
||||||
group: 'supplier',
|
group: 'supplier',
|
||||||
};
|
};
|
||||||
|
|
||||||
fields.manufacturer = {
|
fields.manufacturer = {
|
||||||
type: 'related field',
|
type: 'related field',
|
||||||
model: 'company',
|
model: 'company',
|
||||||
@ -240,7 +240,7 @@ function partFields(options={}) {
|
|||||||
api_url: '{% url "api-company-list" %}',
|
api_url: '{% url "api-company-list" %}',
|
||||||
group: 'supplier',
|
group: 'supplier',
|
||||||
};
|
};
|
||||||
|
|
||||||
fields.MPN = {
|
fields.MPN = {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
label: '{% trans "MPN" %}',
|
label: '{% trans "MPN" %}',
|
||||||
@ -357,7 +357,7 @@ function duplicatePart(pk, options={}) {
|
|||||||
inventreeGet(`/api/part/${pk}/`, {}, {
|
inventreeGet(`/api/part/${pk}/`, {}, {
|
||||||
|
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
|
|
||||||
var fields = partFields({
|
var fields = partFields({
|
||||||
duplicate: pk,
|
duplicate: pk,
|
||||||
});
|
});
|
||||||
@ -378,7 +378,7 @@ function duplicatePart(pk, options={}) {
|
|||||||
// By default, disable "is_template" when making a variant *of* a template
|
// By default, disable "is_template" when making a variant *of* a template
|
||||||
data.is_template = false;
|
data.is_template = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
constructForm('{% url "api-part-list" %}', {
|
constructForm('{% url "api-part-list" %}', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
fields: fields,
|
fields: fields,
|
||||||
@ -397,7 +397,7 @@ function duplicatePart(pk, options={}) {
|
|||||||
|
|
||||||
/* Toggle the 'starred' status of a part.
|
/* Toggle the 'starred' status of a part.
|
||||||
* Performs AJAX queries and updates the display on the button.
|
* Performs AJAX queries and updates the display on the button.
|
||||||
*
|
*
|
||||||
* options:
|
* options:
|
||||||
* - button: ID of the button (default = '#part-star-icon')
|
* - button: ID of the button (default = '#part-star-icon')
|
||||||
* - URL: API url of the object
|
* - URL: API url of the object
|
||||||
@ -578,7 +578,7 @@ function makePartIcons(part) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!part.active) {
|
if (!part.active) {
|
||||||
html += `<span class='badge badge-right rounded-pill bg-warning'>{% trans "Inactive" %}</span> `;
|
html += `<span class='badge badge-right rounded-pill bg-warning'>{% trans "Inactive" %}</span> `;
|
||||||
}
|
}
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
@ -655,7 +655,7 @@ function loadPartVariantTable(table, partId, options={}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!row.active) {
|
if (!row.active) {
|
||||||
html += `<span class='badge badge-right rounded-pill bg-warning'>{% trans "Inactive" %}</span>`;
|
html += `<span class='badge badge-right rounded-pill bg-warning'>{% trans "Inactive" %}</span>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
@ -839,7 +839,7 @@ function loadPartParameterTable(table, url, options) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Construct a table showing a list of purchase orders for a given part.
|
* Construct a table showing a list of purchase orders for a given part.
|
||||||
*
|
*
|
||||||
* This requests API data from the PurchaseOrderLineItem endpoint
|
* This requests API data from the PurchaseOrderLineItem endpoint
|
||||||
*/
|
*/
|
||||||
function loadPartPurchaseOrderTable(table, part_id, options={}) {
|
function loadPartPurchaseOrderTable(table, part_id, options={}) {
|
||||||
@ -850,7 +850,7 @@ function loadPartPurchaseOrderTable(table, part_id, options={}) {
|
|||||||
options.params.base_part = part_id;
|
options.params.base_part = part_id;
|
||||||
options.params.part_detail = true;
|
options.params.part_detail = true;
|
||||||
options.params.order_detail = true;
|
options.params.order_detail = true;
|
||||||
|
|
||||||
var filters = loadTableFilters('purchaseorderlineitem');
|
var filters = loadTableFilters('purchaseorderlineitem');
|
||||||
|
|
||||||
for (var key in options.params) {
|
for (var key in options.params) {
|
||||||
@ -1014,7 +1014,7 @@ function loadPartPurchaseOrderTable(table, part_id, options={}) {
|
|||||||
title: '',
|
title: '',
|
||||||
switchable: false,
|
switchable: false,
|
||||||
formatter: function(value, row) {
|
formatter: function(value, row) {
|
||||||
|
|
||||||
if (row.received >= row.quantity) {
|
if (row.received >= row.quantity) {
|
||||||
// Already recevied
|
// Already recevied
|
||||||
return `<span class='badge bg-success rounded-pill'>{% trans "Received" %}</span>`;
|
return `<span class='badge bg-success rounded-pill'>{% trans "Received" %}</span>`;
|
||||||
@ -1089,7 +1089,7 @@ function loadRelatedPartsTable(table, part_id, options={}) {
|
|||||||
title: '',
|
title: '',
|
||||||
switchable: false,
|
switchable: false,
|
||||||
formatter: function(value, row) {
|
formatter: function(value, row) {
|
||||||
|
|
||||||
var html = `<div class='btn-group float-right' role='group'>`;
|
var html = `<div class='btn-group float-right' role='group'>`;
|
||||||
|
|
||||||
html += makeIconButton('fa-trash-alt icon-red', 'button-related-delete', row.pk, '{% trans "Delete part relationship" %}');
|
html += makeIconButton('fa-trash-alt icon-red', 'button-related-delete', row.pk, '{% trans "Delete part relationship" %}');
|
||||||
@ -1234,7 +1234,7 @@ function partGridTile(part) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var html = `
|
var html = `
|
||||||
|
|
||||||
<div class='card product-card borderless'>
|
<div class='card product-card borderless'>
|
||||||
<div class='panel product-card-panel'>
|
<div class='panel product-card-panel'>
|
||||||
<div class='panel-heading'>
|
<div class='panel-heading'>
|
||||||
@ -1258,7 +1258,7 @@ function partGridTile(part) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
@ -1267,7 +1267,7 @@ function partGridTile(part) {
|
|||||||
|
|
||||||
function loadPartTable(table, url, options={}) {
|
function loadPartTable(table, url, options={}) {
|
||||||
/* Load part listing data into specified table.
|
/* Load part listing data into specified table.
|
||||||
*
|
*
|
||||||
* Args:
|
* Args:
|
||||||
* - table: HTML reference to the table
|
* - table: HTML reference to the table
|
||||||
* - url: Base URL for API query
|
* - url: Base URL for API query
|
||||||
@ -1340,7 +1340,7 @@ function loadPartTable(table, url, options={}) {
|
|||||||
|
|
||||||
display += makePartIcons(row);
|
display += makePartIcons(row);
|
||||||
|
|
||||||
return display;
|
return display;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -1373,7 +1373,7 @@ function loadPartTable(table, url, options={}) {
|
|||||||
} else {
|
} else {
|
||||||
return '{% trans "No category" %}';
|
return '{% trans "No category" %}';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!options.params.ordering) {
|
if (!options.params.ordering) {
|
||||||
@ -1386,7 +1386,7 @@ function loadPartTable(table, url, options={}) {
|
|||||||
field: 'unallocated_stock',
|
field: 'unallocated_stock',
|
||||||
title: '{% trans "Stock" %}',
|
title: '{% trans "Stock" %}',
|
||||||
searchable: false,
|
searchable: false,
|
||||||
formatter: function(value, row) {
|
formatter: function(value, row) {
|
||||||
var link = '?display=part-stock';
|
var link = '?display=part-stock';
|
||||||
|
|
||||||
if (row.in_stock) {
|
if (row.in_stock) {
|
||||||
@ -1538,7 +1538,7 @@ function loadPartTable(table, url, options={}) {
|
|||||||
html = `<div class='row full-height'>`;
|
html = `<div class='row full-height'>`;
|
||||||
|
|
||||||
data.forEach(function(row, index) {
|
data.forEach(function(row, index) {
|
||||||
|
|
||||||
// Force a new row every 5 columns
|
// Force a new row every 5 columns
|
||||||
if ((index > 0) && (index % 5 == 0) && (index < data.length)) {
|
if ((index > 0) && (index % 5 == 0) && (index < data.length)) {
|
||||||
html += `</div><div class='row full-height'>`;
|
html += `</div><div class='row full-height'>`;
|
||||||
@ -1552,7 +1552,7 @@ function loadPartTable(table, url, options={}) {
|
|||||||
return html;
|
return html;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (options.buttons) {
|
if (options.buttons) {
|
||||||
linkButtonsToSelection($(table), options.buttons);
|
linkButtonsToSelection($(table), options.buttons);
|
||||||
}
|
}
|
||||||
@ -1624,11 +1624,11 @@ function loadPartCategoryTable(table, options) {
|
|||||||
filters = loadTableFilters(filterKey);
|
filters = loadTableFilters(filterKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var tree_view = options.allowTreeView && inventreeLoad('category-tree-view') == 1;
|
var tree_view = options.allowTreeView && inventreeLoad('category-tree-view') == 1;
|
||||||
|
|
||||||
if (tree_view) {
|
if (tree_view) {
|
||||||
params.cascade = true;
|
params.cascade = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
var original = {};
|
var original = {};
|
||||||
@ -1652,7 +1652,7 @@ function loadPartCategoryTable(table, options) {
|
|||||||
queryParams: filters,
|
queryParams: filters,
|
||||||
disablePagination: tree_view,
|
disablePagination: tree_view,
|
||||||
sidePagination: tree_view ? 'client' : 'server',
|
sidePagination: tree_view ? 'client' : 'server',
|
||||||
serverSort: !tree_view,
|
serverSort: !tree_view,
|
||||||
search: !tree_view,
|
search: !tree_view,
|
||||||
name: 'category',
|
name: 'category',
|
||||||
original: original,
|
original: original,
|
||||||
@ -1707,14 +1707,14 @@ function loadPartCategoryTable(table, options) {
|
|||||||
|
|
||||||
$('#view-category-list').removeClass('btn-secondary').addClass('btn-outline-secondary');
|
$('#view-category-list').removeClass('btn-secondary').addClass('btn-outline-secondary');
|
||||||
$('#view-category-tree').removeClass('btn-outline-secondary').addClass('btn-secondary');
|
$('#view-category-tree').removeClass('btn-outline-secondary').addClass('btn-secondary');
|
||||||
|
|
||||||
table.treegrid({
|
table.treegrid({
|
||||||
treeColumn: 0,
|
treeColumn: 0,
|
||||||
onChange: function() {
|
onChange: function() {
|
||||||
table.bootstrapTable('resetView');
|
table.bootstrapTable('resetView');
|
||||||
},
|
},
|
||||||
onExpand: function() {
|
onExpand: function() {
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
@ -1862,7 +1862,7 @@ function loadPartTestTemplateTable(table, options) {
|
|||||||
} else {
|
} else {
|
||||||
var text = '{% trans "This test is defined for a parent part" %}';
|
var text = '{% trans "This test is defined for a parent part" %}';
|
||||||
|
|
||||||
return renderLink(text, `/part/${row.part}/tests/`);
|
return renderLink(text, `/part/${row.part}/tests/`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1871,9 +1871,9 @@ function loadPartTestTemplateTable(table, options) {
|
|||||||
|
|
||||||
table.find('.button-test-edit').click(function() {
|
table.find('.button-test-edit').click(function() {
|
||||||
var pk = $(this).attr('pk');
|
var pk = $(this).attr('pk');
|
||||||
|
|
||||||
var url = `/api/part/test-template/${pk}/`;
|
var url = `/api/part/test-template/${pk}/`;
|
||||||
|
|
||||||
constructForm(url, {
|
constructForm(url, {
|
||||||
fields: {
|
fields: {
|
||||||
test_name: {},
|
test_name: {},
|
||||||
@ -1891,9 +1891,9 @@ function loadPartTestTemplateTable(table, options) {
|
|||||||
|
|
||||||
table.find('.button-test-delete').click(function() {
|
table.find('.button-test-delete').click(function() {
|
||||||
var pk = $(this).attr('pk');
|
var pk = $(this).attr('pk');
|
||||||
|
|
||||||
var url = `/api/part/test-template/${pk}/`;
|
var url = `/api/part/test-template/${pk}/`;
|
||||||
|
|
||||||
constructForm(url, {
|
constructForm(url, {
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
title: '{% trans "Delete Test Result Template" %}',
|
title: '{% trans "Delete Test Result Template" %}',
|
||||||
@ -1975,14 +1975,14 @@ function loadPriceBreakTable(table, options) {
|
|||||||
sortable: true,
|
sortable: true,
|
||||||
formatter: function(value, row) {
|
formatter: function(value, row) {
|
||||||
var html = value;
|
var html = value;
|
||||||
|
|
||||||
html += `<div class='btn-group float-right' role='group'>`;
|
html += `<div class='btn-group float-right' role='group'>`;
|
||||||
|
|
||||||
html += makeIconButton('fa-edit icon-blue', `button-${name}-edit`, row.pk, `{% trans "Edit ${human_name}" %}`);
|
html += makeIconButton('fa-edit icon-blue', `button-${name}-edit`, row.pk, `{% trans "Edit ${human_name}" %}`);
|
||||||
html += makeIconButton('fa-trash-alt icon-red', `button-${name}-delete`, row.pk, `{% trans "Delete ${human_name}" %}`);
|
html += makeIconButton('fa-trash-alt icon-red', `button-${name}-delete`, row.pk, `{% trans "Delete ${human_name}" %}`);
|
||||||
|
|
||||||
html += `</div>`;
|
html += `</div>`;
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -25,7 +25,7 @@ function selectReport(reports, items, options={}) {
|
|||||||
/**
|
/**
|
||||||
* Present the user with the available reports,
|
* Present the user with the available reports,
|
||||||
* and allow them to select which report to print.
|
* and allow them to select which report to print.
|
||||||
*
|
*
|
||||||
* The intent is that the available report templates have been requested
|
* The intent is that the available report templates have been requested
|
||||||
* (via AJAX) from the server.
|
* (via AJAX) from the server.
|
||||||
*/
|
*/
|
||||||
|
@ -34,11 +34,11 @@ function openSearchPanel() {
|
|||||||
|
|
||||||
// Prevent this button from actually submitting the form
|
// Prevent this button from actually submitting the form
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|
||||||
panel.find('#search-input').val('');
|
panel.find('#search-input').val('');
|
||||||
clearSearchResults();
|
clearSearchResults();
|
||||||
});
|
});
|
||||||
|
|
||||||
// Callback for the "close search" button
|
// Callback for the "close search" button
|
||||||
panel.find('#search-close').click(function(event) {
|
panel.find('#search-close').click(function(event) {
|
||||||
// Prevent this button from actually submitting the form
|
// Prevent this button from actually submitting the form
|
||||||
@ -67,11 +67,11 @@ function updateSearch() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
clearSearchResults();
|
clearSearchResults();
|
||||||
|
|
||||||
if (searchText.length == 0) {
|
if (searchText.length == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
searchTextCurrent = searchText;
|
searchTextCurrent = searchText;
|
||||||
|
|
||||||
// Cancel any previous AJAX requests
|
// Cancel any previous AJAX requests
|
||||||
@ -83,7 +83,7 @@ function updateSearch() {
|
|||||||
|
|
||||||
// Show the "searching" text
|
// Show the "searching" text
|
||||||
$('#offcanvas-search').find('#search-pending').show();
|
$('#offcanvas-search').find('#search-pending').show();
|
||||||
|
|
||||||
if (user_settings.SEARCH_PREVIEW_SHOW_PARTS) {
|
if (user_settings.SEARCH_PREVIEW_SHOW_PARTS) {
|
||||||
|
|
||||||
var params = {};
|
var params = {};
|
||||||
@ -122,7 +122,7 @@ function updateSearch() {
|
|||||||
|
|
||||||
if (user_settings.SEARCH_PREVIEW_SHOW_STOCK) {
|
if (user_settings.SEARCH_PREVIEW_SHOW_STOCK) {
|
||||||
// Search for matching stock items
|
// Search for matching stock items
|
||||||
|
|
||||||
var filters = {
|
var filters = {
|
||||||
part_detail: true,
|
part_detail: true,
|
||||||
location_detail: true,
|
location_detail: true,
|
||||||
@ -220,7 +220,7 @@ function updateSearch() {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wait until all the pending queries are completed
|
// Wait until all the pending queries are completed
|
||||||
$.when.apply($, searchQueries).done(function() {
|
$.when.apply($, searchQueries).done(function() {
|
||||||
$('#offcanvas-search').find('#search-pending').hide();
|
$('#offcanvas-search').find('#search-pending').hide();
|
||||||
@ -231,13 +231,13 @@ function updateSearch() {
|
|||||||
function clearSearchResults() {
|
function clearSearchResults() {
|
||||||
|
|
||||||
var panel = $('#offcanvas-search');
|
var panel = $('#offcanvas-search');
|
||||||
|
|
||||||
// Ensure the 'no results found' element is visible
|
// Ensure the 'no results found' element is visible
|
||||||
panel.find('#search-no-results').show();
|
panel.find('#search-no-results').show();
|
||||||
|
|
||||||
// Ensure that the 'searching' element is hidden
|
// Ensure that the 'searching' element is hidden
|
||||||
panel.find('#search-pending').hide();
|
panel.find('#search-pending').hide();
|
||||||
|
|
||||||
// Delete any existing search results
|
// Delete any existing search results
|
||||||
panel.find('#search-results').empty();
|
panel.find('#search-results').empty();
|
||||||
|
|
||||||
@ -287,7 +287,7 @@ function addSearchQuery(key, title, query_url, query_params, render_func, render
|
|||||||
|
|
||||||
// Add a group of results to the list
|
// Add a group of results to the list
|
||||||
function addSearchResults(key, results, title, renderFunc, renderParams={}) {
|
function addSearchResults(key, results, title, renderFunc, renderParams={}) {
|
||||||
|
|
||||||
if (results.length == 0) {
|
if (results.length == 0) {
|
||||||
// Do not display this group, as there are no results
|
// Do not display this group, as there are no results
|
||||||
return;
|
return;
|
||||||
@ -297,7 +297,7 @@ function addSearchResults(key, results, title, renderFunc, renderParams={}) {
|
|||||||
|
|
||||||
// Ensure the 'no results found' element is hidden
|
// Ensure the 'no results found' element is hidden
|
||||||
panel.find('#search-no-results').hide();
|
panel.find('#search-no-results').hide();
|
||||||
|
|
||||||
panel.find(`#search-results-wrapper-${key}`).append(`
|
panel.find(`#search-results-wrapper-${key}`).append(`
|
||||||
<div class='search-result-group' id='search-results-${key}'>
|
<div class='search-result-group' id='search-results-${key}'>
|
||||||
<div class='search-result-header' style='display: flex;'>
|
<div class='search-result-header' style='display: flex;'>
|
||||||
|
@ -202,7 +202,7 @@ function stockItemFields(options={}) {
|
|||||||
} else {
|
} else {
|
||||||
clearFormInput('supplier_part', opts);
|
clearFormInput('supplier_part', opts);
|
||||||
clearFormInput('purchase_price', opts);
|
clearFormInput('purchase_price', opts);
|
||||||
|
|
||||||
disableFormInput('supplier_part', opts);
|
disableFormInput('supplier_part', opts);
|
||||||
disableFormInput('purchase_price', opts);
|
disableFormInput('purchase_price', opts);
|
||||||
disableFormInput('purchase_price_currency', opts);
|
disableFormInput('purchase_price_currency', opts);
|
||||||
@ -315,11 +315,11 @@ function duplicateStockItem(pk, options) {
|
|||||||
delete data['serial'];
|
delete data['serial'];
|
||||||
|
|
||||||
options.data = data;
|
options.data = data;
|
||||||
|
|
||||||
options.create = true;
|
options.create = true;
|
||||||
options.fields = stockItemFields(options);
|
options.fields = stockItemFields(options);
|
||||||
options.groups = stockItemGroups(options);
|
options.groups = stockItemGroups(options);
|
||||||
|
|
||||||
options.method = 'POST';
|
options.method = 'POST';
|
||||||
options.title = '{% trans "Duplicate Stock Item" %}';
|
options.title = '{% trans "Duplicate Stock Item" %}';
|
||||||
|
|
||||||
@ -342,7 +342,7 @@ function editStockItem(pk, options={}) {
|
|||||||
options.groups = stockItemGroups(options);
|
options.groups = stockItemGroups(options);
|
||||||
|
|
||||||
options.title = '{% trans "Edit Stock Item" %}';
|
options.title = '{% trans "Edit Stock Item" %}';
|
||||||
|
|
||||||
// Query parameters for retrieving stock item data
|
// Query parameters for retrieving stock item data
|
||||||
options.params = {
|
options.params = {
|
||||||
part_detail: true,
|
part_detail: true,
|
||||||
@ -443,7 +443,7 @@ function findStockItemBySerialNumber(part_id) {
|
|||||||
onSubmit: function(fields, opts) {
|
onSubmit: function(fields, opts) {
|
||||||
|
|
||||||
var serial = getFormFieldValue('serial', fields['serial'], opts);
|
var serial = getFormFieldValue('serial', fields['serial'], opts);
|
||||||
|
|
||||||
serial = serial.toString().trim();
|
serial = serial.toString().trim();
|
||||||
|
|
||||||
if (!serial) {
|
if (!serial) {
|
||||||
@ -540,7 +540,7 @@ function assignStockToCustomer(items, options={}) {
|
|||||||
for (var idx = 0; idx < items.length; idx++) {
|
for (var idx = 0; idx < items.length; idx++) {
|
||||||
|
|
||||||
var item = items[idx];
|
var item = items[idx];
|
||||||
|
|
||||||
var pk = item.pk;
|
var pk = item.pk;
|
||||||
|
|
||||||
var part = item.part_detail;
|
var part = item.part_detail;
|
||||||
@ -1069,7 +1069,7 @@ function adjustStock(action, items, options={}) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onSubmit: function(fields, opts) {
|
onSubmit: function(fields, opts) {
|
||||||
|
|
||||||
// Extract data elements from the form
|
// Extract data elements from the form
|
||||||
var data = {
|
var data = {
|
||||||
items: [],
|
items: [],
|
||||||
@ -1094,7 +1094,7 @@ function adjustStock(action, items, options={}) {
|
|||||||
if (row.exists()) {
|
if (row.exists()) {
|
||||||
|
|
||||||
item_pk_values.push(pk);
|
item_pk_values.push(pk);
|
||||||
|
|
||||||
var quantity = getFormFieldValue(`items_quantity_${pk}`, {}, opts);
|
var quantity = getFormFieldValue(`items_quantity_${pk}`, {}, opts);
|
||||||
|
|
||||||
data.items.push({
|
data.items.push({
|
||||||
@ -1514,9 +1514,9 @@ function loadStockTestResultsTable(table, options) {
|
|||||||
|
|
||||||
|
|
||||||
function locationDetail(row, showLink=true) {
|
function locationDetail(row, showLink=true) {
|
||||||
/*
|
/*
|
||||||
* Function to display a "location" of a StockItem.
|
* Function to display a "location" of a StockItem.
|
||||||
*
|
*
|
||||||
* Complicating factors: A StockItem may not actually *be* in a location!
|
* Complicating factors: A StockItem may not actually *be* in a location!
|
||||||
* - Could be at a customer
|
* - Could be at a customer
|
||||||
* - Could be installed in another stock item
|
* - Could be installed in another stock item
|
||||||
@ -1568,7 +1568,7 @@ function loadStockTable(table, options) {
|
|||||||
/* Load data into a stock table with adjustable options.
|
/* Load data into a stock table with adjustable options.
|
||||||
* Fetches data (via AJAX) and loads into a bootstrap table.
|
* Fetches data (via AJAX) and loads into a bootstrap table.
|
||||||
* Also links in default button callbacks.
|
* Also links in default button callbacks.
|
||||||
*
|
*
|
||||||
* Options:
|
* Options:
|
||||||
* url - URL for the stock query
|
* url - URL for the stock query
|
||||||
* params - query params for augmenting stock data request
|
* params - query params for augmenting stock data request
|
||||||
@ -1657,7 +1657,7 @@ function loadStockTable(table, options) {
|
|||||||
return html;
|
return html;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!options.params.ordering) {
|
if (!options.params.ordering) {
|
||||||
col['sortable'] = true;
|
col['sortable'] = true;
|
||||||
}
|
}
|
||||||
@ -1711,7 +1711,7 @@ function loadStockTable(table, options) {
|
|||||||
|
|
||||||
if (row.is_building) {
|
if (row.is_building) {
|
||||||
html += makeIconBadge('fa-tools', '{% trans "Stock item is in production" %}');
|
html += makeIconBadge('fa-tools', '{% trans "Stock item is in production" %}');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (row.sales_order) {
|
if (row.sales_order) {
|
||||||
// Stock item has been assigned to a sales order
|
// Stock item has been assigned to a sales order
|
||||||
@ -1760,7 +1760,7 @@ function loadStockTable(table, options) {
|
|||||||
return html;
|
return html;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
columns.push(col);
|
columns.push(col);
|
||||||
|
|
||||||
col = {
|
col = {
|
||||||
@ -1870,7 +1870,7 @@ function loadStockTable(table, options) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
col = {
|
col = {
|
||||||
|
|
||||||
field: 'supplier_part',
|
field: 'supplier_part',
|
||||||
title: '{% trans "Supplier Part" %}',
|
title: '{% trans "Supplier Part" %}',
|
||||||
visible: params['supplier_part_detail'] || false,
|
visible: params['supplier_part_detail'] || false,
|
||||||
@ -1987,7 +1987,7 @@ function loadStockTable(table, options) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (global_settings.BARCODE_ENABLE) {
|
if (global_settings.BARCODE_ENABLE) {
|
||||||
$('#multi-item-barcode-scan-into-location').click(function() {
|
$('#multi-item-barcode-scan-into-location').click(function() {
|
||||||
var selections = $(table).bootstrapTable('getSelections');
|
var selections = $(table).bootstrapTable('getSelections');
|
||||||
|
|
||||||
var items = [];
|
var items = [];
|
||||||
@ -2158,7 +2158,7 @@ function loadStockTable(table, options) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Display a table of stock locations
|
* Display a table of stock locations
|
||||||
*/
|
*/
|
||||||
function loadStockLocationTable(table, options) {
|
function loadStockLocationTable(table, options) {
|
||||||
@ -2220,14 +2220,14 @@ function loadStockLocationTable(table, options) {
|
|||||||
|
|
||||||
$('#view-location-list').removeClass('btn-secondary').addClass('btn-outline-secondary');
|
$('#view-location-list').removeClass('btn-secondary').addClass('btn-outline-secondary');
|
||||||
$('#view-location-tree').removeClass('btn-outline-secondary').addClass('btn-secondary');
|
$('#view-location-tree').removeClass('btn-outline-secondary').addClass('btn-secondary');
|
||||||
|
|
||||||
table.treegrid({
|
table.treegrid({
|
||||||
treeColumn: 1,
|
treeColumn: 1,
|
||||||
onChange: function() {
|
onChange: function() {
|
||||||
table.bootstrapTable('resetView');
|
table.bootstrapTable('resetView');
|
||||||
},
|
},
|
||||||
onExpand: function() {
|
onExpand: function() {
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
@ -2664,7 +2664,7 @@ function uninstallStockItem(installed_item_id, options={}) {
|
|||||||
},
|
},
|
||||||
preFormContent: function(opts) {
|
preFormContent: function(opts) {
|
||||||
var html = '';
|
var html = '';
|
||||||
|
|
||||||
if (installed_item_id == null) {
|
if (installed_item_id == null) {
|
||||||
html += `
|
html += `
|
||||||
<div class='alert alert-block alert-info'>
|
<div class='alert alert-block alert-info'>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Reload a named table
|
* Reload a named table
|
||||||
* @param table
|
* @param table
|
||||||
*/
|
*/
|
||||||
function reloadtable(table) {
|
function reloadtable(table) {
|
||||||
$(table).bootstrapTable('refresh');
|
$(table).bootstrapTable('refresh');
|
||||||
@ -25,7 +25,7 @@ function reloadtable(table) {
|
|||||||
/**
|
/**
|
||||||
* Download data from a table, via the API.
|
* Download data from a table, via the API.
|
||||||
* This requires a number of conditions to be met:
|
* This requires a number of conditions to be met:
|
||||||
*
|
*
|
||||||
* - The API endpoint supports data download (on the server side)
|
* - The API endpoint supports data download (on the server side)
|
||||||
* - The table is "flat" (does not support multi-level loading, etc)
|
* - The table is "flat" (does not support multi-level loading, etc)
|
||||||
* - The table has been loaded using the inventreeTable() function, not bootstrapTable()
|
* - The table has been loaded using the inventreeTable() function, not bootstrapTable()
|
||||||
@ -60,16 +60,16 @@ function downloadTableData(table, opts={}) {
|
|||||||
},
|
},
|
||||||
onSubmit: function(fields, form_options) {
|
onSubmit: function(fields, form_options) {
|
||||||
var format = getFormFieldValue('format', fields['format'], form_options);
|
var format = getFormFieldValue('format', fields['format'], form_options);
|
||||||
|
|
||||||
// Hide the modal
|
// Hide the modal
|
||||||
$(form_options.modal).modal('hide');
|
$(form_options.modal).modal('hide');
|
||||||
|
|
||||||
for (const [key, value] of Object.entries(query_params)) {
|
for (const [key, value] of Object.entries(query_params)) {
|
||||||
url += `${key}=${value}&`;
|
url += `${key}=${value}&`;
|
||||||
}
|
}
|
||||||
|
|
||||||
url += `export=${format}`;
|
url += `export=${format}`;
|
||||||
|
|
||||||
location.href = url;
|
location.href = url;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -80,9 +80,9 @@ function downloadTableData(table, opts={}) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Render a URL for display
|
* Render a URL for display
|
||||||
* @param {String} text
|
* @param {String} text
|
||||||
* @param {String} url
|
* @param {String} url
|
||||||
* @param {object} options
|
* @param {object} options
|
||||||
* @returns link text
|
* @returns link text
|
||||||
*/
|
*/
|
||||||
function renderLink(text, url, options={}) {
|
function renderLink(text, url, options={}) {
|
||||||
@ -134,8 +134,8 @@ function linkButtonsToSelection(table, buttons) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true if the input looks like a valid number
|
* Returns true if the input looks like a valid number
|
||||||
* @param {String} n
|
* @param {String} n
|
||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
function isNumeric(n) {
|
function isNumeric(n) {
|
||||||
return !isNaN(parseFloat(n)) && isFinite(n);
|
return !isNaN(parseFloat(n)) && isFinite(n);
|
||||||
@ -251,7 +251,7 @@ function convertQueryParameters(params, filters) {
|
|||||||
|
|
||||||
delete params['original_search'];
|
delete params['original_search'];
|
||||||
}
|
}
|
||||||
|
|
||||||
return params;
|
return params;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -95,9 +95,9 @@
|
|||||||
{% include "spacer.html" %}
|
{% include "spacer.html" %}
|
||||||
{% include "spacer.html" %}
|
{% include "spacer.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<ul class='navbar-nav flex-row'>
|
<ul class='navbar-nav flex-row'>
|
||||||
|
|
||||||
<li class='nav-item me-2'>
|
<li class='nav-item me-2'>
|
||||||
<button data-bs-toggle='offcanvas' data-bs-target="#offcanvas-search" class='btn position-relative' title='{% trans "Search" %}'>
|
<button data-bs-toggle='offcanvas' data-bs-target="#offcanvas-search" class='btn position-relative' title='{% trans "Search" %}'>
|
||||||
<span class='fas fa-search'></span>
|
<span class='fas fa-search'></span>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% block page_info %}
|
{% block page_info %}
|
||||||
<div class='panel-content'>
|
<div class='panel-content'>
|
||||||
{% block details_above %}
|
{% block details_above %}
|
||||||
@ -57,7 +57,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
|
@ -40,4 +40,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -5,13 +5,13 @@
|
|||||||
{% for provider in socialaccount_providers %}
|
{% for provider in socialaccount_providers %}
|
||||||
{% if provider.id == "openid" %}
|
{% if provider.id == "openid" %}
|
||||||
{% for brand in provider.get_brands %}
|
{% for brand in provider.get_brands %}
|
||||||
<a title="{{brand.name}}"
|
<a title="{{brand.name}}"
|
||||||
class="btn btn-primary socialaccount_provider {{provider.id}} {{brand.id}}"
|
class="btn btn-primary socialaccount_provider {{provider.id}} {{brand.id}}"
|
||||||
href="{% provider_login_url provider.id openid=brand.openid_url process=process %}"
|
href="{% provider_login_url provider.id openid=brand.openid_url process=process %}"
|
||||||
><span class='brand-icon' brand_name='{{provider.id}}'></span> {{brand.name}}</a>
|
><span class='brand-icon' brand_name='{{provider.id}}'></span> {{brand.name}}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a title="{{provider.name}}" class="btn btn-primary socialaccount_provider {{provider.id}}"
|
<a title="{{provider.name}}" class="btn btn-primary socialaccount_provider {{provider.id}}"
|
||||||
href="{% provider_login_url provider.id process=process scope=scope auth_params=auth_params %}"
|
href="{% provider_login_url provider.id process=process scope=scope auth_params=auth_params %}"
|
||||||
><span class='brand-icon' brand_name='{{provider.id}}'></span> {{provider.name}}</a>
|
><span class='brand-icon' brand_name='{{provider.id}}'></span> {{provider.name}}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -10,7 +10,7 @@ const {{ label }}Codes = {
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Render the status for a {{ label }} object.
|
* Render the status for a {{ label }} object.
|
||||||
* Uses the values specified in "status_codes.py"
|
* Uses the values specified in "status_codes.py"
|
||||||
* This function is generated by the "status_codes.html" template
|
* This function is generated by the "status_codes.html" template
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. The core of the InvenTree system is a Python/Django database backend which provides an admin interface (web-based) and a REST API for interaction with external interfaces and applications.
|
InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. The core of the InvenTree system is a Python/Django database backend which provides an admin interface (web-based) and a REST API for interaction with external interfaces and applications.
|
||||||
|
|
||||||
InvenTree is designed to be lightweight and easy to use for SME or hobbyist applications, where many existing stock management solutions are bloated and cumbersome to use. Updating stock is a single-action process and does not require a complex system of work orders or stock transactions.
|
InvenTree is designed to be lightweight and easy to use for SME or hobbyist applications, where many existing stock management solutions are bloated and cumbersome to use. Updating stock is a single-action process and does not require a complex system of work orders or stock transactions.
|
||||||
|
|
||||||
Powerful business logic works in the background to ensure that stock tracking history is maintained, and users have ready access to stock level information.
|
Powerful business logic works in the background to ensure that stock tracking history is maintained, and users have ready access to stock level information.
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ Refer to the [getting started guide](https://inventree.readthedocs.io/en/latest/
|
|||||||
<!-- Mobile App -->
|
<!-- Mobile App -->
|
||||||
## :iphone: Mobile App
|
## :iphone: Mobile App
|
||||||
|
|
||||||
InvenTree is supported by a [companion mobile app](https://inventree.readthedocs.io/en/latest/app/app/) which allows users access to stock control information and functionality.
|
InvenTree is supported by a [companion mobile app](https://inventree.readthedocs.io/en/latest/app/app/) which allows users access to stock control information and functionality.
|
||||||
|
|
||||||
<div align="center"><h4>
|
<div align="center"><h4>
|
||||||
<a href="https://play.google.com/store/apps/details?id=inventree.inventree_app">Android Play Store</a>
|
<a href="https://play.google.com/store/apps/details?id=inventree.inventree_app">Android Play Store</a>
|
||||||
@ -139,7 +139,7 @@ There are several options to deploy InvenTree.
|
|||||||
<!-- Contributing -->
|
<!-- Contributing -->
|
||||||
## :wave: Contributing
|
## :wave: Contributing
|
||||||
|
|
||||||
Contributions are welcomed and encouraged. Please help to make this project even better!
|
Contributions are welcomed and encouraged. Please help to make this project even better!
|
||||||
Refer to the [contribution page in the docs ](https://inventree.readthedocs.io/en/latest/contribute/) and check out [contributing.md](CONTRIBUTING.md).
|
Refer to the [contribution page in the docs ](https://inventree.readthedocs.io/en/latest/contribute/) and check out [contributing.md](CONTRIBUTING.md).
|
||||||
|
|
||||||
<!-- Translation -->
|
<!-- Translation -->
|
||||||
@ -152,7 +152,7 @@ To contribute to the translation effort, navigate to the [InvenTree crowdin proj
|
|||||||
<!-- Sponsor -->
|
<!-- Sponsor -->
|
||||||
## :money_with_wings: Sponsor
|
## :money_with_wings: Sponsor
|
||||||
|
|
||||||
If you use InvenTree and find it to be useful, please consider making a donation toward its continued development.
|
If you use InvenTree and find it to be useful, please consider making a donation toward its continued development.
|
||||||
|
|
||||||
[Donate via PayPal](https://paypal.me/inventree?locale.x=en_AU)
|
[Donate via PayPal](https://paypal.me/inventree?locale.x=en_AU)
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ server {
|
|||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header CLIENT_IP $remote_addr;
|
proxy_set_header CLIENT_IP $remote_addr;
|
||||||
|
|
||||||
proxy_pass_request_headers on;
|
proxy_pass_request_headers on;
|
||||||
|
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
@ -27,7 +27,7 @@ version: "3.8"
|
|||||||
# ------------------------
|
# ------------------------
|
||||||
# By default, this docker-compose script targets the STABLE version of InvenTree,
|
# By default, this docker-compose script targets the STABLE version of InvenTree,
|
||||||
# image: inventree/inventree:stable
|
# image: inventree/inventree:stable
|
||||||
#
|
#
|
||||||
# To run the LATEST (development) version of InvenTree, change the target image to:
|
# To run the LATEST (development) version of InvenTree, change the target image to:
|
||||||
# image: inventree/inventree:latest
|
# image: inventree/inventree:latest
|
||||||
#
|
#
|
||||||
|
@ -14,7 +14,7 @@ server {
|
|||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header CLIENT_IP $remote_addr;
|
proxy_set_header CLIENT_IP $remote_addr;
|
||||||
|
|
||||||
proxy_pass_request_headers on;
|
proxy_pass_request_headers on;
|
||||||
|
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
@ -3,7 +3,7 @@ ignore =
|
|||||||
# - W605 - invalid escape sequence
|
# - W605 - invalid escape sequence
|
||||||
W605,
|
W605,
|
||||||
# - E501 - line too long (82 characters)
|
# - E501 - line too long (82 characters)
|
||||||
E501,
|
E501,
|
||||||
# - E722 - do not use bare except
|
# - E722 - do not use bare except
|
||||||
E722,
|
E722,
|
||||||
# - C901 - function is too complex
|
# - C901 - function is too complex
|
||||||
|