@fangcha/vue
TypeScript icon, indicating that this package has built-in type declarations

0.79.0 • Public • Published

fc-vue

Components base on Vue.

Installation

# Use npm
npm install @fangcha/vue

# Or use yarn
yarn add @fangcha/vue

Files

src
├── FragmentProtocol.ts
├── RootView.ts
├── ViewController.ts
├── Vue+extends.ts
├── assets
│   ├── code-mirror.scss
│   ├── index.ts
│   ├── my-form-item.css
│   ├── my-pagination.css
│   ├── my-select.css
│   └── rich-text.scss
├── dialogs
│   ├── AlertTools.ts
│   ├── ConfirmDialog.ts
│   ├── CustomDialog.ts
│   ├── CustomDialogView.ts
│   ├── DialogBase.ts
│   ├── DialogUtils.ts
│   ├── DialogWrapper.ts
│   ├── ImagePreviewDialog.ts
│   ├── InformationDialog.ts
│   ├── JsonImportDialog.ts
│   ├── MultipleLinesInputDialog.ts
│   ├── MultiplePickerDialog.ts
│   ├── SimpleInputDialog.ts
│   ├── SimplePickerDialog.ts
│   ├── TextPreviewDialog.ts
│   ├── TypicalDialog.ts
│   ├── TypicalDialogView.ts
│   ├── html
│   │   ├── HtmlDisplayPanel.ts
│   │   ├── HtmlEditorDialog.ts
│   │   ├── HtmlPreviewDialog.ts
│   │   └── index.ts
│   └── index.ts
├── diff
│   ├── DiffInfosDialog.ts
│   ├── DiffTableView.ts
│   └── index.ts
├── drawers
│   ├── InformationDrawer.ts
│   ├── TypicalDrawer.ts
│   ├── TypicalDrawerView.ts
│   ├── drawer.scss
│   └── index.ts
├── i18n.ts
├── index.d.ts
├── index.ts
├── layouts
│   ├── NormalLayout.ts
│   ├── SingleUseLayout.ts
│   ├── SmartLayout.ts
│   ├── TypicalLayout.ts
│   └── index.ts
├── loading
│   ├── LoadingView.ts
│   ├── index.ts
│   └── loading.scss
├── pickers
│   ├── CommonPicker.ts
│   ├── FilterSelector.ts
│   ├── MultiplePicker.ts
│   ├── MyDatetimePicker.ts
│   ├── MySelect.ts
│   ├── StrMultiplePicker.ts
│   ├── SuggestionProtocol.ts
│   ├── SuggestionSelector.ts
│   └── index.ts
├── plugins
│   ├── element-ui-plugin.ts
│   └── vue-router-plugin.ts
├── sidebars
│   ├── SidebarModels.ts
│   └── index.ts
├── tables
│   ├── GridView.ts
│   ├── MyPagination.ts
│   ├── MyTableView.ts
│   ├── SimpleInfoTable.ts
│   ├── index.ts
│   └── table.scss
└── widgets
    ├── AttributedLabel.ts
    ├── CodeEditor.ts
    ├── JsonEditorDialog.ts
    ├── JsonPre.ts
    ├── LinkDropdownItem.ts
    ├── MaskSpan.ts
    ├── MyCheckbox.ts
    ├── MyRichTextPanel.ts
    ├── MySwitch.ts
    ├── MyTagsPanel.ts
    ├── OptionsEditor.ts
    ├── StringListPanel.ts
    ├── VariableRichLabel.ts
    └── index.ts
basic
├── FrontendPluginProtocol.ts
├── MyAxios.ts
└── index.ts
app
├── BasicApp.ts
├── BasicAppConfig.ts
├── BasicAppProtocol.ts
├── index.ts
├── kit.d.ts
└── views
    └── Page404.ts

Readme

Keywords

Package Sidebar

Install

npm i @fangcha/vue

Weekly Downloads

17

Version

0.79.0

License

MIT

Unpacked Size

167 kB

Total Files

134

Last publish

Collaborators

  • fangqk1991