A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://js.devexpress.com/Vue/Documentation/Guide/Common/Modularity/DevExtreme_Modules_Structure/ below:

DevExtreme Vue - DevExtreme Modules Structure

DevExtreme Vue - DevExtreme Modules Structure

DevExtreme modules have the following structure.

animation

A folder containing modules that expose animation features.

frame

Exposes methods for working with animation.

Exports:

fx

Exposes an object that serves as a namespace for the methods that are used to animate UI elements.

Exports:

presets

Exposes a repository of animations.

Exports:

transition_executor

Exposes an object that serves as a namespace for the methods that are used to perform several specified animations at a time.

Exports:

core

A folder containing core modules.

config

Exposes the global configuration object.

Exports:

devices

Exposes the object that defines the device on which the application is running.

Exports:

guid

Exposes an object used to generate and hold the GUID.

Exports:

set_template_engine

Exposes a method that specifies a template engine.

Exports:

apply_changes

Exposes the applyChanges method.

Exports:

array_store

Exposes the ArrayStore data access component.

Exports:

custom_store

Exposes the CustomStore data access component.

Exports:

data_source

Exposes the DataSource object.

Exports:

endpoint_selector

Exposes an object used to get URLs that vary in a locally running application and the application running on production..

Exports:

errors

Exposes a method that enables you to handle errors that may occur within the DevExtreme Data Layer.

Exports:

local_store

Exposes the LocalStore data access component.

Exports:

odata

A folder containing modules exposing OData service.

context

Exposes the ODataContext data access component.

Exports:

store

Exposes the ODataStore data access component.

Exports:

utils

Exposes OData utility objects.

Exports:

query

Exposes a data query interface object.

Exports:

utils

Exposes utility objects provided by the DevExtreme data layer.

Exports:

events

Exposes an object that serves as a namespace for methods used for working with UI events.

Exports:

dblclick

Exposes the dxdblclick event.

require("events/dblclick");
remove

Exposes the dxremove event.

require("events/remove");
excel_exporter

Exposes the DevExpress.excelExporter object's methods.

Exports:

file_management

A folder containing modules that expose file management utilities.

custom_provider

Exposes the Custom file system provider.

Exports:

error

Exposes the File System Error.

Exports:

file_system_item

Exposes the File System Item.

Exports:

object_provider

Exposes the Object file system provider.

Exports:

provider_base

Exposes the base file system provider.

remote_provider

Exposes the Remote file system provider.

Exports:

upload_info

Exposes an object that provides information about the file upload session.

Exports:

integration

A folder containing modules that expose integration features.

jquery

The module that provides jQuery integration.

require("integration/jquery");
knockout

The module that provides Knockout integration.

require("integration/knockout");
localization

A folder containing modules that expose localization features.

Besides the listed modules, this folder contains the "messages" folder that provides access to json files containing localized messages. You can use them in the following way.

var deMessages = require('devextreme/localization/messages/de.json');
// ===== or =====
import deMessages from "devextreme/localization/messages/de.json";
globalize

IMPORTANT

The Globalize package is outdated and potentially unsafe.

Use Globalize at your own risk. We recommend switching to Intl for a more secure solution.

A folder that contains modules exposing Globalize integration features.

currency

The module required for custom currency formatting rather than USD.

require("/localization/globalize/currency");
// ===== or =====
import "devextreme/localization/globalize/currency";
date

The module required for custom date formatting.

require("/localization/globalize/date");
// ===== or =====
import "devextreme/localization/globalize/date";
message

The module required for using a custom message dictionary.

require("/localization/globalize/message");
// ===== or =====
import "devextreme/localization/globalize/message";
number

The module required for custom number formatting.

require("/localization/globalize/number");
// ===== or =====
import "devextreme/localization/globalize/number";
mobile

A folder containing modules that expose mobile utilities.

hide_top_overlay

Exposes the hideTopOverlay method.

Exports:

init_mobile_viewport

Exposes the initMobileViewport method.

Exports:

pdf_exporter

Exposes the DevExpress.pdfExporter object's methods.

Exports:

time_zone_utils

Exposes the utility object to work with time zones.

Exports:

ui

A folder that contains modules exposing UI components.

accordion

Exposes the Accordion UI component.

Exports:

action_sheet

Exposes the ActionSheet UI component.

Exports:

autocomplete

Exposes the AutoComplete UI component.

Exports:

box

Exposes the Box UI component.

Exports:

button

Exposes the Button UI component.

Exports:

button_group

Exposes the ButtonGroup UI component.

Exports:

calendar

Exposes the Calendar UI component.

Exports:

chat

Exposes the Chat UI component.

Exports:

check_box

Exposes the CheckBox UI component.

Exports:

ui.collection_widget.base color_box

Exposes the ColorBox UI component.

Exports:

context_menu

Exposes the ContextMenu UI component.

Exports:

data_grid

Exposes the DataGrid UI component.

Exports:

date_box

Exposes the DateBox UI component.

Exports:

date_range_box

Exposes the DateRangeBox UI component.

Exports:

defer_rendering

Exposes the DeferRendering UI component.

Exports:

diagram

Exposes the Diagram UI component.

Exports:

dialog

Exposes an object that serves as a namespace for methods displaying a message in an application/site.

Exports:

draggable

Exposes the Draggable UI component.

Exports:

drawer

Exposes the Drawer UI component.

Exports:

drop_down_box

Exposes the DropDownBox UI component.

Exports:

drop_down_button

Exposes the DropDownButton UI component.

Exports:

file_manager

Exposes the FileManager UI component.

Exports:

file_uploader

Exposes the FileUploader UI component.

Exports:

filter_builder

Exposes the FilterBuilder UI component.

Exports:

form

Exposes the Form UI component.

Exports:

gallery

Exposes the Gallery UI component.

Exports:

gantt

Exposes the Gantt UI component.

Exports:

html_editor

Exposes the HTML Editor UI component.

Exports:

list

Exposes the List UI component.

Exports:

load_indicator

Exposes the LoadIndicator UI component.

Exports:

load_panel

Exposes the LoadPanel UI component.

Exports:

lookup

Exposes the Lookup UI component.

Exports:

map

Exposes the Map UI component.

Exports:

menu

Exposes the Menu UI component.

Exports:

multi_view

Exposes the MultiView UI component.

Exports:

number_box

Exposes the NumberBox UI component.

Exports:

overlay

Exposes methods that work with overlay UI components.

Exports:

pivot_grid

Exposes the PivotGrid UI component.

Exports:

data_source

Exposes an object that provides acess to data for the PivotGrid data.

Exports:

xmla_store

Exposes the XmlaStore data access component.

Exports:

pivot_grid_field_chooser

Exposes the PivotGridFieldChooser UI component.

Exports:

popover

Exposes the Popover UI component.

Exports:

popup

Exposes the Popup UI component.

Exports:

progress_bar

Exposes the ProgressBar UI component.

Exports:

radio_group

Exposes the RadioGroup UI component.

Exports:

range_slider

Exposes the RangeSlider UI component.

Exports:

recurrence_editor

Exposes the RecurrenceEditor UI component.

Exports:

resizable

Exposes the Resizable UI component.

Exports:

responsive_box

Exposes the ResponsiveBox UI component.

Exports:

scheduler

Exposes the Scheduler UI component.

Exports:

scroll_view

Exposes the ScrollView UI component.

Exports:

select_box

Exposes the SelectBox UI component.

Exports:

slider

Exposes the Slider UI component.

Exports:

sortable

Exposes the Sortable UI component.

Exports:

speed_dial_action

Exposes the SpeedDialAction UI component.

Exports:

repaint_floating_action_button

Exposes the repaintFloatingActionButton method.

Exports:

splitter

Exposes the Splitter UI component.

Exports:

stepper

Exposes the Stepper UI component.

Exports:

switch

Exposes the Switch UI component.

Exports:

tabs

Exposes the Tabs UI component.

Exports:

tab_panel

Exposes the TabPanel UI component.

Exports:

tag_box

Exposes the TagBox UI component.

Exports:

text_area

Exposes the TextArea UI component.

Exports:

text_box

Exposes the TextBox UI component.

Exports:

themes

Exposes an object that serves as a namespace for the methods that work with DevExtreme CSS Themes.

Exports:

tile_view

Exposes the TileView UI component.

Exports:

toast

Exposes the Toast UI component.

Exports:

toolbar

Exposes the Toolbar UI component.

Exports:

tooltip

Exposes the Tooltip UI component.

Exports:

tree_list

Exposes the TreeList UI component.

Exports:

tree_view

Exposes the TreeView UI component.

Exports:

validation_engine

Exposes an object that serves as a namespace for the methods required to perform validation.

Exports:

validation_group

Exposes the ValidationGroup UI component.

Exports:

validation_summary

Exposes the ValidationSummary UI component.

Exports:

validator

Exposes the Validator UI component.

Exports:

utils

Exposes the common utility objects.

Exports:

viz

A folder containing modules that expose data visualization UI components.

bar_gauge

Exposes the BarGauge UI component.

Exports:

bullet

Exposes the Bullet UI component.

Exports:

chart

Exposes the Chart UI component.

Exports:

circular_gauge

Exposes the CircularGauge UI component.

Exports:

funnel

Exposes the Funnel UI component.

Exports:

linear_gauge

Exposes the LinearGauge UI component.

Exports:

palette

Exposes methods that control palettes.

Exports:

pie_chart

Exposes the PieChart UI component.

Exports:

polar_chart

Exposes the PolarChart UI component.

Exports:

range_selector

Exposes the RangeSelector UI component.

Exports:

sankey

Exposes the Sankey UI component.

Exports:

sparkline

Exposes the Sparkline UI component.

Exports:

themes

Exposes methods that control themes.

Exports:

tree_map

Exposes the TreeMap UI component.

Exports:

utils

Exposes utility methods.

Exports:

vector_map

Exposes the VectorMap UI component.

Exports:

projection

Exposes the DevExpress.viz.map.projection object.

Exports:

    require("viz/vector_map").projection;
    // ===== or =====
    import { projection } from "devextreme/viz/vector_map/projection";
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4