@aspectus/vue-tag
Component for custom tag usage inside components. It's used to replace vue built in `:is` mechanism because it's working in a slightly different way(do not know whether it's a bug or a feature).
Component for custom tag usage inside components. It's used to replace vue built in `:is` mechanism because it's working in a slightly different way(do not know whether it's a bug or a feature).
BEM directives for vue.
Controller for multiple/singular options selection.
Component for custom tag usage inside components. It's used to replace vue built in `:is` mechanism because it's working in a slightly different way(do not know whether it's a bug or a feature).
- `VueTrans` - добавляет во `Vue` метод **_**. Во Vue компонентах используем это так: * В `<template lang='pug>` - ```pug +b.ds-caption.H2 {{ _('Form Title') }} ui-input( :placeholder="_('Your name')" ) ``` * В `<script>` -
- `trans` - переводит все, на сегодняшний день, встроенные правила пакета `vee-validate`. И теперь они будут доступны в `rosetta`.
Functional component for rendering any scoped slot.
Set of function utilities to make bem classes generation easier.
Implementation of the element queries observer.
Simple event emitter/registry utility class.
Basement for permissions checking functionality.
Promise proxiyng mechanics to easily extend promise functionality.
Composable fetch API interface.
Template url getter function for `@aspectus/resource`.
Custom fetcher that adapts [superagent](https://github.com/visionmedia/superagent) library to the default Fetch API.
Utility component, that handles current route parameters change and url synchronization. Useful, for example, for a page filtering mechanism.
Mechanics for applying permissions check for vue router views and links.
Vue related utilities that makes development easier.
Component for handling state of user's interaction with some control element.
Vue mixin to control internal loading state.