Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
136
Frontend-Learner/node_modules/quasar/icon-set/bootstrap-icons.js
generated
vendored
Normal file
136
Frontend-Learner/node_modules/quasar/icon-set/bootstrap-icons.js
generated
vendored
Normal file
|
|
@ -0,0 +1,136 @@
|
|||
/* There are some icons that are needed but not available
|
||||
so we import them from MDI as svg */
|
||||
|
||||
import {
|
||||
mdiFormatSubscript,
|
||||
mdiFormatSuperscript
|
||||
} from '@quasar/extras/mdi-v6'
|
||||
|
||||
export default {
|
||||
name: 'bootstrap-icons',
|
||||
type: {
|
||||
positive: 'bi-check',
|
||||
negative: 'bi-exclamation-triangle-fill',
|
||||
info: 'bi-exclamation-circle-fill',
|
||||
warning: 'bi-exclamation'
|
||||
},
|
||||
arrow: {
|
||||
up: 'bi-arrow-up',
|
||||
right: 'bi-arrow-right',
|
||||
down: 'bi-arrow-down',
|
||||
left: 'bi-arrow-left',
|
||||
dropdown: 'bi-caret-down-fill'
|
||||
},
|
||||
chevron: {
|
||||
left: 'bi-chevron-left',
|
||||
right: 'bi-chevron-right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'bi-eyedropper',
|
||||
tune: 'bi-sliders',
|
||||
palette: 'bi-palette2'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'bi-arrow-repeat'
|
||||
},
|
||||
carousel: {
|
||||
left: 'bi-chevron-left',
|
||||
right: 'bi-chevron-right',
|
||||
up: 'bi-chevron-up',
|
||||
down: 'bi-chevron-down',
|
||||
navigationIcon: 'bi-circle-fill'
|
||||
},
|
||||
chip: {
|
||||
remove: 'bi-x-circle-fill',
|
||||
selected: 'bi-check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'bi-chevron-left',
|
||||
arrowRight: 'bi-chevron-right',
|
||||
now: 'bi-clock-fill',
|
||||
today: 'bi-calendar-check-fill'
|
||||
},
|
||||
editor: {
|
||||
bold: 'bi-type-bold',
|
||||
italic: 'bi-type-italic',
|
||||
strikethrough: 'bi-type-strikethrough',
|
||||
underline: 'bi-type-underline',
|
||||
unorderedList: 'bi-list-ul',
|
||||
orderedList: 'bi-list-ol',
|
||||
subscript: mdiFormatSubscript,
|
||||
superscript: mdiFormatSuperscript,
|
||||
hyperlink: 'bi-link',
|
||||
toggleFullscreen: 'bi-arrows-fullscreen',
|
||||
quote: 'bi-chat-square-quote-fill',
|
||||
left: 'bi-justify-left',
|
||||
center: 'bi-justify',
|
||||
right: 'bi-justify-right',
|
||||
justify: 'bi-text-center',
|
||||
print: 'bi-printer-fill',
|
||||
outdent: 'bi-text-indent-right',
|
||||
indent: 'bi-text-indent-left',
|
||||
removeFormat: 'bi-eraser-fill',
|
||||
formatting: 'bi-textarea',
|
||||
fontSize: 'bi-textarea-t',
|
||||
align: 'bi-text-left',
|
||||
hr: 'bi-dash-square-fill',
|
||||
undo: 'bi-arrow-counterclockwise',
|
||||
redo: 'bi-arrow-clockwise',
|
||||
heading: 'bi-type-h1',
|
||||
code: 'bi-code',
|
||||
size: 'bi-bounding-box',
|
||||
font: 'bi-fonts',
|
||||
viewSource: 'bi-code-slash'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'bi-chevron-down',
|
||||
denseIcon: 'bi-caret-down-fill'
|
||||
},
|
||||
fab: {
|
||||
icon: 'bi-plus',
|
||||
activeIcon: 'bi-x'
|
||||
},
|
||||
field: {
|
||||
clear: 'bi-x-circle-fill',
|
||||
error: 'bi-exclamation-circle-fill'
|
||||
},
|
||||
pagination: {
|
||||
first: 'bi-chevron-bar-left',
|
||||
prev: 'bi-chevron-left',
|
||||
next: 'bi-chevron-right',
|
||||
last: 'bi-chevron-bar-right'
|
||||
},
|
||||
rating: {
|
||||
icon: 'bi-star-fill'
|
||||
},
|
||||
stepper: {
|
||||
done: 'bi-check',
|
||||
active: 'bi-pencil-fill',
|
||||
error: 'bi-exclamation-triangle-fill'
|
||||
},
|
||||
tabs: {
|
||||
left: 'bi-chevron-left',
|
||||
right: 'bi-chevron-right',
|
||||
up: 'bi-chevron-up',
|
||||
down: 'bi-chevron-down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'bi-arrow-up',
|
||||
warning: 'bi-exclamation-triangle-fill',
|
||||
firstPage: 'bi-skip-start-fill',
|
||||
prevPage: 'bi-chevron-left',
|
||||
nextPage: 'bi-chevron-right',
|
||||
lastPage: 'bi-skip-end-fill'
|
||||
},
|
||||
tree: {
|
||||
icon: 'bi-caret-right-fill'
|
||||
},
|
||||
uploader: {
|
||||
done: 'bi-check',
|
||||
clear: 'bi-x',
|
||||
add: 'bi-plus-square-fill',
|
||||
upload: 'bi-upload',
|
||||
removeQueue: 'bi-clipboard-x',
|
||||
removeUploaded: 'bi-clipboard-check'
|
||||
}
|
||||
}
|
||||
186
Frontend-Learner/node_modules/quasar/icon-set/eva-icons.js
generated
vendored
Normal file
186
Frontend-Learner/node_modules/quasar/icon-set/eva-icons.js
generated
vendored
Normal file
|
|
@ -0,0 +1,186 @@
|
|||
/* There are some icons that are needed but not available
|
||||
so we import them from MDI as svg */
|
||||
|
||||
import {
|
||||
mdiFormatBold,
|
||||
mdiFormatItalic,
|
||||
mdiFormatStrikethroughVariant,
|
||||
mdiFormatUnderline,
|
||||
mdiFormatListBulleted,
|
||||
mdiFormatListNumbered,
|
||||
mdiFormatSubscript,
|
||||
mdiFormatSuperscript,
|
||||
mdiLink,
|
||||
mdiFullscreen,
|
||||
mdiFormatQuoteClose,
|
||||
mdiFormatAlignLeft,
|
||||
mdiFormatAlignCenter,
|
||||
mdiFormatAlignRight,
|
||||
mdiFormatAlignJustify,
|
||||
mdiPrinter,
|
||||
mdiFormatIndentDecrease,
|
||||
mdiFormatIndentIncrease,
|
||||
mdiFormatClear,
|
||||
mdiFormatColorText,
|
||||
mdiFormatSize,
|
||||
mdiMinus,
|
||||
mdiUndo,
|
||||
mdiRedo,
|
||||
mdiFormatHeader1,
|
||||
mdiFormatHeader2,
|
||||
mdiFormatHeader3,
|
||||
mdiFormatHeader4,
|
||||
mdiFormatHeader5,
|
||||
mdiFormatHeader6,
|
||||
mdiCodeTags,
|
||||
mdiNumeric1Box,
|
||||
mdiNumeric2Box,
|
||||
mdiNumeric3Box,
|
||||
mdiNumeric4Box,
|
||||
mdiNumeric5Box,
|
||||
mdiNumeric6Box,
|
||||
mdiNumeric7Box,
|
||||
mdiFormatFont
|
||||
} from '@quasar/extras/mdi-v6'
|
||||
|
||||
export default {
|
||||
name: 'eva-icons',
|
||||
type: {
|
||||
positive: 'eva-checkmark-circle-2',
|
||||
negative: 'eva-alert-triangle',
|
||||
info: 'eva-info',
|
||||
warning: 'eva-alert-circle-outline'
|
||||
},
|
||||
arrow: {
|
||||
up: 'eva-arrow-upward-outline',
|
||||
right: 'eva-arrow-forward-outline',
|
||||
down: 'eva-arrow-downward-outline',
|
||||
left: 'eva-arrow-back-outline',
|
||||
dropdown: 'eva-chevron-down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'eva-arrow-ios-back-outline',
|
||||
right: 'eva-arrow-ios-forward-outline'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'eva-color-picker-outline',
|
||||
tune: 'eva-options-2-outline',
|
||||
palette: 'eva-pantone-outline'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'eva-refresh-outline'
|
||||
},
|
||||
carousel: {
|
||||
left: 'eva-arrow-ios-back-outline',
|
||||
right: 'eva-arrow-ios-forward-outline',
|
||||
up: 'eva-arrow-ios-upward-outline',
|
||||
down: 'eva-arrow-ios-downward-outline',
|
||||
navigationIcon: 'eva-shield'
|
||||
},
|
||||
chip: {
|
||||
remove: 'eva-close',
|
||||
selected: 'eva-checkmark'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'eva-arrow-ios-back-outline',
|
||||
arrowRight: 'eva-arrow-ios-forward-outline',
|
||||
now: 'eva-clock-outline',
|
||||
today: 'eva-calendar-outline'
|
||||
},
|
||||
editor: {
|
||||
bold: mdiFormatBold,
|
||||
italic: mdiFormatItalic,
|
||||
strikethrough: mdiFormatStrikethroughVariant,
|
||||
underline: mdiFormatUnderline,
|
||||
unorderedList: mdiFormatListBulleted,
|
||||
orderedList: mdiFormatListNumbered,
|
||||
subscript: mdiFormatSubscript,
|
||||
superscript: mdiFormatSuperscript,
|
||||
hyperlink: mdiLink,
|
||||
toggleFullscreen: mdiFullscreen,
|
||||
quote: mdiFormatQuoteClose,
|
||||
left: mdiFormatAlignLeft,
|
||||
center: mdiFormatAlignCenter,
|
||||
right: mdiFormatAlignRight,
|
||||
justify: mdiFormatAlignJustify,
|
||||
print: mdiPrinter,
|
||||
outdent: mdiFormatIndentDecrease,
|
||||
indent: mdiFormatIndentIncrease,
|
||||
removeFormat: mdiFormatClear,
|
||||
formatting: mdiFormatColorText,
|
||||
fontSize: mdiFormatSize,
|
||||
align: mdiFormatAlignLeft,
|
||||
hr: mdiMinus,
|
||||
undo: mdiUndo,
|
||||
redo: mdiRedo,
|
||||
heading: mdiFormatSize,
|
||||
heading1: mdiFormatHeader1,
|
||||
heading2: mdiFormatHeader2,
|
||||
heading3: mdiFormatHeader3,
|
||||
heading4: mdiFormatHeader4,
|
||||
heading5: mdiFormatHeader5,
|
||||
heading6: mdiFormatHeader6,
|
||||
code: mdiCodeTags,
|
||||
size: mdiFormatSize,
|
||||
size1: mdiNumeric1Box,
|
||||
size2: mdiNumeric2Box,
|
||||
size3: mdiNumeric3Box,
|
||||
size4: mdiNumeric4Box,
|
||||
size5: mdiNumeric5Box,
|
||||
size6: mdiNumeric6Box,
|
||||
size7: mdiNumeric7Box,
|
||||
font: mdiFormatFont,
|
||||
viewSource: mdiCodeTags
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'eva-arrow-ios-downward-outline',
|
||||
denseIcon: 'eva-chevron-down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'eva-plus-outline',
|
||||
activeIcon: 'eva-close'
|
||||
},
|
||||
field: {
|
||||
clear: 'eva-close-circle',
|
||||
error: 'eva-alert-circle'
|
||||
},
|
||||
pagination: {
|
||||
first: 'eva-arrowhead-left-outline',
|
||||
prev: 'eva-arrow-ios-back-outline',
|
||||
next: 'eva-arrow-ios-forward-outline',
|
||||
last: 'eva-arrowhead-right-outline'
|
||||
},
|
||||
rating: {
|
||||
icon: 'eva-star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'eva-checkmark',
|
||||
active: 'eva-edit',
|
||||
error: 'eva-alert-triangle'
|
||||
},
|
||||
tabs: {
|
||||
left: 'eva-arrow-ios-back-outline',
|
||||
right: 'eva-arrow-ios-forward-outline',
|
||||
up: 'eva-arrow-ios-upward-outline',
|
||||
down: 'eva-arrow-ios-downward-outline'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'eva-arrow-upward',
|
||||
warning: 'eva-alert-triangle',
|
||||
firstPage: 'eva-arrowhead-left-outline',
|
||||
prevPage: 'eva-arrow-ios-back-outline',
|
||||
nextPage: 'eva-arrow-ios-forward-outline',
|
||||
lastPage: 'eva-arrowhead-right-outline'
|
||||
},
|
||||
tree: {
|
||||
icon: 'eva-arrow-right'
|
||||
},
|
||||
uploader: {
|
||||
done: 'eva-checkmark',
|
||||
clear: 'eva-close',
|
||||
add: 'eva-plus-square',
|
||||
upload: 'eva-cloud-upload',
|
||||
removeQueue: 'eva-slash',
|
||||
removeUploaded: 'eva-done-all'
|
||||
}
|
||||
}
|
||||
128
Frontend-Learner/node_modules/quasar/icon-set/fontawesome-v5-pro.js
generated
vendored
Normal file
128
Frontend-Learner/node_modules/quasar/icon-set/fontawesome-v5-pro.js
generated
vendored
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
export default {
|
||||
name: 'fontawesome-v5-pro',
|
||||
type: {
|
||||
positive: 'fal fa-check',
|
||||
negative: 'fal fa-exclamation-triangle',
|
||||
info: 'fal fa-info-circle',
|
||||
warning: 'fal fa-exclamation'
|
||||
},
|
||||
arrow: {
|
||||
up: 'fal fa-arrow-up',
|
||||
right: 'fal fa-arrow-right',
|
||||
down: 'fal fa-arrow-down',
|
||||
left: 'fal fa-arrow-left',
|
||||
dropdown: 'fal fa-caret-down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'fal fa-chevron-left',
|
||||
right: 'fal fa-chevron-right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'fal fa-eye-dropper',
|
||||
tune: 'fal fa-sliders-h',
|
||||
palette: 'fal fa-swatchbook'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'fal fa-sync-alt'
|
||||
},
|
||||
carousel: {
|
||||
left: 'fal fa-chevron-left',
|
||||
right: 'fal fa-chevron-right',
|
||||
up: 'fal fa-chevron-up',
|
||||
down: 'fal fa-chevron-down',
|
||||
navigationIcon: 'fal fa-circle'
|
||||
},
|
||||
chip: {
|
||||
remove: 'fal fa-times-circle',
|
||||
selected: 'fal fa-check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'fal fa-chevron-left',
|
||||
arrowRight: 'fal fa-chevron-right',
|
||||
now: 'fal fa-clock',
|
||||
today: 'fal fa-calendar-check'
|
||||
},
|
||||
editor: {
|
||||
bold: 'fal fa-bold',
|
||||
italic: 'fal fa-italic',
|
||||
strikethrough: 'fal fa-strikethrough',
|
||||
underline: 'fal fa-underline',
|
||||
unorderedList: 'fal fa-list-ul',
|
||||
orderedList: 'fal fa-list-ol',
|
||||
subscript: 'fal fa-subscript',
|
||||
superscript: 'fal fa-superscript',
|
||||
hyperlink: 'fal fa-link',
|
||||
toggleFullscreen: 'fal fa-expand-arrows-alt',
|
||||
quote: 'fal fa-quote-right',
|
||||
left: 'fal fa-align-left',
|
||||
center: 'fal fa-align-center',
|
||||
right: 'fal fa-align-right',
|
||||
justify: 'fal fa-align-justify',
|
||||
print: 'fal fa-print',
|
||||
outdent: 'fal fa-outdent',
|
||||
indent: 'fal fa-indent',
|
||||
removeFormat: 'fal fa-eraser',
|
||||
formatting: 'fal fa-heading',
|
||||
fontSize: 'fal fa-text-height',
|
||||
align: 'fal fa-align-left',
|
||||
hr: 'fal fa-minus-square',
|
||||
undo: 'fal fa-undo',
|
||||
redo: 'fal fa-redo',
|
||||
heading: 'fal fa-heading',
|
||||
code: 'fal fa-code',
|
||||
size: 'fal fa-text-height',
|
||||
font: 'fal fa-font',
|
||||
viewSource: 'fal fa-code'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'fal fa-chevron-down',
|
||||
denseIcon: 'fal fa-caret-down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'fal fa-plus',
|
||||
activeIcon: 'fal fa-times'
|
||||
},
|
||||
field: {
|
||||
clear: 'fal fa-times-circle',
|
||||
error: 'fal fa-exclamation-circle'
|
||||
},
|
||||
pagination: {
|
||||
first: 'fal fa-step-backward',
|
||||
prev: 'fal fa-chevron-left',
|
||||
next: 'fal fa-chevron-right',
|
||||
last: 'fal fa-step-forward'
|
||||
},
|
||||
rating: {
|
||||
icon: 'fal fa-star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'fal fa-check',
|
||||
active: 'fal fa-pencil-alt',
|
||||
error: 'fal fa-exclamation-triangle'
|
||||
},
|
||||
tabs: {
|
||||
left: 'fal fa-chevron-left',
|
||||
right: 'fal fa-chevron-right',
|
||||
up: 'fal fa-chevron-up',
|
||||
down: 'fal fa-chevron-down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'fal fa-long-arrow-up',
|
||||
warning: 'fal fa-exclamation-triangle',
|
||||
firstPage: 'fal fa-step-backward',
|
||||
prevPage: 'fal fa-chevron-left',
|
||||
nextPage: 'fal fa-chevron-right',
|
||||
lastPage: 'fal fa-step-forward'
|
||||
},
|
||||
tree: {
|
||||
icon: 'fal fa-play'
|
||||
},
|
||||
uploader: {
|
||||
done: 'fal fa-check',
|
||||
clear: 'fal fa-times',
|
||||
add: 'fal fa-plus-square',
|
||||
upload: 'fal fa-upload',
|
||||
removeQueue: 'fal fa-stream',
|
||||
removeUploaded: 'fal fa-clipboard-check'
|
||||
}
|
||||
}
|
||||
128
Frontend-Learner/node_modules/quasar/icon-set/fontawesome-v5.js
generated
vendored
Normal file
128
Frontend-Learner/node_modules/quasar/icon-set/fontawesome-v5.js
generated
vendored
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
export default {
|
||||
name: 'fontawesome-v5',
|
||||
type: {
|
||||
positive: 'fas fa-check',
|
||||
negative: 'fas fa-exclamation-triangle',
|
||||
info: 'fas fa-info-circle',
|
||||
warning: 'fas fa-exclamation'
|
||||
},
|
||||
arrow: {
|
||||
up: 'fas fa-arrow-up',
|
||||
right: 'fas fa-arrow-right',
|
||||
down: 'fas fa-arrow-down',
|
||||
left: 'fas fa-arrow-left',
|
||||
dropdown: 'fas fa-caret-down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'fas fa-chevron-left',
|
||||
right: 'fas fa-chevron-right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'fas fa-eye-dropper',
|
||||
tune: 'fas fa-sliders-h',
|
||||
palette: 'fas fa-swatchbook'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'fas fa-sync-alt'
|
||||
},
|
||||
carousel: {
|
||||
left: 'fas fa-chevron-left',
|
||||
right: 'fas fa-chevron-right',
|
||||
up: 'fas fa-chevron-up',
|
||||
down: 'fas fa-chevron-down',
|
||||
navigationIcon: 'fas fa-circle'
|
||||
},
|
||||
chip: {
|
||||
remove: 'fas fa-times-circle',
|
||||
selected: 'fas fa-check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'fas fa-chevron-left',
|
||||
arrowRight: 'fas fa-chevron-right',
|
||||
now: 'far fa-clock',
|
||||
today: 'far fa-calendar-check'
|
||||
},
|
||||
editor: {
|
||||
bold: 'fas fa-bold',
|
||||
italic: 'fas fa-italic',
|
||||
strikethrough: 'fas fa-strikethrough',
|
||||
underline: 'fas fa-underline',
|
||||
unorderedList: 'fas fa-list-ul',
|
||||
orderedList: 'fas fa-list-ol',
|
||||
subscript: 'fas fa-subscript',
|
||||
superscript: 'fas fa-superscript',
|
||||
hyperlink: 'fas fa-link',
|
||||
toggleFullscreen: 'fas fa-expand-arrows-alt',
|
||||
quote: 'fas fa-quote-right',
|
||||
left: 'fas fa-align-left',
|
||||
center: 'fas fa-align-center',
|
||||
right: 'fas fa-align-right',
|
||||
justify: 'fas fa-align-justify',
|
||||
print: 'fas fa-print',
|
||||
outdent: 'fas fa-outdent',
|
||||
indent: 'fas fa-indent',
|
||||
removeFormat: 'fas fa-eraser',
|
||||
formatting: 'fas fa-heading',
|
||||
fontSize: 'fas fa-text-height',
|
||||
align: 'fas fa-align-left',
|
||||
hr: 'far fa-minus-square',
|
||||
undo: 'fas fa-undo',
|
||||
redo: 'fas fa-redo',
|
||||
heading: 'fas fa-heading',
|
||||
code: 'fas fa-code',
|
||||
size: 'fas fa-text-height',
|
||||
font: 'fas fa-font',
|
||||
viewSource: 'fas fa-code'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'fas fa-chevron-down',
|
||||
denseIcon: 'fas fa-caret-down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'fas fa-plus',
|
||||
activeIcon: 'fas fa-times'
|
||||
},
|
||||
field: {
|
||||
clear: 'fas fa-times-circle',
|
||||
error: 'fas fa-exclamation-circle'
|
||||
},
|
||||
pagination: {
|
||||
first: 'fas fa-step-backward',
|
||||
prev: 'fas fa-chevron-left',
|
||||
next: 'fas fa-chevron-right',
|
||||
last: 'fas fa-step-forward'
|
||||
},
|
||||
rating: {
|
||||
icon: 'fas fa-star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'fas fa-check',
|
||||
active: 'fas fa-pencil-alt',
|
||||
error: 'fas fa-exclamation-triangle'
|
||||
},
|
||||
tabs: {
|
||||
left: 'fas fa-chevron-left',
|
||||
right: 'fas fa-chevron-right',
|
||||
up: 'fas fa-chevron-up',
|
||||
down: 'fas fa-chevron-down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'fas fa-arrow-up',
|
||||
warning: 'fas fa-exclamation-triangle',
|
||||
firstPage: 'fas fa-step-backward',
|
||||
prevPage: 'fas fa-chevron-left',
|
||||
nextPage: 'fas fa-chevron-right',
|
||||
lastPage: 'fas fa-step-forward'
|
||||
},
|
||||
tree: {
|
||||
icon: 'fas fa-play'
|
||||
},
|
||||
uploader: {
|
||||
done: 'fas fa-check',
|
||||
clear: 'fas fa-times',
|
||||
add: 'fas fa-plus-square',
|
||||
upload: 'fas fa-upload',
|
||||
removeQueue: 'fas fa-stream',
|
||||
removeUploaded: 'fas fa-clipboard-check'
|
||||
}
|
||||
}
|
||||
128
Frontend-Learner/node_modules/quasar/icon-set/fontawesome-v6-pro.js
generated
vendored
Normal file
128
Frontend-Learner/node_modules/quasar/icon-set/fontawesome-v6-pro.js
generated
vendored
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
export default {
|
||||
name: 'fontawesome-v6-pro',
|
||||
type: {
|
||||
positive: 'fal fa-check',
|
||||
negative: 'fal fa-triangle-exclamation',
|
||||
info: 'fal fa-circle-info',
|
||||
warning: 'fal fa-exclamation'
|
||||
},
|
||||
arrow: {
|
||||
up: 'fal fa-arrow-up',
|
||||
right: 'fal fa-arrow-right',
|
||||
down: 'fal fa-arrow-down',
|
||||
left: 'fal fa-arrow-left',
|
||||
dropdown: 'fal fa-caret-down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'fal fa-chevron-left',
|
||||
right: 'fal fa-chevron-right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'fal fa-eye-dropper',
|
||||
tune: 'fal fa-sliders',
|
||||
palette: 'fal fa-swatchbook'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'fal fa-rotate'
|
||||
},
|
||||
carousel: {
|
||||
left: 'fal fa-chevron-left',
|
||||
right: 'fal fa-chevron-right',
|
||||
up: 'fal fa-chevron-up',
|
||||
down: 'fal fa-chevron-down',
|
||||
navigationIcon: 'fal fa-circle'
|
||||
},
|
||||
chip: {
|
||||
remove: 'fal fa-circle-xmark',
|
||||
selected: 'fal fa-check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'fal fa-chevron-left',
|
||||
arrowRight: 'fal fa-chevron-right',
|
||||
now: 'fal fa-clock',
|
||||
today: 'fal fa-calendar-check'
|
||||
},
|
||||
editor: {
|
||||
bold: 'fal fa-bold',
|
||||
italic: 'fal fa-italic',
|
||||
strikethrough: 'fal fa-strikethrough',
|
||||
underline: 'fal fa-underline',
|
||||
unorderedList: 'fal fa-list-ul',
|
||||
orderedList: 'fal fa-list-ol',
|
||||
subscript: 'fal fa-subscript',
|
||||
superscript: 'fal fa-superscript',
|
||||
hyperlink: 'fal fa-link',
|
||||
toggleFullscreen: 'fal fa-maximize',
|
||||
quote: 'fal fa-quote-right',
|
||||
left: 'fal fa-align-left',
|
||||
center: 'fal fa-align-center',
|
||||
right: 'fal fa-align-right',
|
||||
justify: 'fal fa-align-justify',
|
||||
print: 'fal fa-print',
|
||||
outdent: 'fal fa-outdent',
|
||||
indent: 'fal fa-indent',
|
||||
removeFormat: 'fal fa-eraser',
|
||||
formatting: 'fal fa-heading',
|
||||
fontSize: 'fal fa-text-height',
|
||||
align: 'fal fa-align-left',
|
||||
hr: 'fal fa-square-minus',
|
||||
undo: 'fal fa-rotate-left',
|
||||
redo: 'fal fa-rotate-right',
|
||||
heading: 'fal fa-heading',
|
||||
code: 'fal fa-code',
|
||||
size: 'fal fa-text-height',
|
||||
font: 'fal fa-font',
|
||||
viewSource: 'fal fa-code'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'fal fa-chevron-down',
|
||||
denseIcon: 'fal fa-caret-down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'fal fa-plus',
|
||||
activeIcon: 'fal fa-xmark'
|
||||
},
|
||||
field: {
|
||||
clear: 'fal fa-circle-xmark',
|
||||
error: 'fal fa-circle-exclamation'
|
||||
},
|
||||
pagination: {
|
||||
first: 'fal fa-backward-step',
|
||||
prev: 'fal fa-chevron-left',
|
||||
next: 'fal fa-chevron-right',
|
||||
last: 'fal fa-forward-step'
|
||||
},
|
||||
rating: {
|
||||
icon: 'fal fa-star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'fal fa-check',
|
||||
active: 'fal fa-pencil',
|
||||
error: 'fal fa-triangle-exclamation'
|
||||
},
|
||||
tabs: {
|
||||
left: 'fal fa-chevron-left',
|
||||
right: 'fal fa-chevron-right',
|
||||
up: 'fal fa-chevron-up',
|
||||
down: 'fal fa-chevron-down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'fal fa-long-arrow-up',
|
||||
warning: 'fal fa-triangle-exclamation',
|
||||
firstPage: 'fal fa-backward-step',
|
||||
prevPage: 'fal fa-chevron-left',
|
||||
nextPage: 'fal fa-chevron-right',
|
||||
lastPage: 'fal fa-forward-step'
|
||||
},
|
||||
tree: {
|
||||
icon: 'fal fa-play'
|
||||
},
|
||||
uploader: {
|
||||
done: 'fal fa-check',
|
||||
clear: 'fal fa-xmark',
|
||||
add: 'fal fa-square-plus',
|
||||
upload: 'fal fa-upload',
|
||||
removeQueue: 'fal fa-bars-staggered',
|
||||
removeUploaded: 'fal fa-clipboard-check'
|
||||
}
|
||||
}
|
||||
128
Frontend-Learner/node_modules/quasar/icon-set/fontawesome-v6.js
generated
vendored
Normal file
128
Frontend-Learner/node_modules/quasar/icon-set/fontawesome-v6.js
generated
vendored
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
export default {
|
||||
name: 'fontawesome-v6',
|
||||
type: {
|
||||
positive: 'fas fa-check',
|
||||
negative: 'fas fa-triangle-exclamation',
|
||||
info: 'fas fa-circle-info',
|
||||
warning: 'fas fa-exclamation'
|
||||
},
|
||||
arrow: {
|
||||
up: 'fas fa-arrow-up',
|
||||
right: 'fas fa-arrow-right',
|
||||
down: 'fas fa-arrow-down',
|
||||
left: 'fas fa-arrow-left',
|
||||
dropdown: 'fas fa-caret-down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'fas fa-chevron-left',
|
||||
right: 'fas fa-chevron-right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'fas fa-eye-dropper',
|
||||
tune: 'fas fa-sliders',
|
||||
palette: 'fas fa-swatchbook'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'fas fa-rotate'
|
||||
},
|
||||
carousel: {
|
||||
left: 'fas fa-chevron-left',
|
||||
right: 'fas fa-chevron-right',
|
||||
up: 'fas fa-chevron-up',
|
||||
down: 'fas fa-chevron-down',
|
||||
navigationIcon: 'fas fa-circle'
|
||||
},
|
||||
chip: {
|
||||
remove: 'fas fa-circle-xmark',
|
||||
selected: 'fas fa-check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'fas fa-chevron-left',
|
||||
arrowRight: 'fas fa-chevron-right',
|
||||
now: 'far fa-clock',
|
||||
today: 'far fa-calendar-check'
|
||||
},
|
||||
editor: {
|
||||
bold: 'fas fa-bold',
|
||||
italic: 'fas fa-italic',
|
||||
strikethrough: 'fas fa-strikethrough',
|
||||
underline: 'fas fa-underline',
|
||||
unorderedList: 'fas fa-list-ul',
|
||||
orderedList: 'fas fa-list-ol',
|
||||
subscript: 'fas fa-subscript',
|
||||
superscript: 'fas fa-superscript',
|
||||
hyperlink: 'fas fa-link',
|
||||
toggleFullscreen: 'fas fa-maximize',
|
||||
quote: 'fas fa-quote-right',
|
||||
left: 'fas fa-align-left',
|
||||
center: 'fas fa-align-center',
|
||||
right: 'fas fa-align-right',
|
||||
justify: 'fas fa-align-justify',
|
||||
print: 'fas fa-print',
|
||||
outdent: 'fas fa-outdent',
|
||||
indent: 'fas fa-indent',
|
||||
removeFormat: 'fas fa-eraser',
|
||||
formatting: 'fas fa-heading',
|
||||
fontSize: 'fas fa-text-height',
|
||||
align: 'fas fa-align-left',
|
||||
hr: 'far fa-square-minus',
|
||||
undo: 'fas fa-rotate-left',
|
||||
redo: 'fas fa-rotate-right',
|
||||
heading: 'fas fa-heading',
|
||||
code: 'fas fa-code',
|
||||
size: 'fas fa-text-height',
|
||||
font: 'fas fa-font',
|
||||
viewSource: 'fas fa-code'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'fas fa-chevron-down',
|
||||
denseIcon: 'fas fa-caret-down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'fas fa-plus',
|
||||
activeIcon: 'fas fa-xmark'
|
||||
},
|
||||
field: {
|
||||
clear: 'fas fa-circle-xmark',
|
||||
error: 'fas fa-circle-exclamation'
|
||||
},
|
||||
pagination: {
|
||||
first: 'fas fa-backward-step',
|
||||
prev: 'fas fa-chevron-left',
|
||||
next: 'fas fa-chevron-right',
|
||||
last: 'fas fa-forward-step'
|
||||
},
|
||||
rating: {
|
||||
icon: 'fas fa-star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'fas fa-check',
|
||||
active: 'fas fa-pencil',
|
||||
error: 'fas fa-triangle-exclamation'
|
||||
},
|
||||
tabs: {
|
||||
left: 'fas fa-chevron-left',
|
||||
right: 'fas fa-chevron-right',
|
||||
up: 'fas fa-chevron-up',
|
||||
down: 'fas fa-chevron-down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'fas fa-arrow-up',
|
||||
warning: 'fas fa-triangle-exclamation',
|
||||
firstPage: 'fas fa-backward-step',
|
||||
prevPage: 'fas fa-chevron-left',
|
||||
nextPage: 'fas fa-chevron-right',
|
||||
lastPage: 'fas fa-forward-step'
|
||||
},
|
||||
tree: {
|
||||
icon: 'fas fa-play'
|
||||
},
|
||||
uploader: {
|
||||
done: 'fas fa-check',
|
||||
clear: 'fas fa-xmark',
|
||||
add: 'fas fa-square-plus',
|
||||
upload: 'fas fa-upload',
|
||||
removeQueue: 'fas fa-bars-staggered',
|
||||
removeUploaded: 'fas fa-clipboard-check'
|
||||
}
|
||||
}
|
||||
180
Frontend-Learner/node_modules/quasar/icon-set/ionicons-v4.js
generated
vendored
Normal file
180
Frontend-Learner/node_modules/quasar/icon-set/ionicons-v4.js
generated
vendored
Normal file
|
|
@ -0,0 +1,180 @@
|
|||
/* There are some icons that are needed but not available
|
||||
so we import them from MDI as svg */
|
||||
|
||||
import {
|
||||
mdiFormatBold,
|
||||
mdiFormatItalic,
|
||||
mdiFormatStrikethroughVariant,
|
||||
mdiFormatUnderline,
|
||||
mdiFormatListBulleted,
|
||||
mdiFormatListNumbered,
|
||||
mdiFormatSubscript,
|
||||
mdiFormatSuperscript,
|
||||
mdiFormatAlignLeft,
|
||||
mdiFormatAlignCenter,
|
||||
mdiFormatAlignRight,
|
||||
mdiFormatAlignJustify,
|
||||
mdiFormatIndentDecrease,
|
||||
mdiFormatIndentIncrease,
|
||||
mdiFormatClear,
|
||||
mdiFormatColorText,
|
||||
mdiFormatSize,
|
||||
mdiMinus,
|
||||
mdiFormatHeader1,
|
||||
mdiFormatHeader2,
|
||||
mdiFormatHeader3,
|
||||
mdiFormatHeader4,
|
||||
mdiFormatHeader5,
|
||||
mdiFormatHeader6,
|
||||
mdiNumeric1Box,
|
||||
mdiNumeric2Box,
|
||||
mdiNumeric3Box,
|
||||
mdiNumeric4Box,
|
||||
mdiNumeric5Box,
|
||||
mdiNumeric6Box,
|
||||
mdiNumeric7Box,
|
||||
mdiFormatFont
|
||||
} from '@quasar/extras/mdi-v6'
|
||||
|
||||
export default {
|
||||
name: 'ionicons-v4',
|
||||
type: {
|
||||
positive: 'ion-md-checkmark',
|
||||
negative: 'ion-alert',
|
||||
info: 'ion-information-circle-outline',
|
||||
warning: 'ion-alert'
|
||||
},
|
||||
arrow: {
|
||||
up: 'ion-arrow-up',
|
||||
right: 'ion-arrow-forward',
|
||||
down: 'ion-arrow-down',
|
||||
left: 'ion-arrow-back',
|
||||
dropdown: 'ion-arrow-dropdown'
|
||||
},
|
||||
chevron: {
|
||||
left: 'ion-ios-arrow-back',
|
||||
right: 'ion-ios-arrow-forward'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'ion-aperture',
|
||||
tune: 'ion-options',
|
||||
palette: 'ion-apps'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'ion-refresh'
|
||||
},
|
||||
carousel: {
|
||||
left: 'ion-ios-arrow-back',
|
||||
right: 'ion-ios-arrow-forward',
|
||||
up: 'ion-ios-arrow-up',
|
||||
down: 'ion-ios-arrow-down',
|
||||
navigationIcon: 'ion-square'
|
||||
},
|
||||
chip: {
|
||||
remove: 'ion-close-circle',
|
||||
selected: 'ion-checkmark'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'ion-ios-arrow-back',
|
||||
arrowRight: 'ion-ios-arrow-forward',
|
||||
now: 'ion-time',
|
||||
today: 'ion-calendar'
|
||||
},
|
||||
editor: {
|
||||
hyperlink: 'ion-link',
|
||||
toggleFullscreen: 'ion-expand',
|
||||
quote: 'ion-quote',
|
||||
print: 'ion-print',
|
||||
undo: 'ion-undo',
|
||||
redo: 'ion-redo',
|
||||
code: 'ion-code',
|
||||
viewSource: 'ion-ios-code',
|
||||
|
||||
bold: mdiFormatBold,
|
||||
italic: mdiFormatItalic,
|
||||
strikethrough: mdiFormatStrikethroughVariant,
|
||||
underline: mdiFormatUnderline,
|
||||
unorderedList: mdiFormatListBulleted,
|
||||
orderedList: mdiFormatListNumbered,
|
||||
subscript: mdiFormatSubscript,
|
||||
superscript: mdiFormatSuperscript,
|
||||
left: mdiFormatAlignLeft,
|
||||
center: mdiFormatAlignCenter,
|
||||
right: mdiFormatAlignRight,
|
||||
justify: mdiFormatAlignJustify,
|
||||
outdent: mdiFormatIndentDecrease,
|
||||
indent: mdiFormatIndentIncrease,
|
||||
removeFormat: mdiFormatClear,
|
||||
formatting: mdiFormatColorText,
|
||||
fontSize: mdiFormatSize,
|
||||
align: mdiFormatAlignLeft,
|
||||
hr: mdiMinus,
|
||||
heading: mdiFormatSize,
|
||||
heading1: mdiFormatHeader1,
|
||||
heading2: mdiFormatHeader2,
|
||||
heading3: mdiFormatHeader3,
|
||||
heading4: mdiFormatHeader4,
|
||||
heading5: mdiFormatHeader5,
|
||||
heading6: mdiFormatHeader6,
|
||||
size: mdiFormatSize,
|
||||
size1: mdiNumeric1Box,
|
||||
size2: mdiNumeric2Box,
|
||||
size3: mdiNumeric3Box,
|
||||
size4: mdiNumeric4Box,
|
||||
size5: mdiNumeric5Box,
|
||||
size6: mdiNumeric6Box,
|
||||
size7: mdiNumeric7Box,
|
||||
font: mdiFormatFont
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'ion-arrow-dropdown',
|
||||
denseIcon: 'ion-arrow-dropdown'
|
||||
},
|
||||
fab: {
|
||||
icon: 'ion-add',
|
||||
activeIcon: 'ion-close'
|
||||
},
|
||||
field: {
|
||||
clear: 'ion-close-circle',
|
||||
error: 'ion-alert'
|
||||
},
|
||||
pagination: {
|
||||
first: 'ion-ios-skip-backward',
|
||||
prev: 'ion-ios-arrow-back',
|
||||
next: 'ion-ios-arrow-forward',
|
||||
last: 'ion-ios-skip-forward'
|
||||
},
|
||||
rating: {
|
||||
icon: 'ion-star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'ion-checkmark',
|
||||
active: 'ion-create',
|
||||
error: 'ion-warning'
|
||||
},
|
||||
tabs: {
|
||||
left: 'ion-ios-arrow-back',
|
||||
right: 'ion-ios-arrow-forward',
|
||||
up: 'ion-ios-arrow-up',
|
||||
down: 'ion-ios-arrow-down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'ion-arrow-up',
|
||||
warning: 'ion-warning',
|
||||
firstPage: 'ion-ios-return-left',
|
||||
prevPage: 'ion-ios-arrow-back',
|
||||
nextPage: 'ion-ios-arrow-forward',
|
||||
lastPage: 'ion-ios-return-right'
|
||||
},
|
||||
tree: {
|
||||
icon: 'ion-play'
|
||||
},
|
||||
uploader: {
|
||||
done: 'ion-checkmark',
|
||||
clear: 'ion-close',
|
||||
add: 'ion-add-circle',
|
||||
upload: 'ion-cloud-upload',
|
||||
removeQueue: 'ion-trash',
|
||||
removeUploaded: 'ion-done-all'
|
||||
}
|
||||
}
|
||||
128
Frontend-Learner/node_modules/quasar/icon-set/line-awesome.js
generated
vendored
Normal file
128
Frontend-Learner/node_modules/quasar/icon-set/line-awesome.js
generated
vendored
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
export default {
|
||||
name: 'line-awesome',
|
||||
type: {
|
||||
positive: 'las la-check',
|
||||
negative: 'las la-exclamation-triangle',
|
||||
info: 'las la-info-circle',
|
||||
warning: 'las la-exclamation'
|
||||
},
|
||||
arrow: {
|
||||
up: 'las la-arrow-up',
|
||||
right: 'las la-arrow-right',
|
||||
down: 'las la-arrow-down',
|
||||
left: 'las la-arrow-left',
|
||||
dropdown: 'las la-caret-down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'las la-chevron-left',
|
||||
right: 'las la-chevron-right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'las la-eye-dropper',
|
||||
tune: 'las la-sliders-h',
|
||||
palette: 'las la-swatchbook'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'las la-sync-alt'
|
||||
},
|
||||
carousel: {
|
||||
left: 'las la-chevron-left',
|
||||
right: 'las la-chevron-right',
|
||||
up: 'las la-chevron-up',
|
||||
down: 'las la-chevron-down',
|
||||
navigationIcon: 'las la-square'
|
||||
},
|
||||
chip: {
|
||||
remove: 'las la-times-circle',
|
||||
selected: 'las la-check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'las la-chevron-left',
|
||||
arrowRight: 'las la-chevron-right',
|
||||
now: 'lar la-clock',
|
||||
today: 'lar la-calendar-check'
|
||||
},
|
||||
editor: {
|
||||
bold: 'las la-bold',
|
||||
italic: 'las la-italic',
|
||||
strikethrough: 'las la-strikethrough',
|
||||
underline: 'las la-underline',
|
||||
unorderedList: 'las la-list-ul',
|
||||
orderedList: 'las la-list-ol',
|
||||
subscript: 'las la-subscript',
|
||||
superscript: 'las la-superscript',
|
||||
hyperlink: 'las la-link',
|
||||
toggleFullscreen: 'las la-expand-arrows-alt',
|
||||
quote: 'las la-quote-right',
|
||||
left: 'las la-align-left',
|
||||
center: 'las la-align-center',
|
||||
right: 'las la-align-right',
|
||||
justify: 'las la-align-justify',
|
||||
print: 'las la-print',
|
||||
outdent: 'las la-outdent',
|
||||
indent: 'las la-indent',
|
||||
removeFormat: 'las la-eraser',
|
||||
formatting: 'las la-heading',
|
||||
fontSize: 'las la-text-height',
|
||||
align: 'las la-align-left',
|
||||
hr: 'lar la-minus-square',
|
||||
undo: 'las la-undo',
|
||||
redo: 'las la-redo',
|
||||
heading: 'las la-heading',
|
||||
code: 'las la-code',
|
||||
size: 'las la-text-height',
|
||||
font: 'las la-font',
|
||||
viewSource: 'las la-code'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'las la-chevron-down',
|
||||
denseIcon: 'las la-caret-down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'las la-plus',
|
||||
activeIcon: 'las la-times'
|
||||
},
|
||||
field: {
|
||||
clear: 'las la-times-circle',
|
||||
error: 'las la-exclamation-circle'
|
||||
},
|
||||
pagination: {
|
||||
first: 'las la-fast-backward',
|
||||
prev: 'las la-chevron-left',
|
||||
next: 'las la-chevron-right',
|
||||
last: 'las la-fast-forward'
|
||||
},
|
||||
rating: {
|
||||
icon: 'las la-star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'las la-check',
|
||||
active: 'las la-pencil-alt',
|
||||
error: 'las la-exclamation-triangle'
|
||||
},
|
||||
tabs: {
|
||||
left: 'las la-chevron-left',
|
||||
right: 'las la-chevron-right',
|
||||
up: 'las la-chevron-up',
|
||||
down: 'las la-chevron-down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'las la-arrow-up',
|
||||
warning: 'las la-exclamation-triangle',
|
||||
firstPage: 'las la-fast-backward',
|
||||
prevPage: 'las la-chevron-left',
|
||||
nextPage: 'las la-chevron-right',
|
||||
lastPage: 'las la-fast-forward'
|
||||
},
|
||||
tree: {
|
||||
icon: 'las la-play'
|
||||
},
|
||||
uploader: {
|
||||
done: 'las la-check',
|
||||
clear: 'las la-times',
|
||||
add: 'las la-plus-square',
|
||||
upload: 'las la-upload',
|
||||
removeQueue: 'las la-stream',
|
||||
removeUploaded: 'las la-clipboard-check'
|
||||
}
|
||||
}
|
||||
128
Frontend-Learner/node_modules/quasar/icon-set/material-icons-outlined.js
generated
vendored
Normal file
128
Frontend-Learner/node_modules/quasar/icon-set/material-icons-outlined.js
generated
vendored
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
export default {
|
||||
name: 'material-icons-outlined',
|
||||
type: {
|
||||
positive: 'o_check_circle',
|
||||
negative: 'o_warning',
|
||||
info: 'o_info',
|
||||
warning: 'o_priority_high'
|
||||
},
|
||||
arrow: {
|
||||
up: 'o_arrow_upward',
|
||||
right: 'o_arrow_forward',
|
||||
down: 'o_arrow_downward',
|
||||
left: 'o_arrow_back',
|
||||
dropdown: 'o_arrow_drop_down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'o_chevron_left',
|
||||
right: 'o_chevron_right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'o_gradient',
|
||||
tune: 'o_tune',
|
||||
palette: 'o_style'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'o_refresh'
|
||||
},
|
||||
carousel: {
|
||||
left: 'o_chevron_left',
|
||||
right: 'o_chevron_right',
|
||||
up: 'o_keyboard_arrow_up',
|
||||
down: 'o_keyboard_arrow_down',
|
||||
navigationIcon: 'o_lens'
|
||||
},
|
||||
chip: {
|
||||
remove: 'o_cancel',
|
||||
selected: 'o_check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'o_chevron_left',
|
||||
arrowRight: 'o_chevron_right',
|
||||
now: 'o_access_time',
|
||||
today: 'o_today'
|
||||
},
|
||||
editor: {
|
||||
bold: 'o_format_bold',
|
||||
italic: 'o_format_italic',
|
||||
strikethrough: 'o_strikethrough_s',
|
||||
underline: 'o_format_underlined',
|
||||
unorderedList: 'o_format_list_bulleted',
|
||||
orderedList: 'o_format_list_numbered',
|
||||
subscript: 'o_vertical_align_bottom',
|
||||
superscript: 'o_vertical_align_top',
|
||||
hyperlink: 'o_link',
|
||||
toggleFullscreen: 'o_fullscreen',
|
||||
quote: 'o_format_quote',
|
||||
left: 'o_format_align_left',
|
||||
center: 'o_format_align_center',
|
||||
right: 'o_format_align_right',
|
||||
justify: 'o_format_align_justify',
|
||||
print: 'o_print',
|
||||
outdent: 'o_format_indent_decrease',
|
||||
indent: 'o_format_indent_increase',
|
||||
removeFormat: 'o_format_clear',
|
||||
formatting: 'o_text_format',
|
||||
fontSize: 'o_format_size',
|
||||
align: 'o_format_align_left',
|
||||
hr: 'o_remove',
|
||||
undo: 'o_undo',
|
||||
redo: 'o_redo',
|
||||
heading: 'o_format_size',
|
||||
code: 'o_code',
|
||||
size: 'o_format_size',
|
||||
font: 'o_font_download',
|
||||
viewSource: 'o_code'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'o_keyboard_arrow_down',
|
||||
denseIcon: 'o_arrow_drop_down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'o_add',
|
||||
activeIcon: 'o_close'
|
||||
},
|
||||
field: {
|
||||
clear: 'o_cancel',
|
||||
error: 'o_error'
|
||||
},
|
||||
pagination: {
|
||||
first: 'o_first_page',
|
||||
prev: 'o_keyboard_arrow_left',
|
||||
next: 'o_keyboard_arrow_right',
|
||||
last: 'o_last_page'
|
||||
},
|
||||
rating: {
|
||||
icon: 'o_grade'
|
||||
},
|
||||
stepper: {
|
||||
done: 'o_check',
|
||||
active: 'o_edit',
|
||||
error: 'o_warning'
|
||||
},
|
||||
tabs: {
|
||||
left: 'o_chevron_left',
|
||||
right: 'o_chevron_right',
|
||||
up: 'o_keyboard_arrow_up',
|
||||
down: 'o_keyboard_arrow_down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'o_arrow_upward',
|
||||
warning: 'o_warning',
|
||||
firstPage: 'o_first_page',
|
||||
prevPage: 'o_chevron_left',
|
||||
nextPage: 'o_chevron_right',
|
||||
lastPage: 'o_last_page'
|
||||
},
|
||||
tree: {
|
||||
icon: 'o_play_arrow'
|
||||
},
|
||||
uploader: {
|
||||
done: 'o_done',
|
||||
clear: 'o_clear',
|
||||
add: 'o_add_box',
|
||||
upload: 'o_cloud_upload',
|
||||
removeQueue: 'o_clear_all',
|
||||
removeUploaded: 'o_done_all'
|
||||
}
|
||||
}
|
||||
128
Frontend-Learner/node_modules/quasar/icon-set/material-icons-round.js
generated
vendored
Normal file
128
Frontend-Learner/node_modules/quasar/icon-set/material-icons-round.js
generated
vendored
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
export default {
|
||||
name: 'material-icons-round',
|
||||
type: {
|
||||
positive: 'r_check_circle',
|
||||
negative: 'r_warning',
|
||||
info: 'r_info',
|
||||
warning: 'r_priority_high'
|
||||
},
|
||||
arrow: {
|
||||
up: 'r_arrow_upward',
|
||||
right: 'r_arrow_forward',
|
||||
down: 'r_arrow_downward',
|
||||
left: 'r_arrow_back',
|
||||
dropdown: 'r_arrow_drop_down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'r_chevron_left',
|
||||
right: 'r_chevron_right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'r_gradient',
|
||||
tune: 'r_tune',
|
||||
palette: 'r_style'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'r_refresh'
|
||||
},
|
||||
carousel: {
|
||||
left: 'r_chevron_left',
|
||||
right: 'r_chevron_right',
|
||||
up: 'r_keyboard_arrow_up',
|
||||
down: 'r_keyboard_arrow_down',
|
||||
navigationIcon: 'r_lens'
|
||||
},
|
||||
chip: {
|
||||
remove: 'r_cancel',
|
||||
selected: 'r_check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'r_chevron_left',
|
||||
arrowRight: 'r_chevron_right',
|
||||
now: 'r_access_time',
|
||||
today: 'r_today'
|
||||
},
|
||||
editor: {
|
||||
bold: 'r_format_bold',
|
||||
italic: 'r_format_italic',
|
||||
strikethrough: 'r_strikethrough_s',
|
||||
underline: 'r_format_underlined',
|
||||
unorderedList: 'r_format_list_bulleted',
|
||||
orderedList: 'r_format_list_numbered',
|
||||
subscript: 'r_vertical_align_bottom',
|
||||
superscript: 'r_vertical_align_top',
|
||||
hyperlink: 'r_link',
|
||||
toggleFullscreen: 'r_fullscreen',
|
||||
quote: 'r_format_quote',
|
||||
left: 'r_format_align_left',
|
||||
center: 'r_format_align_center',
|
||||
right: 'r_format_align_right',
|
||||
justify: 'r_format_align_justify',
|
||||
print: 'r_print',
|
||||
outdent: 'r_format_indent_decrease',
|
||||
indent: 'r_format_indent_increase',
|
||||
removeFormat: 'r_format_clear',
|
||||
formatting: 'r_text_format',
|
||||
fontSize: 'r_format_size',
|
||||
align: 'r_format_align_left',
|
||||
hr: 'r_remove',
|
||||
undo: 'r_undo',
|
||||
redo: 'r_redo',
|
||||
heading: 'r_format_size',
|
||||
code: 'r_code',
|
||||
size: 'r_format_size',
|
||||
font: 'r_font_download',
|
||||
viewSource: 'r_code'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'r_keyboard_arrow_down',
|
||||
denseIcon: 'r_arrow_drop_down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'r_add',
|
||||
activeIcon: 'r_close'
|
||||
},
|
||||
field: {
|
||||
clear: 'r_cancel',
|
||||
error: 'r_error'
|
||||
},
|
||||
pagination: {
|
||||
first: 'r_first_page',
|
||||
prev: 'r_keyboard_arrow_left',
|
||||
next: 'r_keyboard_arrow_right',
|
||||
last: 'r_last_page'
|
||||
},
|
||||
rating: {
|
||||
icon: 'r_grade'
|
||||
},
|
||||
stepper: {
|
||||
done: 'r_check',
|
||||
active: 'r_edit',
|
||||
error: 'r_warning'
|
||||
},
|
||||
tabs: {
|
||||
left: 'r_chevron_left',
|
||||
right: 'r_chevron_right',
|
||||
up: 'r_keyboard_arrow_up',
|
||||
down: 'r_keyboard_arrow_down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'r_arrow_upward',
|
||||
warning: 'r_warning',
|
||||
firstPage: 'r_first_page',
|
||||
prevPage: 'r_chevron_left',
|
||||
nextPage: 'r_chevron_right',
|
||||
lastPage: 'r_last_page'
|
||||
},
|
||||
tree: {
|
||||
icon: 'r_play_arrow'
|
||||
},
|
||||
uploader: {
|
||||
done: 'r_done',
|
||||
clear: 'r_clear',
|
||||
add: 'r_add_box',
|
||||
upload: 'r_cloud_upload',
|
||||
removeQueue: 'r_clear_all',
|
||||
removeUploaded: 'r_done_all'
|
||||
}
|
||||
}
|
||||
128
Frontend-Learner/node_modules/quasar/icon-set/material-icons-sharp.js
generated
vendored
Normal file
128
Frontend-Learner/node_modules/quasar/icon-set/material-icons-sharp.js
generated
vendored
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
export default {
|
||||
name: 'material-icons-sharp',
|
||||
type: {
|
||||
positive: 's_check_circle',
|
||||
negative: 's_warning',
|
||||
info: 's_info',
|
||||
warning: 's_priority_high'
|
||||
},
|
||||
arrow: {
|
||||
up: 's_arrow_upward',
|
||||
right: 's_arrow_forward',
|
||||
down: 's_arrow_downward',
|
||||
left: 's_arrow_back',
|
||||
dropdown: 's_arrow_drop_down'
|
||||
},
|
||||
chevron: {
|
||||
left: 's_chevron_left',
|
||||
right: 's_chevron_right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 's_gradient',
|
||||
tune: 's_tune',
|
||||
palette: 's_style'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 's_refresh'
|
||||
},
|
||||
carousel: {
|
||||
left: 's_chevron_left',
|
||||
right: 's_chevron_right',
|
||||
up: 's_keyboard_arrow_up',
|
||||
down: 's_keyboard_arrow_down',
|
||||
navigationIcon: 's_lens'
|
||||
},
|
||||
chip: {
|
||||
remove: 's_cancel',
|
||||
selected: 's_check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 's_chevron_left',
|
||||
arrowRight: 's_chevron_right',
|
||||
now: 's_access_time',
|
||||
today: 's_today'
|
||||
},
|
||||
editor: {
|
||||
bold: 's_format_bold',
|
||||
italic: 's_format_italic',
|
||||
strikethrough: 's_strikethrough_s',
|
||||
underline: 's_format_underlined',
|
||||
unorderedList: 's_format_list_bulleted',
|
||||
orderedList: 's_format_list_numbered',
|
||||
subscript: 's_vertical_align_bottom',
|
||||
superscript: 's_vertical_align_top',
|
||||
hyperlink: 's_link',
|
||||
toggleFullscreen: 's_fullscreen',
|
||||
quote: 's_format_quote',
|
||||
left: 's_format_align_left',
|
||||
center: 's_format_align_center',
|
||||
right: 's_format_align_right',
|
||||
justify: 's_format_align_justify',
|
||||
print: 's_print',
|
||||
outdent: 's_format_indent_decrease',
|
||||
indent: 's_format_indent_increase',
|
||||
removeFormat: 's_format_clear',
|
||||
formatting: 's_text_format',
|
||||
fontSize: 's_format_size',
|
||||
align: 's_format_align_left',
|
||||
hr: 's_remove',
|
||||
undo: 's_undo',
|
||||
redo: 's_redo',
|
||||
heading: 's_format_size',
|
||||
code: 's_code',
|
||||
size: 's_format_size',
|
||||
font: 's_font_download',
|
||||
viewSource: 's_code'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 's_keyboard_arrow_down',
|
||||
denseIcon: 's_arrow_drop_down'
|
||||
},
|
||||
fab: {
|
||||
icon: 's_add',
|
||||
activeIcon: 's_close'
|
||||
},
|
||||
field: {
|
||||
clear: 's_cancel',
|
||||
error: 's_error'
|
||||
},
|
||||
pagination: {
|
||||
first: 's_first_page',
|
||||
prev: 's_keyboard_arrow_left',
|
||||
next: 's_keyboard_arrow_right',
|
||||
last: 's_last_page'
|
||||
},
|
||||
rating: {
|
||||
icon: 's_grade'
|
||||
},
|
||||
stepper: {
|
||||
done: 's_check',
|
||||
active: 's_edit',
|
||||
error: 's_warning'
|
||||
},
|
||||
tabs: {
|
||||
left: 's_chevron_left',
|
||||
right: 's_chevron_right',
|
||||
up: 's_keyboard_arrow_up',
|
||||
down: 's_keyboard_arrow_down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 's_arrow_upward',
|
||||
warning: 's_warning',
|
||||
firstPage: 's_first_page',
|
||||
prevPage: 's_chevron_left',
|
||||
nextPage: 's_chevron_right',
|
||||
lastPage: 's_last_page'
|
||||
},
|
||||
tree: {
|
||||
icon: 's_play_arrow'
|
||||
},
|
||||
uploader: {
|
||||
done: 's_done',
|
||||
clear: 's_clear',
|
||||
add: 's_add_box',
|
||||
upload: 's_cloud_upload',
|
||||
removeQueue: 's_clear_all',
|
||||
removeUploaded: 's_done_all'
|
||||
}
|
||||
}
|
||||
128
Frontend-Learner/node_modules/quasar/icon-set/material-icons.js
generated
vendored
Normal file
128
Frontend-Learner/node_modules/quasar/icon-set/material-icons.js
generated
vendored
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
export default {
|
||||
name: 'material-icons',
|
||||
type: {
|
||||
positive: 'check_circle',
|
||||
negative: 'warning',
|
||||
info: 'info',
|
||||
warning: 'priority_high'
|
||||
},
|
||||
arrow: {
|
||||
up: 'arrow_upward',
|
||||
right: 'arrow_forward',
|
||||
down: 'arrow_downward',
|
||||
left: 'arrow_back',
|
||||
dropdown: 'arrow_drop_down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'chevron_left',
|
||||
right: 'chevron_right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'gradient',
|
||||
tune: 'tune',
|
||||
palette: 'style'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'refresh'
|
||||
},
|
||||
carousel: {
|
||||
left: 'chevron_left',
|
||||
right: 'chevron_right',
|
||||
up: 'keyboard_arrow_up',
|
||||
down: 'keyboard_arrow_down',
|
||||
navigationIcon: 'lens'
|
||||
},
|
||||
chip: {
|
||||
remove: 'cancel',
|
||||
selected: 'check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'chevron_left',
|
||||
arrowRight: 'chevron_right',
|
||||
now: 'access_time',
|
||||
today: 'today'
|
||||
},
|
||||
editor: {
|
||||
bold: 'format_bold',
|
||||
italic: 'format_italic',
|
||||
strikethrough: 'strikethrough_s',
|
||||
underline: 'format_underlined',
|
||||
unorderedList: 'format_list_bulleted',
|
||||
orderedList: 'format_list_numbered',
|
||||
subscript: 'vertical_align_bottom',
|
||||
superscript: 'vertical_align_top',
|
||||
hyperlink: 'link',
|
||||
toggleFullscreen: 'fullscreen',
|
||||
quote: 'format_quote',
|
||||
left: 'format_align_left',
|
||||
center: 'format_align_center',
|
||||
right: 'format_align_right',
|
||||
justify: 'format_align_justify',
|
||||
print: 'print',
|
||||
outdent: 'format_indent_decrease',
|
||||
indent: 'format_indent_increase',
|
||||
removeFormat: 'format_clear',
|
||||
formatting: 'text_format',
|
||||
fontSize: 'format_size',
|
||||
align: 'format_align_left',
|
||||
hr: 'remove',
|
||||
undo: 'undo',
|
||||
redo: 'redo',
|
||||
heading: 'format_size',
|
||||
code: 'code',
|
||||
size: 'format_size',
|
||||
font: 'font_download',
|
||||
viewSource: 'code'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'keyboard_arrow_down',
|
||||
denseIcon: 'arrow_drop_down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'add',
|
||||
activeIcon: 'close'
|
||||
},
|
||||
field: {
|
||||
clear: 'cancel',
|
||||
error: 'error'
|
||||
},
|
||||
pagination: {
|
||||
first: 'first_page',
|
||||
prev: 'keyboard_arrow_left',
|
||||
next: 'keyboard_arrow_right',
|
||||
last: 'last_page'
|
||||
},
|
||||
rating: {
|
||||
icon: 'grade'
|
||||
},
|
||||
stepper: {
|
||||
done: 'check',
|
||||
active: 'edit',
|
||||
error: 'warning'
|
||||
},
|
||||
tabs: {
|
||||
left: 'chevron_left',
|
||||
right: 'chevron_right',
|
||||
up: 'keyboard_arrow_up',
|
||||
down: 'keyboard_arrow_down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'arrow_upward',
|
||||
warning: 'warning',
|
||||
firstPage: 'first_page',
|
||||
prevPage: 'chevron_left',
|
||||
nextPage: 'chevron_right',
|
||||
lastPage: 'last_page'
|
||||
},
|
||||
tree: {
|
||||
icon: 'play_arrow'
|
||||
},
|
||||
uploader: {
|
||||
done: 'done',
|
||||
clear: 'clear',
|
||||
add: 'add_box',
|
||||
upload: 'cloud_upload',
|
||||
removeQueue: 'clear_all',
|
||||
removeUploaded: 'done_all'
|
||||
}
|
||||
}
|
||||
128
Frontend-Learner/node_modules/quasar/icon-set/material-symbols-outlined.js
generated
vendored
Normal file
128
Frontend-Learner/node_modules/quasar/icon-set/material-symbols-outlined.js
generated
vendored
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
export default {
|
||||
name: 'material-symbols-outlined',
|
||||
type: {
|
||||
positive: 'sym_o_check_circle',
|
||||
negative: 'sym_o_warning',
|
||||
info: 'sym_o_info',
|
||||
warning: 'sym_o_priority_high'
|
||||
},
|
||||
arrow: {
|
||||
up: 'sym_o_arrow_upward',
|
||||
right: 'sym_o_arrow_forward',
|
||||
down: 'sym_o_arrow_downward',
|
||||
left: 'sym_o_arrow_back',
|
||||
dropdown: 'sym_o_arrow_drop_down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'sym_o_chevron_left',
|
||||
right: 'sym_o_chevron_right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'sym_o_gradient',
|
||||
tune: 'sym_o_tune',
|
||||
palette: 'sym_o_style'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'sym_o_refresh'
|
||||
},
|
||||
carousel: {
|
||||
left: 'sym_o_chevron_left',
|
||||
right: 'sym_o_chevron_right',
|
||||
up: 'sym_o_keyboard_arrow_up',
|
||||
down: 'sym_o_keyboard_arrow_down',
|
||||
navigationIcon: 'sym_o_circle'
|
||||
},
|
||||
chip: {
|
||||
remove: 'sym_o_cancel',
|
||||
selected: 'sym_o_check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'sym_o_chevron_left',
|
||||
arrowRight: 'sym_o_chevron_right',
|
||||
now: 'sym_o_schedule',
|
||||
today: 'sym_o_today'
|
||||
},
|
||||
editor: {
|
||||
bold: 'sym_o_format_bold',
|
||||
italic: 'sym_o_format_italic',
|
||||
strikethrough: 'sym_o_strikethrough_s',
|
||||
underline: 'sym_o_format_underlined',
|
||||
unorderedList: 'sym_o_format_list_bulleted',
|
||||
orderedList: 'sym_o_format_list_numbered',
|
||||
subscript: 'sym_o_vertical_align_bottom',
|
||||
superscript: 'sym_o_vertical_align_top',
|
||||
hyperlink: 'sym_o_link',
|
||||
toggleFullscreen: 'sym_o_fullscreen',
|
||||
quote: 'sym_o_format_quote',
|
||||
left: 'sym_o_format_align_left',
|
||||
center: 'sym_o_format_align_center',
|
||||
right: 'sym_o_format_align_right',
|
||||
justify: 'sym_o_format_align_justify',
|
||||
print: 'sym_o_print',
|
||||
outdent: 'sym_o_format_indent_decrease',
|
||||
indent: 'sym_o_format_indent_increase',
|
||||
removeFormat: 'sym_o_format_clear',
|
||||
formatting: 'sym_o_text_format',
|
||||
fontSize: 'sym_o_format_size',
|
||||
align: 'sym_o_format_align_left',
|
||||
hr: 'sym_o_remove',
|
||||
undo: 'sym_o_undo',
|
||||
redo: 'sym_o_redo',
|
||||
heading: 'sym_o_format_size',
|
||||
code: 'sym_o_code',
|
||||
size: 'sym_o_format_size',
|
||||
font: 'sym_o_font_download',
|
||||
viewSource: 'sym_o_code'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'sym_o_keyboard_arrow_down',
|
||||
denseIcon: 'sym_o_arrow_drop_down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'sym_o_add',
|
||||
activeIcon: 'sym_o_close'
|
||||
},
|
||||
field: {
|
||||
clear: 'sym_o_cancel',
|
||||
error: 'sym_o_error'
|
||||
},
|
||||
pagination: {
|
||||
first: 'sym_o_first_page',
|
||||
prev: 'sym_o_keyboard_arrow_left',
|
||||
next: 'sym_o_keyboard_arrow_right',
|
||||
last: 'sym_o_last_page'
|
||||
},
|
||||
rating: {
|
||||
icon: 'sym_o_star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'sym_o_check',
|
||||
active: 'sym_o_edit',
|
||||
error: 'sym_o_warning'
|
||||
},
|
||||
tabs: {
|
||||
left: 'sym_o_chevron_left',
|
||||
right: 'sym_o_chevron_right',
|
||||
up: 'sym_o_keyboard_arrow_up',
|
||||
down: 'sym_o_keyboard_arrow_down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'sym_o_arrow_upward',
|
||||
warning: 'sym_o_warning',
|
||||
firstPage: 'sym_o_first_page',
|
||||
prevPage: 'sym_o_chevron_left',
|
||||
nextPage: 'sym_o_chevron_right',
|
||||
lastPage: 'sym_o_last_page'
|
||||
},
|
||||
tree: {
|
||||
icon: 'sym_o_play_arrow'
|
||||
},
|
||||
uploader: {
|
||||
done: 'sym_o_check',
|
||||
clear: 'sym_o_close',
|
||||
add: 'sym_o_add_box',
|
||||
upload: 'sym_o_cloud_upload',
|
||||
removeQueue: 'sym_o_clear_all',
|
||||
removeUploaded: 'sym_o_done_all'
|
||||
}
|
||||
}
|
||||
128
Frontend-Learner/node_modules/quasar/icon-set/material-symbols-rounded.js
generated
vendored
Normal file
128
Frontend-Learner/node_modules/quasar/icon-set/material-symbols-rounded.js
generated
vendored
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
export default {
|
||||
name: 'material-symbols-rounded',
|
||||
type: {
|
||||
positive: 'sym_r_check_circle',
|
||||
negative: 'sym_r_warning',
|
||||
info: 'sym_r_info',
|
||||
warning: 'sym_r_priority_high'
|
||||
},
|
||||
arrow: {
|
||||
up: 'sym_r_arrow_upward',
|
||||
right: 'sym_r_arrow_forward',
|
||||
down: 'sym_r_arrow_downward',
|
||||
left: 'sym_r_arrow_back',
|
||||
dropdown: 'sym_r_arrow_drop_down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'sym_r_chevron_left',
|
||||
right: 'sym_r_chevron_right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'sym_r_gradient',
|
||||
tune: 'sym_r_tune',
|
||||
palette: 'sym_r_style'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'sym_r_refresh'
|
||||
},
|
||||
carousel: {
|
||||
left: 'sym_r_chevron_left',
|
||||
right: 'sym_r_chevron_right',
|
||||
up: 'sym_r_keyboard_arrow_up',
|
||||
down: 'sym_r_keyboard_arrow_down',
|
||||
navigationIcon: 'sym_r_circle'
|
||||
},
|
||||
chip: {
|
||||
remove: 'sym_r_cancel',
|
||||
selected: 'sym_r_check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'sym_r_chevron_left',
|
||||
arrowRight: 'sym_r_chevron_right',
|
||||
now: 'sym_r_schedule',
|
||||
today: 'sym_r_today'
|
||||
},
|
||||
editor: {
|
||||
bold: 'sym_r_format_bold',
|
||||
italic: 'sym_r_format_italic',
|
||||
strikethrough: 'sym_r_strikethrough_s',
|
||||
underline: 'sym_r_format_underlined',
|
||||
unorderedList: 'sym_r_format_list_bulleted',
|
||||
orderedList: 'sym_r_format_list_numbered',
|
||||
subscript: 'sym_r_vertical_align_bottom',
|
||||
superscript: 'sym_r_vertical_align_top',
|
||||
hyperlink: 'sym_r_link',
|
||||
toggleFullscreen: 'sym_r_fullscreen',
|
||||
quote: 'sym_r_format_quote',
|
||||
left: 'sym_r_format_align_left',
|
||||
center: 'sym_r_format_align_center',
|
||||
right: 'sym_r_format_align_right',
|
||||
justify: 'sym_r_format_align_justify',
|
||||
print: 'sym_r_print',
|
||||
outdent: 'sym_r_format_indent_decrease',
|
||||
indent: 'sym_r_format_indent_increase',
|
||||
removeFormat: 'sym_r_format_clear',
|
||||
formatting: 'sym_r_text_format',
|
||||
fontSize: 'sym_r_format_size',
|
||||
align: 'sym_r_format_align_left',
|
||||
hr: 'sym_r_remove',
|
||||
undo: 'sym_r_undo',
|
||||
redo: 'sym_r_redo',
|
||||
heading: 'sym_r_format_size',
|
||||
code: 'sym_r_code',
|
||||
size: 'sym_r_format_size',
|
||||
font: 'sym_r_font_download',
|
||||
viewSource: 'sym_r_code'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'sym_r_keyboard_arrow_down',
|
||||
denseIcon: 'sym_r_arrow_drop_down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'sym_r_add',
|
||||
activeIcon: 'sym_r_close'
|
||||
},
|
||||
field: {
|
||||
clear: 'sym_r_cancel',
|
||||
error: 'sym_r_error'
|
||||
},
|
||||
pagination: {
|
||||
first: 'sym_r_first_page',
|
||||
prev: 'sym_r_keyboard_arrow_left',
|
||||
next: 'sym_r_keyboard_arrow_right',
|
||||
last: 'sym_r_last_page'
|
||||
},
|
||||
rating: {
|
||||
icon: 'sym_r_star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'sym_r_check',
|
||||
active: 'sym_r_edit',
|
||||
error: 'sym_r_warning'
|
||||
},
|
||||
tabs: {
|
||||
left: 'sym_r_chevron_left',
|
||||
right: 'sym_r_chevron_right',
|
||||
up: 'sym_r_keyboard_arrow_up',
|
||||
down: 'sym_r_keyboard_arrow_down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'sym_r_arrow_upward',
|
||||
warning: 'sym_r_warning',
|
||||
firstPage: 'sym_r_first_page',
|
||||
prevPage: 'sym_r_chevron_left',
|
||||
nextPage: 'sym_r_chevron_right',
|
||||
lastPage: 'sym_r_last_page'
|
||||
},
|
||||
tree: {
|
||||
icon: 'sym_r_play_arrow'
|
||||
},
|
||||
uploader: {
|
||||
done: 'sym_r_check',
|
||||
clear: 'sym_r_close',
|
||||
add: 'sym_r_add_box',
|
||||
upload: 'sym_r_cloud_upload',
|
||||
removeQueue: 'sym_r_clear_all',
|
||||
removeUploaded: 'sym_r_done_all'
|
||||
}
|
||||
}
|
||||
128
Frontend-Learner/node_modules/quasar/icon-set/material-symbols-sharp.js
generated
vendored
Normal file
128
Frontend-Learner/node_modules/quasar/icon-set/material-symbols-sharp.js
generated
vendored
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
export default {
|
||||
name: 'material-symbols-sharp',
|
||||
type: {
|
||||
positive: 'sym_s_check_circle',
|
||||
negative: 'sym_s_warning',
|
||||
info: 'sym_s_info',
|
||||
warning: 'sym_s_priority_high'
|
||||
},
|
||||
arrow: {
|
||||
up: 'sym_s_arrow_upward',
|
||||
right: 'sym_s_arrow_forward',
|
||||
down: 'sym_s_arrow_downward',
|
||||
left: 'sym_s_arrow_back',
|
||||
dropdown: 'sym_s_arrow_drop_down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'sym_s_chevron_left',
|
||||
right: 'sym_s_chevron_right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'sym_s_gradient',
|
||||
tune: 'sym_s_tune',
|
||||
palette: 'sym_s_style'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'sym_s_refresh'
|
||||
},
|
||||
carousel: {
|
||||
left: 'sym_s_chevron_left',
|
||||
right: 'sym_s_chevron_right',
|
||||
up: 'sym_s_keyboard_arrow_up',
|
||||
down: 'sym_s_keyboard_arrow_down',
|
||||
navigationIcon: 'sym_s_circle'
|
||||
},
|
||||
chip: {
|
||||
remove: 'sym_s_cancel',
|
||||
selected: 'sym_s_check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'sym_s_chevron_left',
|
||||
arrowRight: 'sym_s_chevron_right',
|
||||
now: 'sym_s_schedule',
|
||||
today: 'sym_s_today'
|
||||
},
|
||||
editor: {
|
||||
bold: 'sym_s_format_bold',
|
||||
italic: 'sym_s_format_italic',
|
||||
strikethrough: 'sym_s_strikethrough_s',
|
||||
underline: 'sym_s_format_underlined',
|
||||
unorderedList: 'sym_s_format_list_bulleted',
|
||||
orderedList: 'sym_s_format_list_numbered',
|
||||
subscript: 'sym_s_vertical_align_bottom',
|
||||
superscript: 'sym_s_vertical_align_top',
|
||||
hyperlink: 'sym_s_link',
|
||||
toggleFullscreen: 'sym_s_fullscreen',
|
||||
quote: 'sym_s_format_quote',
|
||||
left: 'sym_s_format_align_left',
|
||||
center: 'sym_s_format_align_center',
|
||||
right: 'sym_s_format_align_right',
|
||||
justify: 'sym_s_format_align_justify',
|
||||
print: 'sym_s_print',
|
||||
outdent: 'sym_s_format_indent_decrease',
|
||||
indent: 'sym_s_format_indent_increase',
|
||||
removeFormat: 'sym_s_format_clear',
|
||||
formatting: 'sym_s_text_format',
|
||||
fontSize: 'sym_s_format_size',
|
||||
align: 'sym_s_format_align_left',
|
||||
hr: 'sym_s_remove',
|
||||
undo: 'sym_s_undo',
|
||||
redo: 'sym_s_redo',
|
||||
heading: 'sym_s_format_size',
|
||||
code: 'sym_s_code',
|
||||
size: 'sym_s_format_size',
|
||||
font: 'sym_s_font_download',
|
||||
viewSource: 'sym_s_code'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'sym_s_keyboard_arrow_down',
|
||||
denseIcon: 'sym_s_arrow_drop_down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'sym_s_add',
|
||||
activeIcon: 'sym_s_close'
|
||||
},
|
||||
field: {
|
||||
clear: 'sym_s_cancel',
|
||||
error: 'sym_s_error'
|
||||
},
|
||||
pagination: {
|
||||
first: 'sym_s_first_page',
|
||||
prev: 'sym_s_keyboard_arrow_left',
|
||||
next: 'sym_s_keyboard_arrow_right',
|
||||
last: 'sym_s_last_page'
|
||||
},
|
||||
rating: {
|
||||
icon: 'sym_s_star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'sym_s_check',
|
||||
active: 'sym_s_edit',
|
||||
error: 'sym_s_warning'
|
||||
},
|
||||
tabs: {
|
||||
left: 'sym_s_chevron_left',
|
||||
right: 'sym_s_chevron_right',
|
||||
up: 'sym_s_keyboard_arrow_up',
|
||||
down: 'sym_s_keyboard_arrow_down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'sym_s_arrow_upward',
|
||||
warning: 'sym_s_warning',
|
||||
firstPage: 'sym_s_first_page',
|
||||
prevPage: 'sym_s_chevron_left',
|
||||
nextPage: 'sym_s_chevron_right',
|
||||
lastPage: 'sym_s_last_page'
|
||||
},
|
||||
tree: {
|
||||
icon: 'sym_s_play_arrow'
|
||||
},
|
||||
uploader: {
|
||||
done: 'sym_s_check',
|
||||
clear: 'sym_s_close',
|
||||
add: 'sym_s_add_box',
|
||||
upload: 'sym_s_cloud_upload',
|
||||
removeQueue: 'sym_s_clear_all',
|
||||
removeUploaded: 'sym_s_done_all'
|
||||
}
|
||||
}
|
||||
141
Frontend-Learner/node_modules/quasar/icon-set/mdi-v3.js
generated
vendored
Normal file
141
Frontend-Learner/node_modules/quasar/icon-set/mdi-v3.js
generated
vendored
Normal file
|
|
@ -0,0 +1,141 @@
|
|||
export default {
|
||||
name: 'mdi-v3',
|
||||
type: {
|
||||
positive: 'mdi-check-circle',
|
||||
negative: 'mdi-alert',
|
||||
info: 'mdi-information',
|
||||
warning: 'mdi-exclamation'
|
||||
},
|
||||
arrow: {
|
||||
up: 'mdi-arrow-up',
|
||||
right: 'mdi-arrow-right',
|
||||
down: 'mdi-arrow-down',
|
||||
left: 'mdi-arrow-left',
|
||||
dropdown: 'mdi-menu-down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'mdi-gradient',
|
||||
tune: 'mdi-tune',
|
||||
palette: 'mdi-palette-swatch'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'mdi-refresh'
|
||||
},
|
||||
carousel: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right',
|
||||
up: 'mdi-chevron-up',
|
||||
down: 'mdi-chevron-down',
|
||||
navigationIcon: 'mdi-circle'
|
||||
},
|
||||
chip: {
|
||||
remove: 'mdi-close-circle',
|
||||
selected: 'mdi-check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'mdi-chevron-left',
|
||||
arrowRight: 'mdi-chevron-right',
|
||||
now: 'mdi-clock-outline',
|
||||
today: 'mdi-calendar-today'
|
||||
},
|
||||
editor: {
|
||||
bold: 'mdi-format-bold',
|
||||
italic: 'mdi-format-italic',
|
||||
strikethrough: 'mdi-format-strikethrough-variant',
|
||||
underline: 'mdi-format-underline',
|
||||
unorderedList: 'mdi-format-list-bulleted',
|
||||
orderedList: 'mdi-format-list-numbered',
|
||||
subscript: 'mdi-format-subscript',
|
||||
superscript: 'mdi-format-superscript',
|
||||
hyperlink: 'mdi-link',
|
||||
toggleFullscreen: 'mdi-fullscreen',
|
||||
quote: 'mdi-format-quote-close',
|
||||
left: 'mdi-format-align-left',
|
||||
center: 'mdi-format-align-center',
|
||||
right: 'mdi-format-align-right',
|
||||
justify: 'mdi-format-align-justify',
|
||||
print: 'mdi-printer',
|
||||
outdent: 'mdi-format-indent-decrease',
|
||||
indent: 'mdi-format-indent-increase',
|
||||
removeFormat: 'mdi-format-clear',
|
||||
formatting: 'mdi-format-color-text',
|
||||
fontSize: 'mdi-format-size',
|
||||
align: 'mdi-format-align-left',
|
||||
hr: 'mdi-minus',
|
||||
undo: 'mdi-undo',
|
||||
redo: 'mdi-redo',
|
||||
heading: 'mdi-format-size',
|
||||
heading1: 'mdi-format-header-1',
|
||||
heading2: 'mdi-format-header-2',
|
||||
heading3: 'mdi-format-header-3',
|
||||
heading4: 'mdi-format-header-4',
|
||||
heading5: 'mdi-format-header-5',
|
||||
heading6: 'mdi-format-header-6',
|
||||
code: 'mdi-code-tags',
|
||||
size: 'mdi-format-size',
|
||||
size1: 'mdi-numeric-1-box',
|
||||
size2: 'mdi-numeric-2-box',
|
||||
size3: 'mdi-numeric-3-box',
|
||||
size4: 'mdi-numeric-4-box',
|
||||
size5: 'mdi-numeric-5-box',
|
||||
size6: 'mdi-numeric-6-box',
|
||||
size7: 'mdi-numeric-7-box',
|
||||
font: 'mdi-format-font',
|
||||
viewSource: 'mdi-code-tags'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'mdi-chevron-down',
|
||||
denseIcon: 'mdi-menu-down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'mdi-plus',
|
||||
activeIcon: 'mdi-close'
|
||||
},
|
||||
field: {
|
||||
clear: 'mdi-close-circle',
|
||||
error: 'mdi-alert-circle'
|
||||
},
|
||||
pagination: {
|
||||
first: 'mdi-chevron-double-left',
|
||||
prev: 'mdi-chevron-left',
|
||||
next: 'mdi-chevron-right',
|
||||
last: 'mdi-chevron-double-right'
|
||||
},
|
||||
rating: {
|
||||
icon: 'mdi-star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'mdi-check',
|
||||
active: 'mdi-pencil',
|
||||
error: 'mdi-alert'
|
||||
},
|
||||
tabs: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right',
|
||||
up: 'mdi-chevron-up',
|
||||
down: 'mdi-chevron-down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'mdi-arrow-up',
|
||||
warning: 'mdi-alert',
|
||||
firstPage: 'mdi-chevron-double-left',
|
||||
prevPage: 'mdi-chevron-left',
|
||||
nextPage: 'mdi-chevron-right',
|
||||
lastPage: 'mdi-chevron-double-right'
|
||||
},
|
||||
tree: {
|
||||
icon: 'mdi-play'
|
||||
},
|
||||
uploader: {
|
||||
done: 'mdi-check',
|
||||
clear: 'mdi-close',
|
||||
add: 'mdi-plus-box',
|
||||
upload: 'mdi-cloud-upload',
|
||||
removeQueue: 'mdi-notification-clear-all',
|
||||
removeUploaded: 'mdi-check-all'
|
||||
}
|
||||
}
|
||||
141
Frontend-Learner/node_modules/quasar/icon-set/mdi-v4.js
generated
vendored
Normal file
141
Frontend-Learner/node_modules/quasar/icon-set/mdi-v4.js
generated
vendored
Normal file
|
|
@ -0,0 +1,141 @@
|
|||
export default {
|
||||
name: 'mdi-v4',
|
||||
type: {
|
||||
positive: 'mdi-check-circle',
|
||||
negative: 'mdi-alert',
|
||||
info: 'mdi-information',
|
||||
warning: 'mdi-exclamation'
|
||||
},
|
||||
arrow: {
|
||||
up: 'mdi-arrow-up',
|
||||
right: 'mdi-arrow-right',
|
||||
down: 'mdi-arrow-down',
|
||||
left: 'mdi-arrow-left',
|
||||
dropdown: 'mdi-menu-down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'mdi-gradient',
|
||||
tune: 'mdi-tune',
|
||||
palette: 'mdi-palette-swatch'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'mdi-refresh'
|
||||
},
|
||||
carousel: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right',
|
||||
up: 'mdi-chevron-up',
|
||||
down: 'mdi-chevron-down',
|
||||
navigationIcon: 'mdi-circle'
|
||||
},
|
||||
chip: {
|
||||
remove: 'mdi-close-circle',
|
||||
selected: 'mdi-check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'mdi-chevron-left',
|
||||
arrowRight: 'mdi-chevron-right',
|
||||
now: 'mdi-clock-outline',
|
||||
today: 'mdi-calendar-today'
|
||||
},
|
||||
editor: {
|
||||
bold: 'mdi-format-bold',
|
||||
italic: 'mdi-format-italic',
|
||||
strikethrough: 'mdi-format-strikethrough-variant',
|
||||
underline: 'mdi-format-underline',
|
||||
unorderedList: 'mdi-format-list-bulleted',
|
||||
orderedList: 'mdi-format-list-numbered',
|
||||
subscript: 'mdi-format-subscript',
|
||||
superscript: 'mdi-format-superscript',
|
||||
hyperlink: 'mdi-link',
|
||||
toggleFullscreen: 'mdi-fullscreen',
|
||||
quote: 'mdi-format-quote-close',
|
||||
left: 'mdi-format-align-left',
|
||||
center: 'mdi-format-align-center',
|
||||
right: 'mdi-format-align-right',
|
||||
justify: 'mdi-format-align-justify',
|
||||
print: 'mdi-printer',
|
||||
outdent: 'mdi-format-indent-decrease',
|
||||
indent: 'mdi-format-indent-increase',
|
||||
removeFormat: 'mdi-format-clear',
|
||||
formatting: 'mdi-format-color-text',
|
||||
fontSize: 'mdi-format-size',
|
||||
align: 'mdi-format-align-left',
|
||||
hr: 'mdi-minus',
|
||||
undo: 'mdi-undo',
|
||||
redo: 'mdi-redo',
|
||||
heading: 'mdi-format-size',
|
||||
heading1: 'mdi-format-header-1',
|
||||
heading2: 'mdi-format-header-2',
|
||||
heading3: 'mdi-format-header-3',
|
||||
heading4: 'mdi-format-header-4',
|
||||
heading5: 'mdi-format-header-5',
|
||||
heading6: 'mdi-format-header-6',
|
||||
code: 'mdi-code-tags',
|
||||
size: 'mdi-format-size',
|
||||
size1: 'mdi-numeric-1-box',
|
||||
size2: 'mdi-numeric-2-box',
|
||||
size3: 'mdi-numeric-3-box',
|
||||
size4: 'mdi-numeric-4-box',
|
||||
size5: 'mdi-numeric-5-box',
|
||||
size6: 'mdi-numeric-6-box',
|
||||
size7: 'mdi-numeric-7-box',
|
||||
font: 'mdi-format-font',
|
||||
viewSource: 'mdi-code-tags'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'mdi-chevron-down',
|
||||
denseIcon: 'mdi-menu-down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'mdi-plus',
|
||||
activeIcon: 'mdi-close'
|
||||
},
|
||||
field: {
|
||||
clear: 'mdi-close-circle',
|
||||
error: 'mdi-alert-circle'
|
||||
},
|
||||
pagination: {
|
||||
first: 'mdi-chevron-double-left',
|
||||
prev: 'mdi-chevron-left',
|
||||
next: 'mdi-chevron-right',
|
||||
last: 'mdi-chevron-double-right'
|
||||
},
|
||||
rating: {
|
||||
icon: 'mdi-star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'mdi-check',
|
||||
active: 'mdi-pencil',
|
||||
error: 'mdi-alert'
|
||||
},
|
||||
tabs: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right',
|
||||
up: 'mdi-chevron-up',
|
||||
down: 'mdi-chevron-down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'mdi-arrow-up',
|
||||
warning: 'mdi-alert',
|
||||
firstPage: 'mdi-chevron-double-left',
|
||||
prevPage: 'mdi-chevron-left',
|
||||
nextPage: 'mdi-chevron-right',
|
||||
lastPage: 'mdi-chevron-double-right'
|
||||
},
|
||||
tree: {
|
||||
icon: 'mdi-play'
|
||||
},
|
||||
uploader: {
|
||||
done: 'mdi-check',
|
||||
clear: 'mdi-close',
|
||||
add: 'mdi-plus-box',
|
||||
upload: 'mdi-cloud-upload',
|
||||
removeQueue: 'mdi-notification-clear-all',
|
||||
removeUploaded: 'mdi-check-all'
|
||||
}
|
||||
}
|
||||
141
Frontend-Learner/node_modules/quasar/icon-set/mdi-v5.js
generated
vendored
Normal file
141
Frontend-Learner/node_modules/quasar/icon-set/mdi-v5.js
generated
vendored
Normal file
|
|
@ -0,0 +1,141 @@
|
|||
export default {
|
||||
name: 'mdi-v5',
|
||||
type: {
|
||||
positive: 'mdi-check-circle',
|
||||
negative: 'mdi-alert',
|
||||
info: 'mdi-information',
|
||||
warning: 'mdi-exclamation'
|
||||
},
|
||||
arrow: {
|
||||
up: 'mdi-arrow-up',
|
||||
right: 'mdi-arrow-right',
|
||||
down: 'mdi-arrow-down',
|
||||
left: 'mdi-arrow-left',
|
||||
dropdown: 'mdi-menu-down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'mdi-gradient',
|
||||
tune: 'mdi-tune',
|
||||
palette: 'mdi-palette-swatch'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'mdi-refresh'
|
||||
},
|
||||
carousel: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right',
|
||||
up: 'mdi-chevron-up',
|
||||
down: 'mdi-chevron-down',
|
||||
navigationIcon: 'mdi-circle'
|
||||
},
|
||||
chip: {
|
||||
remove: 'mdi-close-circle',
|
||||
selected: 'mdi-check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'mdi-chevron-left',
|
||||
arrowRight: 'mdi-chevron-right',
|
||||
now: 'mdi-clock-outline',
|
||||
today: 'mdi-calendar-today'
|
||||
},
|
||||
editor: {
|
||||
bold: 'mdi-format-bold',
|
||||
italic: 'mdi-format-italic',
|
||||
strikethrough: 'mdi-format-strikethrough-variant',
|
||||
underline: 'mdi-format-underline',
|
||||
unorderedList: 'mdi-format-list-bulleted',
|
||||
orderedList: 'mdi-format-list-numbered',
|
||||
subscript: 'mdi-format-subscript',
|
||||
superscript: 'mdi-format-superscript',
|
||||
hyperlink: 'mdi-link',
|
||||
toggleFullscreen: 'mdi-fullscreen',
|
||||
quote: 'mdi-format-quote-close',
|
||||
left: 'mdi-format-align-left',
|
||||
center: 'mdi-format-align-center',
|
||||
right: 'mdi-format-align-right',
|
||||
justify: 'mdi-format-align-justify',
|
||||
print: 'mdi-printer',
|
||||
outdent: 'mdi-format-indent-decrease',
|
||||
indent: 'mdi-format-indent-increase',
|
||||
removeFormat: 'mdi-format-clear',
|
||||
formatting: 'mdi-format-color-text',
|
||||
fontSize: 'mdi-format-size',
|
||||
align: 'mdi-format-align-left',
|
||||
hr: 'mdi-minus',
|
||||
undo: 'mdi-undo',
|
||||
redo: 'mdi-redo',
|
||||
heading: 'mdi-format-size',
|
||||
heading1: 'mdi-format-header-1',
|
||||
heading2: 'mdi-format-header-2',
|
||||
heading3: 'mdi-format-header-3',
|
||||
heading4: 'mdi-format-header-4',
|
||||
heading5: 'mdi-format-header-5',
|
||||
heading6: 'mdi-format-header-6',
|
||||
code: 'mdi-code-tags',
|
||||
size: 'mdi-format-size',
|
||||
size1: 'mdi-numeric-1-box',
|
||||
size2: 'mdi-numeric-2-box',
|
||||
size3: 'mdi-numeric-3-box',
|
||||
size4: 'mdi-numeric-4-box',
|
||||
size5: 'mdi-numeric-5-box',
|
||||
size6: 'mdi-numeric-6-box',
|
||||
size7: 'mdi-numeric-7-box',
|
||||
font: 'mdi-format-font',
|
||||
viewSource: 'mdi-code-tags'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'mdi-chevron-down',
|
||||
denseIcon: 'mdi-menu-down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'mdi-plus',
|
||||
activeIcon: 'mdi-close'
|
||||
},
|
||||
field: {
|
||||
clear: 'mdi-close-circle',
|
||||
error: 'mdi-alert-circle'
|
||||
},
|
||||
pagination: {
|
||||
first: 'mdi-chevron-double-left',
|
||||
prev: 'mdi-chevron-left',
|
||||
next: 'mdi-chevron-right',
|
||||
last: 'mdi-chevron-double-right'
|
||||
},
|
||||
rating: {
|
||||
icon: 'mdi-star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'mdi-check',
|
||||
active: 'mdi-pencil',
|
||||
error: 'mdi-alert'
|
||||
},
|
||||
tabs: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right',
|
||||
up: 'mdi-chevron-up',
|
||||
down: 'mdi-chevron-down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'mdi-arrow-up',
|
||||
warning: 'mdi-alert',
|
||||
firstPage: 'mdi-chevron-double-left',
|
||||
prevPage: 'mdi-chevron-left',
|
||||
nextPage: 'mdi-chevron-right',
|
||||
lastPage: 'mdi-chevron-double-right'
|
||||
},
|
||||
tree: {
|
||||
icon: 'mdi-play'
|
||||
},
|
||||
uploader: {
|
||||
done: 'mdi-check',
|
||||
clear: 'mdi-close',
|
||||
add: 'mdi-plus-box',
|
||||
upload: 'mdi-cloud-upload',
|
||||
removeQueue: 'mdi-notification-clear-all',
|
||||
removeUploaded: 'mdi-check-all'
|
||||
}
|
||||
}
|
||||
141
Frontend-Learner/node_modules/quasar/icon-set/mdi-v6.js
generated
vendored
Normal file
141
Frontend-Learner/node_modules/quasar/icon-set/mdi-v6.js
generated
vendored
Normal file
|
|
@ -0,0 +1,141 @@
|
|||
export default {
|
||||
name: 'mdi-v6',
|
||||
type: {
|
||||
positive: 'mdi-check-circle',
|
||||
negative: 'mdi-alert',
|
||||
info: 'mdi-information',
|
||||
warning: 'mdi-exclamation'
|
||||
},
|
||||
arrow: {
|
||||
up: 'mdi-arrow-up',
|
||||
right: 'mdi-arrow-right',
|
||||
down: 'mdi-arrow-down',
|
||||
left: 'mdi-arrow-left',
|
||||
dropdown: 'mdi-menu-down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'mdi-gradient-vertical',
|
||||
tune: 'mdi-tune',
|
||||
palette: 'mdi-palette-swatch'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'mdi-refresh'
|
||||
},
|
||||
carousel: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right',
|
||||
up: 'mdi-chevron-up',
|
||||
down: 'mdi-chevron-down',
|
||||
navigationIcon: 'mdi-circle'
|
||||
},
|
||||
chip: {
|
||||
remove: 'mdi-close-circle',
|
||||
selected: 'mdi-check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'mdi-chevron-left',
|
||||
arrowRight: 'mdi-chevron-right',
|
||||
now: 'mdi-clock-outline',
|
||||
today: 'mdi-calendar-today'
|
||||
},
|
||||
editor: {
|
||||
bold: 'mdi-format-bold',
|
||||
italic: 'mdi-format-italic',
|
||||
strikethrough: 'mdi-format-strikethrough-variant',
|
||||
underline: 'mdi-format-underline',
|
||||
unorderedList: 'mdi-format-list-bulleted',
|
||||
orderedList: 'mdi-format-list-numbered',
|
||||
subscript: 'mdi-format-subscript',
|
||||
superscript: 'mdi-format-superscript',
|
||||
hyperlink: 'mdi-link',
|
||||
toggleFullscreen: 'mdi-fullscreen',
|
||||
quote: 'mdi-format-quote-close',
|
||||
left: 'mdi-format-align-left',
|
||||
center: 'mdi-format-align-center',
|
||||
right: 'mdi-format-align-right',
|
||||
justify: 'mdi-format-align-justify',
|
||||
print: 'mdi-printer',
|
||||
outdent: 'mdi-format-indent-decrease',
|
||||
indent: 'mdi-format-indent-increase',
|
||||
removeFormat: 'mdi-format-clear',
|
||||
formatting: 'mdi-format-color-text',
|
||||
fontSize: 'mdi-format-size',
|
||||
align: 'mdi-format-align-left',
|
||||
hr: 'mdi-minus',
|
||||
undo: 'mdi-undo',
|
||||
redo: 'mdi-redo',
|
||||
heading: 'mdi-format-size',
|
||||
heading1: 'mdi-format-header-1',
|
||||
heading2: 'mdi-format-header-2',
|
||||
heading3: 'mdi-format-header-3',
|
||||
heading4: 'mdi-format-header-4',
|
||||
heading5: 'mdi-format-header-5',
|
||||
heading6: 'mdi-format-header-6',
|
||||
code: 'mdi-code-tags',
|
||||
size: 'mdi-format-size',
|
||||
size1: 'mdi-numeric-1-box',
|
||||
size2: 'mdi-numeric-2-box',
|
||||
size3: 'mdi-numeric-3-box',
|
||||
size4: 'mdi-numeric-4-box',
|
||||
size5: 'mdi-numeric-5-box',
|
||||
size6: 'mdi-numeric-6-box',
|
||||
size7: 'mdi-numeric-7-box',
|
||||
font: 'mdi-format-font',
|
||||
viewSource: 'mdi-code-tags'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'mdi-chevron-down',
|
||||
denseIcon: 'mdi-menu-down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'mdi-plus',
|
||||
activeIcon: 'mdi-close'
|
||||
},
|
||||
field: {
|
||||
clear: 'mdi-close-circle',
|
||||
error: 'mdi-alert-circle'
|
||||
},
|
||||
pagination: {
|
||||
first: 'mdi-chevron-double-left',
|
||||
prev: 'mdi-chevron-left',
|
||||
next: 'mdi-chevron-right',
|
||||
last: 'mdi-chevron-double-right'
|
||||
},
|
||||
rating: {
|
||||
icon: 'mdi-star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'mdi-check',
|
||||
active: 'mdi-pencil',
|
||||
error: 'mdi-alert'
|
||||
},
|
||||
tabs: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right',
|
||||
up: 'mdi-chevron-up',
|
||||
down: 'mdi-chevron-down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'mdi-arrow-up',
|
||||
warning: 'mdi-alert',
|
||||
firstPage: 'mdi-chevron-double-left',
|
||||
prevPage: 'mdi-chevron-left',
|
||||
nextPage: 'mdi-chevron-right',
|
||||
lastPage: 'mdi-chevron-double-right'
|
||||
},
|
||||
tree: {
|
||||
icon: 'mdi-play'
|
||||
},
|
||||
uploader: {
|
||||
done: 'mdi-check',
|
||||
clear: 'mdi-close',
|
||||
add: 'mdi-plus-box',
|
||||
upload: 'mdi-cloud-upload',
|
||||
removeQueue: 'mdi-notification-clear-all',
|
||||
removeUploaded: 'mdi-check-all'
|
||||
}
|
||||
}
|
||||
141
Frontend-Learner/node_modules/quasar/icon-set/mdi-v7.js
generated
vendored
Normal file
141
Frontend-Learner/node_modules/quasar/icon-set/mdi-v7.js
generated
vendored
Normal file
|
|
@ -0,0 +1,141 @@
|
|||
export default {
|
||||
name: 'mdi-v7',
|
||||
type: {
|
||||
positive: 'mdi-check-circle',
|
||||
negative: 'mdi-alert',
|
||||
info: 'mdi-information',
|
||||
warning: 'mdi-exclamation'
|
||||
},
|
||||
arrow: {
|
||||
up: 'mdi-arrow-up',
|
||||
right: 'mdi-arrow-right',
|
||||
down: 'mdi-arrow-down',
|
||||
left: 'mdi-arrow-left',
|
||||
dropdown: 'mdi-menu-down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'mdi-gradient-vertical',
|
||||
tune: 'mdi-tune',
|
||||
palette: 'mdi-palette-swatch'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'mdi-refresh'
|
||||
},
|
||||
carousel: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right',
|
||||
up: 'mdi-chevron-up',
|
||||
down: 'mdi-chevron-down',
|
||||
navigationIcon: 'mdi-circle'
|
||||
},
|
||||
chip: {
|
||||
remove: 'mdi-close-circle',
|
||||
selected: 'mdi-check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'mdi-chevron-left',
|
||||
arrowRight: 'mdi-chevron-right',
|
||||
now: 'mdi-clock-outline',
|
||||
today: 'mdi-calendar-today'
|
||||
},
|
||||
editor: {
|
||||
bold: 'mdi-format-bold',
|
||||
italic: 'mdi-format-italic',
|
||||
strikethrough: 'mdi-format-strikethrough-variant',
|
||||
underline: 'mdi-format-underline',
|
||||
unorderedList: 'mdi-format-list-bulleted',
|
||||
orderedList: 'mdi-format-list-numbered',
|
||||
subscript: 'mdi-format-subscript',
|
||||
superscript: 'mdi-format-superscript',
|
||||
hyperlink: 'mdi-link',
|
||||
toggleFullscreen: 'mdi-fullscreen',
|
||||
quote: 'mdi-format-quote-close',
|
||||
left: 'mdi-format-align-left',
|
||||
center: 'mdi-format-align-center',
|
||||
right: 'mdi-format-align-right',
|
||||
justify: 'mdi-format-align-justify',
|
||||
print: 'mdi-printer',
|
||||
outdent: 'mdi-format-indent-decrease',
|
||||
indent: 'mdi-format-indent-increase',
|
||||
removeFormat: 'mdi-format-clear',
|
||||
formatting: 'mdi-format-color-text',
|
||||
fontSize: 'mdi-format-size',
|
||||
align: 'mdi-format-align-left',
|
||||
hr: 'mdi-minus',
|
||||
undo: 'mdi-undo',
|
||||
redo: 'mdi-redo',
|
||||
heading: 'mdi-format-size',
|
||||
heading1: 'mdi-format-header-1',
|
||||
heading2: 'mdi-format-header-2',
|
||||
heading3: 'mdi-format-header-3',
|
||||
heading4: 'mdi-format-header-4',
|
||||
heading5: 'mdi-format-header-5',
|
||||
heading6: 'mdi-format-header-6',
|
||||
code: 'mdi-code-tags',
|
||||
size: 'mdi-format-size',
|
||||
size1: 'mdi-numeric-1-box',
|
||||
size2: 'mdi-numeric-2-box',
|
||||
size3: 'mdi-numeric-3-box',
|
||||
size4: 'mdi-numeric-4-box',
|
||||
size5: 'mdi-numeric-5-box',
|
||||
size6: 'mdi-numeric-6-box',
|
||||
size7: 'mdi-numeric-7-box',
|
||||
font: 'mdi-format-font',
|
||||
viewSource: 'mdi-code-tags'
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'mdi-chevron-down',
|
||||
denseIcon: 'mdi-menu-down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'mdi-plus',
|
||||
activeIcon: 'mdi-close'
|
||||
},
|
||||
field: {
|
||||
clear: 'mdi-close-circle',
|
||||
error: 'mdi-alert-circle'
|
||||
},
|
||||
pagination: {
|
||||
first: 'mdi-chevron-double-left',
|
||||
prev: 'mdi-chevron-left',
|
||||
next: 'mdi-chevron-right',
|
||||
last: 'mdi-chevron-double-right'
|
||||
},
|
||||
rating: {
|
||||
icon: 'mdi-star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'mdi-check',
|
||||
active: 'mdi-pencil',
|
||||
error: 'mdi-alert'
|
||||
},
|
||||
tabs: {
|
||||
left: 'mdi-chevron-left',
|
||||
right: 'mdi-chevron-right',
|
||||
up: 'mdi-chevron-up',
|
||||
down: 'mdi-chevron-down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'mdi-arrow-up',
|
||||
warning: 'mdi-alert',
|
||||
firstPage: 'mdi-chevron-double-left',
|
||||
prevPage: 'mdi-chevron-left',
|
||||
nextPage: 'mdi-chevron-right',
|
||||
lastPage: 'mdi-chevron-double-right'
|
||||
},
|
||||
tree: {
|
||||
icon: 'mdi-play'
|
||||
},
|
||||
uploader: {
|
||||
done: 'mdi-check',
|
||||
clear: 'mdi-close',
|
||||
add: 'mdi-plus-box',
|
||||
upload: 'mdi-cloud-upload',
|
||||
removeQueue: 'mdi-notification-clear-all',
|
||||
removeUploaded: 'mdi-check-all'
|
||||
}
|
||||
}
|
||||
210
Frontend-Learner/node_modules/quasar/icon-set/svg-bootstrap-icons.js
generated
vendored
Normal file
210
Frontend-Learner/node_modules/quasar/icon-set/svg-bootstrap-icons.js
generated
vendored
Normal file
|
|
@ -0,0 +1,210 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (bootstrap-icons.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
biCheck,
|
||||
biExclamationTriangleFill,
|
||||
biExclamationCircleFill,
|
||||
biExclamation,
|
||||
biArrowUp,
|
||||
biArrowRight,
|
||||
biArrowDown,
|
||||
biArrowLeft,
|
||||
biCaretDownFill,
|
||||
biChevronLeft,
|
||||
biChevronRight,
|
||||
biEyedropper,
|
||||
biSliders,
|
||||
biPalette2,
|
||||
biArrowRepeat,
|
||||
biChevronUp,
|
||||
biChevronDown,
|
||||
biCircleFill,
|
||||
biXCircleFill,
|
||||
biClockFill,
|
||||
biCalendarCheckFill,
|
||||
biTypeBold,
|
||||
biTypeItalic,
|
||||
biTypeStrikethrough,
|
||||
biTypeUnderline,
|
||||
biListUl,
|
||||
biListOl,
|
||||
biLink,
|
||||
biArrowsFullscreen,
|
||||
biChatSquareQuoteFill,
|
||||
biJustifyLeft,
|
||||
biJustify,
|
||||
biJustifyRight,
|
||||
biTextCenter,
|
||||
biPrinterFill,
|
||||
biTextIndentRight,
|
||||
biTextIndentLeft,
|
||||
biEraserFill,
|
||||
biTextarea,
|
||||
biTextareaT,
|
||||
biTextLeft,
|
||||
biDashSquareFill,
|
||||
biArrowCounterclockwise,
|
||||
biArrowClockwise,
|
||||
biTypeH1,
|
||||
biCode,
|
||||
biBoundingBox,
|
||||
biFonts,
|
||||
biCodeSlash,
|
||||
biPlus,
|
||||
biX,
|
||||
biChevronBarLeft,
|
||||
biChevronBarRight,
|
||||
biStarFill,
|
||||
biPencilFill,
|
||||
biSkipStartFill,
|
||||
biSkipEndFill,
|
||||
biCaretRightFill,
|
||||
biPlusSquareFill,
|
||||
biUpload,
|
||||
biClipboardX,
|
||||
biClipboardCheck
|
||||
} from '@quasar/extras/bootstrap-icons'
|
||||
|
||||
/* There are some icons that are needed but not available
|
||||
so we import them from MDI as svg */
|
||||
|
||||
import {
|
||||
mdiFormatSubscript,
|
||||
mdiFormatSuperscript
|
||||
} from '@quasar/extras/mdi-v6'
|
||||
|
||||
|
||||
|
||||
export default {
|
||||
name: 'svg-bootstrap-icons',
|
||||
type: {
|
||||
positive: biCheck,
|
||||
negative: biExclamationTriangleFill,
|
||||
info: biExclamationCircleFill,
|
||||
warning: biExclamation
|
||||
},
|
||||
arrow: {
|
||||
up: biArrowUp,
|
||||
right: biArrowRight,
|
||||
down: biArrowDown,
|
||||
left: biArrowLeft,
|
||||
dropdown: biCaretDownFill
|
||||
},
|
||||
chevron: {
|
||||
left: biChevronLeft,
|
||||
right: biChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: biEyedropper,
|
||||
tune: biSliders,
|
||||
palette: biPalette2
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: biArrowRepeat
|
||||
},
|
||||
carousel: {
|
||||
left: biChevronLeft,
|
||||
right: biChevronRight,
|
||||
up: biChevronUp,
|
||||
down: biChevronDown,
|
||||
navigationIcon: biCircleFill
|
||||
},
|
||||
chip: {
|
||||
remove: biXCircleFill,
|
||||
selected: biCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: biChevronLeft,
|
||||
arrowRight: biChevronRight,
|
||||
now: biClockFill,
|
||||
today: biCalendarCheckFill
|
||||
},
|
||||
editor: {
|
||||
bold: biTypeBold,
|
||||
italic: biTypeItalic,
|
||||
strikethrough: biTypeStrikethrough,
|
||||
underline: biTypeUnderline,
|
||||
unorderedList: biListUl,
|
||||
orderedList: biListOl,
|
||||
subscript: mdiFormatSubscript,
|
||||
superscript: mdiFormatSuperscript,
|
||||
hyperlink: biLink,
|
||||
toggleFullscreen: biArrowsFullscreen,
|
||||
quote: biChatSquareQuoteFill,
|
||||
left: biJustifyLeft,
|
||||
center: biJustify,
|
||||
right: biJustifyRight,
|
||||
justify: biTextCenter,
|
||||
print: biPrinterFill,
|
||||
outdent: biTextIndentRight,
|
||||
indent: biTextIndentLeft,
|
||||
removeFormat: biEraserFill,
|
||||
formatting: biTextarea,
|
||||
fontSize: biTextareaT,
|
||||
align: biTextLeft,
|
||||
hr: biDashSquareFill,
|
||||
undo: biArrowCounterclockwise,
|
||||
redo: biArrowClockwise,
|
||||
heading: biTypeH1,
|
||||
code: biCode,
|
||||
size: biBoundingBox,
|
||||
font: biFonts,
|
||||
viewSource: biCodeSlash
|
||||
},
|
||||
expansionItem: {
|
||||
icon: biChevronDown,
|
||||
denseIcon: biCaretDownFill
|
||||
},
|
||||
fab: {
|
||||
icon: biPlus,
|
||||
activeIcon: biX
|
||||
},
|
||||
field: {
|
||||
clear: biXCircleFill,
|
||||
error: biExclamationCircleFill
|
||||
},
|
||||
pagination: {
|
||||
first: biChevronBarLeft,
|
||||
prev: biChevronLeft,
|
||||
next: biChevronRight,
|
||||
last: biChevronBarRight
|
||||
},
|
||||
rating: {
|
||||
icon: biStarFill
|
||||
},
|
||||
stepper: {
|
||||
done: biCheck,
|
||||
active: biPencilFill,
|
||||
error: biExclamationTriangleFill
|
||||
},
|
||||
tabs: {
|
||||
left: biChevronLeft,
|
||||
right: biChevronRight,
|
||||
up: biChevronUp,
|
||||
down: biChevronDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: biArrowUp,
|
||||
warning: biExclamationTriangleFill,
|
||||
firstPage: biSkipStartFill,
|
||||
prevPage: biChevronLeft,
|
||||
nextPage: biChevronRight,
|
||||
lastPage: biSkipEndFill
|
||||
},
|
||||
tree: {
|
||||
icon: biCaretRightFill
|
||||
},
|
||||
uploader: {
|
||||
done: biCheck,
|
||||
clear: biX,
|
||||
add: biPlusSquareFill,
|
||||
upload: biUpload,
|
||||
removeQueue: biClipboardX,
|
||||
removeUploaded: biClipboardCheck
|
||||
}
|
||||
}
|
||||
233
Frontend-Learner/node_modules/quasar/icon-set/svg-eva-icons.js
generated
vendored
Normal file
233
Frontend-Learner/node_modules/quasar/icon-set/svg-eva-icons.js
generated
vendored
Normal file
|
|
@ -0,0 +1,233 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (eva-icons.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
evaCheckmarkCircle2,
|
||||
evaAlertTriangle,
|
||||
evaInfo,
|
||||
evaAlertCircleOutline,
|
||||
evaArrowUpwardOutline,
|
||||
evaArrowForwardOutline,
|
||||
evaArrowDownwardOutline,
|
||||
evaArrowBackOutline,
|
||||
evaChevronDown,
|
||||
evaArrowIosBackOutline,
|
||||
evaArrowIosForwardOutline,
|
||||
evaColorPickerOutline,
|
||||
evaOptions2Outline,
|
||||
evaPantoneOutline,
|
||||
evaRefreshOutline,
|
||||
evaArrowIosUpwardOutline,
|
||||
evaArrowIosDownwardOutline,
|
||||
evaShield,
|
||||
evaClose,
|
||||
evaCheckmark,
|
||||
evaClockOutline,
|
||||
evaCalendarOutline,
|
||||
evaPlusOutline,
|
||||
evaCloseCircle,
|
||||
evaAlertCircle,
|
||||
evaArrowheadLeftOutline,
|
||||
evaArrowheadRightOutline,
|
||||
evaStar,
|
||||
evaEdit,
|
||||
evaArrowUpward,
|
||||
evaArrowRight,
|
||||
evaPlusSquare,
|
||||
evaCloudUpload,
|
||||
evaSlash,
|
||||
evaDoneAll
|
||||
} from '@quasar/extras/eva-icons'
|
||||
|
||||
/* There are some icons that are needed but not available
|
||||
so we import them from MDI as svg */
|
||||
|
||||
import {
|
||||
mdiFormatBold,
|
||||
mdiFormatItalic,
|
||||
mdiFormatStrikethroughVariant,
|
||||
mdiFormatUnderline,
|
||||
mdiFormatListBulleted,
|
||||
mdiFormatListNumbered,
|
||||
mdiFormatSubscript,
|
||||
mdiFormatSuperscript,
|
||||
mdiLink,
|
||||
mdiFullscreen,
|
||||
mdiFormatQuoteClose,
|
||||
mdiFormatAlignLeft,
|
||||
mdiFormatAlignCenter,
|
||||
mdiFormatAlignRight,
|
||||
mdiFormatAlignJustify,
|
||||
mdiPrinter,
|
||||
mdiFormatIndentDecrease,
|
||||
mdiFormatIndentIncrease,
|
||||
mdiFormatClear,
|
||||
mdiFormatColorText,
|
||||
mdiFormatSize,
|
||||
mdiMinus,
|
||||
mdiUndo,
|
||||
mdiRedo,
|
||||
mdiFormatHeader1,
|
||||
mdiFormatHeader2,
|
||||
mdiFormatHeader3,
|
||||
mdiFormatHeader4,
|
||||
mdiFormatHeader5,
|
||||
mdiFormatHeader6,
|
||||
mdiCodeTags,
|
||||
mdiNumeric1Box,
|
||||
mdiNumeric2Box,
|
||||
mdiNumeric3Box,
|
||||
mdiNumeric4Box,
|
||||
mdiNumeric5Box,
|
||||
mdiNumeric6Box,
|
||||
mdiNumeric7Box,
|
||||
mdiFormatFont
|
||||
} from '@quasar/extras/mdi-v6'
|
||||
|
||||
|
||||
|
||||
export default {
|
||||
name: 'svg-eva-icons',
|
||||
type: {
|
||||
positive: evaCheckmarkCircle2,
|
||||
negative: evaAlertTriangle,
|
||||
info: evaInfo,
|
||||
warning: evaAlertCircleOutline
|
||||
},
|
||||
arrow: {
|
||||
up: evaArrowUpwardOutline,
|
||||
right: evaArrowForwardOutline,
|
||||
down: evaArrowDownwardOutline,
|
||||
left: evaArrowBackOutline,
|
||||
dropdown: evaChevronDown
|
||||
},
|
||||
chevron: {
|
||||
left: evaArrowIosBackOutline,
|
||||
right: evaArrowIosForwardOutline
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: evaColorPickerOutline,
|
||||
tune: evaOptions2Outline,
|
||||
palette: evaPantoneOutline
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: evaRefreshOutline
|
||||
},
|
||||
carousel: {
|
||||
left: evaArrowIosBackOutline,
|
||||
right: evaArrowIosForwardOutline,
|
||||
up: evaArrowIosUpwardOutline,
|
||||
down: evaArrowIosDownwardOutline,
|
||||
navigationIcon: evaShield
|
||||
},
|
||||
chip: {
|
||||
remove: evaClose,
|
||||
selected: evaCheckmark
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: evaArrowIosBackOutline,
|
||||
arrowRight: evaArrowIosForwardOutline,
|
||||
now: evaClockOutline,
|
||||
today: evaCalendarOutline
|
||||
},
|
||||
editor: {
|
||||
bold: mdiFormatBold,
|
||||
italic: mdiFormatItalic,
|
||||
strikethrough: mdiFormatStrikethroughVariant,
|
||||
underline: mdiFormatUnderline,
|
||||
unorderedList: mdiFormatListBulleted,
|
||||
orderedList: mdiFormatListNumbered,
|
||||
subscript: mdiFormatSubscript,
|
||||
superscript: mdiFormatSuperscript,
|
||||
hyperlink: mdiLink,
|
||||
toggleFullscreen: mdiFullscreen,
|
||||
quote: mdiFormatQuoteClose,
|
||||
left: mdiFormatAlignLeft,
|
||||
center: mdiFormatAlignCenter,
|
||||
right: mdiFormatAlignRight,
|
||||
justify: mdiFormatAlignJustify,
|
||||
print: mdiPrinter,
|
||||
outdent: mdiFormatIndentDecrease,
|
||||
indent: mdiFormatIndentIncrease,
|
||||
removeFormat: mdiFormatClear,
|
||||
formatting: mdiFormatColorText,
|
||||
fontSize: mdiFormatSize,
|
||||
align: mdiFormatAlignLeft,
|
||||
hr: mdiMinus,
|
||||
undo: mdiUndo,
|
||||
redo: mdiRedo,
|
||||
heading: mdiFormatSize,
|
||||
heading1: mdiFormatHeader1,
|
||||
heading2: mdiFormatHeader2,
|
||||
heading3: mdiFormatHeader3,
|
||||
heading4: mdiFormatHeader4,
|
||||
heading5: mdiFormatHeader5,
|
||||
heading6: mdiFormatHeader6,
|
||||
code: mdiCodeTags,
|
||||
size: mdiFormatSize,
|
||||
size1: mdiNumeric1Box,
|
||||
size2: mdiNumeric2Box,
|
||||
size3: mdiNumeric3Box,
|
||||
size4: mdiNumeric4Box,
|
||||
size5: mdiNumeric5Box,
|
||||
size6: mdiNumeric6Box,
|
||||
size7: mdiNumeric7Box,
|
||||
font: mdiFormatFont,
|
||||
viewSource: mdiCodeTags
|
||||
},
|
||||
expansionItem: {
|
||||
icon: evaArrowIosDownwardOutline,
|
||||
denseIcon: evaChevronDown
|
||||
},
|
||||
fab: {
|
||||
icon: evaPlusOutline,
|
||||
activeIcon: evaClose
|
||||
},
|
||||
field: {
|
||||
clear: evaCloseCircle,
|
||||
error: evaAlertCircle
|
||||
},
|
||||
pagination: {
|
||||
first: evaArrowheadLeftOutline,
|
||||
prev: evaArrowIosBackOutline,
|
||||
next: evaArrowIosForwardOutline,
|
||||
last: evaArrowheadRightOutline
|
||||
},
|
||||
rating: {
|
||||
icon: evaStar
|
||||
},
|
||||
stepper: {
|
||||
done: evaCheckmark,
|
||||
active: evaEdit,
|
||||
error: evaAlertTriangle
|
||||
},
|
||||
tabs: {
|
||||
left: evaArrowIosBackOutline,
|
||||
right: evaArrowIosForwardOutline,
|
||||
up: evaArrowIosUpwardOutline,
|
||||
down: evaArrowIosDownwardOutline
|
||||
},
|
||||
table: {
|
||||
arrowUp: evaArrowUpward,
|
||||
warning: evaAlertTriangle,
|
||||
firstPage: evaArrowheadLeftOutline,
|
||||
prevPage: evaArrowIosBackOutline,
|
||||
nextPage: evaArrowIosForwardOutline,
|
||||
lastPage: evaArrowheadRightOutline
|
||||
},
|
||||
tree: {
|
||||
icon: evaArrowRight
|
||||
},
|
||||
uploader: {
|
||||
done: evaCheckmark,
|
||||
clear: evaClose,
|
||||
add: evaPlusSquare,
|
||||
upload: evaCloudUpload,
|
||||
removeQueue: evaSlash,
|
||||
removeUploaded: evaDoneAll
|
||||
}
|
||||
}
|
||||
197
Frontend-Learner/node_modules/quasar/icon-set/svg-fontawesome-v5.js
generated
vendored
Normal file
197
Frontend-Learner/node_modules/quasar/icon-set/svg-fontawesome-v5.js
generated
vendored
Normal file
|
|
@ -0,0 +1,197 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (fontawesome-v5.mjs).
|
||||
*/
|
||||
|
||||
import {
|
||||
fasCheck,
|
||||
fasExclamationTriangle,
|
||||
fasInfoCircle,
|
||||
fasExclamation,
|
||||
fasArrowUp,
|
||||
fasArrowRight,
|
||||
fasArrowDown,
|
||||
fasArrowLeft,
|
||||
fasCaretDown,
|
||||
fasChevronLeft,
|
||||
fasChevronRight,
|
||||
fasEyeDropper,
|
||||
fasSlidersH,
|
||||
fasSwatchbook,
|
||||
fasSyncAlt,
|
||||
fasChevronUp,
|
||||
fasChevronDown,
|
||||
fasCircle,
|
||||
fasTimesCircle,
|
||||
farClock,
|
||||
farCalendarCheck,
|
||||
fasBold,
|
||||
fasItalic,
|
||||
fasStrikethrough,
|
||||
fasUnderline,
|
||||
fasListUl,
|
||||
fasListOl,
|
||||
fasSubscript,
|
||||
fasSuperscript,
|
||||
fasLink,
|
||||
fasExpandArrowsAlt,
|
||||
fasQuoteRight,
|
||||
fasAlignLeft,
|
||||
fasAlignCenter,
|
||||
fasAlignRight,
|
||||
fasAlignJustify,
|
||||
fasPrint,
|
||||
fasOutdent,
|
||||
fasIndent,
|
||||
fasEraser,
|
||||
fasHeading,
|
||||
fasTextHeight,
|
||||
farMinusSquare,
|
||||
fasUndo,
|
||||
fasRedo,
|
||||
fasCode,
|
||||
fasFont,
|
||||
fasPlus,
|
||||
fasTimes,
|
||||
fasExclamationCircle,
|
||||
fasStepBackward,
|
||||
fasStepForward,
|
||||
fasStar,
|
||||
fasPencilAlt,
|
||||
fasPlay,
|
||||
fasPlusSquare,
|
||||
fasUpload,
|
||||
fasStream,
|
||||
fasClipboardCheck
|
||||
} from '@quasar/extras/fontawesome-v5'
|
||||
|
||||
export default {
|
||||
name: 'svg-fontawesome-v5',
|
||||
type: {
|
||||
positive: fasCheck,
|
||||
negative: fasExclamationTriangle,
|
||||
info: fasInfoCircle,
|
||||
warning: fasExclamation
|
||||
},
|
||||
arrow: {
|
||||
up: fasArrowUp,
|
||||
right: fasArrowRight,
|
||||
down: fasArrowDown,
|
||||
left: fasArrowLeft,
|
||||
dropdown: fasCaretDown
|
||||
},
|
||||
chevron: {
|
||||
left: fasChevronLeft,
|
||||
right: fasChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: fasEyeDropper,
|
||||
tune: fasSlidersH,
|
||||
palette: fasSwatchbook
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: fasSyncAlt
|
||||
},
|
||||
carousel: {
|
||||
left: fasChevronLeft,
|
||||
right: fasChevronRight,
|
||||
up: fasChevronUp,
|
||||
down: fasChevronDown,
|
||||
navigationIcon: fasCircle
|
||||
},
|
||||
chip: {
|
||||
remove: fasTimesCircle,
|
||||
selected: fasCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: fasChevronLeft,
|
||||
arrowRight: fasChevronRight,
|
||||
now: farClock,
|
||||
today: farCalendarCheck
|
||||
},
|
||||
editor: {
|
||||
bold: fasBold,
|
||||
italic: fasItalic,
|
||||
strikethrough: fasStrikethrough,
|
||||
underline: fasUnderline,
|
||||
unorderedList: fasListUl,
|
||||
orderedList: fasListOl,
|
||||
subscript: fasSubscript,
|
||||
superscript: fasSuperscript,
|
||||
hyperlink: fasLink,
|
||||
toggleFullscreen: fasExpandArrowsAlt,
|
||||
quote: fasQuoteRight,
|
||||
left: fasAlignLeft,
|
||||
center: fasAlignCenter,
|
||||
right: fasAlignRight,
|
||||
justify: fasAlignJustify,
|
||||
print: fasPrint,
|
||||
outdent: fasOutdent,
|
||||
indent: fasIndent,
|
||||
removeFormat: fasEraser,
|
||||
formatting: fasHeading,
|
||||
fontSize: fasTextHeight,
|
||||
align: fasAlignLeft,
|
||||
hr: farMinusSquare,
|
||||
undo: fasUndo,
|
||||
redo: fasRedo,
|
||||
heading: fasHeading,
|
||||
code: fasCode,
|
||||
size: fasTextHeight,
|
||||
font: fasFont,
|
||||
viewSource: fasCode
|
||||
},
|
||||
expansionItem: {
|
||||
icon: fasChevronDown,
|
||||
denseIcon: fasCaretDown
|
||||
},
|
||||
fab: {
|
||||
icon: fasPlus,
|
||||
activeIcon: fasTimes
|
||||
},
|
||||
field: {
|
||||
clear: fasTimesCircle,
|
||||
error: fasExclamationCircle
|
||||
},
|
||||
pagination: {
|
||||
first: fasStepBackward,
|
||||
prev: fasChevronLeft,
|
||||
next: fasChevronRight,
|
||||
last: fasStepForward
|
||||
},
|
||||
rating: {
|
||||
icon: fasStar
|
||||
},
|
||||
stepper: {
|
||||
done: fasCheck,
|
||||
active: fasPencilAlt,
|
||||
error: fasExclamationTriangle
|
||||
},
|
||||
tabs: {
|
||||
left: fasChevronLeft,
|
||||
right: fasChevronRight,
|
||||
up: fasChevronUp,
|
||||
down: fasChevronDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: fasArrowUp,
|
||||
warning: fasExclamationTriangle,
|
||||
firstPage: fasStepBackward,
|
||||
prevPage: fasChevronLeft,
|
||||
nextPage: fasChevronRight,
|
||||
lastPage: fasStepForward
|
||||
},
|
||||
tree: {
|
||||
icon: fasPlay
|
||||
},
|
||||
uploader: {
|
||||
done: fasCheck,
|
||||
clear: fasTimes,
|
||||
add: fasPlusSquare,
|
||||
upload: fasUpload,
|
||||
removeQueue: fasStream,
|
||||
removeUploaded: fasClipboardCheck
|
||||
}
|
||||
}
|
||||
197
Frontend-Learner/node_modules/quasar/icon-set/svg-fontawesome-v6.js
generated
vendored
Normal file
197
Frontend-Learner/node_modules/quasar/icon-set/svg-fontawesome-v6.js
generated
vendored
Normal file
|
|
@ -0,0 +1,197 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (fontawesome-v6.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
fasCheck,
|
||||
fasTriangleExclamation,
|
||||
fasCircleInfo,
|
||||
fasExclamation,
|
||||
fasArrowUp,
|
||||
fasArrowRight,
|
||||
fasArrowDown,
|
||||
fasArrowLeft,
|
||||
fasCaretDown,
|
||||
fasChevronLeft,
|
||||
fasChevronRight,
|
||||
fasEyeDropper,
|
||||
fasSliders,
|
||||
fasSwatchbook,
|
||||
fasRotate,
|
||||
fasChevronUp,
|
||||
fasChevronDown,
|
||||
fasCircle,
|
||||
fasCircleXmark,
|
||||
farClock,
|
||||
farCalendarCheck,
|
||||
fasBold,
|
||||
fasItalic,
|
||||
fasStrikethrough,
|
||||
fasUnderline,
|
||||
fasListUl,
|
||||
fasListOl,
|
||||
fasSubscript,
|
||||
fasSuperscript,
|
||||
fasLink,
|
||||
fasMaximize,
|
||||
fasQuoteRight,
|
||||
fasAlignLeft,
|
||||
fasAlignCenter,
|
||||
fasAlignRight,
|
||||
fasAlignJustify,
|
||||
fasPrint,
|
||||
fasOutdent,
|
||||
fasIndent,
|
||||
fasEraser,
|
||||
fasHeading,
|
||||
fasTextHeight,
|
||||
farSquareMinus,
|
||||
fasRotateLeft,
|
||||
fasRotateRight,
|
||||
fasCode,
|
||||
fasFont,
|
||||
fasPlus,
|
||||
fasXmark,
|
||||
fasCircleExclamation,
|
||||
fasBackwardStep,
|
||||
fasForwardStep,
|
||||
fasStar,
|
||||
fasPencil,
|
||||
fasPlay,
|
||||
fasSquarePlus,
|
||||
fasUpload,
|
||||
fasBarsStaggered,
|
||||
fasClipboardCheck
|
||||
} from '@quasar/extras/fontawesome-v6'
|
||||
|
||||
export default {
|
||||
name: 'svg-fontawesome-v6',
|
||||
type: {
|
||||
positive: fasCheck,
|
||||
negative: fasTriangleExclamation,
|
||||
info: fasCircleInfo,
|
||||
warning: fasExclamation
|
||||
},
|
||||
arrow: {
|
||||
up: fasArrowUp,
|
||||
right: fasArrowRight,
|
||||
down: fasArrowDown,
|
||||
left: fasArrowLeft,
|
||||
dropdown: fasCaretDown
|
||||
},
|
||||
chevron: {
|
||||
left: fasChevronLeft,
|
||||
right: fasChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: fasEyeDropper,
|
||||
tune: fasSliders,
|
||||
palette: fasSwatchbook
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: fasRotate
|
||||
},
|
||||
carousel: {
|
||||
left: fasChevronLeft,
|
||||
right: fasChevronRight,
|
||||
up: fasChevronUp,
|
||||
down: fasChevronDown,
|
||||
navigationIcon: fasCircle
|
||||
},
|
||||
chip: {
|
||||
remove: fasCircleXmark,
|
||||
selected: fasCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: fasChevronLeft,
|
||||
arrowRight: fasChevronRight,
|
||||
now: farClock,
|
||||
today: farCalendarCheck
|
||||
},
|
||||
editor: {
|
||||
bold: fasBold,
|
||||
italic: fasItalic,
|
||||
strikethrough: fasStrikethrough,
|
||||
underline: fasUnderline,
|
||||
unorderedList: fasListUl,
|
||||
orderedList: fasListOl,
|
||||
subscript: fasSubscript,
|
||||
superscript: fasSuperscript,
|
||||
hyperlink: fasLink,
|
||||
toggleFullscreen: fasMaximize,
|
||||
quote: fasQuoteRight,
|
||||
left: fasAlignLeft,
|
||||
center: fasAlignCenter,
|
||||
right: fasAlignRight,
|
||||
justify: fasAlignJustify,
|
||||
print: fasPrint,
|
||||
outdent: fasOutdent,
|
||||
indent: fasIndent,
|
||||
removeFormat: fasEraser,
|
||||
formatting: fasHeading,
|
||||
fontSize: fasTextHeight,
|
||||
align: fasAlignLeft,
|
||||
hr: farSquareMinus,
|
||||
undo: fasRotateLeft,
|
||||
redo: fasRotateRight,
|
||||
heading: fasHeading,
|
||||
code: fasCode,
|
||||
size: fasTextHeight,
|
||||
font: fasFont,
|
||||
viewSource: fasCode
|
||||
},
|
||||
expansionItem: {
|
||||
icon: fasChevronDown,
|
||||
denseIcon: fasCaretDown
|
||||
},
|
||||
fab: {
|
||||
icon: fasPlus,
|
||||
activeIcon: fasXmark
|
||||
},
|
||||
field: {
|
||||
clear: fasCircleXmark,
|
||||
error: fasCircleExclamation
|
||||
},
|
||||
pagination: {
|
||||
first: fasBackwardStep,
|
||||
prev: fasChevronLeft,
|
||||
next: fasChevronRight,
|
||||
last: fasForwardStep
|
||||
},
|
||||
rating: {
|
||||
icon: fasStar
|
||||
},
|
||||
stepper: {
|
||||
done: fasCheck,
|
||||
active: fasPencil,
|
||||
error: fasTriangleExclamation
|
||||
},
|
||||
tabs: {
|
||||
left: fasChevronLeft,
|
||||
right: fasChevronRight,
|
||||
up: fasChevronUp,
|
||||
down: fasChevronDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: fasArrowUp,
|
||||
warning: fasTriangleExclamation,
|
||||
firstPage: fasBackwardStep,
|
||||
prevPage: fasChevronLeft,
|
||||
nextPage: fasChevronRight,
|
||||
lastPage: fasForwardStep
|
||||
},
|
||||
tree: {
|
||||
icon: fasPlay
|
||||
},
|
||||
uploader: {
|
||||
done: fasCheck,
|
||||
clear: fasXmark,
|
||||
add: fasSquarePlus,
|
||||
upload: fasUpload,
|
||||
removeQueue: fasBarsStaggered,
|
||||
removeUploaded: fasClipboardCheck
|
||||
}
|
||||
}
|
||||
234
Frontend-Learner/node_modules/quasar/icon-set/svg-ionicons-v4.js
generated
vendored
Normal file
234
Frontend-Learner/node_modules/quasar/icon-set/svg-ionicons-v4.js
generated
vendored
Normal file
|
|
@ -0,0 +1,234 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (ionicons-v4.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
ionMdCheckmark,
|
||||
ionMdAlert,
|
||||
ionMdInformationCircleOutline,
|
||||
ionMdArrowUp,
|
||||
ionMdArrowForward,
|
||||
ionMdArrowDown,
|
||||
ionMdArrowBack,
|
||||
ionMdArrowDropdown,
|
||||
ionIosArrowBack,
|
||||
ionIosArrowForward,
|
||||
ionMdAperture,
|
||||
ionMdOptions,
|
||||
ionMdApps,
|
||||
ionMdRefresh,
|
||||
ionIosArrowUp,
|
||||
ionIosArrowDown,
|
||||
ionMdSquare,
|
||||
ionMdCloseCircle,
|
||||
ionMdTime,
|
||||
ionMdCalendar,
|
||||
ionMdLink,
|
||||
ionMdExpand,
|
||||
ionMdQuote,
|
||||
ionMdPrint,
|
||||
ionMdUndo,
|
||||
ionMdRedo,
|
||||
ionMdCode,
|
||||
ionIosCode,
|
||||
ionMdAdd,
|
||||
ionMdClose,
|
||||
ionIosSkipBackward,
|
||||
ionIosSkipForward,
|
||||
ionMdStar,
|
||||
ionMdCreate,
|
||||
ionMdWarning,
|
||||
ionIosReturnLeft,
|
||||
ionIosReturnRight,
|
||||
ionMdPlay,
|
||||
ionMdAddCircle,
|
||||
ionMdCloudUpload,
|
||||
ionMdTrash,
|
||||
ionMdDoneAll
|
||||
} from '@quasar/extras/ionicons-v4'
|
||||
|
||||
/* There are some icons that are needed but not available
|
||||
so we import them from MDI as svg */
|
||||
|
||||
import {
|
||||
mdiFormatBold,
|
||||
mdiFormatItalic,
|
||||
mdiFormatStrikethroughVariant,
|
||||
mdiFormatUnderline,
|
||||
mdiFormatListBulleted,
|
||||
mdiFormatListNumbered,
|
||||
mdiFormatSubscript,
|
||||
mdiFormatSuperscript,
|
||||
mdiFormatAlignLeft,
|
||||
mdiFormatAlignCenter,
|
||||
mdiFormatAlignRight,
|
||||
mdiFormatAlignJustify,
|
||||
mdiFormatIndentDecrease,
|
||||
mdiFormatIndentIncrease,
|
||||
mdiFormatClear,
|
||||
mdiFormatColorText,
|
||||
mdiFormatSize,
|
||||
mdiMinus,
|
||||
mdiFormatHeader1,
|
||||
mdiFormatHeader2,
|
||||
mdiFormatHeader3,
|
||||
mdiFormatHeader4,
|
||||
mdiFormatHeader5,
|
||||
mdiFormatHeader6,
|
||||
mdiNumeric1Box,
|
||||
mdiNumeric2Box,
|
||||
mdiNumeric3Box,
|
||||
mdiNumeric4Box,
|
||||
mdiNumeric5Box,
|
||||
mdiNumeric6Box,
|
||||
mdiNumeric7Box,
|
||||
mdiFormatFont
|
||||
} from '@quasar/extras/mdi-v6'
|
||||
|
||||
|
||||
|
||||
export default {
|
||||
name: 'svg-ionicons-v4',
|
||||
type: {
|
||||
positive: ionMdCheckmark,
|
||||
negative: ionMdAlert,
|
||||
info: ionMdInformationCircleOutline,
|
||||
warning: ionMdAlert
|
||||
},
|
||||
arrow: {
|
||||
up: ionMdArrowUp,
|
||||
right: ionMdArrowForward,
|
||||
down: ionMdArrowDown,
|
||||
left: ionMdArrowBack,
|
||||
dropdown: ionMdArrowDropdown
|
||||
},
|
||||
chevron: {
|
||||
left: ionIosArrowBack,
|
||||
right: ionIosArrowForward
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: ionMdAperture,
|
||||
tune: ionMdOptions,
|
||||
palette: ionMdApps
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: ionMdRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: ionIosArrowBack,
|
||||
right: ionIosArrowForward,
|
||||
up: ionIosArrowUp,
|
||||
down: ionIosArrowDown,
|
||||
navigationIcon: ionMdSquare
|
||||
},
|
||||
chip: {
|
||||
remove: ionMdCloseCircle,
|
||||
selected: ionMdCheckmark
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: ionIosArrowBack,
|
||||
arrowRight: ionIosArrowForward,
|
||||
now: ionMdTime,
|
||||
today: ionMdCalendar
|
||||
},
|
||||
editor: {
|
||||
hyperlink: ionMdLink,
|
||||
toggleFullscreen: ionMdExpand,
|
||||
quote: ionMdQuote,
|
||||
print: ionMdPrint,
|
||||
undo: ionMdUndo,
|
||||
redo: ionMdRedo,
|
||||
code: ionMdCode,
|
||||
viewSource: ionIosCode,
|
||||
|
||||
bold: mdiFormatBold,
|
||||
italic: mdiFormatItalic,
|
||||
strikethrough: mdiFormatStrikethroughVariant,
|
||||
underline: mdiFormatUnderline,
|
||||
unorderedList: mdiFormatListBulleted,
|
||||
orderedList: mdiFormatListNumbered,
|
||||
subscript: mdiFormatSubscript,
|
||||
superscript: mdiFormatSuperscript,
|
||||
left: mdiFormatAlignLeft,
|
||||
center: mdiFormatAlignCenter,
|
||||
right: mdiFormatAlignRight,
|
||||
justify: mdiFormatAlignJustify,
|
||||
outdent: mdiFormatIndentDecrease,
|
||||
indent: mdiFormatIndentIncrease,
|
||||
removeFormat: mdiFormatClear,
|
||||
formatting: mdiFormatColorText,
|
||||
fontSize: mdiFormatSize,
|
||||
align: mdiFormatAlignLeft,
|
||||
hr: mdiMinus,
|
||||
heading: mdiFormatSize,
|
||||
heading1: mdiFormatHeader1,
|
||||
heading2: mdiFormatHeader2,
|
||||
heading3: mdiFormatHeader3,
|
||||
heading4: mdiFormatHeader4,
|
||||
heading5: mdiFormatHeader5,
|
||||
heading6: mdiFormatHeader6,
|
||||
size: mdiFormatSize,
|
||||
size1: mdiNumeric1Box,
|
||||
size2: mdiNumeric2Box,
|
||||
size3: mdiNumeric3Box,
|
||||
size4: mdiNumeric4Box,
|
||||
size5: mdiNumeric5Box,
|
||||
size6: mdiNumeric6Box,
|
||||
size7: mdiNumeric7Box,
|
||||
font: mdiFormatFont
|
||||
},
|
||||
expansionItem: {
|
||||
icon: ionMdArrowDropdown,
|
||||
denseIcon: ionMdArrowDropdown
|
||||
},
|
||||
fab: {
|
||||
icon: ionMdAdd,
|
||||
activeIcon: ionMdClose
|
||||
},
|
||||
field: {
|
||||
clear: ionMdCloseCircle,
|
||||
error: ionMdAlert
|
||||
},
|
||||
pagination: {
|
||||
first: ionIosSkipBackward,
|
||||
prev: ionIosArrowBack,
|
||||
next: ionIosArrowForward,
|
||||
last: ionIosSkipForward
|
||||
},
|
||||
rating: {
|
||||
icon: ionMdStar
|
||||
},
|
||||
stepper: {
|
||||
done: ionMdCheckmark,
|
||||
active: ionMdCreate,
|
||||
error: ionMdWarning
|
||||
},
|
||||
tabs: {
|
||||
left: ionIosArrowBack,
|
||||
right: ionIosArrowForward,
|
||||
up: ionIosArrowUp,
|
||||
down: ionIosArrowDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: ionMdArrowUp,
|
||||
warning: ionMdWarning,
|
||||
firstPage: ionIosReturnLeft,
|
||||
prevPage: ionIosArrowBack,
|
||||
nextPage: ionIosArrowForward,
|
||||
lastPage: ionIosReturnRight
|
||||
},
|
||||
tree: {
|
||||
icon: ionMdPlay
|
||||
},
|
||||
uploader: {
|
||||
done: ionMdCheckmark,
|
||||
clear: ionMdClose,
|
||||
add: ionMdAddCircle,
|
||||
upload: ionMdCloudUpload,
|
||||
removeQueue: ionMdTrash,
|
||||
removeUploaded: ionMdDoneAll
|
||||
}
|
||||
}
|
||||
225
Frontend-Learner/node_modules/quasar/icon-set/svg-ionicons-v5.js
generated
vendored
Normal file
225
Frontend-Learner/node_modules/quasar/icon-set/svg-ionicons-v5.js
generated
vendored
Normal file
|
|
@ -0,0 +1,225 @@
|
|||
|
||||
import {
|
||||
ionCheckmark,
|
||||
ionAlert,
|
||||
ionInformationCircleOutline,
|
||||
ionArrowUp,
|
||||
ionArrowForward,
|
||||
ionArrowDown,
|
||||
ionArrowBack,
|
||||
ionCaretDownOutline,
|
||||
ionAperture,
|
||||
ionOptions,
|
||||
ionApps,
|
||||
ionRefresh,
|
||||
ionSquare,
|
||||
ionCloseCircle,
|
||||
ionTime,
|
||||
ionCalendar,
|
||||
ionLink,
|
||||
ionExpand,
|
||||
ionChatboxEllipses,
|
||||
ionPrint,
|
||||
ionArrowUndo,
|
||||
ionArrowRedo,
|
||||
ionCodeSlash,
|
||||
ionAdd,
|
||||
ionClose,
|
||||
ionPlaySkipBackCircle,
|
||||
ionPlaySkipForwardCircle,
|
||||
ionStar,
|
||||
ionCreate,
|
||||
ionWarning,
|
||||
ionPlay,
|
||||
ionAddCircle,
|
||||
ionCloudUpload,
|
||||
ionTrash,
|
||||
ionCheckmarkDone,
|
||||
ionChevronDown,
|
||||
ionChevronUp,
|
||||
ionChevronBack,
|
||||
ionChevronForward,
|
||||
ionChevronBackCircle,
|
||||
ionChevronForwardCircle
|
||||
} from '@quasar/extras/ionicons-v5'
|
||||
|
||||
/* There are some icons that are needed but not available
|
||||
so we import them from MDI as svg */
|
||||
|
||||
import {
|
||||
mdiFormatBold,
|
||||
mdiFormatItalic,
|
||||
mdiFormatStrikethroughVariant,
|
||||
mdiFormatUnderline,
|
||||
mdiFormatListBulleted,
|
||||
mdiFormatListNumbered,
|
||||
mdiFormatSubscript,
|
||||
mdiFormatSuperscript,
|
||||
mdiFormatAlignLeft,
|
||||
mdiFormatAlignCenter,
|
||||
mdiFormatAlignRight,
|
||||
mdiFormatAlignJustify,
|
||||
mdiFormatIndentDecrease,
|
||||
mdiFormatIndentIncrease,
|
||||
mdiFormatClear,
|
||||
mdiFormatColorText,
|
||||
mdiFormatSize,
|
||||
mdiMinus,
|
||||
mdiFormatHeader1,
|
||||
mdiFormatHeader2,
|
||||
mdiFormatHeader3,
|
||||
mdiFormatHeader4,
|
||||
mdiFormatHeader5,
|
||||
mdiFormatHeader6,
|
||||
mdiNumeric1Box,
|
||||
mdiNumeric2Box,
|
||||
mdiNumeric3Box,
|
||||
mdiNumeric4Box,
|
||||
mdiNumeric5Box,
|
||||
mdiNumeric6Box,
|
||||
mdiNumeric7Box,
|
||||
mdiFormatFont
|
||||
} from '@quasar/extras/mdi-v6'
|
||||
|
||||
export default {
|
||||
name: 'svg-ionicons-v5',
|
||||
type: {
|
||||
positive: ionCheckmark,
|
||||
negative: ionAlert,
|
||||
info: ionInformationCircleOutline,
|
||||
warning: ionAlert
|
||||
},
|
||||
arrow: {
|
||||
up: ionArrowUp,
|
||||
right: ionArrowForward,
|
||||
down: ionArrowDown,
|
||||
left: ionArrowBack,
|
||||
dropdown: ionCaretDownOutline
|
||||
},
|
||||
chevron: {
|
||||
left: ionArrowBack,
|
||||
right: ionArrowForward
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: ionAperture,
|
||||
tune: ionOptions,
|
||||
palette: ionApps
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: ionRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: ionChevronBack,
|
||||
right: ionChevronForward,
|
||||
up: ionChevronUp,
|
||||
down: ionChevronDown,
|
||||
navigationIcon: ionSquare
|
||||
},
|
||||
chip: {
|
||||
remove: ionCloseCircle,
|
||||
selected: ionCheckmark
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: ionChevronBack,
|
||||
arrowRight: ionChevronForward,
|
||||
now: ionTime,
|
||||
today: ionCalendar
|
||||
},
|
||||
editor: { // requires Material icons for some as Ionicons simply does not have everything needed
|
||||
hyperlink: ionLink,
|
||||
toggleFullscreen: ionExpand,
|
||||
quote: ionChatboxEllipses,
|
||||
print: ionPrint,
|
||||
undo: ionArrowUndo,
|
||||
redo: ionArrowRedo,
|
||||
code: ionCodeSlash,
|
||||
viewSource: ionCodeSlash,
|
||||
|
||||
bold: mdiFormatBold,
|
||||
italic: mdiFormatItalic,
|
||||
strikethrough: mdiFormatStrikethroughVariant,
|
||||
underline: mdiFormatUnderline,
|
||||
unorderedList: mdiFormatListBulleted,
|
||||
orderedList: mdiFormatListNumbered,
|
||||
subscript: mdiFormatSubscript,
|
||||
superscript: mdiFormatSuperscript,
|
||||
left: mdiFormatAlignLeft,
|
||||
center: mdiFormatAlignCenter,
|
||||
right: mdiFormatAlignRight,
|
||||
justify: mdiFormatAlignJustify,
|
||||
outdent: mdiFormatIndentDecrease,
|
||||
indent: mdiFormatIndentIncrease,
|
||||
removeFormat: mdiFormatClear,
|
||||
formatting: mdiFormatColorText,
|
||||
fontSize: mdiFormatSize,
|
||||
align: mdiFormatAlignLeft,
|
||||
hr: mdiMinus,
|
||||
heading: mdiFormatSize,
|
||||
heading1: mdiFormatHeader1,
|
||||
heading2: mdiFormatHeader2,
|
||||
heading3: mdiFormatHeader3,
|
||||
heading4: mdiFormatHeader4,
|
||||
heading5: mdiFormatHeader5,
|
||||
heading6: mdiFormatHeader6,
|
||||
size: mdiFormatSize,
|
||||
size1: mdiNumeric1Box,
|
||||
size2: mdiNumeric2Box,
|
||||
size3: mdiNumeric3Box,
|
||||
size4: mdiNumeric4Box,
|
||||
size5: mdiNumeric5Box,
|
||||
size6: mdiNumeric6Box,
|
||||
size7: mdiNumeric7Box,
|
||||
font: mdiFormatFont
|
||||
},
|
||||
expansionItem: {
|
||||
icon: ionCaretDownOutline,
|
||||
denseIcon: ionCaretDownOutline
|
||||
},
|
||||
fab: {
|
||||
icon: ionAdd,
|
||||
activeIcon: ionClose
|
||||
},
|
||||
field: {
|
||||
clear: ionCloseCircle,
|
||||
error: ionAlert
|
||||
},
|
||||
pagination: {
|
||||
first: ionPlaySkipBackCircle,
|
||||
prev: ionChevronBackCircle,
|
||||
next: ionChevronForwardCircle,
|
||||
last: ionPlaySkipForwardCircle
|
||||
},
|
||||
rating: {
|
||||
icon: ionStar
|
||||
},
|
||||
stepper: {
|
||||
done: ionCheckmark,
|
||||
active: ionCreate,
|
||||
error: ionWarning
|
||||
},
|
||||
tabs: {
|
||||
left: ionChevronBack,
|
||||
right: ionChevronForward,
|
||||
up: ionChevronUp,
|
||||
down: ionChevronDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: ionArrowUp,
|
||||
warning: ionWarning,
|
||||
firstPage: ionPlaySkipBackCircle,
|
||||
prevPage: ionChevronBackCircle,
|
||||
nextPage: ionChevronForwardCircle,
|
||||
lastPage: ionPlaySkipForwardCircle
|
||||
},
|
||||
tree: {
|
||||
icon: ionPlay
|
||||
},
|
||||
uploader: {
|
||||
done: ionCheckmark,
|
||||
clear: ionClose,
|
||||
add: ionAddCircle,
|
||||
upload: ionCloudUpload,
|
||||
removeQueue: ionTrash,
|
||||
removeUploaded: ionCheckmarkDone
|
||||
}
|
||||
}
|
||||
224
Frontend-Learner/node_modules/quasar/icon-set/svg-ionicons-v6.js
generated
vendored
Normal file
224
Frontend-Learner/node_modules/quasar/icon-set/svg-ionicons-v6.js
generated
vendored
Normal file
|
|
@ -0,0 +1,224 @@
|
|||
import {
|
||||
ionCheckmark,
|
||||
ionAlert,
|
||||
ionInformationCircleOutline,
|
||||
ionArrowUp,
|
||||
ionArrowForward,
|
||||
ionArrowDown,
|
||||
ionArrowBack,
|
||||
ionCaretDown,
|
||||
ionChevronBack,
|
||||
ionChevronDown,
|
||||
ionChevronForward,
|
||||
ionChevronUp,
|
||||
ionAperture,
|
||||
ionOptions,
|
||||
ionApps,
|
||||
ionRefresh,
|
||||
ionSquare,
|
||||
ionCloseCircle,
|
||||
ionTime,
|
||||
ionCalendar,
|
||||
ionLink,
|
||||
ionExpand,
|
||||
ionPrint,
|
||||
ionArrowUndo,
|
||||
ionArrowRedo,
|
||||
ionCodeSlash,
|
||||
ionAdd,
|
||||
ionClose,
|
||||
ionPlaySkipBackCircle,
|
||||
ionPlaySkipForwardCircle,
|
||||
ionChevronBackCircle,
|
||||
ionChevronForwardCircle,
|
||||
ionStar,
|
||||
ionCreate,
|
||||
ionWarning,
|
||||
ionPlay,
|
||||
ionAddCircle,
|
||||
ionCloudUpload,
|
||||
ionTrash,
|
||||
ionCheckmarkDone
|
||||
} from '@quasar/extras/ionicons-v6'
|
||||
|
||||
/* There are some icons that are needed but not available
|
||||
so we import them from MDI as svg */
|
||||
|
||||
import {
|
||||
mdiFormatBold,
|
||||
mdiFormatItalic,
|
||||
mdiFormatStrikethroughVariant,
|
||||
mdiFormatUnderline,
|
||||
mdiFormatListBulleted,
|
||||
mdiFormatListNumbered,
|
||||
mdiFormatSubscript,
|
||||
mdiFormatSuperscript,
|
||||
mdiFormatAlignLeft,
|
||||
mdiFormatAlignCenter,
|
||||
mdiFormatAlignRight,
|
||||
mdiFormatAlignJustify,
|
||||
mdiFormatIndentDecrease,
|
||||
mdiFormatIndentIncrease,
|
||||
mdiFormatClear,
|
||||
mdiFormatColorText,
|
||||
mdiFormatQuoteClose,
|
||||
mdiFormatSize,
|
||||
mdiMinus,
|
||||
mdiFormatHeader1,
|
||||
mdiFormatHeader2,
|
||||
mdiFormatHeader3,
|
||||
mdiFormatHeader4,
|
||||
mdiFormatHeader5,
|
||||
mdiFormatHeader6,
|
||||
mdiNumeric1Box,
|
||||
mdiNumeric2Box,
|
||||
mdiNumeric3Box,
|
||||
mdiNumeric4Box,
|
||||
mdiNumeric5Box,
|
||||
mdiNumeric6Box,
|
||||
mdiNumeric7Box,
|
||||
mdiFormatFont
|
||||
} from '@quasar/extras/mdi-v6'
|
||||
|
||||
export default {
|
||||
name: 'svg-ionicons-v6',
|
||||
type: {
|
||||
positive: ionCheckmark,
|
||||
negative: ionAlert,
|
||||
info: ionInformationCircleOutline,
|
||||
warning: ionAlert
|
||||
},
|
||||
arrow: {
|
||||
up: ionArrowUp,
|
||||
right: ionArrowForward,
|
||||
down: ionArrowDown,
|
||||
left: ionArrowBack,
|
||||
dropdown: ionCaretDown
|
||||
},
|
||||
chevron: {
|
||||
left: ionArrowBack,
|
||||
right: ionArrowForward
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: ionAperture,
|
||||
tune: ionOptions,
|
||||
palette: ionApps
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: ionRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: ionChevronBack,
|
||||
right: ionChevronForward,
|
||||
up: ionChevronUp,
|
||||
down: ionChevronDown,
|
||||
navigationIcon: ionSquare
|
||||
},
|
||||
chip: {
|
||||
remove: ionCloseCircle,
|
||||
selected: ionCheckmark
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: ionChevronBack,
|
||||
arrowRight: ionChevronForward,
|
||||
now: ionTime,
|
||||
today: ionCalendar
|
||||
},
|
||||
editor: {
|
||||
hyperlink: ionLink,
|
||||
toggleFullscreen: ionExpand,
|
||||
quote: mdiFormatQuoteClose,
|
||||
print: ionPrint,
|
||||
undo: ionArrowUndo,
|
||||
redo: ionArrowRedo,
|
||||
code: ionCodeSlash,
|
||||
viewSource: ionCodeSlash,
|
||||
|
||||
bold: mdiFormatBold,
|
||||
italic: mdiFormatItalic,
|
||||
strikethrough: mdiFormatStrikethroughVariant,
|
||||
underline: mdiFormatUnderline,
|
||||
unorderedList: mdiFormatListBulleted,
|
||||
orderedList: mdiFormatListNumbered,
|
||||
subscript: mdiFormatSubscript,
|
||||
superscript: mdiFormatSuperscript,
|
||||
left: mdiFormatAlignLeft,
|
||||
center: mdiFormatAlignCenter,
|
||||
right: mdiFormatAlignRight,
|
||||
justify: mdiFormatAlignJustify,
|
||||
outdent: mdiFormatIndentDecrease,
|
||||
indent: mdiFormatIndentIncrease,
|
||||
removeFormat: mdiFormatClear,
|
||||
formatting: mdiFormatColorText,
|
||||
fontSize: mdiFormatSize,
|
||||
align: mdiFormatAlignLeft,
|
||||
hr: mdiMinus,
|
||||
heading: mdiFormatSize,
|
||||
heading1: mdiFormatHeader1,
|
||||
heading2: mdiFormatHeader2,
|
||||
heading3: mdiFormatHeader3,
|
||||
heading4: mdiFormatHeader4,
|
||||
heading5: mdiFormatHeader5,
|
||||
heading6: mdiFormatHeader6,
|
||||
size: mdiFormatSize,
|
||||
size1: mdiNumeric1Box,
|
||||
size2: mdiNumeric2Box,
|
||||
size3: mdiNumeric3Box,
|
||||
size4: mdiNumeric4Box,
|
||||
size5: mdiNumeric5Box,
|
||||
size6: mdiNumeric6Box,
|
||||
size7: mdiNumeric7Box,
|
||||
font: mdiFormatFont
|
||||
},
|
||||
expansionItem: {
|
||||
icon: ionCaretDown,
|
||||
denseIcon: ionCaretDown
|
||||
},
|
||||
fab: {
|
||||
icon: ionAdd,
|
||||
activeIcon: ionClose
|
||||
},
|
||||
field: {
|
||||
clear: ionCloseCircle,
|
||||
error: ionAlert
|
||||
},
|
||||
pagination: {
|
||||
first: ionPlaySkipBackCircle,
|
||||
prev: ionChevronBackCircle,
|
||||
next: ionChevronForwardCircle,
|
||||
last: ionPlaySkipForwardCircle
|
||||
},
|
||||
rating: {
|
||||
icon: ionStar
|
||||
},
|
||||
stepper: {
|
||||
done: ionCheckmark,
|
||||
active: ionCreate,
|
||||
error: ionWarning
|
||||
},
|
||||
tabs: {
|
||||
left: ionChevronBack,
|
||||
right: ionChevronForward,
|
||||
up: ionChevronUp,
|
||||
down: ionChevronDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: ionArrowUp,
|
||||
warning: ionWarning,
|
||||
firstPage: ionPlaySkipBackCircle,
|
||||
prevPage: ionChevronBackCircle,
|
||||
nextPage: ionChevronForwardCircle,
|
||||
lastPage: ionPlaySkipForwardCircle
|
||||
},
|
||||
tree: {
|
||||
icon: ionPlay
|
||||
},
|
||||
uploader: {
|
||||
done: ionCheckmark,
|
||||
clear: ionClose,
|
||||
add: ionAddCircle,
|
||||
upload: ionCloudUpload,
|
||||
removeQueue: ionTrash,
|
||||
removeUploaded: ionCheckmarkDone
|
||||
}
|
||||
}
|
||||
197
Frontend-Learner/node_modules/quasar/icon-set/svg-line-awesome.js
generated
vendored
Normal file
197
Frontend-Learner/node_modules/quasar/icon-set/svg-line-awesome.js
generated
vendored
Normal file
|
|
@ -0,0 +1,197 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (line-awesome.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
laCheckSolid,
|
||||
laExclamationTriangleSolid,
|
||||
laInfoCircleSolid,
|
||||
laExclamationSolid,
|
||||
laArrowUpSolid,
|
||||
laArrowRightSolid,
|
||||
laArrowDownSolid,
|
||||
laArrowLeftSolid,
|
||||
laCaretDownSolid,
|
||||
laChevronLeftSolid,
|
||||
laChevronRightSolid,
|
||||
laEyeDropperSolid,
|
||||
laSlidersHSolid,
|
||||
laSwatchbookSolid,
|
||||
laSyncAltSolid,
|
||||
laChevronUpSolid,
|
||||
laChevronDownSolid,
|
||||
laSquareSolid,
|
||||
laTimesCircleSolid,
|
||||
laClock,
|
||||
laCalendarCheck,
|
||||
laBoldSolid,
|
||||
laItalicSolid,
|
||||
laStrikethroughSolid,
|
||||
laUnderlineSolid,
|
||||
laListUlSolid,
|
||||
laListOlSolid,
|
||||
laSubscriptSolid,
|
||||
laSuperscriptSolid,
|
||||
laLinkSolid,
|
||||
laExpandArrowsAltSolid,
|
||||
laQuoteRightSolid,
|
||||
laAlignLeftSolid,
|
||||
laAlignCenterSolid,
|
||||
laAlignRightSolid,
|
||||
laAlignJustifySolid,
|
||||
laPrintSolid,
|
||||
laOutdentSolid,
|
||||
laIndentSolid,
|
||||
laEraserSolid,
|
||||
laHeadingSolid,
|
||||
laTextHeightSolid,
|
||||
laMinusSquare,
|
||||
laUndoSolid,
|
||||
laRedoSolid,
|
||||
laCodeSolid,
|
||||
laFontSolid,
|
||||
laPlusSolid,
|
||||
laTimesSolid,
|
||||
laExclamationCircleSolid,
|
||||
laFastBackwardSolid,
|
||||
laFastForwardSolid,
|
||||
laStarSolid,
|
||||
laPencilAltSolid,
|
||||
laPlaySolid,
|
||||
laPlusSquareSolid,
|
||||
laUploadSolid,
|
||||
laStreamSolid,
|
||||
laClipboardCheckSolid
|
||||
} from '@quasar/extras/line-awesome'
|
||||
|
||||
export default {
|
||||
name: 'svg-line-awesome',
|
||||
type: {
|
||||
positive: laCheckSolid,
|
||||
negative: laExclamationTriangleSolid,
|
||||
info: laInfoCircleSolid,
|
||||
warning: laExclamationSolid
|
||||
},
|
||||
arrow: {
|
||||
up: laArrowUpSolid,
|
||||
right: laArrowRightSolid,
|
||||
down: laArrowDownSolid,
|
||||
left: laArrowLeftSolid,
|
||||
dropdown: laCaretDownSolid
|
||||
},
|
||||
chevron: {
|
||||
left: laChevronLeftSolid,
|
||||
right: laChevronRightSolid
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: laEyeDropperSolid,
|
||||
tune: laSlidersHSolid,
|
||||
palette: laSwatchbookSolid
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: laSyncAltSolid
|
||||
},
|
||||
carousel: {
|
||||
left: laChevronLeftSolid,
|
||||
right: laChevronRightSolid,
|
||||
up: laChevronUpSolid,
|
||||
down: laChevronDownSolid,
|
||||
navigationIcon: laSquareSolid
|
||||
},
|
||||
chip: {
|
||||
remove: laTimesCircleSolid,
|
||||
selected: laCheckSolid
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: laChevronLeftSolid,
|
||||
arrowRight: laChevronRightSolid,
|
||||
now: laClock,
|
||||
today: laCalendarCheck
|
||||
},
|
||||
editor: {
|
||||
bold: laBoldSolid,
|
||||
italic: laItalicSolid,
|
||||
strikethrough: laStrikethroughSolid,
|
||||
underline: laUnderlineSolid,
|
||||
unorderedList: laListUlSolid,
|
||||
orderedList: laListOlSolid,
|
||||
subscript: laSubscriptSolid,
|
||||
superscript: laSuperscriptSolid,
|
||||
hyperlink: laLinkSolid,
|
||||
toggleFullscreen: laExpandArrowsAltSolid,
|
||||
quote: laQuoteRightSolid,
|
||||
left: laAlignLeftSolid,
|
||||
center: laAlignCenterSolid,
|
||||
right: laAlignRightSolid,
|
||||
justify: laAlignJustifySolid,
|
||||
print: laPrintSolid,
|
||||
outdent: laOutdentSolid,
|
||||
indent: laIndentSolid,
|
||||
removeFormat: laEraserSolid,
|
||||
formatting: laHeadingSolid,
|
||||
fontSize: laTextHeightSolid,
|
||||
align: laAlignLeftSolid,
|
||||
hr: laMinusSquare,
|
||||
undo: laUndoSolid,
|
||||
redo: laRedoSolid,
|
||||
heading: laHeadingSolid,
|
||||
code: laCodeSolid,
|
||||
size: laTextHeightSolid,
|
||||
font: laFontSolid,
|
||||
viewSource: laCodeSolid
|
||||
},
|
||||
expansionItem: {
|
||||
icon: laChevronDownSolid,
|
||||
denseIcon: laCaretDownSolid
|
||||
},
|
||||
fab: {
|
||||
icon: laPlusSolid,
|
||||
activeIcon: laTimesSolid
|
||||
},
|
||||
field: {
|
||||
clear: laTimesCircleSolid,
|
||||
error: laExclamationCircleSolid
|
||||
},
|
||||
pagination: {
|
||||
first: laFastBackwardSolid,
|
||||
prev: laChevronLeftSolid,
|
||||
next: laChevronRightSolid,
|
||||
last: laFastForwardSolid
|
||||
},
|
||||
rating: {
|
||||
icon: laStarSolid
|
||||
},
|
||||
stepper: {
|
||||
done: laCheckSolid,
|
||||
active: laPencilAltSolid,
|
||||
error: laExclamationTriangleSolid
|
||||
},
|
||||
tabs: {
|
||||
left: laChevronLeftSolid,
|
||||
right: laChevronRightSolid,
|
||||
up: laChevronUpSolid,
|
||||
down: laChevronDownSolid
|
||||
},
|
||||
table: {
|
||||
arrowUp: laArrowUpSolid,
|
||||
warning: laExclamationTriangleSolid,
|
||||
firstPage: laFastBackwardSolid,
|
||||
prevPage: laChevronLeftSolid,
|
||||
nextPage: laChevronRightSolid,
|
||||
lastPage: laFastForwardSolid
|
||||
},
|
||||
tree: {
|
||||
icon: laPlaySolid
|
||||
},
|
||||
uploader: {
|
||||
done: laCheckSolid,
|
||||
clear: laTimesSolid,
|
||||
add: laPlusSquareSolid,
|
||||
upload: laUploadSolid,
|
||||
removeQueue: laStreamSolid,
|
||||
removeUploaded: laClipboardCheckSolid
|
||||
}
|
||||
}
|
||||
202
Frontend-Learner/node_modules/quasar/icon-set/svg-material-icons-outlined.js
generated
vendored
Normal file
202
Frontend-Learner/node_modules/quasar/icon-set/svg-material-icons-outlined.js
generated
vendored
Normal file
|
|
@ -0,0 +1,202 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (material-icons-outlined.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
outlinedCheckCircle,
|
||||
outlinedWarning,
|
||||
outlinedInfo,
|
||||
outlinedPriorityHigh,
|
||||
outlinedArrowUpward,
|
||||
outlinedArrowForward,
|
||||
outlinedArrowDownward,
|
||||
outlinedArrowBack,
|
||||
outlinedArrowDropDown,
|
||||
outlinedChevronLeft,
|
||||
outlinedChevronRight,
|
||||
outlinedGradient,
|
||||
outlinedTune,
|
||||
outlinedStyle,
|
||||
outlinedRefresh,
|
||||
outlinedKeyboardArrowUp,
|
||||
outlinedKeyboardArrowDown,
|
||||
outlinedLens,
|
||||
outlinedCancel,
|
||||
outlinedCheck,
|
||||
outlinedAccessTime,
|
||||
outlinedToday,
|
||||
outlinedFormatBold,
|
||||
outlinedFormatItalic,
|
||||
outlinedStrikethroughS,
|
||||
outlinedFormatUnderlined,
|
||||
outlinedFormatListBulleted,
|
||||
outlinedFormatListNumbered,
|
||||
outlinedVerticalAlignBottom,
|
||||
outlinedVerticalAlignTop,
|
||||
outlinedLink,
|
||||
outlinedFullscreen,
|
||||
outlinedFormatQuote,
|
||||
outlinedFormatAlignLeft,
|
||||
outlinedFormatAlignCenter,
|
||||
outlinedFormatAlignRight,
|
||||
outlinedFormatAlignJustify,
|
||||
outlinedPrint,
|
||||
outlinedFormatIndentDecrease,
|
||||
outlinedFormatIndentIncrease,
|
||||
outlinedFormatClear,
|
||||
outlinedTextFormat,
|
||||
outlinedFormatSize,
|
||||
outlinedRemove,
|
||||
outlinedUndo,
|
||||
outlinedRedo,
|
||||
outlinedCode,
|
||||
outlinedFontDownload,
|
||||
outlinedAdd,
|
||||
outlinedClose,
|
||||
outlinedError,
|
||||
outlinedFirstPage,
|
||||
outlinedKeyboardArrowLeft,
|
||||
outlinedKeyboardArrowRight,
|
||||
outlinedLastPage,
|
||||
outlinedGrade,
|
||||
outlinedEdit,
|
||||
outlinedPlayArrow,
|
||||
outlinedDone,
|
||||
outlinedClear,
|
||||
outlinedAddBox,
|
||||
outlinedCloudUpload,
|
||||
outlinedClearAll,
|
||||
outlinedDoneAll
|
||||
} from '@quasar/extras/material-icons-outlined'
|
||||
|
||||
export default {
|
||||
name: 'svg-material-icons-outlined',
|
||||
type: {
|
||||
positive: outlinedCheckCircle,
|
||||
negative: outlinedWarning,
|
||||
info: outlinedInfo,
|
||||
warning: outlinedPriorityHigh
|
||||
},
|
||||
arrow: {
|
||||
up: outlinedArrowUpward,
|
||||
right: outlinedArrowForward,
|
||||
down: outlinedArrowDownward,
|
||||
left: outlinedArrowBack,
|
||||
dropdown: outlinedArrowDropDown
|
||||
},
|
||||
chevron: {
|
||||
left: outlinedChevronLeft,
|
||||
right: outlinedChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: outlinedGradient,
|
||||
tune: outlinedTune,
|
||||
palette: outlinedStyle
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: outlinedRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: outlinedChevronLeft,
|
||||
right: outlinedChevronRight,
|
||||
up: outlinedKeyboardArrowUp,
|
||||
down: outlinedKeyboardArrowDown,
|
||||
navigationIcon: outlinedLens
|
||||
},
|
||||
chip: {
|
||||
remove: outlinedCancel,
|
||||
selected: outlinedCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: outlinedChevronLeft,
|
||||
arrowRight: outlinedChevronRight,
|
||||
now: outlinedAccessTime,
|
||||
today: outlinedToday
|
||||
},
|
||||
editor: {
|
||||
bold: outlinedFormatBold,
|
||||
italic: outlinedFormatItalic,
|
||||
strikethrough: outlinedStrikethroughS,
|
||||
underline: outlinedFormatUnderlined,
|
||||
unorderedList: outlinedFormatListBulleted,
|
||||
orderedList: outlinedFormatListNumbered,
|
||||
subscript: outlinedVerticalAlignBottom,
|
||||
superscript: outlinedVerticalAlignTop,
|
||||
hyperlink: outlinedLink,
|
||||
toggleFullscreen: outlinedFullscreen,
|
||||
quote: outlinedFormatQuote,
|
||||
left: outlinedFormatAlignLeft,
|
||||
center: outlinedFormatAlignCenter,
|
||||
right: outlinedFormatAlignRight,
|
||||
justify: outlinedFormatAlignJustify,
|
||||
print: outlinedPrint,
|
||||
outdent: outlinedFormatIndentDecrease,
|
||||
indent: outlinedFormatIndentIncrease,
|
||||
removeFormat: outlinedFormatClear,
|
||||
formatting: outlinedTextFormat,
|
||||
fontSize: outlinedFormatSize,
|
||||
align: outlinedFormatAlignLeft,
|
||||
hr: outlinedRemove,
|
||||
undo: outlinedUndo,
|
||||
redo: outlinedRedo,
|
||||
heading: outlinedFormatSize,
|
||||
code: outlinedCode,
|
||||
size: outlinedFormatSize,
|
||||
font: outlinedFontDownload,
|
||||
viewSource: outlinedCode
|
||||
},
|
||||
expansionItem: {
|
||||
icon: outlinedKeyboardArrowDown,
|
||||
denseIcon: outlinedArrowDropDown
|
||||
},
|
||||
fab: {
|
||||
icon: outlinedAdd,
|
||||
activeIcon: outlinedClose
|
||||
},
|
||||
field: {
|
||||
clear: outlinedCancel,
|
||||
error: outlinedError
|
||||
},
|
||||
pagination: {
|
||||
first: outlinedFirstPage,
|
||||
prev: outlinedKeyboardArrowLeft,
|
||||
next: outlinedKeyboardArrowRight,
|
||||
last: outlinedLastPage
|
||||
},
|
||||
rating: {
|
||||
icon: outlinedGrade
|
||||
},
|
||||
stepper: {
|
||||
done: outlinedCheck,
|
||||
active: outlinedEdit,
|
||||
error: outlinedWarning
|
||||
},
|
||||
tabs: {
|
||||
left: outlinedChevronLeft,
|
||||
right: outlinedChevronRight,
|
||||
up: outlinedKeyboardArrowUp,
|
||||
down: outlinedKeyboardArrowDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: outlinedArrowUpward,
|
||||
warning: outlinedWarning,
|
||||
firstPage: outlinedFirstPage,
|
||||
prevPage: outlinedChevronLeft,
|
||||
nextPage: outlinedChevronRight,
|
||||
lastPage: outlinedLastPage
|
||||
},
|
||||
tree: {
|
||||
icon: outlinedPlayArrow
|
||||
},
|
||||
uploader: {
|
||||
done: outlinedDone,
|
||||
clear: outlinedClear,
|
||||
add: outlinedAddBox,
|
||||
upload: outlinedCloudUpload,
|
||||
removeQueue: outlinedClearAll,
|
||||
removeUploaded: outlinedDoneAll
|
||||
}
|
||||
}
|
||||
202
Frontend-Learner/node_modules/quasar/icon-set/svg-material-icons-round.js
generated
vendored
Normal file
202
Frontend-Learner/node_modules/quasar/icon-set/svg-material-icons-round.js
generated
vendored
Normal file
|
|
@ -0,0 +1,202 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (material-icons-round.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
roundCheckCircle,
|
||||
roundWarning,
|
||||
roundInfo,
|
||||
roundPriorityHigh,
|
||||
roundArrowUpward,
|
||||
roundArrowForward,
|
||||
roundArrowDownward,
|
||||
roundArrowBack,
|
||||
roundArrowDropDown,
|
||||
roundChevronLeft,
|
||||
roundChevronRight,
|
||||
roundGradient,
|
||||
roundTune,
|
||||
roundStyle,
|
||||
roundRefresh,
|
||||
roundKeyboardArrowUp,
|
||||
roundKeyboardArrowDown,
|
||||
roundLens,
|
||||
roundCancel,
|
||||
roundCheck,
|
||||
roundAccessTime,
|
||||
roundToday,
|
||||
roundFormatBold,
|
||||
roundFormatItalic,
|
||||
roundStrikethroughS,
|
||||
roundFormatUnderlined,
|
||||
roundFormatListBulleted,
|
||||
roundFormatListNumbered,
|
||||
roundVerticalAlignBottom,
|
||||
roundVerticalAlignTop,
|
||||
roundLink,
|
||||
roundFullscreen,
|
||||
roundFormatQuote,
|
||||
roundFormatAlignLeft,
|
||||
roundFormatAlignCenter,
|
||||
roundFormatAlignRight,
|
||||
roundFormatAlignJustify,
|
||||
roundPrint,
|
||||
roundFormatIndentDecrease,
|
||||
roundFormatIndentIncrease,
|
||||
roundFormatClear,
|
||||
roundTextFormat,
|
||||
roundFormatSize,
|
||||
roundRemove,
|
||||
roundUndo,
|
||||
roundRedo,
|
||||
roundCode,
|
||||
roundFontDownload,
|
||||
roundAdd,
|
||||
roundClose,
|
||||
roundError,
|
||||
roundFirstPage,
|
||||
roundKeyboardArrowLeft,
|
||||
roundKeyboardArrowRight,
|
||||
roundLastPage,
|
||||
roundGrade,
|
||||
roundEdit,
|
||||
roundPlayArrow,
|
||||
roundDone,
|
||||
roundClear,
|
||||
roundAddBox,
|
||||
roundCloudUpload,
|
||||
roundClearAll,
|
||||
roundDoneAll
|
||||
} from '@quasar/extras/material-icons-round'
|
||||
|
||||
export default {
|
||||
name: 'svg-material-icons-round',
|
||||
type: {
|
||||
positive: roundCheckCircle,
|
||||
negative: roundWarning,
|
||||
info: roundInfo,
|
||||
warning: roundPriorityHigh
|
||||
},
|
||||
arrow: {
|
||||
up: roundArrowUpward,
|
||||
right: roundArrowForward,
|
||||
down: roundArrowDownward,
|
||||
left: roundArrowBack,
|
||||
dropdown: roundArrowDropDown
|
||||
},
|
||||
chevron: {
|
||||
left: roundChevronLeft,
|
||||
right: roundChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: roundGradient,
|
||||
tune: roundTune,
|
||||
palette: roundStyle
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: roundRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: roundChevronLeft,
|
||||
right: roundChevronRight,
|
||||
up: roundKeyboardArrowUp,
|
||||
down: roundKeyboardArrowDown,
|
||||
navigationIcon: roundLens
|
||||
},
|
||||
chip: {
|
||||
remove: roundCancel,
|
||||
selected: roundCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: roundChevronLeft,
|
||||
arrowRight: roundChevronRight,
|
||||
now: roundAccessTime,
|
||||
today: roundToday
|
||||
},
|
||||
editor: {
|
||||
bold: roundFormatBold,
|
||||
italic: roundFormatItalic,
|
||||
strikethrough: roundStrikethroughS,
|
||||
underline: roundFormatUnderlined,
|
||||
unorderedList: roundFormatListBulleted,
|
||||
orderedList: roundFormatListNumbered,
|
||||
subscript: roundVerticalAlignBottom,
|
||||
superscript: roundVerticalAlignTop,
|
||||
hyperlink: roundLink,
|
||||
toggleFullscreen: roundFullscreen,
|
||||
quote: roundFormatQuote,
|
||||
left: roundFormatAlignLeft,
|
||||
center: roundFormatAlignCenter,
|
||||
right: roundFormatAlignRight,
|
||||
justify: roundFormatAlignJustify,
|
||||
print: roundPrint,
|
||||
outdent: roundFormatIndentDecrease,
|
||||
indent: roundFormatIndentIncrease,
|
||||
removeFormat: roundFormatClear,
|
||||
formatting: roundTextFormat,
|
||||
fontSize: roundFormatSize,
|
||||
align: roundFormatAlignLeft,
|
||||
hr: roundRemove,
|
||||
undo: roundUndo,
|
||||
redo: roundRedo,
|
||||
heading: roundFormatSize,
|
||||
code: roundCode,
|
||||
size: roundFormatSize,
|
||||
font: roundFontDownload,
|
||||
viewSource: roundCode
|
||||
},
|
||||
expansionItem: {
|
||||
icon: roundKeyboardArrowDown,
|
||||
denseIcon: roundArrowDropDown
|
||||
},
|
||||
fab: {
|
||||
icon: roundAdd,
|
||||
activeIcon: roundClose
|
||||
},
|
||||
field: {
|
||||
clear: roundCancel,
|
||||
error: roundError
|
||||
},
|
||||
pagination: {
|
||||
first: roundFirstPage,
|
||||
prev: roundKeyboardArrowLeft,
|
||||
next: roundKeyboardArrowRight,
|
||||
last: roundLastPage
|
||||
},
|
||||
rating: {
|
||||
icon: roundGrade
|
||||
},
|
||||
stepper: {
|
||||
done: roundCheck,
|
||||
active: roundEdit,
|
||||
error: roundWarning
|
||||
},
|
||||
tabs: {
|
||||
left: roundChevronLeft,
|
||||
right: roundChevronRight,
|
||||
up: roundKeyboardArrowUp,
|
||||
down: roundKeyboardArrowDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: roundArrowUpward,
|
||||
warning: roundWarning,
|
||||
firstPage: roundFirstPage,
|
||||
prevPage: roundChevronLeft,
|
||||
nextPage: roundChevronRight,
|
||||
lastPage: roundLastPage
|
||||
},
|
||||
tree: {
|
||||
icon: roundPlayArrow
|
||||
},
|
||||
uploader: {
|
||||
done: roundDone,
|
||||
clear: roundClear,
|
||||
add: roundAddBox,
|
||||
upload: roundCloudUpload,
|
||||
removeQueue: roundClearAll,
|
||||
removeUploaded: roundDoneAll
|
||||
}
|
||||
}
|
||||
202
Frontend-Learner/node_modules/quasar/icon-set/svg-material-icons-sharp.js
generated
vendored
Normal file
202
Frontend-Learner/node_modules/quasar/icon-set/svg-material-icons-sharp.js
generated
vendored
Normal file
|
|
@ -0,0 +1,202 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (material-icons-sharp.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
sharpCheckCircle,
|
||||
sharpWarning,
|
||||
sharpInfo,
|
||||
sharpPriorityHigh,
|
||||
sharpArrowUpward,
|
||||
sharpArrowForward,
|
||||
sharpArrowDownward,
|
||||
sharpArrowBack,
|
||||
sharpArrowDropDown,
|
||||
sharpChevronLeft,
|
||||
sharpChevronRight,
|
||||
sharpGradient,
|
||||
sharpTune,
|
||||
sharpStyle,
|
||||
sharpRefresh,
|
||||
sharpKeyboardArrowUp,
|
||||
sharpKeyboardArrowDown,
|
||||
sharpLens,
|
||||
sharpCancel,
|
||||
sharpCheck,
|
||||
sharpAccessTime,
|
||||
sharpToday,
|
||||
sharpFormatBold,
|
||||
sharpFormatItalic,
|
||||
sharpStrikethroughS,
|
||||
sharpFormatUnderlined,
|
||||
sharpFormatListBulleted,
|
||||
sharpFormatListNumbered,
|
||||
sharpVerticalAlignBottom,
|
||||
sharpVerticalAlignTop,
|
||||
sharpLink,
|
||||
sharpFullscreen,
|
||||
sharpFormatQuote,
|
||||
sharpFormatAlignLeft,
|
||||
sharpFormatAlignCenter,
|
||||
sharpFormatAlignRight,
|
||||
sharpFormatAlignJustify,
|
||||
sharpPrint,
|
||||
sharpFormatIndentDecrease,
|
||||
sharpFormatIndentIncrease,
|
||||
sharpFormatClear,
|
||||
sharpTextFormat,
|
||||
sharpFormatSize,
|
||||
sharpRemove,
|
||||
sharpUndo,
|
||||
sharpRedo,
|
||||
sharpCode,
|
||||
sharpFontDownload,
|
||||
sharpAdd,
|
||||
sharpClose,
|
||||
sharpError,
|
||||
sharpFirstPage,
|
||||
sharpKeyboardArrowLeft,
|
||||
sharpKeyboardArrowRight,
|
||||
sharpLastPage,
|
||||
sharpGrade,
|
||||
sharpEdit,
|
||||
sharpPlayArrow,
|
||||
sharpDone,
|
||||
sharpClear,
|
||||
sharpAddBox,
|
||||
sharpCloudUpload,
|
||||
sharpClearAll,
|
||||
sharpDoneAll
|
||||
} from '@quasar/extras/material-icons-sharp'
|
||||
|
||||
export default {
|
||||
name: 'svg-material-icons-sharp',
|
||||
type: {
|
||||
positive: sharpCheckCircle,
|
||||
negative: sharpWarning,
|
||||
info: sharpInfo,
|
||||
warning: sharpPriorityHigh
|
||||
},
|
||||
arrow: {
|
||||
up: sharpArrowUpward,
|
||||
right: sharpArrowForward,
|
||||
down: sharpArrowDownward,
|
||||
left: sharpArrowBack,
|
||||
dropdown: sharpArrowDropDown
|
||||
},
|
||||
chevron: {
|
||||
left: sharpChevronLeft,
|
||||
right: sharpChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: sharpGradient,
|
||||
tune: sharpTune,
|
||||
palette: sharpStyle
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: sharpRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: sharpChevronLeft,
|
||||
right: sharpChevronRight,
|
||||
up: sharpKeyboardArrowUp,
|
||||
down: sharpKeyboardArrowDown,
|
||||
navigationIcon: sharpLens
|
||||
},
|
||||
chip: {
|
||||
remove: sharpCancel,
|
||||
selected: sharpCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: sharpChevronLeft,
|
||||
arrowRight: sharpChevronRight,
|
||||
now: sharpAccessTime,
|
||||
today: sharpToday
|
||||
},
|
||||
editor: {
|
||||
bold: sharpFormatBold,
|
||||
italic: sharpFormatItalic,
|
||||
strikethrough: sharpStrikethroughS,
|
||||
underline: sharpFormatUnderlined,
|
||||
unorderedList: sharpFormatListBulleted,
|
||||
orderedList: sharpFormatListNumbered,
|
||||
subscript: sharpVerticalAlignBottom,
|
||||
superscript: sharpVerticalAlignTop,
|
||||
hyperlink: sharpLink,
|
||||
toggleFullscreen: sharpFullscreen,
|
||||
quote: sharpFormatQuote,
|
||||
left: sharpFormatAlignLeft,
|
||||
center: sharpFormatAlignCenter,
|
||||
right: sharpFormatAlignRight,
|
||||
justify: sharpFormatAlignJustify,
|
||||
print: sharpPrint,
|
||||
outdent: sharpFormatIndentDecrease,
|
||||
indent: sharpFormatIndentIncrease,
|
||||
removeFormat: sharpFormatClear,
|
||||
formatting: sharpTextFormat,
|
||||
fontSize: sharpFormatSize,
|
||||
align: sharpFormatAlignLeft,
|
||||
hr: sharpRemove,
|
||||
undo: sharpUndo,
|
||||
redo: sharpRedo,
|
||||
heading: sharpFormatSize,
|
||||
code: sharpCode,
|
||||
size: sharpFormatSize,
|
||||
font: sharpFontDownload,
|
||||
viewSource: sharpCode
|
||||
},
|
||||
expansionItem: {
|
||||
icon: sharpKeyboardArrowDown,
|
||||
denseIcon: sharpArrowDropDown
|
||||
},
|
||||
fab: {
|
||||
icon: sharpAdd,
|
||||
activeIcon: sharpClose
|
||||
},
|
||||
field: {
|
||||
clear: sharpCancel,
|
||||
error: sharpError
|
||||
},
|
||||
pagination: {
|
||||
first: sharpFirstPage,
|
||||
prev: sharpKeyboardArrowLeft,
|
||||
next: sharpKeyboardArrowRight,
|
||||
last: sharpLastPage
|
||||
},
|
||||
rating: {
|
||||
icon: sharpGrade
|
||||
},
|
||||
stepper: {
|
||||
done: sharpCheck,
|
||||
active: sharpEdit,
|
||||
error: sharpWarning
|
||||
},
|
||||
tabs: {
|
||||
left: sharpChevronLeft,
|
||||
right: sharpChevronRight,
|
||||
up: sharpKeyboardArrowUp,
|
||||
down: sharpKeyboardArrowDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: sharpArrowUpward,
|
||||
warning: sharpWarning,
|
||||
firstPage: sharpFirstPage,
|
||||
prevPage: sharpChevronLeft,
|
||||
nextPage: sharpChevronRight,
|
||||
lastPage: sharpLastPage
|
||||
},
|
||||
tree: {
|
||||
icon: sharpPlayArrow
|
||||
},
|
||||
uploader: {
|
||||
done: sharpDone,
|
||||
clear: sharpClear,
|
||||
add: sharpAddBox,
|
||||
upload: sharpCloudUpload,
|
||||
removeQueue: sharpClearAll,
|
||||
removeUploaded: sharpDoneAll
|
||||
}
|
||||
}
|
||||
202
Frontend-Learner/node_modules/quasar/icon-set/svg-material-icons.js
generated
vendored
Normal file
202
Frontend-Learner/node_modules/quasar/icon-set/svg-material-icons.js
generated
vendored
Normal file
|
|
@ -0,0 +1,202 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (material-icons.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
matCheckCircle,
|
||||
matWarning,
|
||||
matInfo,
|
||||
matPriorityHigh,
|
||||
matArrowUpward,
|
||||
matArrowForward,
|
||||
matArrowDownward,
|
||||
matArrowBack,
|
||||
matArrowDropDown,
|
||||
matChevronLeft,
|
||||
matChevronRight,
|
||||
matGradient,
|
||||
matTune,
|
||||
matStyle,
|
||||
matRefresh,
|
||||
matKeyboardArrowUp,
|
||||
matKeyboardArrowDown,
|
||||
matLens,
|
||||
matCancel,
|
||||
matCheck,
|
||||
matAccessTime,
|
||||
matToday,
|
||||
matFormatBold,
|
||||
matFormatItalic,
|
||||
matStrikethroughS,
|
||||
matFormatUnderlined,
|
||||
matFormatListBulleted,
|
||||
matFormatListNumbered,
|
||||
matVerticalAlignBottom,
|
||||
matVerticalAlignTop,
|
||||
matLink,
|
||||
matFullscreen,
|
||||
matFormatQuote,
|
||||
matFormatAlignLeft,
|
||||
matFormatAlignCenter,
|
||||
matFormatAlignRight,
|
||||
matFormatAlignJustify,
|
||||
matPrint,
|
||||
matFormatIndentDecrease,
|
||||
matFormatIndentIncrease,
|
||||
matFormatClear,
|
||||
matTextFormat,
|
||||
matFormatSize,
|
||||
matRemove,
|
||||
matUndo,
|
||||
matRedo,
|
||||
matCode,
|
||||
matFontDownload,
|
||||
matAdd,
|
||||
matClose,
|
||||
matError,
|
||||
matFirstPage,
|
||||
matKeyboardArrowLeft,
|
||||
matKeyboardArrowRight,
|
||||
matLastPage,
|
||||
matGrade,
|
||||
matEdit,
|
||||
matPlayArrow,
|
||||
matDone,
|
||||
matClear,
|
||||
matAddBox,
|
||||
matCloudUpload,
|
||||
matClearAll,
|
||||
matDoneAll
|
||||
} from '@quasar/extras/material-icons'
|
||||
|
||||
export default {
|
||||
name: 'svg-material-icons',
|
||||
type: {
|
||||
positive: matCheckCircle,
|
||||
negative: matWarning,
|
||||
info: matInfo,
|
||||
warning: matPriorityHigh
|
||||
},
|
||||
arrow: {
|
||||
up: matArrowUpward,
|
||||
right: matArrowForward,
|
||||
down: matArrowDownward,
|
||||
left: matArrowBack,
|
||||
dropdown: matArrowDropDown
|
||||
},
|
||||
chevron: {
|
||||
left: matChevronLeft,
|
||||
right: matChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: matGradient,
|
||||
tune: matTune,
|
||||
palette: matStyle
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: matRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: matChevronLeft,
|
||||
right: matChevronRight,
|
||||
up: matKeyboardArrowUp,
|
||||
down: matKeyboardArrowDown,
|
||||
navigationIcon: matLens
|
||||
},
|
||||
chip: {
|
||||
remove: matCancel,
|
||||
selected: matCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: matChevronLeft,
|
||||
arrowRight: matChevronRight,
|
||||
now: matAccessTime,
|
||||
today: matToday
|
||||
},
|
||||
editor: {
|
||||
bold: matFormatBold,
|
||||
italic: matFormatItalic,
|
||||
strikethrough: matStrikethroughS,
|
||||
underline: matFormatUnderlined,
|
||||
unorderedList: matFormatListBulleted,
|
||||
orderedList: matFormatListNumbered,
|
||||
subscript: matVerticalAlignBottom,
|
||||
superscript: matVerticalAlignTop,
|
||||
hyperlink: matLink,
|
||||
toggleFullscreen: matFullscreen,
|
||||
quote: matFormatQuote,
|
||||
left: matFormatAlignLeft,
|
||||
center: matFormatAlignCenter,
|
||||
right: matFormatAlignRight,
|
||||
justify: matFormatAlignJustify,
|
||||
print: matPrint,
|
||||
outdent: matFormatIndentDecrease,
|
||||
indent: matFormatIndentIncrease,
|
||||
removeFormat: matFormatClear,
|
||||
formatting: matTextFormat,
|
||||
fontSize: matFormatSize,
|
||||
align: matFormatAlignLeft,
|
||||
hr: matRemove,
|
||||
undo: matUndo,
|
||||
redo: matRedo,
|
||||
heading: matFormatSize,
|
||||
code: matCode,
|
||||
size: matFormatSize,
|
||||
font: matFontDownload,
|
||||
viewSource: matCode
|
||||
},
|
||||
expansionItem: {
|
||||
icon: matKeyboardArrowDown,
|
||||
denseIcon: matArrowDropDown
|
||||
},
|
||||
fab: {
|
||||
icon: matAdd,
|
||||
activeIcon: matClose
|
||||
},
|
||||
field: {
|
||||
clear: matCancel,
|
||||
error: matError
|
||||
},
|
||||
pagination: {
|
||||
first: matFirstPage,
|
||||
prev: matKeyboardArrowLeft,
|
||||
next: matKeyboardArrowRight,
|
||||
last: matLastPage
|
||||
},
|
||||
rating: {
|
||||
icon: matGrade
|
||||
},
|
||||
stepper: {
|
||||
done: matCheck,
|
||||
active: matEdit,
|
||||
error: matWarning
|
||||
},
|
||||
tabs: {
|
||||
left: matChevronLeft,
|
||||
right: matChevronRight,
|
||||
up: matKeyboardArrowUp,
|
||||
down: matKeyboardArrowDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: matArrowUpward,
|
||||
warning: matWarning,
|
||||
firstPage: matFirstPage,
|
||||
prevPage: matChevronLeft,
|
||||
nextPage: matChevronRight,
|
||||
lastPage: matLastPage
|
||||
},
|
||||
tree: {
|
||||
icon: matPlayArrow
|
||||
},
|
||||
uploader: {
|
||||
done: matDone,
|
||||
clear: matClear,
|
||||
add: matAddBox,
|
||||
upload: matCloudUpload,
|
||||
removeQueue: matClearAll,
|
||||
removeUploaded: matDoneAll
|
||||
}
|
||||
}
|
||||
200
Frontend-Learner/node_modules/quasar/icon-set/svg-material-symbols-outlined.js
generated
vendored
Normal file
200
Frontend-Learner/node_modules/quasar/icon-set/svg-material-symbols-outlined.js
generated
vendored
Normal file
|
|
@ -0,0 +1,200 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (material-symbols-outlined.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
symOutlinedCheckCircle,
|
||||
symOutlinedWarning,
|
||||
symOutlinedInfo,
|
||||
symOutlinedPriorityHigh,
|
||||
symOutlinedArrowUpward,
|
||||
symOutlinedArrowForward,
|
||||
symOutlinedArrowDownward,
|
||||
symOutlinedArrowBack,
|
||||
symOutlinedArrowDropDown,
|
||||
symOutlinedChevronLeft,
|
||||
symOutlinedChevronRight,
|
||||
symOutlinedGradient,
|
||||
symOutlinedTune,
|
||||
symOutlinedStyle,
|
||||
symOutlinedRefresh,
|
||||
symOutlinedKeyboardArrowUp,
|
||||
symOutlinedKeyboardArrowDown,
|
||||
symOutlinedCircle,
|
||||
symOutlinedCancel,
|
||||
symOutlinedCheck,
|
||||
symOutlinedSchedule,
|
||||
symOutlinedToday,
|
||||
symOutlinedFormatBold,
|
||||
symOutlinedFormatItalic,
|
||||
symOutlinedStrikethroughS,
|
||||
symOutlinedFormatUnderlined,
|
||||
symOutlinedFormatListBulleted,
|
||||
symOutlinedFormatListNumbered,
|
||||
symOutlinedVerticalAlignBottom,
|
||||
symOutlinedVerticalAlignTop,
|
||||
symOutlinedLink,
|
||||
symOutlinedFullscreen,
|
||||
symOutlinedFormatQuote,
|
||||
symOutlinedFormatAlignLeft,
|
||||
symOutlinedFormatAlignCenter,
|
||||
symOutlinedFormatAlignRight,
|
||||
symOutlinedFormatAlignJustify,
|
||||
symOutlinedPrint,
|
||||
symOutlinedFormatIndentDecrease,
|
||||
symOutlinedFormatIndentIncrease,
|
||||
symOutlinedFormatClear,
|
||||
symOutlinedTextFormat,
|
||||
symOutlinedFormatSize,
|
||||
symOutlinedRemove,
|
||||
symOutlinedUndo,
|
||||
symOutlinedRedo,
|
||||
symOutlinedCode,
|
||||
symOutlinedFontDownload,
|
||||
symOutlinedAdd,
|
||||
symOutlinedClose,
|
||||
symOutlinedError,
|
||||
symOutlinedFirstPage,
|
||||
symOutlinedKeyboardArrowLeft,
|
||||
symOutlinedKeyboardArrowRight,
|
||||
symOutlinedLastPage,
|
||||
symOutlinedStar,
|
||||
symOutlinedEdit,
|
||||
symOutlinedPlayArrow,
|
||||
symOutlinedAddBox,
|
||||
symOutlinedCloudUpload,
|
||||
symOutlinedClearAll,
|
||||
symOutlinedDoneAll
|
||||
} from '@quasar/extras/material-symbols-outlined'
|
||||
|
||||
export default {
|
||||
name: 'svg-material-symbols-outlined',
|
||||
type: {
|
||||
positive: symOutlinedCheckCircle,
|
||||
negative: symOutlinedWarning,
|
||||
info: symOutlinedInfo,
|
||||
warning: symOutlinedPriorityHigh
|
||||
},
|
||||
arrow: {
|
||||
up: symOutlinedArrowUpward,
|
||||
right: symOutlinedArrowForward,
|
||||
down: symOutlinedArrowDownward,
|
||||
left: symOutlinedArrowBack,
|
||||
dropdown: symOutlinedArrowDropDown
|
||||
},
|
||||
chevron: {
|
||||
left: symOutlinedChevronLeft,
|
||||
right: symOutlinedChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: symOutlinedGradient,
|
||||
tune: symOutlinedTune,
|
||||
palette: symOutlinedStyle
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: symOutlinedRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: symOutlinedChevronLeft,
|
||||
right: symOutlinedChevronRight,
|
||||
up: symOutlinedKeyboardArrowUp,
|
||||
down: symOutlinedKeyboardArrowDown,
|
||||
navigationIcon: symOutlinedCircle
|
||||
},
|
||||
chip: {
|
||||
remove: symOutlinedCancel,
|
||||
selected: symOutlinedCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: symOutlinedChevronLeft,
|
||||
arrowRight: symOutlinedChevronRight,
|
||||
now: symOutlinedSchedule,
|
||||
today: symOutlinedToday
|
||||
},
|
||||
editor: {
|
||||
bold: symOutlinedFormatBold,
|
||||
italic: symOutlinedFormatItalic,
|
||||
strikethrough: symOutlinedStrikethroughS,
|
||||
underline: symOutlinedFormatUnderlined,
|
||||
unorderedList: symOutlinedFormatListBulleted,
|
||||
orderedList: symOutlinedFormatListNumbered,
|
||||
subscript: symOutlinedVerticalAlignBottom,
|
||||
superscript: symOutlinedVerticalAlignTop,
|
||||
hyperlink: symOutlinedLink,
|
||||
toggleFullscreen: symOutlinedFullscreen,
|
||||
quote: symOutlinedFormatQuote,
|
||||
left: symOutlinedFormatAlignLeft,
|
||||
center: symOutlinedFormatAlignCenter,
|
||||
right: symOutlinedFormatAlignRight,
|
||||
justify: symOutlinedFormatAlignJustify,
|
||||
print: symOutlinedPrint,
|
||||
outdent: symOutlinedFormatIndentDecrease,
|
||||
indent: symOutlinedFormatIndentIncrease,
|
||||
removeFormat: symOutlinedFormatClear,
|
||||
formatting: symOutlinedTextFormat,
|
||||
fontSize: symOutlinedFormatSize,
|
||||
align: symOutlinedFormatAlignLeft,
|
||||
hr: symOutlinedRemove,
|
||||
undo: symOutlinedUndo,
|
||||
redo: symOutlinedRedo,
|
||||
heading: symOutlinedFormatSize,
|
||||
code: symOutlinedCode,
|
||||
size: symOutlinedFormatSize,
|
||||
font: symOutlinedFontDownload,
|
||||
viewSource: symOutlinedCode
|
||||
},
|
||||
expansionItem: {
|
||||
icon: symOutlinedKeyboardArrowDown,
|
||||
denseIcon: symOutlinedArrowDropDown
|
||||
},
|
||||
fab: {
|
||||
icon: symOutlinedAdd,
|
||||
activeIcon: symOutlinedClose
|
||||
},
|
||||
field: {
|
||||
clear: symOutlinedCancel,
|
||||
error: symOutlinedError
|
||||
},
|
||||
pagination: {
|
||||
first: symOutlinedFirstPage,
|
||||
prev: symOutlinedKeyboardArrowLeft,
|
||||
next: symOutlinedKeyboardArrowRight,
|
||||
last: symOutlinedLastPage
|
||||
},
|
||||
rating: {
|
||||
icon: symOutlinedStar
|
||||
},
|
||||
stepper: {
|
||||
done: symOutlinedCheck,
|
||||
active: symOutlinedEdit,
|
||||
error: symOutlinedWarning
|
||||
},
|
||||
tabs: {
|
||||
left: symOutlinedChevronLeft,
|
||||
right: symOutlinedChevronRight,
|
||||
up: symOutlinedKeyboardArrowUp,
|
||||
down: symOutlinedKeyboardArrowDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: symOutlinedArrowUpward,
|
||||
warning: symOutlinedWarning,
|
||||
firstPage: symOutlinedFirstPage,
|
||||
prevPage: symOutlinedChevronLeft,
|
||||
nextPage: symOutlinedChevronRight,
|
||||
lastPage: symOutlinedLastPage
|
||||
},
|
||||
tree: {
|
||||
icon: symOutlinedPlayArrow
|
||||
},
|
||||
uploader: {
|
||||
done: symOutlinedCheck,
|
||||
clear: symOutlinedClose,
|
||||
add: symOutlinedAddBox,
|
||||
upload: symOutlinedCloudUpload,
|
||||
removeQueue: symOutlinedClearAll,
|
||||
removeUploaded: symOutlinedDoneAll
|
||||
}
|
||||
}
|
||||
200
Frontend-Learner/node_modules/quasar/icon-set/svg-material-symbols-rounded.js
generated
vendored
Normal file
200
Frontend-Learner/node_modules/quasar/icon-set/svg-material-symbols-rounded.js
generated
vendored
Normal file
|
|
@ -0,0 +1,200 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (material-symbols-rounded.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
symRoundedCheckCircle,
|
||||
symRoundedWarning,
|
||||
symRoundedInfo,
|
||||
symRoundedPriorityHigh,
|
||||
symRoundedArrowUpward,
|
||||
symRoundedArrowForward,
|
||||
symRoundedArrowDownward,
|
||||
symRoundedArrowBack,
|
||||
symRoundedArrowDropDown,
|
||||
symRoundedChevronLeft,
|
||||
symRoundedChevronRight,
|
||||
symRoundedGradient,
|
||||
symRoundedTune,
|
||||
symRoundedStyle,
|
||||
symRoundedRefresh,
|
||||
symRoundedKeyboardArrowUp,
|
||||
symRoundedKeyboardArrowDown,
|
||||
symRoundedCircle,
|
||||
symRoundedCancel,
|
||||
symRoundedCheck,
|
||||
symRoundedSchedule,
|
||||
symRoundedToday,
|
||||
symRoundedFormatBold,
|
||||
symRoundedFormatItalic,
|
||||
symRoundedStrikethroughS,
|
||||
symRoundedFormatUnderlined,
|
||||
symRoundedFormatListBulleted,
|
||||
symRoundedFormatListNumbered,
|
||||
symRoundedVerticalAlignBottom,
|
||||
symRoundedVerticalAlignTop,
|
||||
symRoundedLink,
|
||||
symRoundedFullscreen,
|
||||
symRoundedFormatQuote,
|
||||
symRoundedFormatAlignLeft,
|
||||
symRoundedFormatAlignCenter,
|
||||
symRoundedFormatAlignRight,
|
||||
symRoundedFormatAlignJustify,
|
||||
symRoundedPrint,
|
||||
symRoundedFormatIndentDecrease,
|
||||
symRoundedFormatIndentIncrease,
|
||||
symRoundedFormatClear,
|
||||
symRoundedTextFormat,
|
||||
symRoundedFormatSize,
|
||||
symRoundedRemove,
|
||||
symRoundedUndo,
|
||||
symRoundedRedo,
|
||||
symRoundedCode,
|
||||
symRoundedFontDownload,
|
||||
symRoundedAdd,
|
||||
symRoundedClose,
|
||||
symRoundedError,
|
||||
symRoundedFirstPage,
|
||||
symRoundedKeyboardArrowLeft,
|
||||
symRoundedKeyboardArrowRight,
|
||||
symRoundedLastPage,
|
||||
symRoundedStar,
|
||||
symRoundedEdit,
|
||||
symRoundedPlayArrow,
|
||||
symRoundedAddBox,
|
||||
symRoundedCloudUpload,
|
||||
symRoundedClearAll,
|
||||
symRoundedDoneAll
|
||||
} from '@quasar/extras/material-symbols-rounded'
|
||||
|
||||
export default {
|
||||
name: 'svg-material-symbols-rounded',
|
||||
type: {
|
||||
positive: symRoundedCheckCircle,
|
||||
negative: symRoundedWarning,
|
||||
info: symRoundedInfo,
|
||||
warning: symRoundedPriorityHigh
|
||||
},
|
||||
arrow: {
|
||||
up: symRoundedArrowUpward,
|
||||
right: symRoundedArrowForward,
|
||||
down: symRoundedArrowDownward,
|
||||
left: symRoundedArrowBack,
|
||||
dropdown: symRoundedArrowDropDown
|
||||
},
|
||||
chevron: {
|
||||
left: symRoundedChevronLeft,
|
||||
right: symRoundedChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: symRoundedGradient,
|
||||
tune: symRoundedTune,
|
||||
palette: symRoundedStyle
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: symRoundedRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: symRoundedChevronLeft,
|
||||
right: symRoundedChevronRight,
|
||||
up: symRoundedKeyboardArrowUp,
|
||||
down: symRoundedKeyboardArrowDown,
|
||||
navigationIcon: symRoundedCircle
|
||||
},
|
||||
chip: {
|
||||
remove: symRoundedCancel,
|
||||
selected: symRoundedCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: symRoundedChevronLeft,
|
||||
arrowRight: symRoundedChevronRight,
|
||||
now: symRoundedSchedule,
|
||||
today: symRoundedToday
|
||||
},
|
||||
editor: {
|
||||
bold: symRoundedFormatBold,
|
||||
italic: symRoundedFormatItalic,
|
||||
strikethrough: symRoundedStrikethroughS,
|
||||
underline: symRoundedFormatUnderlined,
|
||||
unorderedList: symRoundedFormatListBulleted,
|
||||
orderedList: symRoundedFormatListNumbered,
|
||||
subscript: symRoundedVerticalAlignBottom,
|
||||
superscript: symRoundedVerticalAlignTop,
|
||||
hyperlink: symRoundedLink,
|
||||
toggleFullscreen: symRoundedFullscreen,
|
||||
quote: symRoundedFormatQuote,
|
||||
left: symRoundedFormatAlignLeft,
|
||||
center: symRoundedFormatAlignCenter,
|
||||
right: symRoundedFormatAlignRight,
|
||||
justify: symRoundedFormatAlignJustify,
|
||||
print: symRoundedPrint,
|
||||
outdent: symRoundedFormatIndentDecrease,
|
||||
indent: symRoundedFormatIndentIncrease,
|
||||
removeFormat: symRoundedFormatClear,
|
||||
formatting: symRoundedTextFormat,
|
||||
fontSize: symRoundedFormatSize,
|
||||
align: symRoundedFormatAlignLeft,
|
||||
hr: symRoundedRemove,
|
||||
undo: symRoundedUndo,
|
||||
redo: symRoundedRedo,
|
||||
heading: symRoundedFormatSize,
|
||||
code: symRoundedCode,
|
||||
size: symRoundedFormatSize,
|
||||
font: symRoundedFontDownload,
|
||||
viewSource: symRoundedCode
|
||||
},
|
||||
expansionItem: {
|
||||
icon: symRoundedKeyboardArrowDown,
|
||||
denseIcon: symRoundedArrowDropDown
|
||||
},
|
||||
fab: {
|
||||
icon: symRoundedAdd,
|
||||
activeIcon: symRoundedClose
|
||||
},
|
||||
field: {
|
||||
clear: symRoundedCancel,
|
||||
error: symRoundedError
|
||||
},
|
||||
pagination: {
|
||||
first: symRoundedFirstPage,
|
||||
prev: symRoundedKeyboardArrowLeft,
|
||||
next: symRoundedKeyboardArrowRight,
|
||||
last: symRoundedLastPage
|
||||
},
|
||||
rating: {
|
||||
icon: symRoundedStar
|
||||
},
|
||||
stepper: {
|
||||
done: symRoundedCheck,
|
||||
active: symRoundedEdit,
|
||||
error: symRoundedWarning
|
||||
},
|
||||
tabs: {
|
||||
left: symRoundedChevronLeft,
|
||||
right: symRoundedChevronRight,
|
||||
up: symRoundedKeyboardArrowUp,
|
||||
down: symRoundedKeyboardArrowDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: symRoundedArrowUpward,
|
||||
warning: symRoundedWarning,
|
||||
firstPage: symRoundedFirstPage,
|
||||
prevPage: symRoundedChevronLeft,
|
||||
nextPage: symRoundedChevronRight,
|
||||
lastPage: symRoundedLastPage
|
||||
},
|
||||
tree: {
|
||||
icon: symRoundedPlayArrow
|
||||
},
|
||||
uploader: {
|
||||
done: symRoundedCheck,
|
||||
clear: symRoundedClose,
|
||||
add: symRoundedAddBox,
|
||||
upload: symRoundedCloudUpload,
|
||||
removeQueue: symRoundedClearAll,
|
||||
removeUploaded: symRoundedDoneAll
|
||||
}
|
||||
}
|
||||
200
Frontend-Learner/node_modules/quasar/icon-set/svg-material-symbols-sharp.js
generated
vendored
Normal file
200
Frontend-Learner/node_modules/quasar/icon-set/svg-material-symbols-sharp.js
generated
vendored
Normal file
|
|
@ -0,0 +1,200 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (material-symbols-sharp.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
symSharpCheckCircle,
|
||||
symSharpWarning,
|
||||
symSharpInfo,
|
||||
symSharpPriorityHigh,
|
||||
symSharpArrowUpward,
|
||||
symSharpArrowForward,
|
||||
symSharpArrowDownward,
|
||||
symSharpArrowBack,
|
||||
symSharpArrowDropDown,
|
||||
symSharpChevronLeft,
|
||||
symSharpChevronRight,
|
||||
symSharpGradient,
|
||||
symSharpTune,
|
||||
symSharpStyle,
|
||||
symSharpRefresh,
|
||||
symSharpKeyboardArrowUp,
|
||||
symSharpKeyboardArrowDown,
|
||||
symSharpCircle,
|
||||
symSharpCancel,
|
||||
symSharpCheck,
|
||||
symSharpSchedule,
|
||||
symSharpToday,
|
||||
symSharpFormatBold,
|
||||
symSharpFormatItalic,
|
||||
symSharpStrikethroughS,
|
||||
symSharpFormatUnderlined,
|
||||
symSharpFormatListBulleted,
|
||||
symSharpFormatListNumbered,
|
||||
symSharpVerticalAlignBottom,
|
||||
symSharpVerticalAlignTop,
|
||||
symSharpLink,
|
||||
symSharpFullscreen,
|
||||
symSharpFormatQuote,
|
||||
symSharpFormatAlignLeft,
|
||||
symSharpFormatAlignCenter,
|
||||
symSharpFormatAlignRight,
|
||||
symSharpFormatAlignJustify,
|
||||
symSharpPrint,
|
||||
symSharpFormatIndentDecrease,
|
||||
symSharpFormatIndentIncrease,
|
||||
symSharpFormatClear,
|
||||
symSharpTextFormat,
|
||||
symSharpFormatSize,
|
||||
symSharpRemove,
|
||||
symSharpUndo,
|
||||
symSharpRedo,
|
||||
symSharpCode,
|
||||
symSharpFontDownload,
|
||||
symSharpAdd,
|
||||
symSharpClose,
|
||||
symSharpError,
|
||||
symSharpFirstPage,
|
||||
symSharpKeyboardArrowLeft,
|
||||
symSharpKeyboardArrowRight,
|
||||
symSharpLastPage,
|
||||
symSharpStar,
|
||||
symSharpEdit,
|
||||
symSharpPlayArrow,
|
||||
symSharpAddBox,
|
||||
symSharpCloudUpload,
|
||||
symSharpClearAll,
|
||||
symSharpDoneAll
|
||||
} from '@quasar/extras/material-symbols-sharp'
|
||||
|
||||
export default {
|
||||
name: 'svg-material-symbols-sharp',
|
||||
type: {
|
||||
positive: symSharpCheckCircle,
|
||||
negative: symSharpWarning,
|
||||
info: symSharpInfo,
|
||||
warning: symSharpPriorityHigh
|
||||
},
|
||||
arrow: {
|
||||
up: symSharpArrowUpward,
|
||||
right: symSharpArrowForward,
|
||||
down: symSharpArrowDownward,
|
||||
left: symSharpArrowBack,
|
||||
dropdown: symSharpArrowDropDown
|
||||
},
|
||||
chevron: {
|
||||
left: symSharpChevronLeft,
|
||||
right: symSharpChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: symSharpGradient,
|
||||
tune: symSharpTune,
|
||||
palette: symSharpStyle
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: symSharpRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: symSharpChevronLeft,
|
||||
right: symSharpChevronRight,
|
||||
up: symSharpKeyboardArrowUp,
|
||||
down: symSharpKeyboardArrowDown,
|
||||
navigationIcon: symSharpCircle
|
||||
},
|
||||
chip: {
|
||||
remove: symSharpCancel,
|
||||
selected: symSharpCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: symSharpChevronLeft,
|
||||
arrowRight: symSharpChevronRight,
|
||||
now: symSharpSchedule,
|
||||
today: symSharpToday
|
||||
},
|
||||
editor: {
|
||||
bold: symSharpFormatBold,
|
||||
italic: symSharpFormatItalic,
|
||||
strikethrough: symSharpStrikethroughS,
|
||||
underline: symSharpFormatUnderlined,
|
||||
unorderedList: symSharpFormatListBulleted,
|
||||
orderedList: symSharpFormatListNumbered,
|
||||
subscript: symSharpVerticalAlignBottom,
|
||||
superscript: symSharpVerticalAlignTop,
|
||||
hyperlink: symSharpLink,
|
||||
toggleFullscreen: symSharpFullscreen,
|
||||
quote: symSharpFormatQuote,
|
||||
left: symSharpFormatAlignLeft,
|
||||
center: symSharpFormatAlignCenter,
|
||||
right: symSharpFormatAlignRight,
|
||||
justify: symSharpFormatAlignJustify,
|
||||
print: symSharpPrint,
|
||||
outdent: symSharpFormatIndentDecrease,
|
||||
indent: symSharpFormatIndentIncrease,
|
||||
removeFormat: symSharpFormatClear,
|
||||
formatting: symSharpTextFormat,
|
||||
fontSize: symSharpFormatSize,
|
||||
align: symSharpFormatAlignLeft,
|
||||
hr: symSharpRemove,
|
||||
undo: symSharpUndo,
|
||||
redo: symSharpRedo,
|
||||
heading: symSharpFormatSize,
|
||||
code: symSharpCode,
|
||||
size: symSharpFormatSize,
|
||||
font: symSharpFontDownload,
|
||||
viewSource: symSharpCode
|
||||
},
|
||||
expansionItem: {
|
||||
icon: symSharpKeyboardArrowDown,
|
||||
denseIcon: symSharpArrowDropDown
|
||||
},
|
||||
fab: {
|
||||
icon: symSharpAdd,
|
||||
activeIcon: symSharpClose
|
||||
},
|
||||
field: {
|
||||
clear: symSharpCancel,
|
||||
error: symSharpError
|
||||
},
|
||||
pagination: {
|
||||
first: symSharpFirstPage,
|
||||
prev: symSharpKeyboardArrowLeft,
|
||||
next: symSharpKeyboardArrowRight,
|
||||
last: symSharpLastPage
|
||||
},
|
||||
rating: {
|
||||
icon: symSharpStar
|
||||
},
|
||||
stepper: {
|
||||
done: symSharpCheck,
|
||||
active: symSharpEdit,
|
||||
error: symSharpWarning
|
||||
},
|
||||
tabs: {
|
||||
left: symSharpChevronLeft,
|
||||
right: symSharpChevronRight,
|
||||
up: symSharpKeyboardArrowUp,
|
||||
down: symSharpKeyboardArrowDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: symSharpArrowUpward,
|
||||
warning: symSharpWarning,
|
||||
firstPage: symSharpFirstPage,
|
||||
prevPage: symSharpChevronLeft,
|
||||
nextPage: symSharpChevronRight,
|
||||
lastPage: symSharpLastPage
|
||||
},
|
||||
tree: {
|
||||
icon: symSharpPlayArrow
|
||||
},
|
||||
uploader: {
|
||||
done: symSharpCheck,
|
||||
clear: symSharpClose,
|
||||
add: symSharpAddBox,
|
||||
upload: symSharpCloudUpload,
|
||||
removeQueue: symSharpClearAll,
|
||||
removeUploaded: symSharpDoneAll
|
||||
}
|
||||
}
|
||||
224
Frontend-Learner/node_modules/quasar/icon-set/svg-mdi-v6.js
generated
vendored
Normal file
224
Frontend-Learner/node_modules/quasar/icon-set/svg-mdi-v6.js
generated
vendored
Normal file
|
|
@ -0,0 +1,224 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (mdi-v6.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
mdiCheckCircle,
|
||||
mdiAlert,
|
||||
mdiInformation,
|
||||
mdiExclamation,
|
||||
mdiArrowUp,
|
||||
mdiArrowRight,
|
||||
mdiArrowDown,
|
||||
mdiArrowLeft,
|
||||
mdiMenuDown,
|
||||
mdiChevronLeft,
|
||||
mdiChevronRight,
|
||||
mdiGradientVertical,
|
||||
mdiTune,
|
||||
mdiPaletteSwatch,
|
||||
mdiRefresh,
|
||||
mdiChevronUp,
|
||||
mdiChevronDown,
|
||||
mdiCircle,
|
||||
mdiCloseCircle,
|
||||
mdiCheck,
|
||||
mdiClockOutline,
|
||||
mdiCalendarToday,
|
||||
mdiFormatBold,
|
||||
mdiFormatItalic,
|
||||
mdiFormatStrikethroughVariant,
|
||||
mdiFormatUnderline,
|
||||
mdiFormatListBulleted,
|
||||
mdiFormatListNumbered,
|
||||
mdiFormatSubscript,
|
||||
mdiFormatSuperscript,
|
||||
mdiLink,
|
||||
mdiFullscreen,
|
||||
mdiFormatQuoteClose,
|
||||
mdiFormatAlignLeft,
|
||||
mdiFormatAlignCenter,
|
||||
mdiFormatAlignRight,
|
||||
mdiFormatAlignJustify,
|
||||
mdiPrinter,
|
||||
mdiFormatIndentDecrease,
|
||||
mdiFormatIndentIncrease,
|
||||
mdiFormatClear,
|
||||
mdiFormatColorText,
|
||||
mdiFormatSize,
|
||||
mdiMinus,
|
||||
mdiUndo,
|
||||
mdiRedo,
|
||||
mdiFormatHeader1,
|
||||
mdiFormatHeader2,
|
||||
mdiFormatHeader3,
|
||||
mdiFormatHeader4,
|
||||
mdiFormatHeader5,
|
||||
mdiFormatHeader6,
|
||||
mdiCodeTags,
|
||||
mdiNumeric1Box,
|
||||
mdiNumeric2Box,
|
||||
mdiNumeric3Box,
|
||||
mdiNumeric4Box,
|
||||
mdiNumeric5Box,
|
||||
mdiNumeric6Box,
|
||||
mdiNumeric7Box,
|
||||
mdiFormatFont,
|
||||
mdiPlus,
|
||||
mdiClose,
|
||||
mdiAlertCircle,
|
||||
mdiChevronDoubleLeft,
|
||||
mdiChevronDoubleRight,
|
||||
mdiStar,
|
||||
mdiPencil,
|
||||
mdiPlay,
|
||||
mdiPlusBox,
|
||||
mdiCloudUpload,
|
||||
mdiNotificationClearAll,
|
||||
mdiCheckAll
|
||||
} from '@quasar/extras/mdi-v6'
|
||||
|
||||
export default {
|
||||
name: 'svg-mdi-v6',
|
||||
type: {
|
||||
positive: mdiCheckCircle,
|
||||
negative: mdiAlert,
|
||||
info: mdiInformation,
|
||||
warning: mdiExclamation
|
||||
},
|
||||
arrow: {
|
||||
up: mdiArrowUp,
|
||||
right: mdiArrowRight,
|
||||
down: mdiArrowDown,
|
||||
left: mdiArrowLeft,
|
||||
dropdown: mdiMenuDown
|
||||
},
|
||||
chevron: {
|
||||
left: mdiChevronLeft,
|
||||
right: mdiChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: mdiGradientVertical,
|
||||
tune: mdiTune,
|
||||
palette: mdiPaletteSwatch
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: mdiRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: mdiChevronLeft,
|
||||
right: mdiChevronRight,
|
||||
up: mdiChevronUp,
|
||||
down: mdiChevronDown,
|
||||
navigationIcon: mdiCircle
|
||||
},
|
||||
chip: {
|
||||
remove: mdiCloseCircle,
|
||||
selected: mdiCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: mdiChevronLeft,
|
||||
arrowRight: mdiChevronRight,
|
||||
now: mdiClockOutline,
|
||||
today: mdiCalendarToday
|
||||
},
|
||||
editor: {
|
||||
bold: mdiFormatBold,
|
||||
italic: mdiFormatItalic,
|
||||
strikethrough: mdiFormatStrikethroughVariant,
|
||||
underline: mdiFormatUnderline,
|
||||
unorderedList: mdiFormatListBulleted,
|
||||
orderedList: mdiFormatListNumbered,
|
||||
subscript: mdiFormatSubscript,
|
||||
superscript: mdiFormatSuperscript,
|
||||
hyperlink: mdiLink,
|
||||
toggleFullscreen: mdiFullscreen,
|
||||
quote: mdiFormatQuoteClose,
|
||||
left: mdiFormatAlignLeft,
|
||||
center: mdiFormatAlignCenter,
|
||||
right: mdiFormatAlignRight,
|
||||
justify: mdiFormatAlignJustify,
|
||||
print: mdiPrinter,
|
||||
outdent: mdiFormatIndentDecrease,
|
||||
indent: mdiFormatIndentIncrease,
|
||||
removeFormat: mdiFormatClear,
|
||||
formatting: mdiFormatColorText,
|
||||
fontSize: mdiFormatSize,
|
||||
align: mdiFormatAlignLeft,
|
||||
hr: mdiMinus,
|
||||
undo: mdiUndo,
|
||||
redo: mdiRedo,
|
||||
heading: mdiFormatSize,
|
||||
heading1: mdiFormatHeader1,
|
||||
heading2: mdiFormatHeader2,
|
||||
heading3: mdiFormatHeader3,
|
||||
heading4: mdiFormatHeader4,
|
||||
heading5: mdiFormatHeader5,
|
||||
heading6: mdiFormatHeader6,
|
||||
code: mdiCodeTags,
|
||||
size: mdiFormatSize,
|
||||
size1: mdiNumeric1Box,
|
||||
size2: mdiNumeric2Box,
|
||||
size3: mdiNumeric3Box,
|
||||
size4: mdiNumeric4Box,
|
||||
size5: mdiNumeric5Box,
|
||||
size6: mdiNumeric6Box,
|
||||
size7: mdiNumeric7Box,
|
||||
font: mdiFormatFont,
|
||||
viewSource: mdiCodeTags
|
||||
},
|
||||
expansionItem: {
|
||||
icon: mdiChevronDown,
|
||||
denseIcon: mdiMenuDown
|
||||
},
|
||||
fab: {
|
||||
icon: mdiPlus,
|
||||
activeIcon: mdiClose
|
||||
},
|
||||
field: {
|
||||
clear: mdiCloseCircle,
|
||||
error: mdiAlertCircle
|
||||
},
|
||||
pagination: {
|
||||
first: mdiChevronDoubleLeft,
|
||||
prev: mdiChevronLeft,
|
||||
next: mdiChevronRight,
|
||||
last: mdiChevronDoubleRight
|
||||
},
|
||||
rating: {
|
||||
icon: mdiStar
|
||||
},
|
||||
stepper: {
|
||||
done: mdiCheck,
|
||||
active: mdiPencil,
|
||||
error: mdiAlert
|
||||
},
|
||||
tabs: {
|
||||
left: mdiChevronLeft,
|
||||
right: mdiChevronRight,
|
||||
up: mdiChevronUp,
|
||||
down: mdiChevronDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: mdiArrowUp,
|
||||
warning: mdiAlert,
|
||||
firstPage: mdiChevronDoubleLeft,
|
||||
prevPage: mdiChevronLeft,
|
||||
nextPage: mdiChevronRight,
|
||||
lastPage: mdiChevronDoubleRight
|
||||
},
|
||||
tree: {
|
||||
icon: mdiPlay
|
||||
},
|
||||
uploader: {
|
||||
done: mdiCheck,
|
||||
clear: mdiClose,
|
||||
add: mdiPlusBox,
|
||||
upload: mdiCloudUpload,
|
||||
removeQueue: mdiNotificationClearAll,
|
||||
removeUploaded: mdiCheckAll
|
||||
}
|
||||
}
|
||||
224
Frontend-Learner/node_modules/quasar/icon-set/svg-mdi-v7.js
generated
vendored
Normal file
224
Frontend-Learner/node_modules/quasar/icon-set/svg-mdi-v7.js
generated
vendored
Normal file
|
|
@ -0,0 +1,224 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (mdi-v7.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
mdiCheckCircle,
|
||||
mdiAlert,
|
||||
mdiInformation,
|
||||
mdiExclamation,
|
||||
mdiArrowUp,
|
||||
mdiArrowRight,
|
||||
mdiArrowDown,
|
||||
mdiArrowLeft,
|
||||
mdiMenuDown,
|
||||
mdiChevronLeft,
|
||||
mdiChevronRight,
|
||||
mdiGradientVertical,
|
||||
mdiTune,
|
||||
mdiPaletteSwatch,
|
||||
mdiRefresh,
|
||||
mdiChevronUp,
|
||||
mdiChevronDown,
|
||||
mdiCircle,
|
||||
mdiCloseCircle,
|
||||
mdiCheck,
|
||||
mdiClockOutline,
|
||||
mdiCalendarToday,
|
||||
mdiFormatBold,
|
||||
mdiFormatItalic,
|
||||
mdiFormatStrikethroughVariant,
|
||||
mdiFormatUnderline,
|
||||
mdiFormatListBulleted,
|
||||
mdiFormatListNumbered,
|
||||
mdiFormatSubscript,
|
||||
mdiFormatSuperscript,
|
||||
mdiLink,
|
||||
mdiFullscreen,
|
||||
mdiFormatQuoteClose,
|
||||
mdiFormatAlignLeft,
|
||||
mdiFormatAlignCenter,
|
||||
mdiFormatAlignRight,
|
||||
mdiFormatAlignJustify,
|
||||
mdiPrinter,
|
||||
mdiFormatIndentDecrease,
|
||||
mdiFormatIndentIncrease,
|
||||
mdiFormatClear,
|
||||
mdiFormatColorText,
|
||||
mdiFormatSize,
|
||||
mdiMinus,
|
||||
mdiUndo,
|
||||
mdiRedo,
|
||||
mdiFormatHeader1,
|
||||
mdiFormatHeader2,
|
||||
mdiFormatHeader3,
|
||||
mdiFormatHeader4,
|
||||
mdiFormatHeader5,
|
||||
mdiFormatHeader6,
|
||||
mdiCodeTags,
|
||||
mdiNumeric1Box,
|
||||
mdiNumeric2Box,
|
||||
mdiNumeric3Box,
|
||||
mdiNumeric4Box,
|
||||
mdiNumeric5Box,
|
||||
mdiNumeric6Box,
|
||||
mdiNumeric7Box,
|
||||
mdiFormatFont,
|
||||
mdiPlus,
|
||||
mdiClose,
|
||||
mdiAlertCircle,
|
||||
mdiChevronDoubleLeft,
|
||||
mdiChevronDoubleRight,
|
||||
mdiStar,
|
||||
mdiPencil,
|
||||
mdiPlay,
|
||||
mdiPlusBox,
|
||||
mdiCloudUpload,
|
||||
mdiNotificationClearAll,
|
||||
mdiCheckAll
|
||||
} from '@quasar/extras/mdi-v7'
|
||||
|
||||
export default {
|
||||
name: 'svg-mdi-v7',
|
||||
type: {
|
||||
positive: mdiCheckCircle,
|
||||
negative: mdiAlert,
|
||||
info: mdiInformation,
|
||||
warning: mdiExclamation
|
||||
},
|
||||
arrow: {
|
||||
up: mdiArrowUp,
|
||||
right: mdiArrowRight,
|
||||
down: mdiArrowDown,
|
||||
left: mdiArrowLeft,
|
||||
dropdown: mdiMenuDown
|
||||
},
|
||||
chevron: {
|
||||
left: mdiChevronLeft,
|
||||
right: mdiChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: mdiGradientVertical,
|
||||
tune: mdiTune,
|
||||
palette: mdiPaletteSwatch
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: mdiRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: mdiChevronLeft,
|
||||
right: mdiChevronRight,
|
||||
up: mdiChevronUp,
|
||||
down: mdiChevronDown,
|
||||
navigationIcon: mdiCircle
|
||||
},
|
||||
chip: {
|
||||
remove: mdiCloseCircle,
|
||||
selected: mdiCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: mdiChevronLeft,
|
||||
arrowRight: mdiChevronRight,
|
||||
now: mdiClockOutline,
|
||||
today: mdiCalendarToday
|
||||
},
|
||||
editor: {
|
||||
bold: mdiFormatBold,
|
||||
italic: mdiFormatItalic,
|
||||
strikethrough: mdiFormatStrikethroughVariant,
|
||||
underline: mdiFormatUnderline,
|
||||
unorderedList: mdiFormatListBulleted,
|
||||
orderedList: mdiFormatListNumbered,
|
||||
subscript: mdiFormatSubscript,
|
||||
superscript: mdiFormatSuperscript,
|
||||
hyperlink: mdiLink,
|
||||
toggleFullscreen: mdiFullscreen,
|
||||
quote: mdiFormatQuoteClose,
|
||||
left: mdiFormatAlignLeft,
|
||||
center: mdiFormatAlignCenter,
|
||||
right: mdiFormatAlignRight,
|
||||
justify: mdiFormatAlignJustify,
|
||||
print: mdiPrinter,
|
||||
outdent: mdiFormatIndentDecrease,
|
||||
indent: mdiFormatIndentIncrease,
|
||||
removeFormat: mdiFormatClear,
|
||||
formatting: mdiFormatColorText,
|
||||
fontSize: mdiFormatSize,
|
||||
align: mdiFormatAlignLeft,
|
||||
hr: mdiMinus,
|
||||
undo: mdiUndo,
|
||||
redo: mdiRedo,
|
||||
heading: mdiFormatSize,
|
||||
heading1: mdiFormatHeader1,
|
||||
heading2: mdiFormatHeader2,
|
||||
heading3: mdiFormatHeader3,
|
||||
heading4: mdiFormatHeader4,
|
||||
heading5: mdiFormatHeader5,
|
||||
heading6: mdiFormatHeader6,
|
||||
code: mdiCodeTags,
|
||||
size: mdiFormatSize,
|
||||
size1: mdiNumeric1Box,
|
||||
size2: mdiNumeric2Box,
|
||||
size3: mdiNumeric3Box,
|
||||
size4: mdiNumeric4Box,
|
||||
size5: mdiNumeric5Box,
|
||||
size6: mdiNumeric6Box,
|
||||
size7: mdiNumeric7Box,
|
||||
font: mdiFormatFont,
|
||||
viewSource: mdiCodeTags
|
||||
},
|
||||
expansionItem: {
|
||||
icon: mdiChevronDown,
|
||||
denseIcon: mdiMenuDown
|
||||
},
|
||||
fab: {
|
||||
icon: mdiPlus,
|
||||
activeIcon: mdiClose
|
||||
},
|
||||
field: {
|
||||
clear: mdiCloseCircle,
|
||||
error: mdiAlertCircle
|
||||
},
|
||||
pagination: {
|
||||
first: mdiChevronDoubleLeft,
|
||||
prev: mdiChevronLeft,
|
||||
next: mdiChevronRight,
|
||||
last: mdiChevronDoubleRight
|
||||
},
|
||||
rating: {
|
||||
icon: mdiStar
|
||||
},
|
||||
stepper: {
|
||||
done: mdiCheck,
|
||||
active: mdiPencil,
|
||||
error: mdiAlert
|
||||
},
|
||||
tabs: {
|
||||
left: mdiChevronLeft,
|
||||
right: mdiChevronRight,
|
||||
up: mdiChevronUp,
|
||||
down: mdiChevronDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: mdiArrowUp,
|
||||
warning: mdiAlert,
|
||||
firstPage: mdiChevronDoubleLeft,
|
||||
prevPage: mdiChevronLeft,
|
||||
nextPage: mdiChevronRight,
|
||||
lastPage: mdiChevronDoubleRight
|
||||
},
|
||||
tree: {
|
||||
icon: mdiPlay
|
||||
},
|
||||
uploader: {
|
||||
done: mdiCheck,
|
||||
clear: mdiClose,
|
||||
add: mdiPlusBox,
|
||||
upload: mdiCloudUpload,
|
||||
removeQueue: mdiNotificationClearAll,
|
||||
removeUploaded: mdiCheckAll
|
||||
}
|
||||
}
|
||||
231
Frontend-Learner/node_modules/quasar/icon-set/svg-themify.js
generated
vendored
Normal file
231
Frontend-Learner/node_modules/quasar/icon-set/svg-themify.js
generated
vendored
Normal file
|
|
@ -0,0 +1,231 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (themify.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
tiCheck,
|
||||
tiAlert,
|
||||
tiInfoAlt,
|
||||
tiArrowUp,
|
||||
tiArrowRight,
|
||||
tiArrowDown,
|
||||
tiArrowLeft,
|
||||
tiArrowCircleDown,
|
||||
tiAngleLeft,
|
||||
tiAngleRight,
|
||||
tiBrushAlt,
|
||||
tiPanel,
|
||||
tiPalette,
|
||||
tiReload,
|
||||
tiAngleUp,
|
||||
tiAngleDown,
|
||||
tiControlRecord,
|
||||
tiLayoutSliderAlt,
|
||||
tiClose,
|
||||
tiTime,
|
||||
tiCalendar,
|
||||
tiItalic,
|
||||
tiUnderline,
|
||||
tiList,
|
||||
tiListOl,
|
||||
tiLink,
|
||||
tiFullscreen,
|
||||
tiQuoteRight,
|
||||
tiAlignLeft,
|
||||
tiAlignCenter,
|
||||
tiAlignRight,
|
||||
tiAlignJustify,
|
||||
tiPrinter,
|
||||
tiAngleDoubleLeft,
|
||||
tiAngleDoubleRight,
|
||||
tiText,
|
||||
tiSmallcap,
|
||||
tiMinus,
|
||||
tiShareAlt,
|
||||
tiShare,
|
||||
tiParagraph,
|
||||
tiShortcode,
|
||||
tiPlus,
|
||||
tiStar,
|
||||
tiPencil,
|
||||
tiControlPlay,
|
||||
tiSupport,
|
||||
tiCloudUp,
|
||||
tiLayoutMediaRight,
|
||||
tiLayoutPlaceholder
|
||||
} from '@quasar/extras/themify'
|
||||
|
||||
/* There are some icons that are needed but not available
|
||||
so we import them from MDI as svg */
|
||||
|
||||
import {
|
||||
mdiFormatBold,
|
||||
mdiFormatStrikethroughVariant,
|
||||
mdiFormatSubscript,
|
||||
mdiFormatSuperscript,
|
||||
mdiFormatClear,
|
||||
mdiFormatHeader1,
|
||||
mdiFormatHeader2,
|
||||
mdiFormatHeader3,
|
||||
mdiFormatHeader4,
|
||||
mdiFormatHeader5,
|
||||
mdiFormatHeader6,
|
||||
mdiCodeTags,
|
||||
mdiNumeric1Box,
|
||||
mdiNumeric2Box,
|
||||
mdiNumeric3Box,
|
||||
mdiNumeric4Box,
|
||||
mdiNumeric5Box,
|
||||
mdiNumeric6Box,
|
||||
mdiNumeric7Box,
|
||||
mdiFormatFont
|
||||
} from '@quasar/extras/mdi-v6'
|
||||
|
||||
|
||||
|
||||
export default {
|
||||
name: 'svg-themify',
|
||||
type: {
|
||||
positive: tiCheck,
|
||||
negative: tiAlert,
|
||||
info: tiInfoAlt,
|
||||
warning: tiAlert
|
||||
},
|
||||
arrow: {
|
||||
up: tiArrowUp,
|
||||
right: tiArrowRight,
|
||||
down: tiArrowDown,
|
||||
left: tiArrowLeft,
|
||||
dropdown: tiArrowCircleDown
|
||||
},
|
||||
chevron: {
|
||||
left: tiAngleLeft,
|
||||
right: tiAngleRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: tiBrushAlt,
|
||||
tune: tiPanel,
|
||||
palette: tiPalette
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: tiReload
|
||||
},
|
||||
carousel: {
|
||||
left: tiAngleLeft,
|
||||
right: tiAngleRight,
|
||||
up: tiAngleUp,
|
||||
down: tiAngleDown,
|
||||
navigationIcon: tiControlRecord,
|
||||
thumbnails: tiLayoutSliderAlt
|
||||
},
|
||||
chip: {
|
||||
remove: tiClose,
|
||||
selected: tiCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: tiAngleLeft,
|
||||
arrowRight: tiAngleRight,
|
||||
now: tiTime,
|
||||
today: tiCalendar
|
||||
},
|
||||
editor: {
|
||||
italic: tiItalic,
|
||||
underline: tiUnderline,
|
||||
unorderedList: tiList,
|
||||
orderedList: tiListOl,
|
||||
hyperlink: tiLink,
|
||||
toggleFullscreen: tiFullscreen,
|
||||
quote: tiQuoteRight,
|
||||
left: tiAlignLeft,
|
||||
center: tiAlignCenter,
|
||||
right: tiAlignRight,
|
||||
justify: tiAlignJustify,
|
||||
print: tiPrinter,
|
||||
outdent: tiAngleDoubleLeft,
|
||||
indent: tiAngleDoubleRight,
|
||||
formatting: tiText,
|
||||
fontSize: tiSmallcap,
|
||||
align: tiAlignLeft,
|
||||
hr: tiMinus,
|
||||
undo: tiShareAlt,
|
||||
redo: tiShare,
|
||||
heading: tiParagraph,
|
||||
size: tiSmallcap,
|
||||
viewSource: tiShortcode,
|
||||
|
||||
bold: mdiFormatBold,
|
||||
strikethrough: mdiFormatStrikethroughVariant,
|
||||
subscript: mdiFormatSubscript,
|
||||
superscript: mdiFormatSuperscript,
|
||||
removeFormat: mdiFormatClear,
|
||||
heading1: mdiFormatHeader1,
|
||||
heading2: mdiFormatHeader2,
|
||||
heading3: mdiFormatHeader3,
|
||||
heading4: mdiFormatHeader4,
|
||||
heading5: mdiFormatHeader5,
|
||||
heading6: mdiFormatHeader6,
|
||||
code: mdiCodeTags,
|
||||
size1: mdiNumeric1Box,
|
||||
size2: mdiNumeric2Box,
|
||||
size3: mdiNumeric3Box,
|
||||
size4: mdiNumeric4Box,
|
||||
size5: mdiNumeric5Box,
|
||||
size6: mdiNumeric6Box,
|
||||
size7: mdiNumeric7Box,
|
||||
font: mdiFormatFont
|
||||
},
|
||||
expansionItem: {
|
||||
icon: tiAngleDown,
|
||||
denseIcon: tiArrowCircleDown
|
||||
},
|
||||
fab: {
|
||||
icon: tiPlus,
|
||||
activeIcon: tiClose
|
||||
},
|
||||
field: {
|
||||
clear: tiClose,
|
||||
error: tiAlert
|
||||
},
|
||||
pagination: {
|
||||
first: tiAngleDoubleLeft,
|
||||
prev: tiAngleLeft,
|
||||
next: tiAngleRight,
|
||||
last: tiAngleDoubleRight
|
||||
},
|
||||
rating: {
|
||||
icon: tiStar
|
||||
},
|
||||
stepper: {
|
||||
done: tiCheck,
|
||||
active: tiPencil,
|
||||
error: tiAlert
|
||||
},
|
||||
tabs: {
|
||||
left: tiAngleLeft,
|
||||
right: tiAngleRight,
|
||||
up: tiAngleUp,
|
||||
down: tiAngleDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: tiArrowUp,
|
||||
warning: tiAlert,
|
||||
firstPage: tiAngleDoubleLeft,
|
||||
prevPage: tiAngleLeft,
|
||||
nextPage: tiAngleRight,
|
||||
lastPage: tiAngleDoubleRight
|
||||
},
|
||||
tree: {
|
||||
icon: tiControlPlay
|
||||
},
|
||||
uploader: {
|
||||
done: tiCheck,
|
||||
clear: tiClose,
|
||||
add: tiSupport,
|
||||
upload: tiCloudUp,
|
||||
removeQueue: tiLayoutMediaRight,
|
||||
removeUploaded: tiLayoutPlaceholder
|
||||
}
|
||||
}
|
||||
169
Frontend-Learner/node_modules/quasar/icon-set/themify.js
generated
vendored
Normal file
169
Frontend-Learner/node_modules/quasar/icon-set/themify.js
generated
vendored
Normal file
|
|
@ -0,0 +1,169 @@
|
|||
/* There are some icons that are needed but not available
|
||||
so we import them from MDI as svg */
|
||||
|
||||
import {
|
||||
mdiFormatBold,
|
||||
mdiFormatStrikethroughVariant,
|
||||
mdiFormatSubscript,
|
||||
mdiFormatSuperscript,
|
||||
mdiFormatClear,
|
||||
mdiFormatHeader1,
|
||||
mdiFormatHeader2,
|
||||
mdiFormatHeader3,
|
||||
mdiFormatHeader4,
|
||||
mdiFormatHeader5,
|
||||
mdiFormatHeader6,
|
||||
mdiCodeTags,
|
||||
mdiNumeric1Box,
|
||||
mdiNumeric2Box,
|
||||
mdiNumeric3Box,
|
||||
mdiNumeric4Box,
|
||||
mdiNumeric5Box,
|
||||
mdiNumeric6Box,
|
||||
mdiNumeric7Box,
|
||||
mdiFormatFont
|
||||
} from '@quasar/extras/mdi-v6'
|
||||
|
||||
export default {
|
||||
name: 'themify',
|
||||
type: {
|
||||
positive: 'ti-check',
|
||||
negative: 'ti-alert',
|
||||
info: 'ti-info-alt',
|
||||
warning: 'ti-alert'
|
||||
},
|
||||
arrow: {
|
||||
up: 'ti-arrow-up',
|
||||
right: 'ti-arrow-right',
|
||||
down: 'ti-arrow-down',
|
||||
left: 'ti-arrow-left',
|
||||
dropdown: 'ti-arrow-circle-down'
|
||||
},
|
||||
chevron: {
|
||||
left: 'ti-angle-left',
|
||||
right: 'ti-angle-right'
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: 'ti-brush-alt',
|
||||
tune: 'ti-panel',
|
||||
palette: 'ti-palette'
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: 'ti-reload'
|
||||
},
|
||||
carousel: {
|
||||
left: 'ti-angle-left',
|
||||
right: 'ti-angle-right',
|
||||
up: 'ti-angle-up',
|
||||
down: 'ti-angle-down',
|
||||
navigationIcon: 'ti-control-record',
|
||||
thumbnails: 'ti-layout-slider-alt'
|
||||
},
|
||||
chip: {
|
||||
remove: 'ti-close',
|
||||
selected: 'ti-check'
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: 'ti-angle-left',
|
||||
arrowRight: 'ti-angle-right',
|
||||
now: 'ti-time',
|
||||
today: 'ti-calendar'
|
||||
},
|
||||
editor: {
|
||||
italic: 'ti-Italic',
|
||||
underline: 'ti-underline',
|
||||
unorderedList: 'ti-list',
|
||||
orderedList: 'ti-list-ol',
|
||||
hyperlink: 'ti-link',
|
||||
toggleFullscreen: 'ti-fullscreen',
|
||||
quote: 'ti-quote-right',
|
||||
left: 'ti-align-left',
|
||||
center: 'ti-align-center',
|
||||
right: 'ti-align-right',
|
||||
justify: 'ti-align-justify',
|
||||
print: 'ti-printer',
|
||||
outdent: 'ti-angle-double-left',
|
||||
indent: 'ti-angle-double-right',
|
||||
formatting: 'ti-text',
|
||||
fontSize: 'ti-smallcap',
|
||||
align: 'ti-align-left',
|
||||
hr: 'ti-minus',
|
||||
undo: 'ti-share-alt',
|
||||
redo: 'ti-share',
|
||||
heading: 'ti-paragraph',
|
||||
size: 'ti-smallcap',
|
||||
viewSource: 'ti-shortcode',
|
||||
|
||||
bold: mdiFormatBold,
|
||||
strikethrough: mdiFormatStrikethroughVariant,
|
||||
subscript: mdiFormatSubscript,
|
||||
superscript: mdiFormatSuperscript,
|
||||
removeFormat: mdiFormatClear,
|
||||
heading1: mdiFormatHeader1,
|
||||
heading2: mdiFormatHeader2,
|
||||
heading3: mdiFormatHeader3,
|
||||
heading4: mdiFormatHeader4,
|
||||
heading5: mdiFormatHeader5,
|
||||
heading6: mdiFormatHeader6,
|
||||
code: mdiCodeTags,
|
||||
size1: mdiNumeric1Box,
|
||||
size2: mdiNumeric2Box,
|
||||
size3: mdiNumeric3Box,
|
||||
size4: mdiNumeric4Box,
|
||||
size5: mdiNumeric5Box,
|
||||
size6: mdiNumeric6Box,
|
||||
size7: mdiNumeric7Box,
|
||||
font: mdiFormatFont
|
||||
},
|
||||
expansionItem: {
|
||||
icon: 'ti-angle-down',
|
||||
denseIcon: 'ti-arrow-circle-down'
|
||||
},
|
||||
fab: {
|
||||
icon: 'ti-plus',
|
||||
activeIcon: 'ti-close'
|
||||
},
|
||||
field: {
|
||||
clear: 'ti-close',
|
||||
error: 'ti-alert'
|
||||
},
|
||||
pagination: {
|
||||
first: 'ti-angle-double-left',
|
||||
prev: 'ti-angle-left',
|
||||
next: 'ti-angle-right',
|
||||
last: 'ti-angle-double-right'
|
||||
},
|
||||
rating: {
|
||||
icon: 'ti-star'
|
||||
},
|
||||
stepper: {
|
||||
done: 'ti-check',
|
||||
active: 'ti-pencil',
|
||||
error: 'ti-alert'
|
||||
},
|
||||
tabs: {
|
||||
left: 'ti-angle-left',
|
||||
right: 'ti-angle-right',
|
||||
up: 'ti-angle-up',
|
||||
down: 'ti-angle-down'
|
||||
},
|
||||
table: {
|
||||
arrowUp: 'ti-arrow-up',
|
||||
warning: 'ti-alert',
|
||||
firstPage: 'ti-angle-double-left',
|
||||
prevPage: 'ti-angle-left',
|
||||
nextPage: 'ti-angle-right',
|
||||
lastPage: 'ti-angle-double-right'
|
||||
},
|
||||
tree: {
|
||||
icon: 'ti-control-play'
|
||||
},
|
||||
uploader: {
|
||||
done: 'ti-check',
|
||||
clear: 'ti-close',
|
||||
add: 'ti-support',
|
||||
upload: 'ti-cloud-up',
|
||||
removeQueue: 'ti-layout-media-right',
|
||||
removeUploaded: 'ti-layout-placeholder'
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue