File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/js/ui/uploader/tile-widget/src/components/file-icon.js
Back
import { FileIcon } from 'ui.icons.generator'; /** * @memberof BX.UI.Uploader */ export const FileIconComponent = { props: { name: { type: String, }, type: { type: String, }, color: { type: String, }, size: { type: Number, default: 36, }, }, mounted() { const icon = new FileIcon({ name: this.name, fileType: this.type, color: this.color, size: this.size, }); icon.renderTo(this.$el); }, template: '<span></span>', };
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.24 |
proxy
|
phpinfo
|
Settings