@clickview/library-editor 1.1.26 → 1.1.27-dev.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.
- package/.eslintrc.json +3 -0
- package/dist/css/23.chunk.css +3 -5
- package/dist/css/25.chunk.css +0 -2
- package/dist/css/library-editor-app.css +2 -2
- package/dist/en.json +1 -1
- package/dist/libs/analytics/src/clients/CollectionApiClient.d.ts +1 -3
- package/dist/libs/analytics/src/enrichers/BaseAnalyticsEnricher.d.ts +1 -1
- package/dist/libs/analytics/src/enrichers/UserDataEnricher.d.ts +1 -1
- package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +8 -3
- package/dist/libs/analytics/src/utils/TypeHelper.d.ts +1 -1
- package/dist/libs/analytics/src/utils/VideoDataFormatHelper.d.ts +5 -5
- package/dist/libs/common/src/backbone/constants/CommonServices.d.ts +0 -1
- package/dist/libs/common/src/backbone/core/BaseAppRouter.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseApplication.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseBehavior.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseCollection.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseCollectionView.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseLayoutView.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseModel.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseNestedModel.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseService.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseView.d.ts +2 -2
- package/dist/libs/common/src/backbone/core/LayoutService.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/ListenToRadio.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/Shell.d.ts +1 -1
- package/dist/libs/common/src/backbone/interfaces/BaseCollectionIdentifier.d.ts +2 -1
- package/dist/libs/common/src/backbone/interfaces/DataProvider.d.ts +1 -1
- package/dist/libs/common/src/backbone/interfaces/StickitBinding.d.ts +1 -1
- package/dist/libs/common/src/backbone/services/LanguageService.d.ts +1 -1
- package/dist/libs/common/src/backbone/services/data-providers/AjaxDataProvider.d.ts +1 -1
- package/dist/libs/common/src/backbone/services/data-providers/SignalRDataProvider.d.ts +2 -2
- package/dist/libs/common/src/backbone/utils/FunctionHelper.d.ts +3 -3
- package/dist/libs/common/src/react/utils/FetchHelper.d.ts +1 -1
- package/dist/libs/shared/src/apps/notifications/views/popover/NotificationsPopoverView.d.ts +2 -2
- package/dist/libs/shared/src/apps/search/utils/InstantSearchHelper.d.ts +5 -5
- package/dist/libs/shared/src/apps/search/utils/TypeaheadHelper.d.ts +24 -24
- package/dist/libs/shared/src/apps/search/views/search-bar/SearchBarView.d.ts +5 -5
- package/dist/libs/shared/src/apps/upload/errors/file-type/FileTypeError.d.ts +1 -1
- package/dist/libs/shared/src/constants/BootstrapKeys.d.ts +1 -0
- package/dist/libs/shared/src/enums/ObjectStatus.d.ts +5 -0
- package/dist/libs/shared/src/enums/PlayerMediaType.d.ts +4 -0
- package/dist/libs/shared/src/enums/UserGroup.d.ts +5 -0
- package/dist/libs/shared/src/enums/WidgetContents.d.ts +2 -1
- package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +3 -1
- package/dist/libs/shared/src/images/svg/actions/index.d.ts +3 -1
- package/dist/libs/shared/src/interfaces/collections/index.d.ts +1 -0
- package/dist/libs/shared/src/interfaces/models/Config.d.ts +2 -0
- package/dist/libs/shared/src/interfaces/models/Glance.d.ts +2 -0
- package/dist/libs/shared/src/interfaces/models/Link.d.ts +1 -0
- package/dist/libs/shared/src/interfaces/models/PlayerViewKey.d.ts +3 -0
- package/dist/libs/shared/src/interfaces/models/Resource.d.ts +11 -3
- package/dist/libs/shared/src/interfaces/models/Thumbnail.d.ts +3 -0
- package/dist/libs/shared/src/interfaces/models/User.d.ts +8 -1
- package/dist/libs/shared/src/interfaces/models/index.d.ts +4 -0
- package/dist/libs/shared/src/interfaces/requests/CreateViewKeyRequest.d.ts +5 -0
- package/dist/libs/shared/src/interfaces/requests/UpdateVideoRequest.d.ts +5 -1
- package/dist/libs/shared/src/interfaces/requests/index.d.ts +4 -0
- package/dist/libs/shared/src/interfaces/services/BaseUserDataService.d.ts +2 -0
- package/dist/libs/shared/src/interfaces/services/index.d.ts +1 -0
- package/dist/libs/shared/src/legacy/components/thumbnail/ThumbnailComponent.d.ts +1 -1
- package/dist/libs/shared/src/utils/ImageHelper.d.ts +5 -4
- package/dist/libs/shared/src/utils/MaskHelper.d.ts +1 -1
- package/dist/libs/shared/src/utils/SvgHelper.d.ts +0 -1
- package/dist/projects/library-editor/src/app.d.ts +20 -5
- package/dist/projects/library-editor/src/apps/content-updates/utils/ContentUpdatesHelper.d.ts +1 -1
- package/dist/projects/library-editor/src/apps/library-editor/LibraryEditorApplication.d.ts +3 -3
- package/dist/projects/library-editor/src/apps/library-editor/components/file-uploads/FileUploadsComponentCollection.d.ts +1 -1
- package/dist/projects/library-editor/src/apps/library-editor/components/language-select/LanguageSelectTypeaheadHelper.d.ts +1 -2
- package/dist/projects/library-editor/src/apps/library-editor/components/video-resources/VideoResourcesComponent.d.ts +3 -1
- package/dist/projects/library-editor/src/apps/library-editor/components/video-subtitles/VideoSubtitlesComponent.d.ts +4 -1
- package/dist/projects/library-editor/src/apps/library-editor/enums/index.d.ts +0 -1
- package/dist/projects/library-editor/src/apps/library-editor/errors/index.d.ts +0 -2
- package/dist/projects/library-editor/src/apps/library-editor/services/VideoDataService.d.ts +2 -2
- package/dist/projects/library-editor/src/apps/library-editor/utils/EditVideoHelpers.d.ts +2 -2
- package/dist/projects/library-editor/src/apps/library-editor/utils/VideoDetailsHelper.d.ts +1 -1
- package/dist/projects/library-editor/src/apps/library-editor/views/edit-resources/EditResourcesView.d.ts +3 -3
- package/dist/projects/library-editor/src/apps/migration-wizard/components/status-bar/StatusBarComponent.d.ts +2 -2
- package/dist/projects/library-editor/src/apps/upload/UploadApplication.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/behaviors/index.d.ts +0 -3
- package/dist/projects/library-editor/src/shared/behaviors/popup/PopupBehavior.d.ts +3 -3
- package/dist/projects/library-editor/src/shared/components/date-picker/DatePickerComponent.d.ts +2 -2
- package/dist/projects/library-editor/src/shared/components/dropdown/DropdownButtonComponent.d.ts +4 -4
- package/dist/projects/library-editor/src/shared/components/edit-video/edit-additional-info/EditAdditionalInfoComponent.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/components/edit-video/select-rating/SelectRatingItemComponent.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/components/image-cropper/ImageCropperComponent.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/components/select/SelectComponent.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/components/spinner-button/SpinnerButtonComponent.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/components/tabs/TabsComponent.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/components/typeahead-input/SearchTypeaheadComponent.d.ts +4 -4
- package/dist/projects/library-editor/src/shared/components/video-item/utils/VideoItemComponents.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/enums/index.d.ts +0 -2
- package/dist/projects/library-editor/src/shared/errors/index.d.ts +0 -1
- package/dist/projects/library-editor/src/shared/layouts/manage-layout/ManageLayoutView.d.ts +2 -0
- package/dist/projects/library-editor/src/shared/utils/PermissionsHelper.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/utils/RatingHelper.d.ts +1 -2
- package/dist/projects/library-editor/src/shared/utils/VideoHelper.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/utils/search/RawSearchHelper.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/utils/search/raw-search-components/add-new/AddNewSuggestion.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/views/download-video/DownloadVideoView.d.ts +0 -1
- package/dist/projects/library-editor/src/startup/RegisterAnalytics.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterApplicationVariables.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterApplications.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterCaches.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterDataProviders.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterDataServices.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterErrorHandlers.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterHandlebarsHelpers.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterLayouts.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterServices.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterViewDataExtensions.d.ts +1 -1
- package/dist/projects/library-editor/typings/libs/LazyLoad.d.ts +1 -1
- package/dist/scripts/{0-93276429bf.chunk.js → 0-7d941d48a1.chunk.js} +1 -1
- package/dist/scripts/1-d174976195.chunk.js +1 -0
- package/dist/scripts/{10-31317a2d02.chunk.js → 10-9389c5decb.chunk.js} +1 -1
- package/dist/scripts/{11-74bc3f2d9f.chunk.js → 11-85acf490ea.chunk.js} +1 -1
- package/dist/scripts/{12-6ecdd79b85.chunk.js → 12-0db13732f7.chunk.js} +1 -1
- package/dist/scripts/13-994f87e579.chunk.js +1 -0
- package/dist/scripts/14-2902bc9522.chunk.js +1 -0
- package/dist/scripts/15-c6ed60d5c9.chunk.js +1 -0
- package/dist/scripts/{16-427a8933c8.chunk.js → 16-745edb531a.chunk.js} +1 -1
- package/dist/scripts/{17-140fec014b.chunk.js → 17-84499189f1.chunk.js} +1 -1
- package/dist/scripts/{2-0c5fba8b60.chunk.js → 2-236aa94486.chunk.js} +1 -1
- package/dist/scripts/{20-732a7a549d.chunk.js → 20-96717eb19f.chunk.js} +1 -1
- package/dist/scripts/{21-ee85b6d208.chunk.js → 21-65f36b6673.chunk.js} +1 -1
- package/dist/scripts/{22-082c94a39c.chunk.js → 22-5e4db41745.chunk.js} +1 -1
- package/dist/scripts/23-d0172ec9d2.chunk.js +1 -0
- package/dist/scripts/{24-c94049500e.chunk.js → 24-6ac1386d9a.chunk.js} +1 -1
- package/dist/scripts/25-36d490b1c6.chunk.js +1 -0
- package/dist/scripts/{26-d166e3c313.chunk.js → 26-58a421e3cb.chunk.js} +1 -1
- package/dist/scripts/27-a507f85408.chunk.js +1 -0
- package/dist/scripts/{28-e490147f6b.chunk.js → 28-add4a2a74d.chunk.js} +1 -1
- package/dist/scripts/29-adf22ec3a1.chunk.js +1 -0
- package/dist/scripts/{3-42e8af9f39.chunk.js → 3-3c39acc333.chunk.js} +1 -1
- package/dist/scripts/{30-9d32d88d76.chunk.js → 30-6e869b77b2.chunk.js} +1 -1
- package/dist/scripts/{31-639090fee3.chunk.js → 31-f3a0832478.chunk.js} +1 -1
- package/dist/scripts/32-cbcb5dba41.chunk.js +1 -0
- package/dist/scripts/33-c9a197cce2.chunk.js +1 -0
- package/dist/scripts/34-37fc1c9761.chunk.js +1 -0
- package/dist/scripts/35-21329b155d.chunk.js +1 -0
- package/dist/scripts/36-0d3fa3d249.chunk.js +1 -0
- package/dist/scripts/{37-3f3a603b60.chunk.js → 37-681f25d8de.chunk.js} +1 -1
- package/dist/scripts/38-5364f1bd67.chunk.js +1 -0
- package/dist/scripts/{39-71c4bb46b2.chunk.js → 39-996d4ddc74.chunk.js} +1 -1
- package/dist/scripts/4-93e14cac14.chunk.js +1 -0
- package/dist/scripts/{40-f1d72b1049.chunk.js → 40-7ecb39dfb5.chunk.js} +1 -1
- package/dist/scripts/41-8b5abd983b.chunk.js +1 -0
- package/dist/scripts/{42-3480033857.chunk.js → 42-b0867d7db0.chunk.js} +1 -1
- package/dist/scripts/{43-2fe5b1c9cc.chunk.js → 43-32a9ad2254.chunk.js} +1 -1
- package/dist/scripts/44-bf0ebe3cf7.chunk.js +1 -0
- package/dist/scripts/45-2ba05e3821.chunk.js +1 -0
- package/dist/scripts/46-3bdc667e2e.chunk.js +1 -0
- package/dist/scripts/{47-1e3d829757.chunk.js → 47-9955928b6f.chunk.js} +1 -1
- package/dist/scripts/{48-877e9e02b8.chunk.js → 48-3922b945f4.chunk.js} +1 -1
- package/dist/scripts/{49-0f9a6a1782.chunk.js → 49-23a1f6f7e7.chunk.js} +1 -1
- package/dist/scripts/5-4bea739cc3.chunk.js +1 -0
- package/dist/scripts/{50-0741587a02.chunk.js → 50-5c842985ec.chunk.js} +1 -1
- package/dist/scripts/{51-a5f1309ada.chunk.js → 51-76bb20846a.chunk.js} +1 -1
- package/dist/scripts/{52-bc48f1f9e8.chunk.js → 52-837abee352.chunk.js} +1 -1
- package/dist/scripts/{53-36007500cf.chunk.js → 53-52c9fac5eb.chunk.js} +1 -1
- package/dist/scripts/{54-7cdbdcebf9.chunk.js → 54-557f6ffe65.chunk.js} +1 -1
- package/dist/scripts/{55-078bb9b0ea.chunk.js → 55-8dea861900.chunk.js} +1 -1
- package/dist/scripts/{56-36d54fa08f.chunk.js → 56-491db19e9d.chunk.js} +1 -1
- package/dist/scripts/{57-c1faec8b32.chunk.js → 57-87323c96be.chunk.js} +1 -1
- package/dist/scripts/{58-e996405f2b.chunk.js → 58-3408474ea9.chunk.js} +1 -1
- package/dist/scripts/{59-0a7bdc86b0.chunk.js → 59-ad89e8b776.chunk.js} +1 -1
- package/dist/scripts/{6-1045293de4.chunk.js → 6-cf6bf13de2.chunk.js} +1 -1
- package/dist/scripts/{60-0d8896555f.chunk.js → 60-3324435680.chunk.js} +1 -1
- package/dist/scripts/{61-57fa6b5248.chunk.js → 61-57f4830468.chunk.js} +1 -1
- package/dist/scripts/{62-67458b7fb4.chunk.js → 62-27f0a916e8.chunk.js} +1 -1
- package/dist/scripts/{63-420b10f5f2.chunk.js → 63-c328125cb6.chunk.js} +1 -1
- package/dist/scripts/{64-e6598113a7.chunk.js → 64-32b869d473.chunk.js} +1 -1
- package/dist/scripts/{65-93567fe088.chunk.js → 65-2f7971dc4f.chunk.js} +1 -1
- package/dist/scripts/{66-c84a3a3c3f.chunk.js → 66-34c241cba2.chunk.js} +1 -1
- package/dist/scripts/67-b5429e74ed.chunk.js +1 -0
- package/dist/scripts/{68-7b1d5e8e75.chunk.js → 68-c8848a4a9d.chunk.js} +1 -1
- package/dist/scripts/{69-3d2063cd0f.chunk.js → 69-3840d20a46.chunk.js} +1 -1
- package/dist/scripts/{7-3151397d74.chunk.js → 7-d1e99b91aa.chunk.js} +1 -1
- package/dist/scripts/{70-27e9e5792a.chunk.js → 70-812a99c9c1.chunk.js} +1 -1
- package/dist/scripts/{71-c5923e2d2d.chunk.js → 71-5523ee0121.chunk.js} +1 -1
- package/dist/scripts/{72-0a6c88f9fe.chunk.js → 72-fd2b5e6473.chunk.js} +1 -1
- package/dist/scripts/{8-7278f3247c.chunk.js → 8-1c22ae2c22.chunk.js} +1 -1
- package/dist/scripts/9-fab9edf019.chunk.js +1 -0
- package/dist/scripts/bundle-c2eae7224c.min.js +8 -0
- package/dist/scripts/bundles.json +2 -2
- package/dist/scripts/polyfills-1554419c02.min.js +1 -0
- package/package.json +4 -3
- package/typings/libs/CVEvents.d.ts +1 -1
- package/typings/libs/LazyLoad.ts +2 -1
- package/typings/libs/Trackers.d.ts +1 -1
- package/dist/css/1.chunk.css.map +0 -1
- package/dist/css/10.chunk.css.map +0 -1
- package/dist/css/11.chunk.css +0 -137
- package/dist/css/11.chunk.css.map +0 -1
- package/dist/css/12.chunk.css.map +0 -1
- package/dist/css/13.chunk.css.map +0 -1
- package/dist/css/14.chunk.css.map +0 -1
- package/dist/css/16.chunk.css.map +0 -1
- package/dist/css/17.chunk.css.map +0 -1
- package/dist/css/18.chunk.css +0 -20
- package/dist/css/18.chunk.css.map +0 -1
- package/dist/css/2.chunk.css +0 -145
- package/dist/css/2.chunk.css.map +0 -1
- package/dist/css/21.chunk.css.map +0 -1
- package/dist/css/22.chunk.css.map +0 -1
- package/dist/css/23.chunk.css.map +0 -1
- package/dist/css/25.chunk.css.map +0 -1
- package/dist/css/26.chunk.css.map +0 -1
- package/dist/css/28.chunk.css.map +0 -1
- package/dist/css/29.chunk.css.map +0 -1
- package/dist/css/3.chunk.css.map +0 -1
- package/dist/css/30.chunk.css.map +0 -1
- package/dist/css/31.chunk.css.map +0 -1
- package/dist/css/32.chunk.css.map +0 -1
- package/dist/css/33.chunk.css.map +0 -1
- package/dist/css/34.chunk.css +0 -21
- package/dist/css/34.chunk.css.map +0 -1
- package/dist/css/35.chunk.css +0 -20
- package/dist/css/35.chunk.css.map +0 -1
- package/dist/css/36.chunk.css +0 -14
- package/dist/css/36.chunk.css.map +0 -1
- package/dist/css/37.chunk.css.map +0 -1
- package/dist/css/38.chunk.css.map +0 -1
- package/dist/css/40.chunk.css.map +0 -1
- package/dist/css/41.chunk.css.map +0 -1
- package/dist/css/42.chunk.css.map +0 -1
- package/dist/css/43.chunk.css.map +0 -1
- package/dist/css/44.chunk.css.map +0 -1
- package/dist/css/45.chunk.css.map +0 -1
- package/dist/css/46.chunk.css.map +0 -1
- package/dist/css/47.chunk.css.map +0 -1
- package/dist/css/48.chunk.css.map +0 -1
- package/dist/css/49.chunk.css +0 -35
- package/dist/css/49.chunk.css.map +0 -1
- package/dist/css/50.chunk.css.map +0 -1
- package/dist/css/51.chunk.css.map +0 -1
- package/dist/css/52.chunk.css +0 -66
- package/dist/css/52.chunk.css.map +0 -1
- package/dist/css/55.chunk.css.map +0 -1
- package/dist/css/56.chunk.css.map +0 -1
- package/dist/css/58.chunk.css.map +0 -1
- package/dist/css/59.chunk.css.map +0 -1
- package/dist/css/6.chunk.css.map +0 -1
- package/dist/css/60.chunk.css +0 -18
- package/dist/css/60.chunk.css.map +0 -1
- package/dist/css/62.chunk.css.map +0 -1
- package/dist/css/63.chunk.css +0 -170
- package/dist/css/63.chunk.css.map +0 -1
- package/dist/css/67.chunk.css +0 -78
- package/dist/css/67.chunk.css.map +0 -1
- package/dist/css/68.chunk.css +0 -17
- package/dist/css/68.chunk.css.map +0 -1
- package/dist/css/69.chunk.css +0 -17
- package/dist/css/69.chunk.css.map +0 -1
- package/dist/css/7.chunk.css.map +0 -1
- package/dist/css/70.chunk.css +0 -23
- package/dist/css/70.chunk.css.map +0 -1
- package/dist/css/71.chunk.css +0 -40
- package/dist/css/71.chunk.css.map +0 -1
- package/dist/css/72.chunk.css +0 -16
- package/dist/css/72.chunk.css.map +0 -1
- package/dist/css/73.chunk.css +0 -37
- package/dist/css/73.chunk.css.map +0 -1
- package/dist/css/74.chunk.css +0 -29
- package/dist/css/74.chunk.css.map +0 -1
- package/dist/css/75.chunk.css +0 -6
- package/dist/css/75.chunk.css.map +0 -1
- package/dist/css/76.chunk.css +0 -6
- package/dist/css/76.chunk.css.map +0 -1
- package/dist/css/8.chunk.css.map +0 -1
- package/dist/css/library-editor-app.css.map +0 -1
- package/dist/libs/common/src/backbone/services/ScrollService.d.ts +0 -19
- package/dist/projects/library-editor/src/apps/library-editor/components/file-select/FileSelectComponent.d.ts +0 -30
- package/dist/projects/library-editor/src/apps/library-editor/components/file-uploads/FileUploadComponent.d.ts +0 -15
- package/dist/projects/library-editor/src/apps/library-editor/components/video-resources/ResourceItemComponent.d.ts +0 -22
- package/dist/projects/library-editor/src/apps/library-editor/components/video-subtitles/SubtitleItemComponent.d.ts +0 -18
- package/dist/projects/library-editor/src/apps/library-editor/enums/ObjectOwnerType.d.ts +0 -4
- package/dist/projects/library-editor/src/apps/library-editor/errors/too-many-resources/TooManyResourcesError.d.ts +0 -8
- package/dist/projects/library-editor/src/apps/library-editor/errors/too-many-subtitles/TooManySubtitlesError.d.ts +0 -8
- package/dist/projects/library-editor/src/shared/behaviors/file-drop/FileDropBehavior.d.ts +0 -19
- package/dist/projects/library-editor/src/shared/behaviors/file-drop/FileDropHelper.d.ts +0 -4
- package/dist/projects/library-editor/src/shared/behaviors/file-drop/FileDropMaskBehavior.d.ts +0 -19
- package/dist/projects/library-editor/src/shared/behaviors/file-select/FileSelectBehavior.d.ts +0 -16
- package/dist/projects/library-editor/src/shared/enums/MasterObjectTypes.d.ts +0 -8
- package/dist/projects/library-editor/src/shared/enums/UploadInteractionType.d.ts +0 -4
- package/dist/projects/library-editor/src/shared/errors/too-many-files/TooManyFilesError.d.ts +0 -7
- package/dist/scripts/0-1c2bb7e28a.chunk.js +0 -1
- package/dist/scripts/0-1dbc79e4e7.chunk.js +0 -1
- package/dist/scripts/0-8b75adf540.chunk.js +0 -1
- package/dist/scripts/0.chunk.js +0 -1039
- package/dist/scripts/0.chunk.js.map +0 -1
- package/dist/scripts/1-22a3bd404f.chunk.js +0 -1
- package/dist/scripts/1-480e5932a6.chunk.js +0 -1
- package/dist/scripts/1-6051b28de6.chunk.js +0 -1
- package/dist/scripts/1-b85c11fc30.chunk.js +0 -1
- package/dist/scripts/1.chunk.js +0 -442
- package/dist/scripts/1.chunk.js.map +0 -1
- package/dist/scripts/10-3ff370d548.chunk.js +0 -1
- package/dist/scripts/10-923c4b075a.chunk.js +0 -1
- package/dist/scripts/10-e2fea45a6c.chunk.js +0 -1
- package/dist/scripts/10.chunk.js +0 -820
- package/dist/scripts/10.chunk.js.map +0 -1
- package/dist/scripts/11-039959db6c.chunk.js +0 -11
- package/dist/scripts/11-3dec7d2c7e.chunk.js +0 -11
- package/dist/scripts/11.chunk.js +0 -4091
- package/dist/scripts/11.chunk.js.map +0 -1
- package/dist/scripts/12-07999b80e0.chunk.js +0 -1
- package/dist/scripts/12-24bd360be0.chunk.js +0 -1
- package/dist/scripts/12-e522e64a94.chunk.js +0 -1
- package/dist/scripts/12.chunk.js +0 -555
- package/dist/scripts/12.chunk.js.map +0 -1
- package/dist/scripts/13-081c0e5887.chunk.js +0 -1
- package/dist/scripts/13-282f8add17.chunk.js +0 -1
- package/dist/scripts/13-54fe4fe53b.chunk.js +0 -1
- package/dist/scripts/13-958a8fd026.chunk.js +0 -1
- package/dist/scripts/13.chunk.js +0 -380
- package/dist/scripts/13.chunk.js.map +0 -1
- package/dist/scripts/14-16f84b2721.chunk.js +0 -1
- package/dist/scripts/14-45cd4dc6ef.chunk.js +0 -1
- package/dist/scripts/14-5e443cb402.chunk.js +0 -1
- package/dist/scripts/14-68c85d6674.chunk.js +0 -1
- package/dist/scripts/14.chunk.js +0 -2386
- package/dist/scripts/14.chunk.js.map +0 -1
- package/dist/scripts/15-12fa4c3471.chunk.js +0 -1
- package/dist/scripts/15-1f779dd0d3.chunk.js +0 -1
- package/dist/scripts/15-5544e6bde6.chunk.js +0 -1
- package/dist/scripts/15-8c96c3288e.chunk.js +0 -1
- package/dist/scripts/15.chunk.js +0 -314
- package/dist/scripts/15.chunk.js.map +0 -1
- package/dist/scripts/16-670c43d26f.chunk.js +0 -1
- package/dist/scripts/16-742a776f88.chunk.js +0 -1
- package/dist/scripts/16-7bcffb06e7.chunk.js +0 -1
- package/dist/scripts/16.chunk.js +0 -1290
- package/dist/scripts/16.chunk.js.map +0 -1
- package/dist/scripts/17-7093f50dff.chunk.js +0 -1
- package/dist/scripts/17-b5e44e8b17.chunk.js +0 -1
- package/dist/scripts/17-f6b0159da3.chunk.js +0 -1
- package/dist/scripts/17.chunk.js +0 -381
- package/dist/scripts/17.chunk.js.map +0 -1
- package/dist/scripts/18.chunk.js +0 -393
- package/dist/scripts/18.chunk.js.map +0 -1
- package/dist/scripts/19.chunk.js +0 -364
- package/dist/scripts/19.chunk.js.map +0 -1
- package/dist/scripts/2-5fd33f5359.chunk.js +0 -1
- package/dist/scripts/2-7cc9176e8a.chunk.js +0 -1
- package/dist/scripts/2.chunk.js +0 -523
- package/dist/scripts/2.chunk.js.map +0 -1
- package/dist/scripts/20-4d88ede0e0.chunk.js +0 -1
- package/dist/scripts/20-a84733c89f.chunk.js +0 -1
- package/dist/scripts/20-df9f6f7661.chunk.js +0 -1
- package/dist/scripts/20.chunk.js +0 -317
- package/dist/scripts/20.chunk.js.map +0 -1
- package/dist/scripts/21-0b84d33cef.chunk.js +0 -1
- package/dist/scripts/21-9b28a13702.chunk.js +0 -1
- package/dist/scripts/21-c9983ca8ad.chunk.js +0 -1
- package/dist/scripts/21.chunk.js +0 -531
- package/dist/scripts/21.chunk.js.map +0 -1
- package/dist/scripts/22-151cf38018.chunk.js +0 -1
- package/dist/scripts/22-3b2207c8f6.chunk.js +0 -1
- package/dist/scripts/22-6e6ed9f607.chunk.js +0 -1
- package/dist/scripts/22.chunk.js +0 -354
- package/dist/scripts/22.chunk.js.map +0 -1
- package/dist/scripts/23-1af21bf234.chunk.js +0 -1
- package/dist/scripts/23-2b00ff99bf.chunk.js +0 -1
- package/dist/scripts/23-94f9fe4222.chunk.js +0 -1
- package/dist/scripts/23-ab8f73ee87.chunk.js +0 -1
- package/dist/scripts/23.chunk.js +0 -604
- package/dist/scripts/23.chunk.js.map +0 -1
- package/dist/scripts/24-74ab289589.chunk.js +0 -1
- package/dist/scripts/24-7aa9b43511.chunk.js +0 -1
- package/dist/scripts/24-d1ffdd4755.chunk.js +0 -1
- package/dist/scripts/24.chunk.js +0 -318
- package/dist/scripts/24.chunk.js.map +0 -1
- package/dist/scripts/25-34c0406f50.chunk.js +0 -1
- package/dist/scripts/25-5a38ce3533.chunk.js +0 -1
- package/dist/scripts/25-76d9011eea.chunk.js +0 -1
- package/dist/scripts/25-866cfc0ef5.chunk.js +0 -1
- package/dist/scripts/25.chunk.js +0 -365
- package/dist/scripts/25.chunk.js.map +0 -1
- package/dist/scripts/26-d19e3f755c.chunk.js +0 -1
- package/dist/scripts/26-e53ba8e00f.chunk.js +0 -1
- package/dist/scripts/26-ea028a6276.chunk.js +0 -1
- package/dist/scripts/26.chunk.js +0 -442
- package/dist/scripts/26.chunk.js.map +0 -1
- package/dist/scripts/27-2109d41afa.chunk.js +0 -1
- package/dist/scripts/27-3aa629dd67.chunk.js +0 -1
- package/dist/scripts/27-c1241fcd84.chunk.js +0 -1
- package/dist/scripts/27-ee88c84482.chunk.js +0 -1
- package/dist/scripts/27.chunk.js +0 -3630
- package/dist/scripts/27.chunk.js.map +0 -1
- package/dist/scripts/28-5c540e74cc.chunk.js +0 -1
- package/dist/scripts/28-738b88c816.chunk.js +0 -1
- package/dist/scripts/28-76b9766891.chunk.js +0 -1
- package/dist/scripts/28.chunk.js +0 -3172
- package/dist/scripts/28.chunk.js.map +0 -1
- package/dist/scripts/29-2da59b1589.chunk.js +0 -1
- package/dist/scripts/29-3faa153e38.chunk.js +0 -1
- package/dist/scripts/29-69389908f8.chunk.js +0 -1
- package/dist/scripts/29-bb7e39304b.chunk.js +0 -1
- package/dist/scripts/29.chunk.js +0 -3090
- package/dist/scripts/29.chunk.js.map +0 -1
- package/dist/scripts/3-6e67dd4b74.chunk.js +0 -1
- package/dist/scripts/3-81b501ac1e.chunk.js +0 -1
- package/dist/scripts/3-c69e4454ce.chunk.js +0 -1
- package/dist/scripts/3.chunk.js +0 -845
- package/dist/scripts/3.chunk.js.map +0 -1
- package/dist/scripts/30-109f8ddd5c.chunk.js +0 -1
- package/dist/scripts/30-a1df3e37da.chunk.js +0 -1
- package/dist/scripts/30-fa390c35f6.chunk.js +0 -1
- package/dist/scripts/30.chunk.js +0 -1851
- package/dist/scripts/30.chunk.js.map +0 -1
- package/dist/scripts/31-ce31250e42.chunk.js +0 -1
- package/dist/scripts/31-f15802825c.chunk.js +0 -1
- package/dist/scripts/31-fc63c4629d.chunk.js +0 -1
- package/dist/scripts/31.chunk.js +0 -958
- package/dist/scripts/31.chunk.js.map +0 -1
- package/dist/scripts/32-1ad8193581.chunk.js +0 -1
- package/dist/scripts/32-3de9c7454b.chunk.js +0 -1
- package/dist/scripts/32-4173874dbe.chunk.js +0 -1
- package/dist/scripts/32-9bca57f408.chunk.js +0 -1
- package/dist/scripts/32.chunk.js +0 -1235
- package/dist/scripts/32.chunk.js.map +0 -1
- package/dist/scripts/33-20ac0ab4a1.chunk.js +0 -1
- package/dist/scripts/33-350334db4c.chunk.js +0 -1
- package/dist/scripts/33-675467f07d.chunk.js +0 -1
- package/dist/scripts/33-7efae85b8b.chunk.js +0 -1
- package/dist/scripts/33.chunk.js +0 -958
- package/dist/scripts/33.chunk.js.map +0 -1
- package/dist/scripts/34-0a7f3b55fe.chunk.js +0 -1
- package/dist/scripts/34-3adf309726.chunk.js +0 -1
- package/dist/scripts/34-c4f0495750.chunk.js +0 -1
- package/dist/scripts/34-f6eea83a09.chunk.js +0 -1
- package/dist/scripts/34.chunk.js +0 -990
- package/dist/scripts/34.chunk.js.map +0 -1
- package/dist/scripts/35-17b30890a5.chunk.js +0 -1
- package/dist/scripts/35-4254e160f0.chunk.js +0 -1
- package/dist/scripts/35-7f90628b77.chunk.js +0 -1
- package/dist/scripts/35-9c3899dfbd.chunk.js +0 -1
- package/dist/scripts/35.chunk.js +0 -518
- package/dist/scripts/35.chunk.js.map +0 -1
- package/dist/scripts/36-1fde696d6a.chunk.js +0 -1
- package/dist/scripts/36-2ec95df618.chunk.js +0 -1
- package/dist/scripts/36-b5ad543fba.chunk.js +0 -1
- package/dist/scripts/36-cdbe95bd06.chunk.js +0 -1
- package/dist/scripts/36.chunk.js +0 -335
- package/dist/scripts/36.chunk.js.map +0 -1
- package/dist/scripts/37-6fa4b8fc60.chunk.js +0 -1
- package/dist/scripts/37-97b84a8be5.chunk.js +0 -1
- package/dist/scripts/37-c649a307d4.chunk.js +0 -1
- package/dist/scripts/37.chunk.js +0 -236
- package/dist/scripts/37.chunk.js.map +0 -1
- package/dist/scripts/38-0cf8029bec.chunk.js +0 -1
- package/dist/scripts/38-1c98f19489.chunk.js +0 -1
- package/dist/scripts/38-6fc346f964.chunk.js +0 -1
- package/dist/scripts/38-7ffe535b0d.chunk.js +0 -1
- package/dist/scripts/38.chunk.js +0 -315
- package/dist/scripts/38.chunk.js.map +0 -1
- package/dist/scripts/39-13d6669c3f.chunk.js +0 -1
- package/dist/scripts/39-748eb61732.chunk.js +0 -1
- package/dist/scripts/39-e5983a5d53.chunk.js +0 -1
- package/dist/scripts/39.chunk.js +0 -107
- package/dist/scripts/39.chunk.js.map +0 -1
- package/dist/scripts/4-435484d217.chunk.js +0 -1
- package/dist/scripts/4-5c50e71b83.chunk.js +0 -1
- package/dist/scripts/4-7274621693.chunk.js +0 -1
- package/dist/scripts/4-85ba8523ad.chunk.js +0 -1
- package/dist/scripts/4.chunk.js +0 -335
- package/dist/scripts/4.chunk.js.map +0 -1
- package/dist/scripts/40-2691dfbd5a.chunk.js +0 -1
- package/dist/scripts/40-2ecbd41570.chunk.js +0 -1
- package/dist/scripts/40-a691a401ff.chunk.js +0 -1
- package/dist/scripts/40.chunk.js +0 -2493
- package/dist/scripts/40.chunk.js.map +0 -1
- package/dist/scripts/41-0368ba16dc.chunk.js +0 -1
- package/dist/scripts/41-1df587ee3a.chunk.js +0 -1
- package/dist/scripts/41-85fcb15184.chunk.js +0 -1
- package/dist/scripts/41-bb9aef24f7.chunk.js +0 -1
- package/dist/scripts/41.chunk.js +0 -1782
- package/dist/scripts/41.chunk.js.map +0 -1
- package/dist/scripts/42-389acb6e55.chunk.js +0 -1
- package/dist/scripts/42-3ef41f40f5.chunk.js +0 -1
- package/dist/scripts/42-61a626d7f4.chunk.js +0 -1
- package/dist/scripts/42.chunk.js +0 -2327
- package/dist/scripts/42.chunk.js.map +0 -1
- package/dist/scripts/43-49f13dab14.chunk.js +0 -1
- package/dist/scripts/43-72d1bc0ae2.chunk.js +0 -1
- package/dist/scripts/43-a5b882d502.chunk.js +0 -1
- package/dist/scripts/43.chunk.js +0 -1206
- package/dist/scripts/43.chunk.js.map +0 -1
- package/dist/scripts/44-0703eb0ad8.chunk.js +0 -1
- package/dist/scripts/44-756fd6622b.chunk.js +0 -1
- package/dist/scripts/44-de22428999.chunk.js +0 -1
- package/dist/scripts/44-ee6a740a16.chunk.js +0 -1
- package/dist/scripts/44.chunk.js +0 -2245
- package/dist/scripts/44.chunk.js.map +0 -1
- package/dist/scripts/45-610d098194.chunk.js +0 -1
- package/dist/scripts/45-806dd5b78c.chunk.js +0 -1
- package/dist/scripts/45-da34a8b6b2.chunk.js +0 -1
- package/dist/scripts/45-e4a92a40fd.chunk.js +0 -1
- package/dist/scripts/45.chunk.js +0 -1065
- package/dist/scripts/45.chunk.js.map +0 -1
- package/dist/scripts/46-4aa05464fe.chunk.js +0 -1
- package/dist/scripts/46-cadf3f46ee.chunk.js +0 -1
- package/dist/scripts/46-cccef3e874.chunk.js +0 -1
- package/dist/scripts/46-ebf8eee4ac.chunk.js +0 -1
- package/dist/scripts/46.chunk.js +0 -655
- package/dist/scripts/46.chunk.js.map +0 -1
- package/dist/scripts/47-22a83e5974.chunk.js +0 -1
- package/dist/scripts/47-56d22af6ba.chunk.js +0 -1
- package/dist/scripts/47-c61fa52c53.chunk.js +0 -1
- package/dist/scripts/47.chunk.js +0 -736
- package/dist/scripts/47.chunk.js.map +0 -1
- package/dist/scripts/48-e05ab3ecac.chunk.js +0 -1
- package/dist/scripts/48-e577124476.chunk.js +0 -1
- package/dist/scripts/48-fc96b968fc.chunk.js +0 -1
- package/dist/scripts/48.chunk.js +0 -994
- package/dist/scripts/48.chunk.js.map +0 -1
- package/dist/scripts/49-13c5f8e87d.chunk.js +0 -1
- package/dist/scripts/49-4a6c119f58.chunk.js +0 -1
- package/dist/scripts/49-f9151c7e06.chunk.js +0 -1
- package/dist/scripts/49.chunk.js +0 -761
- package/dist/scripts/49.chunk.js.map +0 -1
- package/dist/scripts/5-06b97501c3.chunk.js +0 -1
- package/dist/scripts/5-1ba89c4774.chunk.js +0 -1
- package/dist/scripts/5-515b264fbc.chunk.js +0 -1
- package/dist/scripts/5-d6a7d71167.chunk.js +0 -1
- package/dist/scripts/5.chunk.js +0 -15
- package/dist/scripts/5.chunk.js.map +0 -1
- package/dist/scripts/50-0d5aed7730.chunk.js +0 -1
- package/dist/scripts/50-3924907655.chunk.js +0 -1
- package/dist/scripts/50-4de0b758d5.chunk.js +0 -1
- package/dist/scripts/50.chunk.js +0 -530
- package/dist/scripts/50.chunk.js.map +0 -1
- package/dist/scripts/51-cd37c8efa2.chunk.js +0 -1
- package/dist/scripts/51-dca2a9cc86.chunk.js +0 -1
- package/dist/scripts/51-ea33746146.chunk.js +0 -1
- package/dist/scripts/51.chunk.js +0 -932
- package/dist/scripts/51.chunk.js.map +0 -1
- package/dist/scripts/52-50230b48c8.chunk.js +0 -1
- package/dist/scripts/52-8b53a5c0b1.chunk.js +0 -1
- package/dist/scripts/52-a3c8ed29ca.chunk.js +0 -1
- package/dist/scripts/52.chunk.js +0 -408
- package/dist/scripts/52.chunk.js.map +0 -1
- package/dist/scripts/53-0e253f9f3e.chunk.js +0 -1
- package/dist/scripts/53-54b0df474f.chunk.js +0 -1
- package/dist/scripts/53-d8f0dea552.chunk.js +0 -1
- package/dist/scripts/53.chunk.js +0 -756
- package/dist/scripts/53.chunk.js.map +0 -1
- package/dist/scripts/54-d1bc70c7b5.chunk.js +0 -1
- package/dist/scripts/54-dd4d101665.chunk.js +0 -1
- package/dist/scripts/54-ead54d0b34.chunk.js +0 -1
- package/dist/scripts/54.chunk.js +0 -681
- package/dist/scripts/54.chunk.js.map +0 -1
- package/dist/scripts/55-3c60601030.chunk.js +0 -1
- package/dist/scripts/55-a5fa20b497.chunk.js +0 -1
- package/dist/scripts/55-e29d6a6ba9.chunk.js +0 -1
- package/dist/scripts/55.chunk.js +0 -645
- package/dist/scripts/55.chunk.js.map +0 -1
- package/dist/scripts/56-370078d597.chunk.js +0 -1
- package/dist/scripts/56-7a6c662f14.chunk.js +0 -1
- package/dist/scripts/56-df0a32000b.chunk.js +0 -1
- package/dist/scripts/56.chunk.js +0 -346
- package/dist/scripts/56.chunk.js.map +0 -1
- package/dist/scripts/57-0e126120b9.chunk.js +0 -1
- package/dist/scripts/57-6e622c6480.chunk.js +0 -1
- package/dist/scripts/57-a4f4d6fe41.chunk.js +0 -1
- package/dist/scripts/57.chunk.js +0 -422
- package/dist/scripts/57.chunk.js.map +0 -1
- package/dist/scripts/58-17706ccb46.chunk.js +0 -1
- package/dist/scripts/58-5729cbaa5c.chunk.js +0 -1
- package/dist/scripts/58-a0fe201826.chunk.js +0 -1
- package/dist/scripts/58.chunk.js +0 -437
- package/dist/scripts/58.chunk.js.map +0 -1
- package/dist/scripts/59-333f38ee3b.chunk.js +0 -1
- package/dist/scripts/59-381a49ed7f.chunk.js +0 -1
- package/dist/scripts/59-4f2fcb6412.chunk.js +0 -1
- package/dist/scripts/59.chunk.js +0 -342
- package/dist/scripts/59.chunk.js.map +0 -1
- package/dist/scripts/6-40c8ba5007.chunk.js +0 -1
- package/dist/scripts/6-51a379e066.chunk.js +0 -1
- package/dist/scripts/6-b3d36065dc.chunk.js +0 -1
- package/dist/scripts/6.chunk.js +0 -484
- package/dist/scripts/6.chunk.js.map +0 -1
- package/dist/scripts/60-b17c6609cd.chunk.js +0 -1
- package/dist/scripts/60-b4a91c86fa.chunk.js +0 -1
- package/dist/scripts/60-c57f161f18.chunk.js +0 -1
- package/dist/scripts/60.chunk.js +0 -254
- package/dist/scripts/60.chunk.js.map +0 -1
- package/dist/scripts/61-5d6e59d408.chunk.js +0 -1
- package/dist/scripts/61-7d81d27c31.chunk.js +0 -1
- package/dist/scripts/61-a342a0d501.chunk.js +0 -1
- package/dist/scripts/61.chunk.js +0 -408
- package/dist/scripts/61.chunk.js.map +0 -1
- package/dist/scripts/62-758f5e505b.chunk.js +0 -1
- package/dist/scripts/62-b572d8b80d.chunk.js +0 -1
- package/dist/scripts/62-f5fd35fdc0.chunk.js +0 -1
- package/dist/scripts/62.chunk.js +0 -142
- package/dist/scripts/62.chunk.js.map +0 -1
- package/dist/scripts/63-568008965e.chunk.js +0 -1
- package/dist/scripts/63-6700b4d00a.chunk.js +0 -1
- package/dist/scripts/63-c88b9860e9.chunk.js +0 -1
- package/dist/scripts/63.chunk.js +0 -147
- package/dist/scripts/63.chunk.js.map +0 -1
- package/dist/scripts/64-9c88ee6161.chunk.js +0 -1
- package/dist/scripts/64-e177d4c971.chunk.js +0 -1
- package/dist/scripts/64-fa2facacbb.chunk.js +0 -1
- package/dist/scripts/64.chunk.js +0 -439
- package/dist/scripts/64.chunk.js.map +0 -1
- package/dist/scripts/65-a7e499ceee.chunk.js +0 -1
- package/dist/scripts/65-e4568d1f06.chunk.js +0 -1
- package/dist/scripts/65-f750573f69.chunk.js +0 -1
- package/dist/scripts/65.chunk.js +0 -582
- package/dist/scripts/65.chunk.js.map +0 -1
- package/dist/scripts/66-f00f29ccae.chunk.js +0 -1
- package/dist/scripts/66-f325ff3187.chunk.js +0 -1
- package/dist/scripts/66-f6d213b33c.chunk.js +0 -1
- package/dist/scripts/66.chunk.js +0 -442
- package/dist/scripts/66.chunk.js.map +0 -1
- package/dist/scripts/67-1ebaab7a2d.chunk.js +0 -1
- package/dist/scripts/67-3c9628d296.chunk.js +0 -1
- package/dist/scripts/67-97c694c3d5.chunk.js +0 -1
- package/dist/scripts/67-c5af18680c.chunk.js +0 -1
- package/dist/scripts/67.chunk.js +0 -295
- package/dist/scripts/67.chunk.js.map +0 -1
- package/dist/scripts/68-38a6d7fb50.chunk.js +0 -1
- package/dist/scripts/68-488cd1552f.chunk.js +0 -1
- package/dist/scripts/68-eb8700aeb1.chunk.js +0 -1
- package/dist/scripts/68.chunk.js +0 -165
- package/dist/scripts/68.chunk.js.map +0 -1
- package/dist/scripts/69-870856c6fb.chunk.js +0 -1
- package/dist/scripts/69-b0ea71d7c5.chunk.js +0 -1
- package/dist/scripts/69-be2be90b7c.chunk.js +0 -1
- package/dist/scripts/69.chunk.js +0 -248
- package/dist/scripts/69.chunk.js.map +0 -1
- package/dist/scripts/7-aac8c84ccb.chunk.js +0 -1
- package/dist/scripts/7-d41d3bf60c.chunk.js +0 -1
- package/dist/scripts/7-dfddb8ffa8.chunk.js +0 -1
- package/dist/scripts/7.chunk.js +0 -309
- package/dist/scripts/7.chunk.js.map +0 -1
- package/dist/scripts/70-39dc936989.chunk.js +0 -1
- package/dist/scripts/70-6ef72cd9b6.chunk.js +0 -1
- package/dist/scripts/70-e6ebb44667.chunk.js +0 -1
- package/dist/scripts/70.chunk.js +0 -207
- package/dist/scripts/70.chunk.js.map +0 -1
- package/dist/scripts/71-4e4a47d601.chunk.js +0 -1
- package/dist/scripts/71-8e3682a7d7.chunk.js +0 -1
- package/dist/scripts/71-a80858069c.chunk.js +0 -1
- package/dist/scripts/71.chunk.js +0 -237
- package/dist/scripts/71.chunk.js.map +0 -1
- package/dist/scripts/72-245f28bf97.chunk.js +0 -1
- package/dist/scripts/72-550438db4e.chunk.js +0 -1
- package/dist/scripts/72-65364adff1.chunk.js +0 -1
- package/dist/scripts/72.chunk.js +0 -331
- package/dist/scripts/72.chunk.js.map +0 -1
- package/dist/scripts/73.chunk.js +0 -404
- package/dist/scripts/73.chunk.js.map +0 -1
- package/dist/scripts/74.chunk.js +0 -301
- package/dist/scripts/74.chunk.js.map +0 -1
- package/dist/scripts/75.chunk.js +0 -231
- package/dist/scripts/75.chunk.js.map +0 -1
- package/dist/scripts/76.chunk.js +0 -157
- package/dist/scripts/76.chunk.js.map +0 -1
- package/dist/scripts/77.chunk.js +0 -307
- package/dist/scripts/77.chunk.js.map +0 -1
- package/dist/scripts/78.chunk.js +0 -249
- package/dist/scripts/78.chunk.js.map +0 -1
- package/dist/scripts/79.chunk.js +0 -282
- package/dist/scripts/79.chunk.js.map +0 -1
- package/dist/scripts/8-c4955c2009.chunk.js +0 -1
- package/dist/scripts/8-d46f48d03c.chunk.js +0 -1
- package/dist/scripts/8-e5d19252c8.chunk.js +0 -1
- package/dist/scripts/8.chunk.js +0 -307
- package/dist/scripts/8.chunk.js.map +0 -1
- package/dist/scripts/80.chunk.js +0 -308
- package/dist/scripts/80.chunk.js.map +0 -1
- package/dist/scripts/81.chunk.js +0 -366
- package/dist/scripts/81.chunk.js.map +0 -1
- package/dist/scripts/82.chunk.js +0 -314
- package/dist/scripts/82.chunk.js.map +0 -1
- package/dist/scripts/83.chunk.js +0 -328
- package/dist/scripts/83.chunk.js.map +0 -1
- package/dist/scripts/84.chunk.js +0 -313
- package/dist/scripts/84.chunk.js.map +0 -1
- package/dist/scripts/85.chunk.js +0 -291
- package/dist/scripts/85.chunk.js.map +0 -1
- package/dist/scripts/86.chunk.js +0 -119
- package/dist/scripts/86.chunk.js.map +0 -1
- package/dist/scripts/87.chunk.js +0 -219
- package/dist/scripts/87.chunk.js.map +0 -1
- package/dist/scripts/88.chunk.js +0 -194
- package/dist/scripts/88.chunk.js.map +0 -1
- package/dist/scripts/89.chunk.js +0 -522
- package/dist/scripts/89.chunk.js.map +0 -1
- package/dist/scripts/9-4589726554.chunk.js +0 -1
- package/dist/scripts/9-576592d419.chunk.js +0 -1
- package/dist/scripts/9-66021549bd.chunk.js +0 -1
- package/dist/scripts/9-df99ba6ce1.chunk.js +0 -1
- package/dist/scripts/9.chunk.js +0 -222
- package/dist/scripts/9.chunk.js.map +0 -1
- package/dist/scripts/90.chunk.js +0 -337
- package/dist/scripts/90.chunk.js.map +0 -1
- package/dist/scripts/91.chunk.js +0 -131
- package/dist/scripts/91.chunk.js.map +0 -1
- package/dist/scripts/92.chunk.js +0 -266
- package/dist/scripts/92.chunk.js.map +0 -1
- package/dist/scripts/bundle-1b984e2fd9.min.js +0 -8
- package/dist/scripts/bundle-203920eb14.min.js +0 -8
- package/dist/scripts/bundle-7d13ba933b.min.js +0 -8
- package/dist/scripts/bundle-d5b23160b1.min.js +0 -8
- package/dist/scripts/bundle.js +0 -67100
- package/dist/scripts/bundle.js.map +0 -1
- package/dist/scripts/polyfills-5a81b67408.min.js +0 -1
- package/dist/scripts/polyfills-9b0be1bd72.min.js +0 -1
- package/dist/scripts/polyfills-cd3d0a9f6d.min.js +0 -1
- package/dist/scripts/polyfills-d891a77823.min.js +0 -1
- package/dist/scripts/polyfills.js +0 -14866
- package/dist/scripts/polyfills.js.map +0 -1
package/dist/scripts/49.chunk.js
DELETED
|
@@ -1,761 +0,0 @@
|
|
|
1
|
-
(window["webpackJsonp_clickview_library_editor"] = window["webpackJsonp_clickview_library_editor"] || []).push([[49],{
|
|
2
|
-
|
|
3
|
-
/***/ "./src/apps/library-editor/components/customer-logo/CustomerLogo.hbs":
|
|
4
|
-
/*!***************************************************************************!*\
|
|
5
|
-
!*** ./src/apps/library-editor/components/customer-logo/CustomerLogo.hbs ***!
|
|
6
|
-
\***************************************************************************/
|
|
7
|
-
/*! no static exports found */
|
|
8
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
9
|
-
|
|
10
|
-
var Handlebars = __webpack_require__(/*! handlebars */ "handlebars");
|
|
11
|
-
module.exports = (Handlebars['default'] || Handlebars).template({"1":function(container,depth0,helpers,partials,data) {
|
|
12
|
-
var stack1, helper, alias1=container.propertyIsEnumerable, alias2=container.escapeExpression;
|
|
13
|
-
|
|
14
|
-
return "<img src=\""
|
|
15
|
-
+ alias2(((helper = (helper = helpers.url || (depth0 != null ? depth0.url : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"url","hash":{},"data":data}) : helper)))
|
|
16
|
-
+ "\" class=\""
|
|
17
|
-
+ alias2(container.lambda(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.image : stack1), depth0))
|
|
18
|
-
+ "\"/>\r\n";
|
|
19
|
-
},"3":function(container,depth0,helpers,partials,data) {
|
|
20
|
-
var stack1, alias1=container.propertyIsEnumerable, alias2=container.lambda, alias3=container.escapeExpression;
|
|
21
|
-
|
|
22
|
-
return "<a class=\"d-inline-flex align-items-center no-decoration "
|
|
23
|
-
+ alias3(alias2(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.addCrest : stack1), depth0))
|
|
24
|
-
+ "\" href=\""
|
|
25
|
-
+ alias3(alias2(((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.uploadLogoUrl : stack1), depth0))
|
|
26
|
-
+ "\" target=\"_blank\">\r\n "
|
|
27
|
-
+ alias3((helpers.lang||(depth0 && depth0.lang)||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"crest",{"name":"lang","hash":{},"data":data}))
|
|
28
|
-
+ "\r\n</a>\r\n";
|
|
29
|
-
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
30
|
-
var stack1, alias1=container.propertyIsEnumerable;
|
|
31
|
-
|
|
32
|
-
return ((stack1 = helpers["if"].call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? depth0.url : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.program(3, data, 0),"data":data})) != null ? stack1 : "");
|
|
33
|
-
},"useData":true});
|
|
34
|
-
|
|
35
|
-
/***/ }),
|
|
36
|
-
|
|
37
|
-
/***/ "./src/apps/library-editor/components/customer-logo/CustomerLogoComponent.ts":
|
|
38
|
-
/*!***********************************************************************************!*\
|
|
39
|
-
!*** ./src/apps/library-editor/components/customer-logo/CustomerLogoComponent.ts ***!
|
|
40
|
-
\***********************************************************************************/
|
|
41
|
-
/*! exports provided: CustomerLogoComponent */
|
|
42
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
43
|
-
|
|
44
|
-
"use strict";
|
|
45
|
-
__webpack_require__.r(__webpack_exports__);
|
|
46
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CustomerLogoComponent", function() { return CustomerLogoComponent; });
|
|
47
|
-
/* harmony import */ var _libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone */ "../../libs/common/src/backbone/index.ts");
|
|
48
|
-
/* harmony import */ var _libs_common_src_backbone_utils_UrlHelper__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone/utils/UrlHelper */ "../../libs/common/src/backbone/utils/UrlHelper.ts");
|
|
49
|
-
/* harmony import */ var _shared_constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../shared/constants */ "./src/shared/constants/index.ts");
|
|
50
|
-
/* harmony import */ var _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../../../../libs/analytics/src/interfaces */ "../../libs/analytics/src/interfaces/index.ts");
|
|
51
|
-
/* harmony import */ var _libs_analytics_src_AnalyticsHelper__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../../../../libs/analytics/src/AnalyticsHelper */ "../../libs/analytics/src/AnalyticsHelper.ts");
|
|
52
|
-
/* harmony import */ var _CustomerLogo_hbs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./CustomerLogo.hbs */ "./src/apps/library-editor/components/customer-logo/CustomerLogo.hbs");
|
|
53
|
-
/* harmony import */ var _CustomerLogo_hbs__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_CustomerLogo_hbs__WEBPACK_IMPORTED_MODULE_5__);
|
|
54
|
-
/* harmony import */ var _customer_logo_scss__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./customer-logo.scss */ "./src/apps/library-editor/components/customer-logo/customer-logo.scss");
|
|
55
|
-
/* harmony import */ var _customer_logo_scss__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_customer_logo_scss__WEBPACK_IMPORTED_MODULE_6__);
|
|
56
|
-
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
57
|
-
|
|
58
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
59
|
-
|
|
60
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
61
|
-
|
|
62
|
-
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
63
|
-
|
|
64
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
65
|
-
|
|
66
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
67
|
-
|
|
68
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
69
|
-
|
|
70
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
71
|
-
|
|
72
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
73
|
-
|
|
74
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
75
|
-
|
|
76
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
|
|
77
|
-
|
|
78
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
var CustomerLogoComponent = /*#__PURE__*/function (_Core$Component) {
|
|
88
|
-
_inherits(CustomerLogoComponent, _Core$Component);
|
|
89
|
-
|
|
90
|
-
var _super = _createSuper(CustomerLogoComponent);
|
|
91
|
-
|
|
92
|
-
function CustomerLogoComponent(options) {
|
|
93
|
-
_classCallCheck(this, CustomerLogoComponent);
|
|
94
|
-
|
|
95
|
-
return _super.call(this, options);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
_createClass(CustomerLogoComponent, [{
|
|
99
|
-
key: "events",
|
|
100
|
-
value: function events() {
|
|
101
|
-
return _defineProperty({}, "click .".concat(_customer_logo_scss__WEBPACK_IMPORTED_MODULE_6___default.a.addCrest), 'onClickAddLogo');
|
|
102
|
-
}
|
|
103
|
-
}, {
|
|
104
|
-
key: "onClickAddLogo",
|
|
105
|
-
value: function onClickAddLogo() {
|
|
106
|
-
var analyticsOptions = {
|
|
107
|
-
location: _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_3__["LocationContext"].LeftNav,
|
|
108
|
-
actionType: _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_3__["UserAction"].Create,
|
|
109
|
-
entity: _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_3__["EntityType"].Logo
|
|
110
|
-
};
|
|
111
|
-
_libs_analytics_src_AnalyticsHelper__WEBPACK_IMPORTED_MODULE_4__["AnalyticsHelper"].logUserAction({}, analyticsOptions);
|
|
112
|
-
}
|
|
113
|
-
}, {
|
|
114
|
-
key: "viewOptions",
|
|
115
|
-
value: function viewOptions() {
|
|
116
|
-
return {
|
|
117
|
-
styles: _customer_logo_scss__WEBPACK_IMPORTED_MODULE_6___default.a,
|
|
118
|
-
uploadLogoUrl: _libs_common_src_backbone_utils_UrlHelper__WEBPACK_IMPORTED_MODULE_1__["UrlHelper"].safeUrlConcat(this.options.onlineUrl, _shared_constants__WEBPACK_IMPORTED_MODULE_2__["OnlineUrls"].UPLOAD_LOGO)
|
|
119
|
-
};
|
|
120
|
-
}
|
|
121
|
-
}, {
|
|
122
|
-
key: "name",
|
|
123
|
-
get: function get() {
|
|
124
|
-
return 'CustomerLogoComponent';
|
|
125
|
-
}
|
|
126
|
-
}, {
|
|
127
|
-
key: "template",
|
|
128
|
-
get: function get() {
|
|
129
|
-
return _CustomerLogo_hbs__WEBPACK_IMPORTED_MODULE_5___default.a;
|
|
130
|
-
}
|
|
131
|
-
}, {
|
|
132
|
-
key: "lang",
|
|
133
|
-
get: function get() {
|
|
134
|
-
return 'libraryEditor.customerLogo';
|
|
135
|
-
}
|
|
136
|
-
}, {
|
|
137
|
-
key: "className",
|
|
138
|
-
get: function get() {
|
|
139
|
-
return 'text-center p-3 position-relative';
|
|
140
|
-
}
|
|
141
|
-
}]);
|
|
142
|
-
|
|
143
|
-
return CustomerLogoComponent;
|
|
144
|
-
}(_libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_0__["Core"].Component);
|
|
145
|
-
|
|
146
|
-
/***/ }),
|
|
147
|
-
|
|
148
|
-
/***/ "./src/apps/library-editor/components/customer-logo/customer-logo.scss":
|
|
149
|
-
/*!*****************************************************************************!*\
|
|
150
|
-
!*** ./src/apps/library-editor/components/customer-logo/customer-logo.scss ***!
|
|
151
|
-
\*****************************************************************************/
|
|
152
|
-
/*! no static exports found */
|
|
153
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
154
|
-
|
|
155
|
-
// extracted by mini-css-extract-plugin
|
|
156
|
-
module.exports = {"image":"cv--image--Cz1y1","addCrest":"cv--addCrest--2PAV_"};
|
|
157
|
-
|
|
158
|
-
/***/ }),
|
|
159
|
-
|
|
160
|
-
/***/ "./src/apps/library-editor/components/left-nav-libraries/LeftNavLibrariesComponent.ts":
|
|
161
|
-
/*!********************************************************************************************!*\
|
|
162
|
-
!*** ./src/apps/library-editor/components/left-nav-libraries/LeftNavLibrariesComponent.ts ***!
|
|
163
|
-
\********************************************************************************************/
|
|
164
|
-
/*! exports provided: LeftNavLibraryViewModelPrefix, LeftNavLibrariesComponent */
|
|
165
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
166
|
-
|
|
167
|
-
"use strict";
|
|
168
|
-
__webpack_require__.r(__webpack_exports__);
|
|
169
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LeftNavLibraryViewModelPrefix", function() { return LeftNavLibraryViewModelPrefix; });
|
|
170
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LeftNavLibrariesComponent", function() { return LeftNavLibrariesComponent; });
|
|
171
|
-
/* harmony import */ var _libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone */ "../../libs/common/src/backbone/index.ts");
|
|
172
|
-
/* harmony import */ var _libs_common_src_backbone_services_InstanceManager__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone/services/InstanceManager */ "../../libs/common/src/backbone/services/InstanceManager.ts");
|
|
173
|
-
/* harmony import */ var _libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/utils/SvgHelper */ "../../libs/shared/src/utils/SvgHelper.ts");
|
|
174
|
-
/* harmony import */ var _shared_components_left_nav_LeftNavComponent__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../shared/components/left-nav/LeftNavComponent */ "./src/shared/components/left-nav/LeftNavComponent.ts");
|
|
175
|
-
/* harmony import */ var _shared_constants__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../shared/constants */ "./src/shared/constants/index.ts");
|
|
176
|
-
/* harmony import */ var _video_collection_actions_VideoCollectionActionsComponent__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../video-collection-actions/VideoCollectionActionsComponent */ "./src/apps/library-editor/components/video-collection-actions/VideoCollectionActionsComponent.ts");
|
|
177
|
-
/* harmony import */ var _LeftNavLibrary_hbs__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./LeftNavLibrary.hbs */ "./src/apps/library-editor/components/left-nav-libraries/LeftNavLibrary.hbs");
|
|
178
|
-
/* harmony import */ var _LeftNavLibrary_hbs__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_LeftNavLibrary_hbs__WEBPACK_IMPORTED_MODULE_6__);
|
|
179
|
-
/* harmony import */ var _library_actions_LibraryActionsComponent__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../library-actions/LibraryActionsComponent */ "./src/apps/library-editor/components/library-actions/LibraryActionsComponent.ts");
|
|
180
|
-
/* harmony import */ var shared_components_left_nav_left_nav_scss__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! shared/components/left-nav/left-nav.scss */ "./src/shared/components/left-nav/left-nav.scss");
|
|
181
|
-
/* harmony import */ var shared_components_left_nav_left_nav_scss__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(shared_components_left_nav_left_nav_scss__WEBPACK_IMPORTED_MODULE_8__);
|
|
182
|
-
/* harmony import */ var _shared_utils__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../../../shared/utils */ "./src/shared/utils/index.ts");
|
|
183
|
-
/* harmony import */ var _libs_common_src_backbone_services_ViewModelService__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone/services/ViewModelService */ "../../libs/common/src/backbone/services/ViewModelService.ts");
|
|
184
|
-
/* harmony import */ var _behaviors_droppable_DroppableBehavior__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../behaviors/droppable/DroppableBehavior */ "./src/apps/library-editor/behaviors/droppable/DroppableBehavior.ts");
|
|
185
|
-
/* harmony import */ var _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../../../../../../libs/analytics/src/interfaces */ "../../libs/analytics/src/interfaces/index.ts");
|
|
186
|
-
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
187
|
-
|
|
188
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
189
|
-
|
|
190
|
-
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
191
|
-
|
|
192
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
193
|
-
|
|
194
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
195
|
-
|
|
196
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
197
|
-
|
|
198
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
199
|
-
|
|
200
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
201
|
-
|
|
202
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
203
|
-
|
|
204
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
|
|
205
|
-
|
|
206
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
var LeftNavLibraryViewModelPrefix = 'library:left:nav';
|
|
222
|
-
|
|
223
|
-
var LeftNavLibraryComponent = /*#__PURE__*/function (_Core$Component) {
|
|
224
|
-
_inherits(LeftNavLibraryComponent, _Core$Component);
|
|
225
|
-
|
|
226
|
-
var _super = _createSuper(LeftNavLibraryComponent);
|
|
227
|
-
|
|
228
|
-
function LeftNavLibraryComponent(options) {
|
|
229
|
-
_classCallCheck(this, LeftNavLibraryComponent);
|
|
230
|
-
|
|
231
|
-
return _super.call(this, options);
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
_createClass(LeftNavLibraryComponent, [{
|
|
235
|
-
key: "initialize",
|
|
236
|
-
value: function initialize() {
|
|
237
|
-
var open = this.options.forceOpen || this.options.libraryId && this.model.get('id').toString() === this.options.libraryId.toString();
|
|
238
|
-
this.viewModel = _libs_common_src_backbone_services_ViewModelService__WEBPACK_IMPORTED_MODULE_10__["ViewModelService"].get("".concat(LeftNavLibraryViewModelPrefix, ":").concat(this.model.get('id')));
|
|
239
|
-
this.viewModel.set('open', open);
|
|
240
|
-
this.viewModel.set('disabled', false);
|
|
241
|
-
this.listenTo(this.model, 'change:name', this.render);
|
|
242
|
-
|
|
243
|
-
if (this.options.hasMultipleLibraries) {
|
|
244
|
-
this.listenTo(this, 'open:sub:folders', this.onOpenSubFolders);
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
this.videoDragDropService = _libs_common_src_backbone_services_InstanceManager__WEBPACK_IMPORTED_MODULE_1__["InstanceManager"].getInstance(_shared_constants__WEBPACK_IMPORTED_MODULE_4__["Services"].VideoDragDrop, this);
|
|
248
|
-
}
|
|
249
|
-
}, {
|
|
250
|
-
key: "regions",
|
|
251
|
-
value: function regions() {
|
|
252
|
-
return {
|
|
253
|
-
folders: {
|
|
254
|
-
el: '.folders-region',
|
|
255
|
-
replaceElement: true
|
|
256
|
-
},
|
|
257
|
-
actions: {
|
|
258
|
-
el: '.actions-region',
|
|
259
|
-
replaceElement: true
|
|
260
|
-
}
|
|
261
|
-
};
|
|
262
|
-
}
|
|
263
|
-
}, {
|
|
264
|
-
key: "events",
|
|
265
|
-
value: function events() {
|
|
266
|
-
return {
|
|
267
|
-
'click .library-event': 'onClick'
|
|
268
|
-
};
|
|
269
|
-
}
|
|
270
|
-
}, {
|
|
271
|
-
key: "onClick",
|
|
272
|
-
value: function onClick(event) {
|
|
273
|
-
if (!this.viewModel.get('open')) return;
|
|
274
|
-
/**
|
|
275
|
-
* This stops the appLink from triggering
|
|
276
|
-
* because we're already on the view in question
|
|
277
|
-
*/
|
|
278
|
-
|
|
279
|
-
event.stopImmediatePropagation();
|
|
280
|
-
/**
|
|
281
|
-
* And then we need to prevent default
|
|
282
|
-
* because the appLink handler does that normally.
|
|
283
|
-
*/
|
|
284
|
-
|
|
285
|
-
event.preventDefault();
|
|
286
|
-
this.viewModel.set('open', !this.viewModel.get('open'));
|
|
287
|
-
this.render();
|
|
288
|
-
}
|
|
289
|
-
}, {
|
|
290
|
-
key: "onOpenSubFolders",
|
|
291
|
-
value: function onOpenSubFolders() {
|
|
292
|
-
var disabledLibraryIds = this.videoDragDropService.getDisabledLibraryIds();
|
|
293
|
-
|
|
294
|
-
if (disabledLibraryIds.includes(this.model.get('id'))) {
|
|
295
|
-
this.viewModel.set('disabled', true);
|
|
296
|
-
this.render();
|
|
297
|
-
return;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
this.viewModel.set('open', true);
|
|
301
|
-
this.render();
|
|
302
|
-
}
|
|
303
|
-
}, {
|
|
304
|
-
key: "hasFolders",
|
|
305
|
-
value: function hasFolders() {
|
|
306
|
-
var firstFolder = _shared_utils__WEBPACK_IMPORTED_MODULE_9__["FolderTreeHelpers"].getFirstType(this.model.children, 'category');
|
|
307
|
-
return !!firstFolder;
|
|
308
|
-
}
|
|
309
|
-
}, {
|
|
310
|
-
key: "viewOptions",
|
|
311
|
-
value: function viewOptions() {
|
|
312
|
-
return {
|
|
313
|
-
styles: shared_components_left_nav_left_nav_scss__WEBPACK_IMPORTED_MODULE_8___default.a,
|
|
314
|
-
caretSvg: _libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_2__["SvgHelper"].getSvg(_libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_2__["cvSvgLibrary"].Caret),
|
|
315
|
-
open: this.viewModel.get('open'),
|
|
316
|
-
hasFolders: this.hasFolders(),
|
|
317
|
-
disabled: this.viewModel.get('disabled')
|
|
318
|
-
};
|
|
319
|
-
}
|
|
320
|
-
}, {
|
|
321
|
-
key: "onRender",
|
|
322
|
-
value: function onRender() {
|
|
323
|
-
this.showChildView('actions', new _library_actions_LibraryActionsComponent__WEBPACK_IMPORTED_MODULE_7__["LibraryActionsComponent"]({
|
|
324
|
-
model: this.model,
|
|
325
|
-
extraClasses: "rounded-circle mr-1 ".concat(shared_components_left_nav_left_nav_scss__WEBPACK_IMPORTED_MODULE_8___default.a.actions),
|
|
326
|
-
buttonClass: 'text-muted',
|
|
327
|
-
analyticsOptions: this.analyticsOptions
|
|
328
|
-
}));
|
|
329
|
-
if (!this.model.children || !this.model.children.length || !this.viewModel.get('open')) return;
|
|
330
|
-
this.showChildView('folders', new _shared_components_left_nav_LeftNavComponent__WEBPACK_IMPORTED_MODULE_3__["LeftNavComponent"]({
|
|
331
|
-
appLink: {
|
|
332
|
-
action: _shared_constants__WEBPACK_IMPORTED_MODULE_4__["Actions"].LibraryEditor.FOLDER,
|
|
333
|
-
application: _shared_constants__WEBPACK_IMPORTED_MODULE_4__["AppChannels"].LIBRARY_EDITOR
|
|
334
|
-
},
|
|
335
|
-
linkArgs: function linkArgs(model) {
|
|
336
|
-
return [model.get('id')];
|
|
337
|
-
},
|
|
338
|
-
collection: this.model.children,
|
|
339
|
-
channelName: "".concat(this.cid),
|
|
340
|
-
childrenProperty: 'children',
|
|
341
|
-
actions: _video_collection_actions_VideoCollectionActionsComponent__WEBPACK_IMPORTED_MODULE_5__["VideoCollectionActionsComponent"],
|
|
342
|
-
folderTreeId: this.options.folderTreeId,
|
|
343
|
-
analyticsOptions: this.analyticsOptions
|
|
344
|
-
}));
|
|
345
|
-
}
|
|
346
|
-
}, {
|
|
347
|
-
key: "name",
|
|
348
|
-
get: function get() {
|
|
349
|
-
return 'LeftNavLibraryComponent';
|
|
350
|
-
}
|
|
351
|
-
}, {
|
|
352
|
-
key: "template",
|
|
353
|
-
get: function get() {
|
|
354
|
-
return _LeftNavLibrary_hbs__WEBPACK_IMPORTED_MODULE_6___default.a;
|
|
355
|
-
}
|
|
356
|
-
}, {
|
|
357
|
-
key: "className",
|
|
358
|
-
get: function get() {
|
|
359
|
-
return shared_components_left_nav_left_nav_scss__WEBPACK_IMPORTED_MODULE_8___default.a.libraryContainer;
|
|
360
|
-
}
|
|
361
|
-
}, {
|
|
362
|
-
key: "behaviors",
|
|
363
|
-
get: function get() {
|
|
364
|
-
var channelNames = [_shared_constants__WEBPACK_IMPORTED_MODULE_4__["ServiceChannels"].FOLDER_DRAG_DROP];
|
|
365
|
-
if (this.options.hasMultipleLibraries) channelNames.push(_shared_constants__WEBPACK_IMPORTED_MODULE_4__["ServiceChannels"].VIDEO_DRAG_DROP);
|
|
366
|
-
return [{
|
|
367
|
-
behaviorClass: _behaviors_droppable_DroppableBehavior__WEBPACK_IMPORTED_MODULE_11__["DroppableBehavior"],
|
|
368
|
-
ui: 'anchor',
|
|
369
|
-
channelNames: channelNames,
|
|
370
|
-
analyticsOptions: {
|
|
371
|
-
location: _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_12__["LocationContext"].LeftNav
|
|
372
|
-
}
|
|
373
|
-
}];
|
|
374
|
-
}
|
|
375
|
-
}, {
|
|
376
|
-
key: "appLinks",
|
|
377
|
-
get: function get() {
|
|
378
|
-
return {
|
|
379
|
-
'.ui-anchor': {
|
|
380
|
-
application: _shared_constants__WEBPACK_IMPORTED_MODULE_4__["AppChannels"].LIBRARY_EDITOR,
|
|
381
|
-
action: _shared_constants__WEBPACK_IMPORTED_MODULE_4__["Actions"].LibraryEditor.LIBRARY,
|
|
382
|
-
args: [this.model.get('id')]
|
|
383
|
-
}
|
|
384
|
-
};
|
|
385
|
-
}
|
|
386
|
-
}, {
|
|
387
|
-
key: "elements",
|
|
388
|
-
get: function get() {
|
|
389
|
-
return {
|
|
390
|
-
anchor: '.ui-anchor',
|
|
391
|
-
text: '.ui-text'
|
|
392
|
-
};
|
|
393
|
-
}
|
|
394
|
-
}, {
|
|
395
|
-
key: "analyticsOptions",
|
|
396
|
-
get: function get() {
|
|
397
|
-
return {
|
|
398
|
-
location: _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_12__["LocationContext"].LeftNav
|
|
399
|
-
};
|
|
400
|
-
}
|
|
401
|
-
}]);
|
|
402
|
-
|
|
403
|
-
return LeftNavLibraryComponent;
|
|
404
|
-
}(_libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_0__["Core"].Component);
|
|
405
|
-
|
|
406
|
-
var LeftNavLibrariesComponent = /*#__PURE__*/function (_Core$ComponentCollec) {
|
|
407
|
-
_inherits(LeftNavLibrariesComponent, _Core$ComponentCollec);
|
|
408
|
-
|
|
409
|
-
var _super2 = _createSuper(LeftNavLibrariesComponent);
|
|
410
|
-
|
|
411
|
-
function LeftNavLibrariesComponent(options) {
|
|
412
|
-
_classCallCheck(this, LeftNavLibrariesComponent);
|
|
413
|
-
|
|
414
|
-
return _super2.call(this, options);
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
_createClass(LeftNavLibrariesComponent, [{
|
|
418
|
-
key: "name",
|
|
419
|
-
get: function get() {
|
|
420
|
-
return 'LeftNavLibrariesComponent';
|
|
421
|
-
}
|
|
422
|
-
}, {
|
|
423
|
-
key: "childView",
|
|
424
|
-
get: function get() {
|
|
425
|
-
return LeftNavLibraryComponent;
|
|
426
|
-
}
|
|
427
|
-
}, {
|
|
428
|
-
key: "childViewOptions",
|
|
429
|
-
get: function get() {
|
|
430
|
-
return {
|
|
431
|
-
channelName: this.options.channelName,
|
|
432
|
-
libraryId: this.options.libraryId,
|
|
433
|
-
folderTreeId: this.options.folderTreeId,
|
|
434
|
-
forceOpen: this.options.forceOpen,
|
|
435
|
-
hasMultipleLibraries: this.collection.length > 1
|
|
436
|
-
};
|
|
437
|
-
}
|
|
438
|
-
}]);
|
|
439
|
-
|
|
440
|
-
return LeftNavLibrariesComponent;
|
|
441
|
-
}(_libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_0__["Core"].ComponentCollection);
|
|
442
|
-
|
|
443
|
-
/***/ }),
|
|
444
|
-
|
|
445
|
-
/***/ "./src/apps/library-editor/components/left-nav-libraries/LeftNavLibrary.hbs":
|
|
446
|
-
/*!**********************************************************************************!*\
|
|
447
|
-
!*** ./src/apps/library-editor/components/left-nav-libraries/LeftNavLibrary.hbs ***!
|
|
448
|
-
\**********************************************************************************/
|
|
449
|
-
/*! no static exports found */
|
|
450
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
451
|
-
|
|
452
|
-
var Handlebars = __webpack_require__(/*! handlebars */ "handlebars");
|
|
453
|
-
module.exports = (Handlebars['default'] || Handlebars).template({"1":function(container,depth0,helpers,partials,data) {
|
|
454
|
-
var stack1, alias1=container.propertyIsEnumerable;
|
|
455
|
-
|
|
456
|
-
return container.escapeExpression(container.lambda(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.disabled : stack1), depth0));
|
|
457
|
-
},"3":function(container,depth0,helpers,partials,data) {
|
|
458
|
-
var stack1, alias1=container.propertyIsEnumerable;
|
|
459
|
-
|
|
460
|
-
return container.escapeExpression(container.lambda(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.selected : stack1), depth0));
|
|
461
|
-
},"5":function(container,depth0,helpers,partials,data) {
|
|
462
|
-
var stack1, alias1=container.propertyIsEnumerable, alias2=container.lambda;
|
|
463
|
-
|
|
464
|
-
return " <span class=\""
|
|
465
|
-
+ container.escapeExpression(alias2(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.caret : stack1), depth0))
|
|
466
|
-
+ " d-inline-block position-absolute\">\r\n "
|
|
467
|
-
+ ((stack1 = alias2(((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.caretSvg : stack1), depth0)) != null ? stack1 : "")
|
|
468
|
-
+ "\r\n </span>\r\n";
|
|
469
|
-
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
470
|
-
var stack1, helper, alias1=container.propertyIsEnumerable, alias2=container.lambda, alias3=container.escapeExpression, alias4=depth0 != null ? depth0 : (container.nullContext || {});
|
|
471
|
-
|
|
472
|
-
return "<div class=\"position-relative border-bottom "
|
|
473
|
-
+ alias3(alias2(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.library : stack1), depth0))
|
|
474
|
-
+ " "
|
|
475
|
-
+ ((stack1 = helpers["if"].call(alias4,((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.disabled : stack1),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
476
|
-
+ "\">\r\n <a class=\"position-relative library-event "
|
|
477
|
-
+ alias3(alias2(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.libraryAnchor : stack1), depth0))
|
|
478
|
-
+ " "
|
|
479
|
-
+ ((stack1 = helpers["if"].call(alias4,((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.open : stack1),{"name":"if","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
480
|
-
+ " ui-anchor no-hover-text-underline\">\r\n"
|
|
481
|
-
+ ((stack1 = helpers["if"].call(alias4,((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.hasFolders : stack1),{"name":"if","hash":{},"fn":container.program(5, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
482
|
-
+ " <span class=\""
|
|
483
|
-
+ alias3(alias2(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.text : stack1), depth0))
|
|
484
|
-
+ " ui-text\">"
|
|
485
|
-
+ alias3(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(alias4,{"name":"name","hash":{},"data":data}) : helper)))
|
|
486
|
-
+ "</span>\r\n </a>\r\n <div class=\"actions-region\"></div>\r\n</div>\r\n<div class=\"folders-region\"></div>";
|
|
487
|
-
},"useData":true});
|
|
488
|
-
|
|
489
|
-
/***/ }),
|
|
490
|
-
|
|
491
|
-
/***/ "./src/apps/library-editor/views/left-navigation/LeftNavigation.handlebars":
|
|
492
|
-
/*!*********************************************************************************!*\
|
|
493
|
-
!*** ./src/apps/library-editor/views/left-navigation/LeftNavigation.handlebars ***!
|
|
494
|
-
\*********************************************************************************/
|
|
495
|
-
/*! no static exports found */
|
|
496
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
497
|
-
|
|
498
|
-
var Handlebars = __webpack_require__(/*! handlebars */ "handlebars");
|
|
499
|
-
module.exports = (Handlebars['default'] || Handlebars).template({"1":function(container,depth0,helpers,partials,data) {
|
|
500
|
-
var stack1, alias1=container.propertyIsEnumerable, alias2=container.lambda, alias3=container.escapeExpression;
|
|
501
|
-
|
|
502
|
-
return "<div class=\""
|
|
503
|
-
+ alias3(alias2(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.addLibraryContainer : stack1), depth0))
|
|
504
|
-
+ "\">\r\n <button class=\"applink-new-library btn btn-outline-secondary "
|
|
505
|
-
+ alias3(alias2(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.addLibrary : stack1), depth0))
|
|
506
|
-
+ "\">\r\n <span class=\""
|
|
507
|
-
+ alias3(alias2(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.plus : stack1), depth0))
|
|
508
|
-
+ " d-inline-block position-absolute\">\r\n "
|
|
509
|
-
+ ((stack1 = alias2(((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.plusSvg : stack1), depth0)) != null ? stack1 : "")
|
|
510
|
-
+ "\r\n </span>\r\n "
|
|
511
|
-
+ alias3((helpers.lang||(depth0 && depth0.lang)||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"newLibrary",{"name":"lang","hash":{},"data":data}))
|
|
512
|
-
+ "\r\n </button>\r\n</div>\r\n";
|
|
513
|
-
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
514
|
-
var stack1, alias1=container.propertyIsEnumerable;
|
|
515
|
-
|
|
516
|
-
return "<div class=\"logo-region\"></div>\r\n<div class=\"folder-tree-region\"></div>\r\n"
|
|
517
|
-
+ ((stack1 = helpers["if"].call(depth0 != null ? depth0 : (container.nullContext || {}),((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.canCreateLibraries : stack1),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "");
|
|
518
|
-
},"useData":true});
|
|
519
|
-
|
|
520
|
-
/***/ }),
|
|
521
|
-
|
|
522
|
-
/***/ "./src/apps/library-editor/views/left-navigation/LeftNavigationView.ts":
|
|
523
|
-
/*!*****************************************************************************!*\
|
|
524
|
-
!*** ./src/apps/library-editor/views/left-navigation/LeftNavigationView.ts ***!
|
|
525
|
-
\*****************************************************************************/
|
|
526
|
-
/*! exports provided: LeftNavigationView */
|
|
527
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
528
|
-
|
|
529
|
-
"use strict";
|
|
530
|
-
__webpack_require__.r(__webpack_exports__);
|
|
531
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LeftNavigationView", function() { return LeftNavigationView; });
|
|
532
|
-
/* harmony import */ var _libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone */ "../../libs/common/src/backbone/index.ts");
|
|
533
|
-
/* harmony import */ var _libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/utils/SvgHelper */ "../../libs/shared/src/utils/SvgHelper.ts");
|
|
534
|
-
/* harmony import */ var _libs_shared_src_enums_SettingName__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/enums/SettingName */ "../../libs/shared/src/enums/SettingName.ts");
|
|
535
|
-
/* harmony import */ var _shared_constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../shared/constants */ "./src/shared/constants/index.ts");
|
|
536
|
-
/* harmony import */ var _services_LibraryDataService__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../services/LibraryDataService */ "./src/apps/library-editor/services/LibraryDataService.ts");
|
|
537
|
-
/* harmony import */ var _LeftNavigation_handlebars__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./LeftNavigation.handlebars */ "./src/apps/library-editor/views/left-navigation/LeftNavigation.handlebars");
|
|
538
|
-
/* harmony import */ var _LeftNavigation_handlebars__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_LeftNavigation_handlebars__WEBPACK_IMPORTED_MODULE_5__);
|
|
539
|
-
/* harmony import */ var _components_left_nav_libraries_LeftNavLibrariesComponent__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../components/left-nav-libraries/LeftNavLibrariesComponent */ "./src/apps/library-editor/components/left-nav-libraries/LeftNavLibrariesComponent.ts");
|
|
540
|
-
/* harmony import */ var _left_navigation_scss__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./left-navigation.scss */ "./src/apps/library-editor/views/left-navigation/left-navigation.scss");
|
|
541
|
-
/* harmony import */ var _left_navigation_scss__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_left_navigation_scss__WEBPACK_IMPORTED_MODULE_7__);
|
|
542
|
-
/* harmony import */ var _libs_common_src_backbone_services_InstanceManager__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone/services/InstanceManager */ "../../libs/common/src/backbone/services/InstanceManager.ts");
|
|
543
|
-
/* harmony import */ var _shared_constants_Services__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../../../shared/constants/Services */ "./src/shared/constants/Services.ts");
|
|
544
|
-
/* harmony import */ var _shared_services_UserDataService__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../../../shared/services/UserDataService */ "./src/shared/services/UserDataService.ts");
|
|
545
|
-
/* harmony import */ var _shared_services_ConfigDataService__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../../../shared/services/ConfigDataService */ "./src/shared/services/ConfigDataService.ts");
|
|
546
|
-
/* harmony import */ var _libs_common_src_backbone_services_ViewModelService__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone/services/ViewModelService */ "../../libs/common/src/backbone/services/ViewModelService.ts");
|
|
547
|
-
/* harmony import */ var _shared_enums__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../../../shared/enums */ "./src/shared/enums/index.ts");
|
|
548
|
-
/* harmony import */ var _shared_constants_FolderTreeIds__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../../../shared/constants/FolderTreeIds */ "./src/shared/constants/FolderTreeIds.ts");
|
|
549
|
-
/* harmony import */ var _components_customer_logo_CustomerLogoComponent__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../components/customer-logo/CustomerLogoComponent */ "./src/apps/library-editor/components/customer-logo/CustomerLogoComponent.ts");
|
|
550
|
-
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
551
|
-
|
|
552
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
553
|
-
|
|
554
|
-
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
555
|
-
|
|
556
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
557
|
-
|
|
558
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
559
|
-
|
|
560
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
561
|
-
|
|
562
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
563
|
-
|
|
564
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
565
|
-
|
|
566
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
567
|
-
|
|
568
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
|
|
569
|
-
|
|
570
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
var LeftNavigationView = /*#__PURE__*/function (_Core$View) {
|
|
589
|
-
_inherits(LeftNavigationView, _Core$View);
|
|
590
|
-
|
|
591
|
-
var _super = _createSuper(LeftNavigationView);
|
|
592
|
-
|
|
593
|
-
function LeftNavigationView(options) {
|
|
594
|
-
_classCallCheck(this, LeftNavigationView);
|
|
595
|
-
|
|
596
|
-
return _super.call(this, options);
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
_createClass(LeftNavigationView, [{
|
|
600
|
-
key: "initialize",
|
|
601
|
-
value: function initialize() {
|
|
602
|
-
this.bindListeners();
|
|
603
|
-
this.settingsDataService = _libs_common_src_backbone_services_InstanceManager__WEBPACK_IMPORTED_MODULE_8__["InstanceManager"].getInstance(_shared_constants_Services__WEBPACK_IMPORTED_MODULE_9__["DataServices"].Settings, this);
|
|
604
|
-
}
|
|
605
|
-
}, {
|
|
606
|
-
key: "bindListeners",
|
|
607
|
-
value: function bindListeners() {
|
|
608
|
-
this.listenTo(this.channelName, 'select:library', this.onSelectLibrary);
|
|
609
|
-
this.listenTo(_shared_constants__WEBPACK_IMPORTED_MODULE_3__["DataChannels"].LIBRARY, 'cache:cleared', this.fetchData);
|
|
610
|
-
this.listenTo(_shared_constants__WEBPACK_IMPORTED_MODULE_3__["ServiceChannels"].FOLDER_DRAG_DROP, 're:render:left:nav', this.render);
|
|
611
|
-
this.listenTo(_shared_constants__WEBPACK_IMPORTED_MODULE_3__["DataChannels"].SETTINGS, "".concat(_shared_constants__WEBPACK_IMPORTED_MODULE_3__["DataPrefixes"].SETTINGS, ":sync"), this.render);
|
|
612
|
-
}
|
|
613
|
-
}, {
|
|
614
|
-
key: "regions",
|
|
615
|
-
value: function regions() {
|
|
616
|
-
return {
|
|
617
|
-
logo: {
|
|
618
|
-
el: '.logo-region',
|
|
619
|
-
replaceElement: false
|
|
620
|
-
},
|
|
621
|
-
folderTree: {
|
|
622
|
-
el: '.folder-tree-region',
|
|
623
|
-
replaceElement: false,
|
|
624
|
-
partialLoading: _shared_enums__WEBPACK_IMPORTED_MODULE_13__["PartialLoading"].LeftNav
|
|
625
|
-
}
|
|
626
|
-
};
|
|
627
|
-
}
|
|
628
|
-
}, {
|
|
629
|
-
key: "events",
|
|
630
|
-
value: function events() {
|
|
631
|
-
return {
|
|
632
|
-
'click .new-folder': 'newFolder'
|
|
633
|
-
};
|
|
634
|
-
}
|
|
635
|
-
}, {
|
|
636
|
-
key: "fetchData",
|
|
637
|
-
value: function fetchData() {
|
|
638
|
-
this.maxCustomLibraries = this.settingsDataService.getSetting(this.currentUser.get('customerId'), _libs_shared_src_enums_SettingName__WEBPACK_IMPORTED_MODULE_2__["SettingName"].MaxCustomLibraries);
|
|
639
|
-
}
|
|
640
|
-
}, {
|
|
641
|
-
key: "onSelectLibrary",
|
|
642
|
-
value: function onSelectLibrary(libraryId) {
|
|
643
|
-
this.collection.each(function (library) {
|
|
644
|
-
var viewModel = _libs_common_src_backbone_services_ViewModelService__WEBPACK_IMPORTED_MODULE_12__["ViewModelService"].get("".concat(_components_left_nav_libraries_LeftNavLibrariesComponent__WEBPACK_IMPORTED_MODULE_6__["LeftNavLibraryViewModelPrefix"], ":").concat(library.id));
|
|
645
|
-
viewModel.set('open', library.id.toString() === libraryId);
|
|
646
|
-
});
|
|
647
|
-
this.render();
|
|
648
|
-
}
|
|
649
|
-
}, {
|
|
650
|
-
key: "renderLogo",
|
|
651
|
-
value: function renderLogo() {
|
|
652
|
-
this.showChildView('logo', new _components_customer_logo_CustomerLogoComponent__WEBPACK_IMPORTED_MODULE_15__["CustomerLogoComponent"]({
|
|
653
|
-
model: this.currentUser.get('customerLogo'),
|
|
654
|
-
customerId: this.currentUser.get('customerId'),
|
|
655
|
-
onlineUrl: this.config.get('onlineUrl')
|
|
656
|
-
}));
|
|
657
|
-
}
|
|
658
|
-
}, {
|
|
659
|
-
key: "renderLeftNav",
|
|
660
|
-
value: function renderLeftNav() {
|
|
661
|
-
var leftNavComponent = new _components_left_nav_libraries_LeftNavLibrariesComponent__WEBPACK_IMPORTED_MODULE_6__["LeftNavLibrariesComponent"]({
|
|
662
|
-
collection: this.collection,
|
|
663
|
-
channelName: this.channelName,
|
|
664
|
-
libraryId: this.options.libraryId,
|
|
665
|
-
folderTreeId: _shared_constants_FolderTreeIds__WEBPACK_IMPORTED_MODULE_14__["FolderTreeIds"].LIBRARY_EDITOR,
|
|
666
|
-
forceOpen: this.collection.length === 1
|
|
667
|
-
});
|
|
668
|
-
this.showChildView('folderTree', leftNavComponent);
|
|
669
|
-
}
|
|
670
|
-
}, {
|
|
671
|
-
key: "onBeforeRender",
|
|
672
|
-
value: function onBeforeRender() {
|
|
673
|
-
this.fetchData();
|
|
674
|
-
return !!this.maxCustomLibraries;
|
|
675
|
-
}
|
|
676
|
-
}, {
|
|
677
|
-
key: "viewOptions",
|
|
678
|
-
value: function viewOptions() {
|
|
679
|
-
if (!this.collection) return;
|
|
680
|
-
return {
|
|
681
|
-
styles: _left_navigation_scss__WEBPACK_IMPORTED_MODULE_7___default.a,
|
|
682
|
-
plusSvg: _libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_1__["SvgHelper"].getSvg(_libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_1__["cvSvgLibrary"].Plus),
|
|
683
|
-
canCreateLibraries: this.maxCustomLibraries ? this.maxCustomLibraries.get('value') > this.collection.length : false
|
|
684
|
-
};
|
|
685
|
-
}
|
|
686
|
-
}, {
|
|
687
|
-
key: "onRender",
|
|
688
|
-
value: function onRender() {
|
|
689
|
-
this.renderLogo();
|
|
690
|
-
this.renderLeftNav();
|
|
691
|
-
}
|
|
692
|
-
}, {
|
|
693
|
-
key: "name",
|
|
694
|
-
get: function get() {
|
|
695
|
-
return 'LeftNavigationView';
|
|
696
|
-
}
|
|
697
|
-
}, {
|
|
698
|
-
key: "title",
|
|
699
|
-
get: function get() {
|
|
700
|
-
return false;
|
|
701
|
-
}
|
|
702
|
-
}, {
|
|
703
|
-
key: "channelName",
|
|
704
|
-
get: function get() {
|
|
705
|
-
return "".concat(this.name).concat(this.cid);
|
|
706
|
-
}
|
|
707
|
-
}, {
|
|
708
|
-
key: "lang",
|
|
709
|
-
get: function get() {
|
|
710
|
-
return 'libraryEditor.leftNavigation';
|
|
711
|
-
}
|
|
712
|
-
}, {
|
|
713
|
-
key: "className",
|
|
714
|
-
get: function get() {
|
|
715
|
-
return 'bg-white pb-3';
|
|
716
|
-
}
|
|
717
|
-
}, {
|
|
718
|
-
key: "template",
|
|
719
|
-
get: function get() {
|
|
720
|
-
return _LeftNavigation_handlebars__WEBPACK_IMPORTED_MODULE_5___default.a;
|
|
721
|
-
}
|
|
722
|
-
}, {
|
|
723
|
-
key: "appLinks",
|
|
724
|
-
get: function get() {
|
|
725
|
-
return {
|
|
726
|
-
'.applink-new-library': {
|
|
727
|
-
application: _shared_constants__WEBPACK_IMPORTED_MODULE_3__["AppChannels"].LIBRARY_EDITOR,
|
|
728
|
-
action: _shared_constants__WEBPACK_IMPORTED_MODULE_3__["Actions"].LibraryEditor.NEW_LIBRARY
|
|
729
|
-
}
|
|
730
|
-
};
|
|
731
|
-
}
|
|
732
|
-
}, {
|
|
733
|
-
key: "requiredResources",
|
|
734
|
-
get: function get() {
|
|
735
|
-
return {
|
|
736
|
-
currentUser: _shared_services_UserDataService__WEBPACK_IMPORTED_MODULE_10__["UserDataServiceHelper"].currentUser,
|
|
737
|
-
config: _shared_services_ConfigDataService__WEBPACK_IMPORTED_MODULE_11__["ConfigDataServiceHelper"].config,
|
|
738
|
-
collection: _services_LibraryDataService__WEBPACK_IMPORTED_MODULE_4__["LibraryDataServiceHelper"].libraries
|
|
739
|
-
};
|
|
740
|
-
}
|
|
741
|
-
}]);
|
|
742
|
-
|
|
743
|
-
return LeftNavigationView;
|
|
744
|
-
}(_libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_0__["Core"].View);
|
|
745
|
-
|
|
746
|
-
/***/ }),
|
|
747
|
-
|
|
748
|
-
/***/ "./src/apps/library-editor/views/left-navigation/left-navigation.scss":
|
|
749
|
-
/*!****************************************************************************!*\
|
|
750
|
-
!*** ./src/apps/library-editor/views/left-navigation/left-navigation.scss ***!
|
|
751
|
-
\****************************************************************************/
|
|
752
|
-
/*! no static exports found */
|
|
753
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
754
|
-
|
|
755
|
-
// extracted by mini-css-extract-plugin
|
|
756
|
-
module.exports = {"addLibrary":"cv--addLibrary--1O42p","addLibraryContainer":"cv--addLibraryContainer--1HX0v","plus":"cv--plus--3aHT2"};
|
|
757
|
-
|
|
758
|
-
/***/ })
|
|
759
|
-
|
|
760
|
-
}]);
|
|
761
|
-
//# sourceMappingURL=49.chunk.js.map
|