@omnia/fx 7.9.2-preview → 7.9.2
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/internal-do-not-import-from-here/core/Cookies.d.ts +2 -1
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +4 -2
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +3 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/BusinessProfileService.d.ts +1 -0
- package/internal-do-not-import-from-here/services/SecurityRoles.d.ts +1 -0
- package/internal-do-not-import-from-here/services/SemanticSearchService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/TargetingPropertyService.d.ts +1 -0
- package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +5 -0
- package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +23 -0
- package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
- package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +53 -2
- package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/blockgallery/AddEditBlockBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/AddEditHeaderBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/AddEditTemplateBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/AdminBlade.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogLayoutListBlade.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/blockgallery/BlockTemplatesBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/SettingsBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/admin/AdminRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blockgallery/admin/Constants.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/blockgallery/admin/TenantBlockTemplateJourney.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/apis/Registration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blockgallery/factory/Factory.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/factory/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blockgallery/services/BlockTemplateService.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/blockgallery/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +94 -0
- package/internal-do-not-import-from-here/ux/blockgallery/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blockgallery/style/General.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blockgallery/style/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/dialog/IDialog.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/IEditorChrome.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/mediafield/IMediaFieldDisplay.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/mediafield/MediaFieldDisplay.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/mediafield/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/mediafield/IMediaFieldEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/mediafield/MediaFieldEdit.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/mediafield/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/AddContentDialog.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/models/UnsplashImage.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/services/UnsplashImageService.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/profilecard/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/profilecard/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +6 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +2 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/skeletonhandler/ISkeletonLoader.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/skeletonhandler/SkeletonLoader.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/skeletonhandler/index.d.ts +0 -1
|
@@ -47,6 +47,7 @@ export declare abstract class GridViewMediaProviderComponent extends MultiSelect
|
|
|
47
47
|
private noMoreResult;
|
|
48
48
|
private gridViewStyles;
|
|
49
49
|
private isLoadingMore;
|
|
50
|
+
private isAppendingMoreItems;
|
|
50
51
|
constructor();
|
|
51
52
|
protected selectGridItem(mediaItem: ImageItem | VideoItem): void;
|
|
52
53
|
protected setAllItems(mediaItems: Array<ImageItem | VideoItem>): void;
|
|
@@ -59,6 +60,7 @@ export declare abstract class GridViewMediaProviderComponent extends MultiSelect
|
|
|
59
60
|
private onGridViewSearch;
|
|
60
61
|
private appendGridItems;
|
|
61
62
|
private onGridViewScroll;
|
|
63
|
+
private hasUnrenderedItems;
|
|
62
64
|
private renderRetryGetImageInfoDialog;
|
|
63
65
|
private renderGridViewItemSelection;
|
|
64
66
|
private closeRetryGetImageInfoDialog;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { UnsplashAuthenticationInfo } from "../../../../models";
|
|
2
|
+
import { UnsplashResponse } from "../models/UnsplashImage";
|
|
2
3
|
export declare class UnsplashImageService {
|
|
3
4
|
private commonHttpClient;
|
|
4
|
-
|
|
5
|
+
private omniaHttpClient;
|
|
6
|
+
search: (searchText: string, offset: number, limit: number, clientId: any, page: any) => Promise<UnsplashResponse>;
|
|
5
7
|
private getImages;
|
|
8
|
+
getAuthenticationInfo: () => Promise<UnsplashAuthenticationInfo>;
|
|
6
9
|
}
|
|
@@ -3,6 +3,7 @@ export declare const PersonFieldDisplayStyles: {
|
|
|
3
3
|
wrapper?: types.NestedCSSProperties;
|
|
4
4
|
userList?: types.NestedCSSProperties;
|
|
5
5
|
user?: types.NestedCSSProperties;
|
|
6
|
+
userItem?: types.NestedCSSProperties;
|
|
6
7
|
linkItem?: (textColor: string, fontSize?: string, disableHoverStyle?: boolean) => types.NestedCSSProperties;
|
|
7
8
|
smallBadge?: types.NestedCSSProperties;
|
|
8
9
|
};
|
|
@@ -23,7 +23,7 @@ export declare class OrganizationTreeComponent extends VueComponentBase<IOrganiz
|
|
|
23
23
|
beforeDestroy(): void;
|
|
24
24
|
mounted(): void;
|
|
25
25
|
needToBeRemoved(user: OrgTreeUser): boolean;
|
|
26
|
-
|
|
26
|
+
filterAccordingToSettings(tree: OrgTree): OrgTree;
|
|
27
27
|
reInitComponent(user: OrgTreeUser): void;
|
|
28
28
|
initComponent(): void;
|
|
29
29
|
camelize(str: any): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OmniaContext, IWebComponentInstance } from "@omnia/fx";
|
|
2
|
-
import { VueComponentBase, ScopedSlots } from "@omnia/fx/ux";
|
|
2
|
+
import { VueComponentBase, ScopedSlots, IdentitiesLocalization } from "@omnia/fx/ux";
|
|
3
3
|
import { IProfileCardScopedSlots, UserIdentity } from "../../models";
|
|
4
4
|
import { FeatureStore, ProfileCardStore } from "../../stores";
|
|
5
5
|
import { IProfileCard } from ".";
|
|
@@ -26,6 +26,7 @@ export declare class ProfileCardComponent extends VueComponentBase<IProfileCard>
|
|
|
26
26
|
featureStore: FeatureStore;
|
|
27
27
|
private userIdentityStore;
|
|
28
28
|
private focusStore;
|
|
29
|
+
identityLoc: IdentitiesLocalization.locInterface;
|
|
29
30
|
private profileClasses;
|
|
30
31
|
private tenantPeopleInfo;
|
|
31
32
|
private showLinkToDelve;
|
package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { IPropertyDisplayRenderer, IdentityPropertyDefinition } from "@omnia/fx-models";
|
|
1
2
|
import { IdentityDisplayStyles } from "./IdentityDisplay.css";
|
|
2
|
-
import { IdentityPropertyDefinition, IPropertyDisplayRenderer } from "@omnia/fx-models";
|
|
3
3
|
export type IdentityDisplayProps = IPropertyDisplayRenderer<IdentityPropertyDefinition> & {
|
|
4
4
|
styles: typeof IdentityDisplayStyles;
|
|
5
5
|
};
|
|
@@ -56,6 +56,10 @@ export declare class CommentComponent extends VueComponentBase implements IWebCo
|
|
|
56
56
|
currentShowMoreSize: {
|
|
57
57
|
[id: string]: number;
|
|
58
58
|
};
|
|
59
|
+
currentReplyCommentKey: {
|
|
60
|
+
[parentId: string]: string;
|
|
61
|
+
};
|
|
62
|
+
currentMainCommentKey: string;
|
|
59
63
|
private commentClasses;
|
|
60
64
|
private minIndexToShow;
|
|
61
65
|
private topComments;
|
|
@@ -75,7 +79,8 @@ export declare class CommentComponent extends VueComponentBase implements IWebCo
|
|
|
75
79
|
isElementInViewport(el: any): boolean;
|
|
76
80
|
getCommentsCountLabel(commentsCount: number): string;
|
|
77
81
|
renderTopicComments(): VueTsxSupport.JSX.Element;
|
|
78
|
-
|
|
82
|
+
setFocusWhenViewPrevOrMoreComment(parentCommentId: string, commentKey: string): void;
|
|
83
|
+
renderTopCommentShowMoreOption(id: string, replyComment?: boolean): VueTsxSupport.JSX.Element;
|
|
79
84
|
renderShowAllOption(id: string): VueTsxSupport.JSX.Element;
|
|
80
85
|
renderMainCommentComponent(comment: Comment, slimSpacing: boolean): VueTsxSupport.JSX.Element;
|
|
81
86
|
renderCommentsWithChildren(parentComment: Comment): VueTsxSupport.JSX.Element;
|
|
@@ -28,6 +28,7 @@ import wc20bd8ac81b314379a3676ca3b31c720e from './ux/app/management/components/T
|
|
|
28
28
|
import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
|
|
29
29
|
import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
|
|
30
30
|
import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
|
|
31
|
+
import wcb5eb74ede439404b859e485f5f8e68e0 from './ux/blockgallery/admin/TenantBlockTemplateJourney';
|
|
31
32
|
import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
|
|
32
33
|
import wc0fb46d84e95e4e04801878bec4b370cb from './ux/datetimefilterquery/DateTimeFilterQuery';
|
|
33
34
|
import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTimeZonePicker';
|
|
@@ -155,7 +156,6 @@ import wc535ac075284646eca569a78457213e6f from './ux/signin/omnia/Login';
|
|
|
155
156
|
import wc2b741f0203a54cb5a7be72e204ebecc8 from './ux/signin/identitycreationrequest/IdentityCreationRequestView';
|
|
156
157
|
import wcffcb5f0ddcfd445d81683167f298c336 from './ux/signin/identitycreationrequest/ConfirmEmailView';
|
|
157
158
|
import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/Logout';
|
|
158
|
-
import wc4ecc3b27de0045258b22cba846f79ad9 from './ux/skeletonhandler/SkeletonLoader';
|
|
159
159
|
import wc5aaaefb501d64fe59da8b779a54c0a55 from './ux/statuscoderenderer/StatusCodeRenderer';
|
|
160
160
|
import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
|
|
161
161
|
import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
|
|
@@ -208,6 +208,7 @@ declare global {
|
|
|
208
208
|
"omfx-add-button": base.CombinedTsxComponentAttrs<typeof wc1476702e8f24468d9185322be5931c54.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
209
209
|
"omfx-app-show-in-public-listings-input": base.CombinedTsxComponentAttrs<typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
210
210
|
"omfx-authsetup": base.CombinedTsxComponentAttrs<typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
211
|
+
"omfx-admin-blocktemplates": base.CombinedTsxComponentAttrs<typeof wcb5eb74ede439404b859e485f5f8e68e0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
211
212
|
"omfx-command-palette": base.CombinedTsxComponentAttrs<typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
212
213
|
"omfx-date-time-filter-query": base.CombinedTsxComponentAttrs<typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
213
214
|
"omfx-date-time-zone-picker": base.CombinedTsxComponentAttrs<typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
@@ -335,7 +336,6 @@ declare global {
|
|
|
335
336
|
"omfx-identity-creation-request-omnia": base.CombinedTsxComponentAttrs<typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
336
337
|
"omfx-identity-creation-request-confirm-email-result-omnia": base.CombinedTsxComponentAttrs<typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
337
338
|
"omfx-logout": base.CombinedTsxComponentAttrs<typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
338
|
-
"omfx-skeleton-loader": base.CombinedTsxComponentAttrs<typeof wc4ecc3b27de0045258b22cba846f79ad9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
339
339
|
"omfx-status-code-renderer": base.CombinedTsxComponentAttrs<typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
340
340
|
"omfx-theme-definition-picker": base.CombinedTsxComponentAttrs<typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
341
341
|
"omfx-theme-editor-v2": base.CombinedTsxComponentAttrs<typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/fx",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "7.9.2
|
|
4
|
+
"version": "7.9.2",
|
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"author": "Omnia Digital Workplace AB",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@omnia/fx-models": "7.9.2
|
|
23
|
+
"@omnia/fx-models": "7.9.2",
|
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
|
25
25
|
"broadcast-channel": "4.8.0",
|
|
26
26
|
"dayjs": "1.10.7",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"prosemirror-schema-list": "1.0.4",
|
|
49
49
|
"vue-property-decorator": "8.3.0",
|
|
50
50
|
"vue-class-component": "7.1.0",
|
|
51
|
-
"axios": "0.
|
|
51
|
+
"axios": "0.30.0",
|
|
52
52
|
"mousetrap": "1.6.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {},
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface ISkeletonLoader {
|
|
2
|
-
type: string;
|
|
3
|
-
loading?: boolean;
|
|
4
|
-
maxHeight?: string;
|
|
5
|
-
maxWidth?: string;
|
|
6
|
-
class?: string[] | string;
|
|
7
|
-
height?: string;
|
|
8
|
-
width?: string;
|
|
9
|
-
boilerplate?: boolean;
|
|
10
|
-
dark?: boolean;
|
|
11
|
-
transition?: string;
|
|
12
|
-
render?: () => JSX.Element | JSX.Element[];
|
|
13
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ISkeletonLoader } from "..";
|
|
2
|
-
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<ISkeletonLoader, never>, any, any, any>> & {
|
|
3
|
-
propsDefinition: import("vue-tsx-support").PropsForOutside<ISkeletonLoader, never>;
|
|
4
|
-
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<any>, {}, import("vue-tsx-support").PropsForOutside<ISkeletonLoader, never>, any, any, any>> & {
|
|
5
|
-
propsDefinition: import("vue-tsx-support").PropsForOutside<ISkeletonLoader, never>;
|
|
6
|
-
});
|
|
7
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./ISkeletonLoader";
|