@evance/evance-ui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -0
- package/dist/components/EvAvatar/EvAvatar.d.ts +83 -0
- package/dist/components/EvAvatar/EvAvatar.vue.d.ts +69 -0
- package/dist/components/EvAvatar/index.d.ts +2 -0
- package/dist/components/EvBadge/EvBadge.d.ts +135 -0
- package/dist/components/EvBadge/EvBadge.vue.d.ts +104 -0
- package/dist/components/EvBadge/index.d.ts +2 -0
- package/dist/components/EvButton/EvButton.d.ts +178 -0
- package/dist/components/EvButton/EvButton.vue.d.ts +111 -0
- package/dist/components/EvButton/index.d.ts +2 -0
- package/dist/components/EvButtonGroup/EvButtonGroup.d.ts +66 -0
- package/dist/components/EvButtonGroup/EvButtonGroup.vue.d.ts +56 -0
- package/dist/components/EvButtonGroup/index.d.ts +2 -0
- package/dist/components/EvButtonToggle/EvButtonToggle.d.ts +133 -0
- package/dist/components/EvButtonToggle/EvButtonToggle.vue.d.ts +102 -0
- package/dist/components/EvButtonToggle/index.d.ts +2 -0
- package/dist/components/EvCheckbox/EvCheckbox.d.ts +123 -0
- package/dist/components/EvCheckbox/EvCheckbox.vue.d.ts +84 -0
- package/dist/components/EvCheckbox/index.d.ts +2 -0
- package/dist/components/EvDateField/EvDateField.d.ts +237 -0
- package/dist/components/EvDateField/EvDateField.vue.d.ts +158 -0
- package/dist/components/EvDateField/index.d.ts +2 -0
- package/dist/components/EvDatePicker/EvDatePicker.d.ts +68 -0
- package/dist/components/EvDatePicker/EvDatePicker.vue.d.ts +55 -0
- package/dist/components/EvDatePicker/EvDatePickerMonth/EvDatePickerMonth.d.ts +81 -0
- package/dist/components/EvDatePicker/EvDatePickerMonth/EvDatePickerMonth.vue.d.ts +44 -0
- package/dist/components/EvDatePicker/EvDatePickerMonth/index.d.ts +2 -0
- package/dist/components/EvDatePicker/EvDatePickerMonths/EvDatePickerMonths.d.ts +8 -0
- package/dist/components/EvDatePicker/EvDatePickerMonths/EvDatePickerMonths.vue.d.ts +11 -0
- package/dist/components/EvDatePicker/EvDatePickerMonths/index.d.ts +2 -0
- package/dist/components/EvDatePicker/EvDatePickerYears/EvDatePickerYears.d.ts +20 -0
- package/dist/components/EvDatePicker/EvDatePickerYears/EvDatePickerYears.vue.d.ts +15 -0
- package/dist/components/EvDatePicker/EvDatePickerYears/index.d.ts +2 -0
- package/dist/components/EvDatePicker/index.d.ts +2 -0
- package/dist/components/EvDefaultsProvider/EvDefaultsProvider.d.ts +37 -0
- package/dist/components/EvDefaultsProvider/EvDefaultsProvider.vue.d.ts +24 -0
- package/dist/components/EvDefaultsProvider/index.d.ts +2 -0
- package/dist/components/EvDialog/EvDialog.d.ts +362 -0
- package/dist/components/EvDialog/EvDialog.vue.d.ts +266 -0
- package/dist/components/EvDialog/EvDialogBody.vue.d.ts +9 -0
- package/dist/components/EvDialog/EvDialogFooter.vue.d.ts +9 -0
- package/dist/components/EvDialog/EvDialogHeader.vue.d.ts +23 -0
- package/dist/components/EvDialog/EvDialogInstance.d.ts +12 -0
- package/dist/components/EvDialog/EvDialogRenderer.d.ts +61 -0
- package/dist/components/EvDialog/EvDialogServiceOpener.d.ts +36 -0
- package/dist/components/EvDialog/EvDialogTransition.vue.d.ts +27 -0
- package/dist/components/EvDialog/index.d.ts +2 -0
- package/dist/components/EvDivider/EvDivider.vue.d.ts +60 -0
- package/dist/components/EvDivider/index.d.ts +1 -0
- package/dist/components/EvDrawer/EvDrawer.d.ts +317 -0
- package/dist/components/EvDrawer/EvDrawer.vue.d.ts +227 -0
- package/dist/components/EvDrawer/EvDrawerInstance.d.ts +12 -0
- package/dist/components/EvDrawer/EvDrawerRenderer.d.ts +61 -0
- package/dist/components/EvDrawer/EvDrawerServiceOpener.d.ts +22 -0
- package/dist/components/EvDrawer/index.d.ts +2 -0
- package/dist/components/EvErrors/EvErrors.d.ts +37 -0
- package/dist/components/EvErrors/EvErrors.vue.d.ts +29 -0
- package/dist/components/EvErrors/index.d.ts +2 -0
- package/dist/components/EvForm/EvForm.d.ts +51 -0
- package/dist/components/EvForm/EvForm.vue.d.ts +60 -0
- package/dist/components/EvForm/index.d.ts +2 -0
- package/dist/components/EvGrid/EvBlock/EvBlock.d.ts +101 -0
- package/dist/components/EvGrid/EvBlock/EvBlock.vue.d.ts +50 -0
- package/dist/components/EvGrid/EvBlock/index.d.ts +2 -0
- package/dist/components/EvGrid/EvContainer/EvContainer.d.ts +67 -0
- package/dist/components/EvGrid/EvContainer/EvContainer.vue.d.ts +51 -0
- package/dist/components/EvGrid/EvContainer/index.d.ts +2 -0
- package/dist/components/EvGrid/EvLayout/EvLayout.d.ts +105 -0
- package/dist/components/EvGrid/EvLayout/EvLayout.vue.d.ts +53 -0
- package/dist/components/EvGrid/EvLayout/index.d.ts +2 -0
- package/dist/components/EvGrid/EvSpacer/EvSpacer.d.ts +22 -0
- package/dist/components/EvGrid/EvSpacer/EvSpacer.vue.d.ts +24 -0
- package/dist/components/EvGrid/EvSpacer/index.d.ts +2 -0
- package/dist/components/EvGrid/index.d.ts +4 -0
- package/dist/components/EvIcon/EvIcon.d.ts +47 -0
- package/dist/components/EvIcon/EvIcon.vue.d.ts +29 -0
- package/dist/components/EvIcon/index.d.ts +2 -0
- package/dist/components/EvImg/EvImg.d.ts +180 -0
- package/dist/components/EvImg/EvImg.vue.d.ts +121 -0
- package/dist/components/EvImg/index.d.ts +2 -0
- package/dist/components/EvKbd/EvKbd.d.ts +32 -0
- package/dist/components/EvKbd/EvKbd.vue.d.ts +28 -0
- package/dist/components/EvKbd/index.d.ts +2 -0
- package/dist/components/EvLabel/EvLabel.d.ts +29 -0
- package/dist/components/EvLabel/EvLabel.vue.d.ts +29 -0
- package/dist/components/EvLabel/index.d.ts +2 -0
- package/dist/components/EvList/EvList.d.ts +211 -0
- package/dist/components/EvList/EvList.vue.d.ts +147 -0
- package/dist/components/EvList/EvListChildren.vue.d.ts +21 -0
- package/dist/components/EvList/index.d.ts +2 -0
- package/dist/components/EvListItem/EvListItem.d.ts +108 -0
- package/dist/components/EvListItem/EvListItem.vue.d.ts +87 -0
- package/dist/components/EvListItem/index.d.ts +2 -0
- package/dist/components/EvLozenge/EvLozenge.vue.d.ts +48 -0
- package/dist/components/EvLozenge/index.d.ts +1 -0
- package/dist/components/EvMenu/EvMenu.d.ts +336 -0
- package/dist/components/EvMenu/EvMenu.vue.d.ts +256 -0
- package/dist/components/EvMenu/EvMenuTransition.vue.d.ts +15 -0
- package/dist/components/EvMenu/index.d.ts +3 -0
- package/dist/components/EvMenu/shared.d.ts +9 -0
- package/dist/components/EvMessage/EvMessage.d.ts +147 -0
- package/dist/components/EvMessage/EvMessage.vue.d.ts +107 -0
- package/dist/components/EvMessage/index.d.ts +2 -0
- package/dist/components/EvNotification/EvNotification.d.ts +169 -0
- package/dist/components/EvNotification/EvNotification.vue.d.ts +138 -0
- package/dist/components/EvNotification/index.d.ts +2 -0
- package/dist/components/EvNotifications/EvNotifications.d.ts +14 -0
- package/dist/components/EvNotifications/EvNotifications.vue.d.ts +3 -0
- package/dist/components/EvNotifications/EvNotificationsManager.d.ts +92 -0
- package/dist/components/EvNotifications/index.d.ts +3 -0
- package/dist/components/EvNumberField/EvNumberField.d.ts +389 -0
- package/dist/components/EvNumberField/EvNumberField.vue.d.ts +177 -0
- package/dist/components/EvNumberField/index.d.ts +2 -0
- package/dist/components/EvOverlay/EvOverlay.d.ts +264 -0
- package/dist/components/EvOverlay/EvOverlay.vue.d.ts +196 -0
- package/dist/components/EvOverlay/activator.d.ts +227 -0
- package/dist/components/EvOverlay/index.d.ts +5 -0
- package/dist/components/EvOverlay/position-strategy/connected-position.d.ts +15 -0
- package/dist/components/EvOverlay/position-strategy/index.d.ts +2 -0
- package/dist/components/EvOverlay/position-strategy/static-position.d.ts +10 -0
- package/dist/components/EvOverlay/position.d.ts +81 -0
- package/dist/components/EvOverlay/scroll-strategy/block-scroll.d.ts +8 -0
- package/dist/components/EvOverlay/scroll-strategy/close-scroll.d.ts +7 -0
- package/dist/components/EvOverlay/scroll-strategy/index.d.ts +3 -0
- package/dist/components/EvOverlay/scroll-strategy/reposition-scroll.d.ts +10 -0
- package/dist/components/EvOverlay/scroll.d.ts +47 -0
- package/dist/components/EvProgress/EvProgress.vue.d.ts +42 -0
- package/dist/components/EvProgress/index.d.ts +1 -0
- package/dist/components/EvProgressCircular/EvProgressCircular.vue.d.ts +58 -0
- package/dist/components/EvProgressCircular/index.d.ts +1 -0
- package/dist/components/EvQuickfind/EvQuickfind.vue.d.ts +35 -0
- package/dist/components/EvQuickfind/index.d.ts +1 -0
- package/dist/components/EvRadio/EvRadio.d.ts +90 -0
- package/dist/components/EvRadio/EvRadio.vue.d.ts +74 -0
- package/dist/components/EvRadio/index.d.ts +2 -0
- package/dist/components/EvRadioGroup/EvRadioGroup.d.ts +91 -0
- package/dist/components/EvRadioGroup/EvRadioGroup.vue.d.ts +65 -0
- package/dist/components/EvRadioGroup/index.d.ts +2 -0
- package/dist/components/EvResponsive/EvResponsive.d.ts +85 -0
- package/dist/components/EvResponsive/EvResponsive.vue.d.ts +44 -0
- package/dist/components/EvResponsive/index.d.ts +2 -0
- package/dist/components/EvSelect/EvSelect.d.ts +378 -0
- package/dist/components/EvSelect/EvSelect.vue.d.ts +288 -0
- package/dist/components/EvSelect/index.d.ts +2 -0
- package/dist/components/EvSelect/useScrolling.d.ts +14 -0
- package/dist/components/EvSlideGroup/EvSlideGroup.d.ts +151 -0
- package/dist/components/EvSlideGroup/EvSlideGroup.vue.d.ts +100 -0
- package/dist/components/EvSlideGroup/EvSlideGroupItem.vue.d.ts +36 -0
- package/dist/components/EvSlideGroup/helpers.d.ts +40 -0
- package/dist/components/EvSlideGroup/index.d.ts +3 -0
- package/dist/components/EvSurface/EvSurface.d.ts +84 -0
- package/dist/components/EvSurface/EvSurface.vue.d.ts +52 -0
- package/dist/components/EvSurface/index.d.ts +2 -0
- package/dist/components/EvSwitch/EvSwitch.d.ts +106 -0
- package/dist/components/EvSwitch/EvSwitch.vue.d.ts +84 -0
- package/dist/components/EvSwitch/index.d.ts +2 -0
- package/dist/components/EvTabs/EvTab/EvTab.d.ts +166 -0
- package/dist/components/EvTabs/EvTab/EvTab.vue.d.ts +118 -0
- package/dist/components/EvTabs/EvTab/index.d.ts +2 -0
- package/dist/components/EvTabs/EvTabs.d.ts +179 -0
- package/dist/components/EvTabs/EvTabs.vue.d.ts +132 -0
- package/dist/components/EvTabs/index.d.ts +3 -0
- package/dist/components/EvTag/EvTag.d.ts +199 -0
- package/dist/components/EvTag/EvTag.vue.d.ts +138 -0
- package/dist/components/EvTag/index.d.ts +2 -0
- package/dist/components/EvTagGroup/EvTagGroup.d.ts +184 -0
- package/dist/components/EvTagGroup/EvTagGroup.vue.d.ts +129 -0
- package/dist/components/EvTagGroup/index.d.ts +2 -0
- package/dist/components/EvTextarea/EvTextarea.d.ts +132 -0
- package/dist/components/EvTextarea/EvTextarea.vue.d.ts +110 -0
- package/dist/components/EvTextarea/index.d.ts +2 -0
- package/dist/components/EvTextfield/EvTextfield.d.ts +187 -0
- package/dist/components/EvTextfield/EvTextfield.vue.d.ts +147 -0
- package/dist/components/EvTextfield/index.d.ts +2 -0
- package/dist/components/EvTooltip/EvTooltip.d.ts +336 -0
- package/dist/components/EvTooltip/EvTooltip.vue.d.ts +261 -0
- package/dist/components/EvTooltip/index.d.ts +2 -0
- package/dist/components/EvTransition/EvTransition.d.ts +50 -0
- package/dist/components/EvTransition/index.d.ts +1 -0
- package/dist/components/EvTransition/transitions/createTransition.d.ts +11 -0
- package/dist/components/EvTransition/transitions/expandTransition.d.ts +47 -0
- package/dist/components/EvTransition/transitions/index.d.ts +6 -0
- package/dist/components/EvVirtualScroll/EvVirtualScroll.d.ts +112 -0
- package/dist/components/EvVirtualScroll/EvVirtualScroll.vue.d.ts +64 -0
- package/dist/components/EvVirtualScroll/EvVirtualScrollItem.vue.d.ts +34 -0
- package/dist/components/EvVirtualScroll/index.d.ts +2 -0
- package/dist/components/EvWindow/EvWindow.d.ts +146 -0
- package/dist/components/EvWindow/EvWindow.vue.d.ts +125 -0
- package/dist/components/EvWindow/EvWindowItem/EvWindowItem.d.ts +71 -0
- package/dist/components/EvWindow/EvWindowItem/EvWindowItem.vue.d.ts +55 -0
- package/dist/components/EvWindow/EvWindowItem/index.d.ts +2 -0
- package/dist/components/EvWindow/index.d.ts +3 -0
- package/dist/components/index.d.ts +47 -0
- package/dist/composables/component.d.ts +26 -0
- package/dist/composables/date/DateAdapter.d.ts +33 -0
- package/dist/composables/date/DefaultDateAdapter.d.ts +194 -0
- package/dist/composables/date/date.d.ts +68 -0
- package/dist/composables/date/index.d.ts +3 -0
- package/dist/composables/defaults.d.ts +46 -0
- package/dist/composables/delay.d.ts +28 -0
- package/dist/composables/dialog.d.ts +21 -0
- package/dist/composables/dimensions.d.ts +59 -0
- package/dist/composables/display.d.ts +157 -0
- package/dist/composables/drawer.d.ts +21 -0
- package/dist/composables/filter.d.ts +105 -0
- package/dist/composables/focus.d.ts +46 -0
- package/dist/composables/form.d.ts +78 -0
- package/dist/composables/group.d.ts +99 -0
- package/dist/composables/groupItem.d.ts +70 -0
- package/dist/composables/hasSlotWithContent.d.ts +13 -0
- package/dist/composables/icons.d.ts +12 -0
- package/dist/composables/index.d.ts +7 -0
- package/dist/composables/lazy.d.ts +23 -0
- package/dist/composables/lists/index.d.ts +6 -0
- package/dist/composables/lists/list-items.d.ts +159 -0
- package/dist/composables/lists/list.d.ts +26 -0
- package/dist/composables/lists/move-strategies.d.ts +0 -0
- package/dist/composables/lists/nested.d.ts +134 -0
- package/dist/composables/lists/open-strategies.d.ts +72 -0
- package/dist/composables/lists/open-strategy/index.d.ts +3 -0
- package/dist/composables/lists/open-strategy/list.d.ts +6 -0
- package/dist/composables/lists/open-strategy/multiple.d.ts +6 -0
- package/dist/composables/lists/open-strategy/single.d.ts +6 -0
- package/dist/composables/lists/select-strategies.d.ts +83 -0
- package/dist/composables/lists/select-strategy/cascade-leaf.d.ts +14 -0
- package/dist/composables/lists/select-strategy/index.d.ts +5 -0
- package/dist/composables/lists/select-strategy/multi-any.d.ts +10 -0
- package/dist/composables/lists/select-strategy/multi-leaf.d.ts +10 -0
- package/dist/composables/lists/select-strategy/single-any.d.ts +10 -0
- package/dist/composables/lists/select-strategy/single-leaf.d.ts +10 -0
- package/dist/composables/lists/sequenced.d.ts +11 -0
- package/dist/composables/locale.d.ts +31 -0
- package/dist/composables/modelProxy.d.ts +11 -0
- package/dist/composables/notification.d.ts +19 -0
- package/dist/composables/position.d.ts +19 -0
- package/dist/composables/resizeObserver.d.ts +13 -0
- package/dist/composables/rounded.d.ts +26 -0
- package/dist/composables/router.d.ts +75 -0
- package/dist/composables/scopeId.d.ts +5 -0
- package/dist/composables/selectLink.d.ts +9 -0
- package/dist/composables/size.d.ts +30 -0
- package/dist/composables/ssrBoot.d.ts +9 -0
- package/dist/composables/stack.d.ts +19 -0
- package/dist/composables/tag.d.ts +17 -0
- package/dist/composables/teleport.d.ts +13 -0
- package/dist/composables/toggleScope.d.ts +3 -0
- package/dist/composables/validation.d.ts +107 -0
- package/dist/composables/virtual.d.ts +43 -0
- package/dist/directives/click-outside.d.ts +50 -0
- package/dist/directives/index.d.ts +4 -0
- package/dist/directives/intersect.d.ts +32 -0
- package/dist/directives/slots.d.ts +7 -0
- package/dist/directives/touch.d.ts +52 -0
- package/dist/entry-bundler.d.ts +11 -0
- package/dist/evance-ui.cjs.js +5 -0
- package/dist/evance-ui.css +1 -0
- package/dist/evance-ui.es.d.ts +1 -0
- package/dist/evance-ui.es.js +10460 -0
- package/dist/evance-ui.umd.js +5 -0
- package/dist/framework.d.ts +27 -0
- package/dist/icons/brand/index.d.ts +20 -0
- package/dist/icons/editor/index.d.ts +105 -0
- package/dist/icons/index.d.ts +244 -0
- package/dist/locale/en.d.ts +25 -0
- package/dist/modules/Form/Form.d.ts +67 -0
- package/dist/modules/Form/FormField.d.ts +96 -0
- package/dist/modules/Locale/LocaleCode.d.ts +18 -0
- package/dist/modules/Locale/LocaleManager.d.ts +28 -0
- package/dist/modules/Locale/Localized.d.ts +40 -0
- package/dist/modules/NumberFormatter.d.ts +9 -0
- package/dist/modules/Translation/LanguagePack.d.ts +26 -0
- package/dist/modules/Translation/Pluralization.d.ts +30 -0
- package/dist/modules/Translation/Translatable.d.ts +21 -0
- package/dist/modules/Translation/TranslationCode.d.ts +28 -0
- package/dist/modules/Translation/Translator.d.ts +77 -0
- package/dist/services/dialog.d.ts +9 -0
- package/dist/services/drawer.d.ts +9 -0
- package/dist/services/index.d.ts +3 -0
- package/dist/services/notification.d.ts +9 -0
- package/dist/util/anchor.d.ts +62 -0
- package/dist/util/animate.d.ts +38 -0
- package/dist/util/appearance.d.ts +148 -0
- package/dist/util/array.d.ts +11 -0
- package/dist/util/bindProps.d.ts +12 -0
- package/dist/util/browser.d.ts +13 -0
- package/dist/util/children.d.ts +24 -0
- package/dist/util/components.d.ts +10 -0
- package/dist/util/console.d.ts +10 -0
- package/dist/util/dimensions.d.ts +92 -0
- package/dist/util/events.d.ts +68 -0
- package/dist/util/helpers.d.ts +161 -0
- package/dist/util/index.d.ts +23 -0
- package/dist/util/injectSelf.d.ts +3 -0
- package/dist/util/is-functions.d.ts +100 -0
- package/dist/util/isFixedPosition.d.ts +1 -0
- package/dist/util/keyboard.d.ts +24 -0
- package/dist/util/modifiers.d.ts +27 -0
- package/dist/util/numbers.d.ts +9 -0
- package/dist/util/props.d.ts +62 -0
- package/dist/util/scroll.d.ts +51 -0
- package/dist/util/strings.d.ts +91 -0
- package/dist/util/style.d.ts +7 -0
- package/dist/util/units.d.ts +24 -0
- package/package.json +77 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { DefaultsOptions } from './composables/defaults.ts';
|
|
2
|
+
import { DateOptions } from './composables/date/date.ts';
|
|
3
|
+
import { LocaleOptions } from './modules/Locale/LocaleManager.ts';
|
|
4
|
+
import { App } from 'vue';
|
|
5
|
+
import { DisplayOptions, SSROptions } from './composables/display.ts';
|
|
6
|
+
|
|
7
|
+
export interface EvanceUiOptions {
|
|
8
|
+
blueprint?: Blueprint;
|
|
9
|
+
components?: Record<string, any>;
|
|
10
|
+
date?: DateOptions;
|
|
11
|
+
defaults?: DefaultsOptions;
|
|
12
|
+
directives?: Record<string, any>;
|
|
13
|
+
display?: DisplayOptions;
|
|
14
|
+
locale?: LocaleOptions;
|
|
15
|
+
ssr?: SSROptions;
|
|
16
|
+
services?: Record<string, any>;
|
|
17
|
+
}
|
|
18
|
+
export interface Blueprint extends Omit<EvanceUiOptions, 'blueprint'> {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* # Create Evance UI
|
|
22
|
+
* @param evanceUi
|
|
23
|
+
*/
|
|
24
|
+
export declare function createEvanceUi(evanceUi?: EvanceUiOptions): {
|
|
25
|
+
install: (app: App) => void;
|
|
26
|
+
display: import('./composables/display.ts').DisplayInstance;
|
|
27
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export { default as Amazon } from './glyph/Amazon.svg';
|
|
2
|
+
export { default as Apple } from './glyph/Apple.svg';
|
|
3
|
+
export { default as Behance } from './glyph/Behance.svg';
|
|
4
|
+
export { default as Bitbucket } from './glyph/Bitbucket.svg';
|
|
5
|
+
export { default as Dribbble } from './glyph/Dribbble.svg';
|
|
6
|
+
export { default as Facebook } from './glyph/Facebook.svg';
|
|
7
|
+
export { default as Flickr } from './glyph/Flickr.svg';
|
|
8
|
+
export { default as GitHub } from './glyph/GitHub.svg';
|
|
9
|
+
export { default as Google } from './glyph/Google.svg';
|
|
10
|
+
export { default as HubSpot } from './glyph/HubSpot.svg';
|
|
11
|
+
export { default as Instagram } from './glyph/Instagram.svg';
|
|
12
|
+
export { default as LinkedIn } from './glyph/LinkedIn.svg';
|
|
13
|
+
export { default as PayPal } from './glyph/PayPal.svg';
|
|
14
|
+
export { default as Pinterest } from './glyph/Pinterest.svg';
|
|
15
|
+
export { default as TikTok } from './glyph/TikTok.svg';
|
|
16
|
+
export { default as Twitch } from './glyph/Twitch.svg';
|
|
17
|
+
export { default as Twitter } from './glyph/Twitter.svg';
|
|
18
|
+
export { default as Vimeo } from './glyph/Vimeo.svg';
|
|
19
|
+
export { default as X } from './glyph/X.svg';
|
|
20
|
+
export { default as YouTube } from './glyph/YouTube.svg';
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
export { default as AlignItemsBottom } from './glyph/AlignItemsBottom.svg';
|
|
2
|
+
export { default as AlignItemsMiddle } from './glyph/AlignItemsMiddle.svg';
|
|
3
|
+
export { default as AlignItemsTop } from './glyph/AlignItemsTop.svg';
|
|
4
|
+
export { default as Bold } from './glyph/Bold.svg';
|
|
5
|
+
export { default as CellMerge } from './glyph/CellMerge.svg';
|
|
6
|
+
export { default as CellSplit } from './glyph/CellSplit.svg';
|
|
7
|
+
export { default as ClearFormatting } from './glyph/ClearFormatting.svg';
|
|
8
|
+
export { default as Code } from './glyph/Code.svg';
|
|
9
|
+
export { default as CodeFill } from './glyph/CodeFill.svg';
|
|
10
|
+
export { default as ColorBucket } from './glyph/ColorBucket.svg';
|
|
11
|
+
export { default as ColorDroplet } from './glyph/ColorDroplet.svg';
|
|
12
|
+
export { default as ColorDropletFill } from './glyph/ColorDropletFill.svg';
|
|
13
|
+
export { default as ColorDropletHalf } from './glyph/ColorDropletHalf.svg';
|
|
14
|
+
export { default as ColorDropletOff } from './glyph/ColorDropletOff.svg';
|
|
15
|
+
export { default as ColorPalette } from './glyph/ColorPalette.svg';
|
|
16
|
+
export { default as ColorPipette } from './glyph/ColorPipette.svg';
|
|
17
|
+
export { default as ColumnAddAfter } from './glyph/ColumnAddAfter.svg';
|
|
18
|
+
export { default as ColumnAddBefore } from './glyph/ColumnAddBefore.svg';
|
|
19
|
+
export { default as ColumnMoveLeft } from './glyph/ColumnMoveLeft.svg';
|
|
20
|
+
export { default as ColumnMoveRight } from './glyph/ColumnMoveRight.svg';
|
|
21
|
+
export { default as Columns } from './glyph/Columns.svg';
|
|
22
|
+
export { default as DeviceDesktop } from './glyph/DeviceDesktop.svg';
|
|
23
|
+
export { default as DeviceMobile } from './glyph/DeviceMobile.svg';
|
|
24
|
+
export { default as DeviceTablet } from './glyph/DeviceTablet.svg';
|
|
25
|
+
export { default as DimensionAngle } from './glyph/DimensionAngle.svg';
|
|
26
|
+
export { default as DimensionHeight } from './glyph/DimensionHeight.svg';
|
|
27
|
+
export { default as DimensionWidth } from './glyph/DimensionWidth.svg';
|
|
28
|
+
export { default as DistributeHorizontal } from './glyph/DistributeHorizontal.svg';
|
|
29
|
+
export { default as DistributeVertical } from './glyph/DistributeVertical.svg';
|
|
30
|
+
export { default as FontSizeScaling } from './glyph/FontSizeScaling.svg';
|
|
31
|
+
export { default as Gap } from './glyph/Gap.svg';
|
|
32
|
+
export { default as HeadingFill } from './glyph/HeadingFill.svg';
|
|
33
|
+
export { default as Image } from './glyph/Image.svg';
|
|
34
|
+
export { default as ImageBrightness } from './glyph/ImageBrightness.svg';
|
|
35
|
+
export { default as ImageContrast } from './glyph/ImageContrast.svg';
|
|
36
|
+
export { default as ImageCrop } from './glyph/ImageCrop.svg';
|
|
37
|
+
export { default as ImageFlipH } from './glyph/ImageFlipH.svg';
|
|
38
|
+
export { default as ImageFlipV } from './glyph/ImageFlipV.svg';
|
|
39
|
+
export { default as ImageRotate } from './glyph/ImageRotate.svg';
|
|
40
|
+
export { default as ImageScale } from './glyph/ImageScale.svg';
|
|
41
|
+
export { default as Italics } from './glyph/Italics.svg';
|
|
42
|
+
export { default as ItalicsOff } from './glyph/ItalicsOff.svg';
|
|
43
|
+
export { default as JustifyContentCenter } from './glyph/JustifyContentCenter.svg';
|
|
44
|
+
export { default as JustifyContentLeft } from './glyph/JustifyContentLeft.svg';
|
|
45
|
+
export { default as JustifyContentRight } from './glyph/JustifyContentRight.svg';
|
|
46
|
+
export { default as KeyframeAdd } from './glyph/KeyframeAdd.svg';
|
|
47
|
+
export { default as LetterSpacing } from './glyph/LetterSpacing.svg';
|
|
48
|
+
export { default as LineHeight } from './glyph/LineHeight.svg';
|
|
49
|
+
export { default as LineThickness } from './glyph/LineThickness.svg';
|
|
50
|
+
export { default as Link } from './glyph/Link.svg';
|
|
51
|
+
export { default as LinkExternal } from './glyph/LinkExternal.svg';
|
|
52
|
+
export { default as ListBullet } from './glyph/ListBullet.svg';
|
|
53
|
+
export { default as ListNumbered } from './glyph/ListNumbered.svg';
|
|
54
|
+
export { default as Lowercase } from './glyph/Lowercase.svg';
|
|
55
|
+
export { default as MagicWand } from './glyph/MagicWand.svg';
|
|
56
|
+
export { default as Overline } from './glyph/Overline.svg';
|
|
57
|
+
export { default as Padding } from './glyph/Padding.svg';
|
|
58
|
+
export { default as PaddingBottom } from './glyph/PaddingBottom.svg';
|
|
59
|
+
export { default as PaddingHorizontal } from './glyph/PaddingHorizontal.svg';
|
|
60
|
+
export { default as PaddingLeft } from './glyph/PaddingLeft.svg';
|
|
61
|
+
export { default as PaddingRight } from './glyph/PaddingRight.svg';
|
|
62
|
+
export { default as PaddingTop } from './glyph/PaddingTop.svg';
|
|
63
|
+
export { default as PaddingVertical } from './glyph/PaddingVertical.svg';
|
|
64
|
+
export { default as ParagraphFill } from './glyph/ParagraphFill.svg';
|
|
65
|
+
export { default as ParagraphSpacing } from './glyph/ParagraphSpacing.svg';
|
|
66
|
+
export { default as Pause } from './glyph/Pause.svg';
|
|
67
|
+
export { default as Play } from './glyph/Play.svg';
|
|
68
|
+
export { default as PositionX } from './glyph/PositionX.svg';
|
|
69
|
+
export { default as PositionY } from './glyph/PositionY.svg';
|
|
70
|
+
export { default as Quote } from './glyph/Quote.svg';
|
|
71
|
+
export { default as Radius } from './glyph/Radius.svg';
|
|
72
|
+
export { default as RadiusBottomLeft } from './glyph/RadiusBottomLeft.svg';
|
|
73
|
+
export { default as RadiusBottomRight } from './glyph/RadiusBottomRight.svg';
|
|
74
|
+
export { default as RadiusTopLeft } from './glyph/RadiusTopLeft.svg';
|
|
75
|
+
export { default as RadiusTopRight } from './glyph/RadiusTopRight.svg';
|
|
76
|
+
export { default as Replay } from './glyph/Replay.svg';
|
|
77
|
+
export { default as RowAddAfter } from './glyph/RowAddAfter.svg';
|
|
78
|
+
export { default as RowAddBefore } from './glyph/RowAddBefore.svg';
|
|
79
|
+
export { default as RowMoveDown } from './glyph/RowMoveDown.svg';
|
|
80
|
+
export { default as RowMoveUp } from './glyph/RowMoveUp.svg';
|
|
81
|
+
export { default as Rows } from './glyph/Rows.svg';
|
|
82
|
+
export { default as SkipNext } from './glyph/SkipNext.svg';
|
|
83
|
+
export { default as SkipPrevious } from './glyph/SkipPrevious.svg';
|
|
84
|
+
export { default as Stop } from './glyph/Stop.svg';
|
|
85
|
+
export { default as Strikethrough } from './glyph/Strikethrough.svg';
|
|
86
|
+
export { default as Table } from './glyph/Table.svg';
|
|
87
|
+
export { default as Template } from './glyph/Template.svg';
|
|
88
|
+
export { default as TextCenter } from './glyph/TextCenter.svg';
|
|
89
|
+
export { default as TextIndent } from './glyph/TextIndent.svg';
|
|
90
|
+
export { default as TextJustify } from './glyph/TextJustify.svg';
|
|
91
|
+
export { default as TextLeft } from './glyph/TextLeft.svg';
|
|
92
|
+
export { default as TextOutdent } from './glyph/TextOutdent.svg';
|
|
93
|
+
export { default as TextRight } from './glyph/TextRight.svg';
|
|
94
|
+
export { default as Tidy } from './glyph/Tidy.svg';
|
|
95
|
+
export { default as TidyHorizontal } from './glyph/TidyHorizontal.svg';
|
|
96
|
+
export { default as TidyVertical } from './glyph/TidyVertical.svg';
|
|
97
|
+
export { default as Titlecase } from './glyph/Titlecase.svg';
|
|
98
|
+
export { default as Underline } from './glyph/Underline.svg';
|
|
99
|
+
export { default as Unlink } from './glyph/Unlink.svg';
|
|
100
|
+
export { default as Uppercase } from './glyph/Uppercase.svg';
|
|
101
|
+
export { default as VectorPath } from './glyph/VectorPath.svg';
|
|
102
|
+
export { default as VerticalAlignBottom } from './glyph/VerticalAlignBottom.svg';
|
|
103
|
+
export { default as VerticalAlignMiddle } from './glyph/VerticalAlignMiddle.svg';
|
|
104
|
+
export { default as VerticalAlignTop } from './glyph/VerticalAlignTop.svg';
|
|
105
|
+
export { default as Video } from './glyph/Video.svg';
|
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
export { default as Address } from './glyph/Address.svg';
|
|
2
|
+
export { default as Alarm } from './glyph/Alarm.svg';
|
|
3
|
+
export { default as Apps } from './glyph/Apps.svg';
|
|
4
|
+
export { default as ArrowBack } from './glyph/ArrowBack.svg';
|
|
5
|
+
export { default as ArrowContinue } from './glyph/ArrowContinue.svg';
|
|
6
|
+
export { default as ArrowDown } from './glyph/ArrowDown.svg';
|
|
7
|
+
export { default as ArrowLeft } from './glyph/ArrowLeft.svg';
|
|
8
|
+
export { default as ArrowReturn } from './glyph/ArrowReturn.svg';
|
|
9
|
+
export { default as ArrowRight } from './glyph/ArrowRight.svg';
|
|
10
|
+
export { default as ArrowShuffle } from './glyph/ArrowShuffle.svg';
|
|
11
|
+
export { default as ArrowUp } from './glyph/ArrowUp.svg';
|
|
12
|
+
export { default as AsideMenu } from './glyph/AsideMenu.svg';
|
|
13
|
+
export { default as Attachment } from './glyph/Attachment.svg';
|
|
14
|
+
export { default as Audio } from './glyph/Audio.svg';
|
|
15
|
+
export { default as Bank } from './glyph/Bank.svg';
|
|
16
|
+
export { default as Barcode } from './glyph/Barcode.svg';
|
|
17
|
+
export { default as Bell } from './glyph/Bell.svg';
|
|
18
|
+
export { default as BellFill } from './glyph/BellFill.svg';
|
|
19
|
+
export { default as Bookmark } from './glyph/Bookmark.svg';
|
|
20
|
+
export { default as BookmarkFill } from './glyph/BookmarkFill.svg';
|
|
21
|
+
export { default as BookmarkPlus } from './glyph/BookmarkPlus.svg';
|
|
22
|
+
export { default as Box } from './glyph/Box.svg';
|
|
23
|
+
export { default as BoxFill } from './glyph/BoxFill.svg';
|
|
24
|
+
export { default as Bug } from './glyph/Bug.svg';
|
|
25
|
+
export { default as BuyXGetY } from './glyph/BuyXGetY.svg';
|
|
26
|
+
export { default as Calculate } from './glyph/Calculate.svg';
|
|
27
|
+
export { default as Calendar } from './glyph/Calendar.svg';
|
|
28
|
+
export { default as Cancel } from './glyph/Cancel.svg';
|
|
29
|
+
export { default as CancelCircle } from './glyph/CancelCircle.svg';
|
|
30
|
+
export { default as Cart } from './glyph/Cart.svg';
|
|
31
|
+
export { default as CartFill } from './glyph/CartFill.svg';
|
|
32
|
+
export { default as CartOff } from './glyph/CartOff.svg';
|
|
33
|
+
export { default as Categories } from './glyph/Categories.svg';
|
|
34
|
+
export { default as CategoriesFill } from './glyph/CategoriesFill.svg';
|
|
35
|
+
export { default as CategoriesOff } from './glyph/CategoriesOff.svg';
|
|
36
|
+
export { default as ChartBands } from './glyph/ChartBands.svg';
|
|
37
|
+
export { default as ChartBar } from './glyph/ChartBar.svg';
|
|
38
|
+
export { default as ChartLine } from './glyph/ChartLine.svg';
|
|
39
|
+
export { default as ChartPie } from './glyph/ChartPie.svg';
|
|
40
|
+
export { default as ChartPieFill } from './glyph/ChartPieFill.svg';
|
|
41
|
+
export { default as Check } from './glyph/Check.svg';
|
|
42
|
+
export { default as CheckCircle } from './glyph/CheckCircle.svg';
|
|
43
|
+
export { default as ChevronDown } from './glyph/ChevronDown.svg';
|
|
44
|
+
export { default as ChevronLeft } from './glyph/ChevronLeft.svg';
|
|
45
|
+
export { default as ChevronRight } from './glyph/ChevronRight.svg';
|
|
46
|
+
export { default as ChevronUp } from './glyph/ChevronUp.svg';
|
|
47
|
+
export { default as Cloud } from './glyph/Cloud.svg';
|
|
48
|
+
export { default as CloudFill } from './glyph/CloudFill.svg';
|
|
49
|
+
export { default as Collapse } from './glyph/Collapse.svg';
|
|
50
|
+
export { default as CollapseX } from './glyph/CollapseX.svg';
|
|
51
|
+
export { default as CollapseY } from './glyph/CollapseY.svg';
|
|
52
|
+
export { default as Comment } from './glyph/Comment.svg';
|
|
53
|
+
export { default as CommentFill } from './glyph/CommentFill.svg';
|
|
54
|
+
export { default as Company } from './glyph/Company.svg';
|
|
55
|
+
export { default as Components } from './glyph/Components.svg';
|
|
56
|
+
export { default as Configure } from './glyph/Configure.svg';
|
|
57
|
+
export { default as Connection } from './glyph/Connection.svg';
|
|
58
|
+
export { default as ConnectionOff } from './glyph/ConnectionOff.svg';
|
|
59
|
+
export { default as Contacts } from './glyph/Contacts.svg';
|
|
60
|
+
export { default as ContactsFill } from './glyph/ContactsFill.svg';
|
|
61
|
+
export { default as Copy } from './glyph/Copy.svg';
|
|
62
|
+
export { default as Coupon } from './glyph/Coupon.svg';
|
|
63
|
+
export { default as CouponFill } from './glyph/CouponFill.svg';
|
|
64
|
+
export { default as Crown } from './glyph/Crown.svg';
|
|
65
|
+
export { default as CurrencyDollar } from './glyph/CurrencyDollar.svg';
|
|
66
|
+
export { default as CurrencyEuro } from './glyph/CurrencyEuro.svg';
|
|
67
|
+
export { default as CurrencyPound } from './glyph/CurrencyPound.svg';
|
|
68
|
+
export { default as CurrencyYen } from './glyph/CurrencyYen.svg';
|
|
69
|
+
export { default as Cycle } from './glyph/Cycle.svg';
|
|
70
|
+
export { default as Danger } from './glyph/Danger.svg';
|
|
71
|
+
export { default as Delete } from './glyph/Delete.svg';
|
|
72
|
+
export { default as DeleteFill } from './glyph/DeleteFill.svg';
|
|
73
|
+
export { default as Discount } from './glyph/Discount.svg';
|
|
74
|
+
export { default as DiscountFill } from './glyph/DiscountFill.svg';
|
|
75
|
+
export { default as Dot } from './glyph/Dot.svg';
|
|
76
|
+
export { default as Download } from './glyph/Download.svg';
|
|
77
|
+
export { default as Downloadable } from './glyph/Downloadable.svg';
|
|
78
|
+
export { default as Drag } from './glyph/Drag.svg';
|
|
79
|
+
export { default as Draggable } from './glyph/Draggable.svg';
|
|
80
|
+
export { default as DropMenu } from './glyph/DropMenu.svg';
|
|
81
|
+
export { default as Edit } from './glyph/Edit.svg';
|
|
82
|
+
export { default as Ellipsis } from './glyph/Ellipsis.svg';
|
|
83
|
+
export { default as Email } from './glyph/Email.svg';
|
|
84
|
+
export { default as EmailFill } from './glyph/EmailFill.svg';
|
|
85
|
+
export { default as Evance } from './glyph/Evance.svg';
|
|
86
|
+
export { default as EvanceCircle } from './glyph/EvanceCircle.svg';
|
|
87
|
+
export { default as Exit } from './glyph/Exit.svg';
|
|
88
|
+
export { default as Expand } from './glyph/Expand.svg';
|
|
89
|
+
export { default as ExpandX } from './glyph/ExpandX.svg';
|
|
90
|
+
export { default as ExpandY } from './glyph/ExpandY.svg';
|
|
91
|
+
export { default as Export } from './glyph/Export.svg';
|
|
92
|
+
export { default as FaceDissatisfied } from './glyph/FaceDissatisfied.svg';
|
|
93
|
+
export { default as FaceDissatisfiedFill } from './glyph/FaceDissatisfiedFill.svg';
|
|
94
|
+
export { default as FaceHappy } from './glyph/FaceHappy.svg';
|
|
95
|
+
export { default as FaceHappyFill } from './glyph/FaceHappyFill.svg';
|
|
96
|
+
export { default as FaceNeutral } from './glyph/FaceNeutral.svg';
|
|
97
|
+
export { default as FaceNeutralFill } from './glyph/FaceNeutralFill.svg';
|
|
98
|
+
export { default as FaceSad } from './glyph/FaceSad.svg';
|
|
99
|
+
export { default as FaceSadFill } from './glyph/FaceSadFill.svg';
|
|
100
|
+
export { default as FaceSatisfied } from './glyph/FaceSatisfied.svg';
|
|
101
|
+
export { default as FaceSatisfiedFill } from './glyph/FaceSatisfiedFill.svg';
|
|
102
|
+
export { default as FaceVeryHappy } from './glyph/FaceVeryHappy.svg';
|
|
103
|
+
export { default as FaceVeryHappyFill } from './glyph/FaceVeryHappyFill.svg';
|
|
104
|
+
export { default as FaceWondering } from './glyph/FaceWondering.svg';
|
|
105
|
+
export { default as FaceWonderingFill } from './glyph/FaceWonderingFill.svg';
|
|
106
|
+
export { default as FieldInput } from './glyph/FieldInput.svg';
|
|
107
|
+
export { default as File } from './glyph/File.svg';
|
|
108
|
+
export { default as Filter } from './glyph/Filter.svg';
|
|
109
|
+
export { default as Flag } from './glyph/Flag.svg';
|
|
110
|
+
export { default as FlagFill } from './glyph/FlagFill.svg';
|
|
111
|
+
export { default as Folder } from './glyph/Folder.svg';
|
|
112
|
+
export { default as FolderAdd } from './glyph/FolderAdd.svg';
|
|
113
|
+
export { default as FolderFill } from './glyph/FolderFill.svg';
|
|
114
|
+
export { default as FolderOpen } from './glyph/FolderOpen.svg';
|
|
115
|
+
export { default as Font } from './glyph/Font.svg';
|
|
116
|
+
export { default as Forbidden } from './glyph/Forbidden.svg';
|
|
117
|
+
export { default as Form } from './glyph/Form.svg';
|
|
118
|
+
export { default as Frame } from './glyph/Frame.svg';
|
|
119
|
+
export { default as Gift } from './glyph/Gift.svg';
|
|
120
|
+
export { default as Heart } from './glyph/Heart.svg';
|
|
121
|
+
export { default as HeartFill } from './glyph/HeartFill.svg';
|
|
122
|
+
export { default as Help } from './glyph/Help.svg';
|
|
123
|
+
export { default as History } from './glyph/History.svg';
|
|
124
|
+
export { default as Home } from './glyph/Home.svg';
|
|
125
|
+
export { default as HomeFill } from './glyph/HomeFill.svg';
|
|
126
|
+
export { default as Https } from './glyph/Https.svg';
|
|
127
|
+
export { default as HttpsOff } from './glyph/HttpsOff.svg';
|
|
128
|
+
export { default as Image } from './glyph/Image.svg';
|
|
129
|
+
export { default as ImageFrames } from './glyph/ImageFrames.svg';
|
|
130
|
+
export { default as Import } from './glyph/Import.svg';
|
|
131
|
+
export { default as Important } from './glyph/Important.svg';
|
|
132
|
+
export { default as ImportantFill } from './glyph/ImportantFill.svg';
|
|
133
|
+
export { default as Inbox } from './glyph/Inbox.svg';
|
|
134
|
+
export { default as InboxFill } from './glyph/InboxFill.svg';
|
|
135
|
+
export { default as Info } from './glyph/Info.svg';
|
|
136
|
+
export { default as Inventory } from './glyph/Inventory.svg';
|
|
137
|
+
export { default as InventoryFill } from './glyph/InventoryFill.svg';
|
|
138
|
+
export { default as Invoice } from './glyph/Invoice.svg';
|
|
139
|
+
export { default as InvoiceFill } from './glyph/InvoiceFill.svg';
|
|
140
|
+
export { default as Key } from './glyph/Key.svg';
|
|
141
|
+
export { default as Launch } from './glyph/Launch.svg';
|
|
142
|
+
export { default as LightningBolt } from './glyph/LightningBolt.svg';
|
|
143
|
+
export { default as Manufacturer } from './glyph/Manufacturer.svg';
|
|
144
|
+
export { default as ManufacturerOff } from './glyph/ManufacturerOff.svg';
|
|
145
|
+
export { default as MediaLibrary } from './glyph/MediaLibrary.svg';
|
|
146
|
+
export { default as Menu } from './glyph/Menu.svg';
|
|
147
|
+
export { default as Metafield } from './glyph/Metafield.svg';
|
|
148
|
+
export { default as Minus } from './glyph/Minus.svg';
|
|
149
|
+
export { default as MinusCircle } from './glyph/MinusCircle.svg';
|
|
150
|
+
export { default as Note } from './glyph/Note.svg';
|
|
151
|
+
export { default as Packing } from './glyph/Packing.svg';
|
|
152
|
+
export { default as Pages } from './glyph/Pages.svg';
|
|
153
|
+
export { default as PagesFill } from './glyph/PagesFill.svg';
|
|
154
|
+
export { default as Payments } from './glyph/Payments.svg';
|
|
155
|
+
export { default as PaymentsFill } from './glyph/PaymentsFill.svg';
|
|
156
|
+
export { default as PaymentsOff } from './glyph/PaymentsOff.svg';
|
|
157
|
+
export { default as PaymentsRecurring } from './glyph/PaymentsRecurring.svg';
|
|
158
|
+
export { default as Pdf } from './glyph/Pdf.svg';
|
|
159
|
+
export { default as Percent } from './glyph/Percent.svg';
|
|
160
|
+
export { default as Phone } from './glyph/Phone.svg';
|
|
161
|
+
export { default as Plane } from './glyph/Plane.svg';
|
|
162
|
+
export { default as Plus } from './glyph/Plus.svg';
|
|
163
|
+
export { default as PlusCircle } from './glyph/PlusCircle.svg';
|
|
164
|
+
export { default as Print } from './glyph/Print.svg';
|
|
165
|
+
export { default as Products } from './glyph/Products.svg';
|
|
166
|
+
export { default as ProductsFill } from './glyph/ProductsFill.svg';
|
|
167
|
+
export { default as ProductsOff } from './glyph/ProductsOff.svg';
|
|
168
|
+
export { default as Public } from './glyph/Public.svg';
|
|
169
|
+
export { default as Quickfind } from './glyph/Quickfind.svg';
|
|
170
|
+
export { default as Receipt } from './glyph/Receipt.svg';
|
|
171
|
+
export { default as ReceiptFill } from './glyph/ReceiptFill.svg';
|
|
172
|
+
export { default as Redirect } from './glyph/Redirect.svg';
|
|
173
|
+
export { default as Redo } from './glyph/Redo.svg';
|
|
174
|
+
export { default as Reload } from './glyph/Reload.svg';
|
|
175
|
+
export { default as ArrowRepeat } from './glyph/Repeat.svg';
|
|
176
|
+
export { default as Reply } from './glyph/Reply.svg';
|
|
177
|
+
export { default as ResultsGrid } from './glyph/ResultsGrid.svg';
|
|
178
|
+
export { default as ResultsGridFill } from './glyph/ResultsGridFill.svg';
|
|
179
|
+
export { default as ResultsStacked } from './glyph/ResultsStacked.svg';
|
|
180
|
+
export { default as ResultsStackedFill } from './glyph/ResultsStackedFill.svg';
|
|
181
|
+
export { default as Review } from './glyph/Review.svg';
|
|
182
|
+
export { default as ReviewFill } from './glyph/ReviewFill.svg';
|
|
183
|
+
export { default as ReviewHalf } from './glyph/ReviewHalf.svg';
|
|
184
|
+
export { default as Rocket } from './glyph/Rocket.svg';
|
|
185
|
+
export { default as SalesEnquiry } from './glyph/SalesEnquiry.svg';
|
|
186
|
+
export { default as SalesEnquiryFill } from './glyph/SalesEnquiryFill.svg';
|
|
187
|
+
export { default as SalesOrder } from './glyph/SalesOrder.svg';
|
|
188
|
+
export { default as SalesOrderFill } from './glyph/SalesOrderFill.svg';
|
|
189
|
+
export { default as SalesQuotation } from './glyph/SalesQuotation.svg';
|
|
190
|
+
export { default as SalesQuotationFill } from './glyph/SalesQuotationFill.svg';
|
|
191
|
+
export { default as Save } from './glyph/Save.svg';
|
|
192
|
+
export { default as SaveFill } from './glyph/SaveFill.svg';
|
|
193
|
+
export { default as Search } from './glyph/Search.svg';
|
|
194
|
+
export { default as SearchOff } from './glyph/SearchOff.svg';
|
|
195
|
+
export { default as Send } from './glyph/Send.svg';
|
|
196
|
+
export { default as SendFill } from './glyph/SendFill.svg';
|
|
197
|
+
export { default as Settings } from './glyph/Settings.svg';
|
|
198
|
+
export { default as SettingsFill } from './glyph/SettingsFill.svg';
|
|
199
|
+
export { default as Share } from './glyph/Share.svg';
|
|
200
|
+
export { default as Shield } from './glyph/Shield.svg';
|
|
201
|
+
export { default as ShieldFill } from './glyph/ShieldFill.svg';
|
|
202
|
+
export { default as ShieldTick } from './glyph/ShieldTick.svg';
|
|
203
|
+
export { default as ShieldTickFill } from './glyph/ShieldTickFill.svg';
|
|
204
|
+
export { default as Shipping } from './glyph/Shipping.svg';
|
|
205
|
+
export { default as ShippingFill } from './glyph/ShippingFill.svg';
|
|
206
|
+
export { default as ShippingOff } from './glyph/ShippingOff.svg';
|
|
207
|
+
export { default as Signup } from './glyph/Signup.svg';
|
|
208
|
+
export { default as Spanner } from './glyph/Spanner.svg';
|
|
209
|
+
export { default as Stamp } from './glyph/Stamp.svg';
|
|
210
|
+
export { default as Storefront } from './glyph/Storefront.svg';
|
|
211
|
+
export { default as Tag } from './glyph/Tag.svg';
|
|
212
|
+
export { default as TagFill } from './glyph/TagFill.svg';
|
|
213
|
+
export { default as TagOff } from './glyph/TagOff.svg';
|
|
214
|
+
export { default as Target } from './glyph/Target.svg';
|
|
215
|
+
export { default as TargetOff } from './glyph/TargetOff.svg';
|
|
216
|
+
export { default as Telesales } from './glyph/Telesales.svg';
|
|
217
|
+
export { default as ThemeDark } from './glyph/ThemeDark.svg';
|
|
218
|
+
export { default as ThemeDarkFill } from './glyph/ThemeDarkFill.svg';
|
|
219
|
+
export { default as ThemeLight } from './glyph/ThemeLight.svg';
|
|
220
|
+
export { default as ThemeLightFill } from './glyph/ThemeLightFill.svg';
|
|
221
|
+
export { default as ThemeOs } from './glyph/ThemeOs.svg';
|
|
222
|
+
export { default as ThumbsDown } from './glyph/ThumbsDown.svg';
|
|
223
|
+
export { default as ThumbsDownFill } from './glyph/ThumbsDownFill.svg';
|
|
224
|
+
export { default as ThumbsUp } from './glyph/ThumbsUp.svg';
|
|
225
|
+
export { default as ThumbsUpFill } from './glyph/ThumbsUpFill.svg';
|
|
226
|
+
export { default as Ticket } from './glyph/Ticket.svg';
|
|
227
|
+
export { default as TicketFill } from './glyph/TicketFill.svg';
|
|
228
|
+
export { default as Time } from './glyph/Time.svg';
|
|
229
|
+
export { default as Translate } from './glyph/Translate.svg';
|
|
230
|
+
export { default as TrayIn } from './glyph/TrayIn.svg';
|
|
231
|
+
export { default as TrayOut } from './glyph/TrayOut.svg';
|
|
232
|
+
export { default as Trophy } from './glyph/Trophy.svg';
|
|
233
|
+
export { default as Undo } from './glyph/Undo.svg';
|
|
234
|
+
export { default as Upload } from './glyph/Upload.svg';
|
|
235
|
+
export { default as User } from './glyph/User.svg';
|
|
236
|
+
export { default as UserOff } from './glyph/UserOff.svg';
|
|
237
|
+
export { default as VectorImage } from './glyph/VectorImage.svg';
|
|
238
|
+
export { default as Video } from './glyph/Video.svg';
|
|
239
|
+
export { default as Visibility } from './glyph/Visibility.svg';
|
|
240
|
+
export { default as VisibilityHidden } from './glyph/VisibilityHidden.svg';
|
|
241
|
+
export { default as VisibilityOff } from './glyph/VisibilityOff.svg';
|
|
242
|
+
export { default as Warning } from './glyph/Warning.svg';
|
|
243
|
+
export { default as Workflow } from './glyph/Workflow.svg';
|
|
244
|
+
export { default as ZipArchive } from './glyph/ZipArchive.svg';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
carousel: {
|
|
3
|
+
next: string;
|
|
4
|
+
previous: string;
|
|
5
|
+
};
|
|
6
|
+
close: string;
|
|
7
|
+
dismiss: string;
|
|
8
|
+
expand: string;
|
|
9
|
+
greeting: string;
|
|
10
|
+
placement: {
|
|
11
|
+
one: string;
|
|
12
|
+
two: string;
|
|
13
|
+
few: string;
|
|
14
|
+
other: string;
|
|
15
|
+
ordinal: boolean;
|
|
16
|
+
};
|
|
17
|
+
select: {
|
|
18
|
+
noItemsText: string;
|
|
19
|
+
};
|
|
20
|
+
months: {
|
|
21
|
+
one: string;
|
|
22
|
+
other: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { ValidationError } from '../../composables/validation.ts';
|
|
2
|
+
import { FormProps } from '../../composables/form.ts';
|
|
3
|
+
import { Ref } from 'vue';
|
|
4
|
+
import { FormField } from './FormField.ts';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* # Form
|
|
8
|
+
*/
|
|
9
|
+
export declare class Form {
|
|
10
|
+
readonly errors: Ref<ValidationError[]>;
|
|
11
|
+
private fields;
|
|
12
|
+
readonly isDisabled: Ref<boolean>;
|
|
13
|
+
readonly isReadonly: Ref<boolean>;
|
|
14
|
+
readonly isValid: Ref<boolean | null>;
|
|
15
|
+
readonly isValidating: import('vue').ShallowRef<boolean>;
|
|
16
|
+
readonly validateOn: Ref<FormProps['validateOn']>;
|
|
17
|
+
constructor(isValid: Ref<boolean | null> | undefined, isDisabled: Ref<boolean> | undefined, isReadonly: Ref<boolean> | undefined, validateOn: Ref<FormProps['validateOn']> | undefined);
|
|
18
|
+
/**
|
|
19
|
+
* ## Add Field
|
|
20
|
+
* @param field
|
|
21
|
+
*/
|
|
22
|
+
addField(field: FormField): void;
|
|
23
|
+
/**
|
|
24
|
+
* ## Expose
|
|
25
|
+
*/
|
|
26
|
+
expose(): {
|
|
27
|
+
reset: () => void;
|
|
28
|
+
resetValidation: () => void;
|
|
29
|
+
validate: () => Promise<{
|
|
30
|
+
valid: boolean;
|
|
31
|
+
errors: ValidationError[];
|
|
32
|
+
}>;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* ## Get Field
|
|
36
|
+
* @param id
|
|
37
|
+
*/
|
|
38
|
+
getField(id: string): FormField | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* ## Has Field
|
|
41
|
+
*
|
|
42
|
+
* Returns `true` if the field `name` already exists in the form.
|
|
43
|
+
*
|
|
44
|
+
* @param id
|
|
45
|
+
*/
|
|
46
|
+
hasField(id: string): boolean;
|
|
47
|
+
/**
|
|
48
|
+
* ## Remove Field
|
|
49
|
+
* @param id
|
|
50
|
+
*/
|
|
51
|
+
removeField(id: string): void;
|
|
52
|
+
/**
|
|
53
|
+
* ## Reset
|
|
54
|
+
*/
|
|
55
|
+
reset(): void;
|
|
56
|
+
/**
|
|
57
|
+
* ## Reset Validation
|
|
58
|
+
*/
|
|
59
|
+
resetValidation(): void;
|
|
60
|
+
/**
|
|
61
|
+
* ## Validate
|
|
62
|
+
*/
|
|
63
|
+
validate(): Promise<{
|
|
64
|
+
valid: boolean;
|
|
65
|
+
errors: ValidationError[];
|
|
66
|
+
}>;
|
|
67
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { Form } from './Form.ts';
|
|
2
|
+
import { FormFieldProps, Validator } from '../../composables/validation.ts';
|
|
3
|
+
import { Ref } from 'vue';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* # Form Field
|
|
7
|
+
*/
|
|
8
|
+
export declare class FormField {
|
|
9
|
+
readonly form: Form | null;
|
|
10
|
+
private props;
|
|
11
|
+
private group;
|
|
12
|
+
readonly focused: Ref<boolean>;
|
|
13
|
+
readonly focusedVisible: Ref<boolean>;
|
|
14
|
+
private readonly messages;
|
|
15
|
+
readonly model: Ref<any>;
|
|
16
|
+
readonly pristine: import('vue').ShallowRef<boolean>;
|
|
17
|
+
readonly uid: number;
|
|
18
|
+
readonly validating: import('vue').ShallowRef<boolean>;
|
|
19
|
+
private readonly validationModel;
|
|
20
|
+
constructor(form: Form | null, props: FormFieldProps, group?: FormField | undefined);
|
|
21
|
+
get classes(): {
|
|
22
|
+
'is-error': boolean;
|
|
23
|
+
'is-dirty': boolean;
|
|
24
|
+
'is-disabled': boolean;
|
|
25
|
+
'is-readonly': boolean;
|
|
26
|
+
'is-focused': boolean;
|
|
27
|
+
'is-focused-visible': boolean;
|
|
28
|
+
};
|
|
29
|
+
get errorMessages(): string[];
|
|
30
|
+
get id(): string;
|
|
31
|
+
get isDirty(): boolean;
|
|
32
|
+
get isDisabled(): boolean;
|
|
33
|
+
get isFocused(): boolean;
|
|
34
|
+
get isFocusedVisible(): boolean;
|
|
35
|
+
get isReadonly(): boolean;
|
|
36
|
+
get isPristine(): boolean;
|
|
37
|
+
get isShowErrorMessages(): boolean;
|
|
38
|
+
get isValid(): boolean | null;
|
|
39
|
+
get isValidating(): boolean;
|
|
40
|
+
get name(): string;
|
|
41
|
+
get validateOn(): {
|
|
42
|
+
blur: boolean;
|
|
43
|
+
input: boolean;
|
|
44
|
+
submit: boolean;
|
|
45
|
+
lazy: boolean;
|
|
46
|
+
};
|
|
47
|
+
get value(): any;
|
|
48
|
+
set value(value: any);
|
|
49
|
+
/**
|
|
50
|
+
* ## Add Error Message
|
|
51
|
+
*
|
|
52
|
+
* Add one or more validation messages to the field.
|
|
53
|
+
*
|
|
54
|
+
* @param message
|
|
55
|
+
*/
|
|
56
|
+
addErrorMessage(...message: string[]): void;
|
|
57
|
+
/**
|
|
58
|
+
* ## Add Validator
|
|
59
|
+
*
|
|
60
|
+
* Add one or more validation functions to the field.
|
|
61
|
+
*
|
|
62
|
+
* @param validator
|
|
63
|
+
*/
|
|
64
|
+
addValidator(...validator: Validator[]): void;
|
|
65
|
+
/**
|
|
66
|
+
* ## Blur
|
|
67
|
+
* @param e
|
|
68
|
+
*/
|
|
69
|
+
blur(): void;
|
|
70
|
+
/**
|
|
71
|
+
* ## Expose
|
|
72
|
+
*/
|
|
73
|
+
expose(): {
|
|
74
|
+
reset: () => void;
|
|
75
|
+
resetValidation: () => void;
|
|
76
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
77
|
+
};
|
|
78
|
+
/**
|
|
79
|
+
* ## Focus
|
|
80
|
+
*
|
|
81
|
+
* @param e
|
|
82
|
+
*/
|
|
83
|
+
focus(e?: Event): void;
|
|
84
|
+
/**
|
|
85
|
+
* ## Reset
|
|
86
|
+
*/
|
|
87
|
+
reset(): void;
|
|
88
|
+
/**
|
|
89
|
+
* ## Reset Validation
|
|
90
|
+
*/
|
|
91
|
+
resetValidation(): void;
|
|
92
|
+
/**
|
|
93
|
+
* ## Validate
|
|
94
|
+
*/
|
|
95
|
+
validate(silent?: boolean): Promise<string[]>;
|
|
96
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TranslationCode } from '../Translation/TranslationCode.ts';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* # Locale Code
|
|
5
|
+
*/
|
|
6
|
+
export declare class LocaleCode extends TranslationCode {
|
|
7
|
+
languageCode: string;
|
|
8
|
+
countryCode: string;
|
|
9
|
+
/**
|
|
10
|
+
* @param languageCode
|
|
11
|
+
* @param countryCode
|
|
12
|
+
*/
|
|
13
|
+
constructor(languageCode: string, countryCode: string);
|
|
14
|
+
/**
|
|
15
|
+
* ## To Translation Codes
|
|
16
|
+
*/
|
|
17
|
+
toTranslationCodes(): string[];
|
|
18
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { LanguagePackData } from '../Translation/LanguagePack.ts';
|
|
2
|
+
import { Translator } from '../Translation/Translator.ts';
|
|
3
|
+
import { NumberFormatter } from '../NumberFormatter.ts';
|
|
4
|
+
import { Localized } from './Localized.ts';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* # Locale Manager
|
|
8
|
+
*
|
|
9
|
+
* Note: in Evance 'en' is always the default locale.
|
|
10
|
+
*/
|
|
11
|
+
export declare class LocaleManager extends Localized {
|
|
12
|
+
readonly numberFormatter: NumberFormatter;
|
|
13
|
+
readonly translator: Translator;
|
|
14
|
+
constructor(localeOptions: LocaleOptions);
|
|
15
|
+
/**
|
|
16
|
+
* # Add Language Pack
|
|
17
|
+
* @param localeCode
|
|
18
|
+
* @param messages
|
|
19
|
+
*/
|
|
20
|
+
addLanguagePack(localeCode: string, messages: LanguagePackData): void;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* # Locale Options
|
|
24
|
+
*/
|
|
25
|
+
export interface LocaleOptions {
|
|
26
|
+
locale?: string;
|
|
27
|
+
languagePack?: LanguagePackData;
|
|
28
|
+
}
|