admins-components 7.0.0 → 7.0.1
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/dist/admins-components.js +20 -20
- package/dist/src/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -31,23 +31,23 @@ import { getCurrentSite as P } from "./admins-components79.js";
|
|
|
31
31
|
import { booleanToString as F, dataListConverters as I, enumMap as L, formatCurrency as R, formatNumber as z, identity as B, listToString as V, localToLocalString as H, textEllipse as U, utcToLocalString as W } from "./admins-components80.js";
|
|
32
32
|
import { vTooltip as G } from "./admins-components81.js";
|
|
33
33
|
import { createNativeFetch as K } from "./admins-components82.js";
|
|
34
|
-
import { FetchDetails as q, FetchError as J, Methods as Y } from "./admins-components84.js";
|
|
35
|
-
import { useArticleEditorService as
|
|
36
|
-
import { useCurrentUser as
|
|
37
|
-
import { aoeConfig as
|
|
38
|
-
import
|
|
39
|
-
import { apeConfig as
|
|
40
|
-
import { configureImagePickerElement as
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import { configureExternalArticleOfferElement as
|
|
44
|
-
import
|
|
45
|
-
import { configureGalleryImageSelectorElement as
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import { configureInternalArticleOfferElement as
|
|
50
|
-
import
|
|
51
|
-
import { configurePartnerPickerElement as
|
|
52
|
-
import
|
|
53
|
-
export {
|
|
34
|
+
import { FetchDetails as q, FetchError as J, Methods as Y, initRequest as X } from "./admins-components84.js";
|
|
35
|
+
import { useArticleEditorService as Z } from "./admins-components85.js";
|
|
36
|
+
import { useCurrentUser as Q } from "./admins-components86.js";
|
|
37
|
+
import { aoeConfig as $, configureArticleOfferElement as ee } from "./admins-components139.js";
|
|
38
|
+
import te from "./admins-components141.js";
|
|
39
|
+
import { apeConfig as ne, configureArticlePickerElement as re } from "./admins-components142.js";
|
|
40
|
+
import { configureImagePickerElement as ie, ipeConfig as ae } from "./admins-components143.js";
|
|
41
|
+
import oe from "./admins-components145.js";
|
|
42
|
+
import se from "./admins-components146.js";
|
|
43
|
+
import { configureExternalArticleOfferElement as ce, eaoeConfig as le } from "./admins-components147.js";
|
|
44
|
+
import ue from "./admins-components148.js";
|
|
45
|
+
import { configureGalleryImageSelectorElement as de, gisConfig as fe } from "./admins-components149.js";
|
|
46
|
+
import pe from "./admins-components150.js";
|
|
47
|
+
import me from "./admins-components151.js";
|
|
48
|
+
import he from "./admins-components152.js";
|
|
49
|
+
import { configureInternalArticleOfferElement as ge, iaoeConfig as _e } from "./admins-components153.js";
|
|
50
|
+
import ve from "./admins-components154.js";
|
|
51
|
+
import { configurePartnerPickerElement as ye, ppeconfig as be } from "./admins-components155.js";
|
|
52
|
+
import xe from "./admins-components157.js";
|
|
53
|
+
export { te as ArticleOfferElement, oe as ArticlePickerElement, n as Button, o as Calendar, p as ConfirmModal, m as CopyToClipboard, T as DataCards, A as DataFilters, N as DataList, E as DataListOptions, O as DataPaginator, w as DataTable, s as DatePicker, c as DateRangePicker, se as DateTimePickerElement, l as DropdownSelect, g as ExternalArticleOffer, ue as ExternalArticleOfferElement, q as FetchDetails, J as FetchError, j as FilterTags, k as FiltersHistory, pe as GalleryImageSelectorElement, d as Header, h as ImagePicker, he as ImagePickerDetailsElement, me as ImagePickerElement, _ as InternalArticleOffer, ve as InternalArticleOfferElement, v as Loader, Y as Methods, f as Modal, xe as PartnerPickerElement, u as Sidebar, y as ToastNotification, $ as aoeConfig, ne as apeConfig, F as booleanToString, r as calendarConfigDefaults, ee as configureArticleOfferElement, re as configureArticlePickerElement, ce as configureExternalArticleOfferElement, de as configureGalleryImageSelectorElement, ie as configureImagePickerElement, ge as configureInternalArticleOfferElement, ye as configurePartnerPickerElement, K as createNativeFetch, b as dataCardsSettingsDefaults, I as dataListConverters, M as dataListDefaults, x as dataListSettingsDefaults, S as dataTableSettingsDefaults, i as datePickerConfigDefaults, a as dateRangePickerConfigDefaults, le as eaoeConfig, L as enumMap, R as formatCurrency, e as formatDate, z as formatNumber, C as getColumnValue, P as getCurrentSite, D as getDefaultPaginator, fe as gisConfig, _e as iaoeConfig, B as identity, X as initRequest, ae as ipeConfig, V as listToString, H as localToLocalString, t as parseDate, be as ppeconfig, U as textEllipse, Z as useArticleEditorService, Q as useCurrentUser, W as utcToLocalString, G as vTooltip };
|
package/dist/src/index.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ export { formatDate, parseDate } from './utils/date';
|
|
|
46
46
|
export { getCurrentSite } from './utils/cmsContext';
|
|
47
47
|
export { dataListConverters, utcToLocalString, localToLocalString, textEllipse, booleanToString, enumMap, formatNumber, formatCurrency, listToString, identity, } from './utils/dataListConverters';
|
|
48
48
|
export { vTooltip } from './directives/tooltip';
|
|
49
|
-
export { FetchError,
|
|
49
|
+
export { FetchError, FetchDetails, Methods, initRequest, type HttpRequest, } from './services/services';
|
|
50
50
|
export { createNativeFetch, type NativeUseFetchReturn, type CreateFetchOptions, } from './services/createNativeFetch';
|
|
51
51
|
export { useCurrentUser, type CurrentUserStore, type UserState } from './services/currentUserInfo';
|
|
52
52
|
export { useArticleEditorService, type ArticleEditorService, type GetWidgetDetailsRouteParams, type GetSearchPostsWidgetDetailsResponse, type GetSearchImagesWidgetDetailsResponse, type GetPresenceWidgetDetailsResponse, type PresenceWidgetConfig, type SearchPostWidgetConfig, type SearchImagesWidgetConfig, type Rank, type Other, type Site, type Entity, } from './services/articleEditorService';
|