@omnia/fx 7.9.0-preview → 7.9.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.
Files changed (89) hide show
  1. package/internal-do-not-import-from-here/core/Cookies.d.ts +2 -1
  2. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +4 -2
  3. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +3 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/services/BusinessProfileService.d.ts +1 -0
  6. package/internal-do-not-import-from-here/services/SecurityRoles.d.ts +1 -0
  7. package/internal-do-not-import-from-here/services/SemanticSearchService.d.ts +2 -2
  8. package/internal-do-not-import-from-here/services/TargetingPropertyService.d.ts +1 -0
  9. package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +5 -0
  10. package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +1 -0
  11. package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +23 -0
  12. package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +1 -0
  13. package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
  14. package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +1 -0
  15. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
  17. package/internal-do-not-import-from-here/ux/UxModels.d.ts +53 -2
  18. package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +5 -0
  20. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +8 -0
  21. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.d.ts +0 -4
  22. package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -1
  23. package/internal-do-not-import-from-here/ux/blockgallery/AddEditBlockBlade.d.ts +6 -0
  24. package/internal-do-not-import-from-here/ux/blockgallery/AddEditHeaderBlade.d.ts +6 -0
  25. package/internal-do-not-import-from-here/ux/blockgallery/AddEditTemplateBlade.d.ts +6 -0
  26. package/internal-do-not-import-from-here/ux/blockgallery/AdminBlade.d.ts +12 -0
  27. package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogBlade.d.ts +6 -0
  28. package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogLayoutListBlade.d.ts +5 -0
  29. package/internal-do-not-import-from-here/ux/blockgallery/BlockTemplatesBlade.d.ts +6 -0
  30. package/internal-do-not-import-from-here/ux/blockgallery/SettingsBlade.d.ts +6 -0
  31. package/internal-do-not-import-from-here/ux/blockgallery/admin/AdminRegistration.d.ts +1 -0
  32. package/internal-do-not-import-from-here/ux/blockgallery/admin/Constants.d.ts +26 -0
  33. package/internal-do-not-import-from-here/ux/blockgallery/admin/TenantBlockTemplateJourney.d.ts +6 -0
  34. package/internal-do-not-import-from-here/ux/blockgallery/apis/Registration.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/blockgallery/factory/Factory.d.ts +6 -0
  36. package/internal-do-not-import-from-here/ux/blockgallery/factory/index.d.ts +1 -0
  37. package/internal-do-not-import-from-here/ux/blockgallery/services/BlockTemplateService.d.ts +9 -0
  38. package/internal-do-not-import-from-here/ux/blockgallery/services/index.d.ts +1 -0
  39. package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +94 -0
  40. package/internal-do-not-import-from-here/ux/blockgallery/store/index.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/blockgallery/style/General.d.ts +4 -0
  42. package/internal-do-not-import-from-here/ux/blockgallery/style/index.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +8 -4
  44. package/internal-do-not-import-from-here/ux/dialog/IDialog.d.ts +8 -1
  45. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +6 -0
  46. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +3 -0
  47. package/internal-do-not-import-from-here/ux/editorchrome/chrome/IEditorChrome.d.ts +3 -0
  48. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
  49. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/mediafield/IMediaFieldDisplay.d.ts +15 -0
  50. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/mediafield/MediaFieldDisplay.d.ts +18 -0
  51. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/mediafield/index.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +1 -0
  53. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/mediafield/IMediaFieldEdit.d.ts +16 -0
  54. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/mediafield/MediaFieldEdit.d.ts +32 -0
  55. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/mediafield/index.d.ts +1 -0
  56. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts +2 -1
  58. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +6 -1
  59. package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +1 -0
  60. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +3 -2
  61. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +6 -2
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/AddContentDialog.d.ts +12 -0
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +7 -0
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -0
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -0
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +5 -1
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +4 -0
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -1
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +3 -0
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +14 -1
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -1
  72. package/internal-do-not-import-from-here/ux/mediapickerproviders/apis/FileHandlerRegistration.d.ts +1 -0
  73. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +17 -0
  74. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +2 -0
  75. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/models/UnsplashImage.d.ts +4 -0
  76. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/services/UnsplashImageService.d.ts +5 -2
  77. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -0
  78. package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -0
  80. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -1
  81. package/internal-do-not-import-from-here/ux/profilecard/index.d.ts +1 -0
  82. package/internal-do-not-import-from-here/ux/profilecard/loc/localize.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +6 -1
  85. package/internal-do-not-import-from-here/wctypings.d.ts +2 -2
  86. package/package.json +3 -3
  87. package/internal-do-not-import-from-here/ux/skeletonhandler/ISkeletonLoader.d.ts +0 -13
  88. package/internal-do-not-import-from-here/ux/skeletonhandler/SkeletonLoader.d.ts +0 -7
  89. package/internal-do-not-import-from-here/ux/skeletonhandler/index.d.ts +0 -1
@@ -3,15 +3,32 @@ import { IMyComputerProviderComponent } from "./IMyComputerProvider";
3
3
  import { MyComputerProviderLocalization } from "./loc/localize";
4
4
  import { OmniaTheming } from "../../OmniaTheming";
5
5
  import { MultiSelectMediaProviderComponentBase } from "../mediaproviderbase/MultiSelectMediaProviderComponentBase";
6
+ import { OmniaUxLocalization } from "../..";
6
7
  export declare class MyComputerProviderComponent extends MultiSelectMediaProviderComponentBase implements IWebComponentInstance, IMyComputerProviderComponent {
7
8
  omniaTheming: OmniaTheming;
8
9
  private subscriptionHandler;
9
10
  locMyComputerProvider: MyComputerProviderLocalization.locInterface;
11
+ uxLoc: OmniaUxLocalization;
10
12
  private PastingImageHandler;
13
+ private isLoading;
14
+ private fileHandlers;
15
+ private currentProvider;
16
+ private isUploading;
17
+ private progressPercentage;
18
+ private fileToUpload;
19
+ private extraFileToUpload;
20
+ private currentSettings;
21
+ private previewMedia;
22
+ private allowedFiles;
11
23
  constructor();
12
24
  created(): void;
13
25
  mounted(): void;
26
+ private renderProviderButtons;
14
27
  private onAddedFile;
28
+ private renderSettings;
29
+ private onUploadMedia;
30
+ private handleProviderHandledFile;
15
31
  handleFile(media: File, pastingFile?: boolean): void;
32
+ private renderUploadProgress;
16
33
  render(): VueTsxSupport.JSX.Element;
17
34
  }
@@ -19,6 +19,8 @@ export declare class UnsplashProviderComponent extends GridViewMediaProviderComp
19
19
  private searchKeyword;
20
20
  private hasSearchResult;
21
21
  private clientId;
22
+ private pageNumber;
23
+ private totalPages;
22
24
  constructor();
23
25
  created(): void;
24
26
  mounted(): void;
@@ -24,4 +24,8 @@ export interface UnsplashUser {
24
24
  username: string;
25
25
  name: string;
26
26
  }
27
+ export interface UnsplashResponse {
28
+ images: Array<UnsplashImage>;
29
+ totalPages: number;
30
+ }
27
31
  export {};
@@ -1,6 +1,9 @@
1
- import { UnsplashImage } from "../models/UnsplashImage";
1
+ import { UnsplashAuthenticationInfo } from "../../../../models";
2
+ import { UnsplashResponse } from "../models/UnsplashImage";
2
3
  export declare class UnsplashImageService {
3
4
  private commonHttpClient;
4
- search: (searchText: string, offset: number, limit: number, clientId: any) => Promise<Array<UnsplashImage>>;
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
- removeReporteesAccordingToSettings(users: OrgTreeUser[]): void;
26
+ filterAccordingToSettings(tree: OrgTree): OrgTree;
27
27
  reInitComponent(user: OrgTreeUser): void;
28
28
  initComponent(): void;
29
29
  camelize(str: any): string;
@@ -4,6 +4,7 @@ export declare module PermissionInputLocalization {
4
4
  PermissionMsg: string;
5
5
  TenantAdmin: string;
6
6
  DirectoryReader: string;
7
+ BlockGalleryEditor: string;
7
8
  SemanticSearchReader: string;
8
9
  AddTenantAdminByFreeText: {
9
10
  InputLabel: 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;
@@ -1,2 +1,3 @@
1
1
  export * from "./IProfileCard";
2
+ export * from "./loc/localize";
2
3
  export type { IProfileCardDialog } from "./IProfileCardDialog";
@@ -1,6 +1,7 @@
1
1
  export declare module ProfileCardLocalization {
2
2
  const namespace = "Omnia.Ux.Profilecard";
3
3
  interface locInterface {
4
+ profileCard: string;
4
5
  aboutTab: string;
5
6
  organizationTab: string;
6
7
  closeText: string;
@@ -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
- renderTopCommentShowMoreOption(id: string): VueTsxSupport.JSX.Element;
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.0-preview",
4
+ "version": "7.9.0",
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.0-preview",
23
+ "@omnia/fx-models": "7.9.0",
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.24.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";