@creatorsn/vfluent3 0.2.16 → 0.2.17
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.
|
@@ -239,8 +239,8 @@ export declare const FvCombobox: import("../../types/plugins/component-plugin").
|
|
|
239
239
|
type?: ("default" | "header" | "divider") | (() => "default" | "header" | "divider");
|
|
240
240
|
disabled: boolean | (() => boolean);
|
|
241
241
|
}[];
|
|
242
|
-
choosenSliderBackground: string;
|
|
243
242
|
choosenBackground: string;
|
|
243
|
+
choosenSliderBackground: string;
|
|
244
244
|
titleForeground: string;
|
|
245
245
|
itemHeight: number;
|
|
246
246
|
}, true, {}, {}, {
|
|
@@ -376,8 +376,8 @@ export declare const FvCombobox: import("../../types/plugins/component-plugin").
|
|
|
376
376
|
type?: ("default" | "header" | "divider") | (() => "default" | "header" | "divider");
|
|
377
377
|
disabled: boolean | (() => boolean);
|
|
378
378
|
}[];
|
|
379
|
-
choosenSliderBackground: string;
|
|
380
379
|
choosenBackground: string;
|
|
380
|
+
choosenSliderBackground: string;
|
|
381
381
|
titleForeground: string;
|
|
382
382
|
itemHeight: number;
|
|
383
383
|
}>;
|
|
@@ -523,8 +523,8 @@ export declare const FvCombobox: import("../../types/plugins/component-plugin").
|
|
|
523
523
|
type?: ("default" | "header" | "divider") | (() => "default" | "header" | "divider");
|
|
524
524
|
disabled: boolean | (() => boolean);
|
|
525
525
|
}[];
|
|
526
|
-
choosenSliderBackground: string;
|
|
527
526
|
choosenBackground: string;
|
|
527
|
+
choosenSliderBackground: string;
|
|
528
528
|
titleForeground: string;
|
|
529
529
|
itemHeight: number;
|
|
530
530
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -238,8 +238,8 @@ declare const _default: {
|
|
|
238
238
|
type?: ("default" | "header" | "divider") | (() => "default" | "header" | "divider");
|
|
239
239
|
disabled: boolean | (() => boolean);
|
|
240
240
|
}[];
|
|
241
|
-
choosenSliderBackground: string;
|
|
242
241
|
choosenBackground: string;
|
|
242
|
+
choosenSliderBackground: string;
|
|
243
243
|
titleForeground: string;
|
|
244
244
|
itemHeight: number;
|
|
245
245
|
}, true, {}, {}, {
|
|
@@ -375,8 +375,8 @@ declare const _default: {
|
|
|
375
375
|
type?: ("default" | "header" | "divider") | (() => "default" | "header" | "divider");
|
|
376
376
|
disabled: boolean | (() => boolean);
|
|
377
377
|
}[];
|
|
378
|
-
choosenSliderBackground: string;
|
|
379
378
|
choosenBackground: string;
|
|
379
|
+
choosenSliderBackground: string;
|
|
380
380
|
titleForeground: string;
|
|
381
381
|
itemHeight: number;
|
|
382
382
|
}>;
|
|
@@ -522,8 +522,8 @@ declare const _default: {
|
|
|
522
522
|
type?: ("default" | "header" | "divider") | (() => "default" | "header" | "divider");
|
|
523
523
|
disabled: boolean | (() => boolean);
|
|
524
524
|
}[];
|
|
525
|
-
choosenSliderBackground: string;
|
|
526
525
|
choosenBackground: string;
|
|
526
|
+
choosenSliderBackground: string;
|
|
527
527
|
titleForeground: string;
|
|
528
528
|
itemHeight: number;
|
|
529
529
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -54,11 +54,111 @@ export * from "./verify-box";
|
|
|
54
54
|
export * from "./web-window";
|
|
55
55
|
import '@/styles/theme/index.scss';
|
|
56
56
|
import type { Plugin } from 'vue';
|
|
57
|
+
import AnimatedIcon from "./animated-icon";
|
|
58
|
+
import Badge from "./badge";
|
|
59
|
+
import Breadcrumb from "./breadcrumb";
|
|
57
60
|
import Button from "./button";
|
|
61
|
+
import CalendarDatePicker from "./calendar-date-picker";
|
|
62
|
+
import CalendarView from "./calendar-view";
|
|
63
|
+
import Callout from "./callout";
|
|
64
|
+
import CheckBox from "./check-box";
|
|
65
|
+
import Collapse from "./collapse";
|
|
66
|
+
import ColorPicker from "./color-picker";
|
|
67
|
+
import Combobox from "./combobox";
|
|
68
|
+
import CommandBar from "./command-bar";
|
|
69
|
+
import DatePicker from "./date-picker";
|
|
70
|
+
import DetailsList from "./details-list";
|
|
71
|
+
import Drawer from "./drawer";
|
|
72
|
+
import DropDown from "./drop-down";
|
|
73
|
+
import Expander from "./expander";
|
|
74
|
+
import FlipView from "./flip-view";
|
|
75
|
+
import IconElement from "./icon-element";
|
|
76
|
+
import Image from "./image";
|
|
77
|
+
import Img from "./img";
|
|
78
|
+
import ImgBox from "./img-box";
|
|
79
|
+
import InfiniteScrollView from "./infinite-scroll-view";
|
|
80
|
+
import InfoBox from "./info-box";
|
|
81
|
+
import ListView from "./list-view";
|
|
82
|
+
import MenuFlyout from "./menu-flyout";
|
|
83
|
+
import MessageBar from "./message-bar";
|
|
84
|
+
import NavigationPanel from "./navigation-panel";
|
|
85
|
+
import NavigationView from "./navigation-view";
|
|
86
|
+
import Pagination from "./pagination";
|
|
87
|
+
import Panel from "./panel";
|
|
88
|
+
import Persona from "./persona";
|
|
89
|
+
import Pivot from "./pivot";
|
|
90
|
+
import ProgressBar from "./progress-bar";
|
|
91
|
+
import ProgressRing from "./progress-ring";
|
|
92
|
+
import Radio from "./radio";
|
|
93
|
+
import RadioGroup from "./radio-group";
|
|
94
|
+
import RatingControl from "./rating-control";
|
|
95
|
+
import RevealContainer from "./reveal-container";
|
|
96
|
+
import ScrollStory from "./scroll-story";
|
|
97
|
+
import SearchBox from "./search-box";
|
|
98
|
+
import Shimmer from "./shimmer";
|
|
99
|
+
import Slider from "./slider";
|
|
100
|
+
import SwipeControl from "./swipe-control";
|
|
101
|
+
import Tag from "./tag";
|
|
102
|
+
import TextBox from "./text-box";
|
|
103
|
+
import TextField from "./text-field";
|
|
104
|
+
import TimePicker from "./time-picker";
|
|
105
|
+
import ToggleSwitch from "./toggle-switch";
|
|
106
|
+
import TreeView from "./tree-view";
|
|
107
|
+
import VerifyBox from "./verify-box";
|
|
58
108
|
export declare const FvComponentPlugins: Plugin;
|
|
59
109
|
declare module 'vue' {
|
|
60
110
|
interface GlobalComponents {
|
|
61
|
-
|
|
111
|
+
FvAnimatedIcon: typeof AnimatedIcon;
|
|
112
|
+
FvBadge: typeof Badge;
|
|
113
|
+
FvBreadcrumb: typeof Breadcrumb;
|
|
114
|
+
FvButton: typeof Button;
|
|
115
|
+
FvCalendarDatePicker: typeof CalendarDatePicker;
|
|
116
|
+
FvCalendarView: typeof CalendarView;
|
|
117
|
+
FvCallout: typeof Callout;
|
|
118
|
+
FvCheckBox: typeof CheckBox;
|
|
119
|
+
FvCollapse: typeof Collapse;
|
|
120
|
+
FvColorPicker: typeof ColorPicker;
|
|
121
|
+
FvCombobox: typeof Combobox;
|
|
122
|
+
FvCommandBar: typeof CommandBar;
|
|
123
|
+
FvDatePicker: typeof DatePicker;
|
|
124
|
+
FvDetailsList: typeof DetailsList;
|
|
125
|
+
FvDrawer: typeof Drawer;
|
|
126
|
+
FvDropDown: typeof DropDown;
|
|
127
|
+
FvExpander: typeof Expander;
|
|
128
|
+
FvFlipView: typeof FlipView;
|
|
129
|
+
FvIconElement: typeof IconElement;
|
|
130
|
+
FvImage: typeof Image;
|
|
131
|
+
FvImg: typeof Img;
|
|
132
|
+
FvImgBox: typeof ImgBox;
|
|
133
|
+
FvInfiniteScrollView: typeof InfiniteScrollView;
|
|
134
|
+
FvInfoBox: typeof InfoBox;
|
|
135
|
+
FvListView: typeof ListView;
|
|
136
|
+
FvMenuFlyout: typeof MenuFlyout;
|
|
137
|
+
FvMessageBar: typeof MessageBar;
|
|
138
|
+
FvNavigationPanel: typeof NavigationPanel;
|
|
139
|
+
FvNavigationView: typeof NavigationView;
|
|
140
|
+
FvPagination: typeof Pagination;
|
|
141
|
+
FvPanel: typeof Panel;
|
|
142
|
+
FvPersona: typeof Persona;
|
|
143
|
+
FvPivot: typeof Pivot;
|
|
144
|
+
FvProgressBar: typeof ProgressBar;
|
|
145
|
+
FvProgressRing: typeof ProgressRing;
|
|
146
|
+
FvRadio: typeof Radio;
|
|
147
|
+
FvRadioGroup: typeof RadioGroup;
|
|
148
|
+
FvRatingControl: typeof RatingControl;
|
|
149
|
+
FvRevealContainer: typeof RevealContainer;
|
|
150
|
+
FvScrollStory: typeof ScrollStory;
|
|
151
|
+
FvSearchBox: typeof SearchBox;
|
|
152
|
+
FvShimmer: typeof Shimmer;
|
|
153
|
+
FvSlider: typeof Slider;
|
|
154
|
+
FvSwipeControl: typeof SwipeControl;
|
|
155
|
+
FvTag: typeof Tag;
|
|
156
|
+
FvTextBox: typeof TextBox;
|
|
157
|
+
FvTextField: typeof TextField;
|
|
158
|
+
FvTimePicker: typeof TimePicker;
|
|
159
|
+
FvToggleSwitch: typeof ToggleSwitch;
|
|
160
|
+
FvTreeView: typeof TreeView;
|
|
161
|
+
FvVerifyBox: typeof VerifyBox;
|
|
62
162
|
}
|
|
63
163
|
}
|
|
64
164
|
export default FvComponentPlugins;
|