@fy-/fws-vue 2.3.43 → 2.3.45
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/index.ts +10 -3
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -99,6 +99,7 @@ export {
|
|
|
99
99
|
CmsArticleSingle,
|
|
100
100
|
CollapseTransition,
|
|
101
101
|
createFWS,
|
|
102
|
+
cropText as cropTextFunction,
|
|
102
103
|
DataTable,
|
|
103
104
|
DefaultBreadcrumb,
|
|
104
105
|
DefaultConfirm,
|
|
@@ -109,20 +110,26 @@ export {
|
|
|
109
110
|
DefaultInput,
|
|
110
111
|
DefaultLoader,
|
|
111
112
|
DefaultModal,
|
|
112
|
-
DefaultNotif,
|
|
113
113
|
|
|
114
|
+
DefaultNotif,
|
|
114
115
|
DefaultPaging,
|
|
115
116
|
DefaultSidebar,
|
|
116
117
|
DefaultTagInput,
|
|
117
118
|
ExpandTransition,
|
|
118
|
-
FadeTransition,
|
|
119
119
|
|
|
120
|
+
FadeTransition,
|
|
120
121
|
FilterData,
|
|
122
|
+
formatBytes as formatBytesFunction,
|
|
123
|
+
formatDate as formatDateFunction,
|
|
124
|
+
formatDatetime as formatDatetimeFunction,
|
|
125
|
+
formatTimeago as formatTimeagoFunction,
|
|
126
|
+
getContrastingTextColor as getContrastingTextColorFunction,
|
|
121
127
|
i18nextPromise,
|
|
122
128
|
initVueClient,
|
|
123
129
|
initVueServer,
|
|
124
130
|
isServerRendered,
|
|
125
131
|
ScaleTransition,
|
|
132
|
+
|
|
126
133
|
// Components
|
|
127
134
|
// UI/Transitions
|
|
128
135
|
SlideTransition,
|
|
@@ -132,10 +139,10 @@ export {
|
|
|
132
139
|
// FWS
|
|
133
140
|
UserFlow,
|
|
134
141
|
UserOAuth2,
|
|
135
|
-
|
|
136
142
|
UserProfile,
|
|
137
143
|
UserProfileStrict,
|
|
138
144
|
useSeo,
|
|
145
|
+
|
|
139
146
|
useServerRouter,
|
|
140
147
|
useTranslation,
|
|
141
148
|
useUserCheck,
|