@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/34.chunk.js
DELETED
|
@@ -1,990 +0,0 @@
|
|
|
1
|
-
(window["webpackJsonp_clickview_library_editor"] = window["webpackJsonp_clickview_library_editor"] || []).push([[34],{
|
|
2
|
-
|
|
3
|
-
/***/ "./src/apps/library-editor/components/chapter-form/ChapterForm.hbs":
|
|
4
|
-
/*!*************************************************************************!*\
|
|
5
|
-
!*** ./src/apps/library-editor/components/chapter-form/ChapterForm.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, alias1=container.propertyIsEnumerable, alias2=container.lambda, alias3=container.escapeExpression, alias4=depth0 != null ? depth0 : (container.nullContext || {}), alias5=container.hooks.helperMissing;
|
|
13
|
-
|
|
14
|
-
return " <div class=\"col-6 form-group\">\r\n <label class=\"d-block\" for=\""
|
|
15
|
-
+ alias3(alias2(((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.timeId : stack1), depth0))
|
|
16
|
-
+ "\">"
|
|
17
|
-
+ alias3((helpers.lang||(depth0 && depth0.lang)||alias5).call(alias4,"startTimeLabel",{"name":"lang","hash":{},"data":data}))
|
|
18
|
-
+ "</label>\r\n <input\r\n class=\"form-control d-inline-block col-3 time-input hour-input\"\r\n type=\"number\"\r\n placeholder=\""
|
|
19
|
-
+ alias3((helpers.lang||(depth0 && depth0.lang)||alias5).call(alias4,"hoursPlaceholder",{"name":"lang","hash":{},"data":data}))
|
|
20
|
-
+ "\"\r\n name=\"hours\"\r\n autocomplete=\"off\"\r\n "
|
|
21
|
-
+ ((stack1 = helpers["if"].call(alias4,((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.hrDisabled : stack1),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
22
|
-
+ "> <b>:</b>\r\n <input\r\n class=\"form-control d-inline-block col-3 time-input minute-input\"\r\n type=\"number\"\r\n placeholder=\""
|
|
23
|
-
+ alias3((helpers.lang||(depth0 && depth0.lang)||alias5).call(alias4,"minutesPlaceholder",{"name":"lang","hash":{},"data":data}))
|
|
24
|
-
+ "\"\r\n name=\"minutes\"\r\n autocomplete=\"off\"\r\n "
|
|
25
|
-
+ ((stack1 = helpers["if"].call(alias4,((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.minDisabled : stack1),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
26
|
-
+ "> <b>:</b>\r\n <input\r\n class=\"form-control d-inline-block col-3 time-input second-input\"\r\n type=\"number\"\r\n placeholder=\""
|
|
27
|
-
+ alias3((helpers.lang||(depth0 && depth0.lang)||alias5).call(alias4,"secondsPlaceholder",{"name":"lang","hash":{},"data":data}))
|
|
28
|
-
+ "\"\r\n name=\"seconds\"\r\n id=\""
|
|
29
|
-
+ alias3(alias2(((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.timeId : stack1), depth0))
|
|
30
|
-
+ "\"\r\n autocomplete=\"off\"\r\n "
|
|
31
|
-
+ ((stack1 = helpers["if"].call(alias4,((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.secDisabled : stack1),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
32
|
-
+ ">\r\n <div class=\"form-feedback\"></div>\r\n </div>\r\n";
|
|
33
|
-
},"2":function(container,depth0,helpers,partials,data) {
|
|
34
|
-
return "disabled";
|
|
35
|
-
},"4":function(container,depth0,helpers,partials,data) {
|
|
36
|
-
var stack1, alias1=container.propertyIsEnumerable;
|
|
37
|
-
|
|
38
|
-
return " <button type=\"submit\" class=\"btn btn-primary btn-sm ml-2\">\r\n <span class=\"d-inline-block align-middle svg-container\">"
|
|
39
|
-
+ ((stack1 = container.lambda(((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.plusSvg : stack1), depth0)) != null ? stack1 : "")
|
|
40
|
-
+ "</span>\r\n <span class=\"align-middle\">"
|
|
41
|
-
+ container.escapeExpression((helpers.lang||(depth0 && depth0.lang)||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"add",{"name":"lang","hash":{},"data":data}))
|
|
42
|
-
+ "</span>\r\n </button>\r\n";
|
|
43
|
-
},"6":function(container,depth0,helpers,partials,data) {
|
|
44
|
-
var alias1=container.propertyIsEnumerable, alias2=depth0 != null ? depth0 : (container.nullContext || {}), alias3=container.hooks.helperMissing, alias4=container.escapeExpression;
|
|
45
|
-
|
|
46
|
-
return " <button type=\"submit\" class=\"btn btn-primary btn-sm ml-2\">"
|
|
47
|
-
+ alias4((helpers.lang||(depth0 && depth0.lang)||alias3).call(alias2,"save",{"name":"lang","hash":{},"data":data}))
|
|
48
|
-
+ "</button>\r\n <button type=\"button\" class=\"btn btn-secondary btn-sm cancel ml-2\">"
|
|
49
|
-
+ alias4((helpers.lang||(depth0 && depth0.lang)||alias3).call(alias2,"cancel",{"name":"lang","hash":{},"data":data}))
|
|
50
|
-
+ "</button>\r\n";
|
|
51
|
-
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
52
|
-
var stack1, alias1=container.propertyIsEnumerable, alias2=container.lambda, alias3=container.escapeExpression, alias4=depth0 != null ? depth0 : (container.nullContext || {}), alias5=container.hooks.helperMissing;
|
|
53
|
-
|
|
54
|
-
return "<div class=\"row\">\r\n <div class=\"col-6 form-group\">\r\n <label for=\""
|
|
55
|
-
+ alias3(alias2(((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.chapterId : stack1), depth0))
|
|
56
|
-
+ "\">"
|
|
57
|
-
+ alias3((helpers.lang||(depth0 && depth0.lang)||alias5).call(alias4,"nameLabel",{"name":"lang","hash":{},"data":data}))
|
|
58
|
-
+ "</label>\r\n <input type=\"text\" class=\"form-control chapter-name\" name=\"name\" id=\""
|
|
59
|
-
+ alias3(alias2(((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.chapterId : stack1), depth0))
|
|
60
|
-
+ "\" placeholder=\""
|
|
61
|
-
+ alias3((helpers.lang||(depth0 && depth0.lang)||alias5).call(alias4,"namePlaceholder",{"name":"lang","hash":{},"data":data}))
|
|
62
|
-
+ "\" autofocus autocomplete=\"off\">\r\n <div class=\"form-feedback\"></div>\r\n </div>\r\n"
|
|
63
|
-
+ ((stack1 = helpers["if"].call(alias4,((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.enabled : stack1),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
64
|
-
+ "</div>\r\n\r\n<div class=\"row\">\r\n"
|
|
65
|
-
+ ((stack1 = helpers["if"].call(alias4,((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.creating : stack1),{"name":"if","hash":{},"fn":container.program(4, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
66
|
-
+ "\r\n"
|
|
67
|
-
+ ((stack1 = helpers["if"].call(alias4,((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.editing : stack1),{"name":"if","hash":{},"fn":container.program(6, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
68
|
-
+ "</div>";
|
|
69
|
-
},"useData":true});
|
|
70
|
-
|
|
71
|
-
/***/ }),
|
|
72
|
-
|
|
73
|
-
/***/ "./src/apps/library-editor/components/chapter-form/ChapterFormComponent.ts":
|
|
74
|
-
/*!*********************************************************************************!*\
|
|
75
|
-
!*** ./src/apps/library-editor/components/chapter-form/ChapterFormComponent.ts ***!
|
|
76
|
-
\*********************************************************************************/
|
|
77
|
-
/*! exports provided: ChapterFormComponent */
|
|
78
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
79
|
-
|
|
80
|
-
"use strict";
|
|
81
|
-
__webpack_require__.r(__webpack_exports__);
|
|
82
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ChapterFormComponent", function() { return ChapterFormComponent; });
|
|
83
|
-
/* harmony import */ var backbone__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! backbone */ "backbone");
|
|
84
|
-
/* harmony import */ var backbone__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(backbone__WEBPACK_IMPORTED_MODULE_0__);
|
|
85
|
-
/* harmony import */ var _libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone */ "../../libs/common/src/backbone/index.ts");
|
|
86
|
-
/* harmony import */ var _libs_common_src_backbone_services_ViewModelService__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone/services/ViewModelService */ "../../libs/common/src/backbone/services/ViewModelService.ts");
|
|
87
|
-
/* harmony import */ var _libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/utils/SvgHelper */ "../../libs/shared/src/utils/SvgHelper.ts");
|
|
88
|
-
/* harmony import */ var _shared_behaviors__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../shared/behaviors */ "./src/shared/behaviors/index.ts");
|
|
89
|
-
/* harmony import */ var _shared_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../shared/utils */ "./src/shared/utils/index.ts");
|
|
90
|
-
/* harmony import */ var _utils_ChapterHelper__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/ChapterHelper */ "./src/apps/library-editor/utils/ChapterHelper.ts");
|
|
91
|
-
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../constants */ "./src/apps/library-editor/constants/index.ts");
|
|
92
|
-
/* harmony import */ var _ChapterForm_hbs__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./ChapterForm.hbs */ "./src/apps/library-editor/components/chapter-form/ChapterForm.hbs");
|
|
93
|
-
/* harmony import */ var _ChapterForm_hbs__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_ChapterForm_hbs__WEBPACK_IMPORTED_MODULE_8__);
|
|
94
|
-
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); }
|
|
95
|
-
|
|
96
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
97
|
-
|
|
98
|
-
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); } }
|
|
99
|
-
|
|
100
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
101
|
-
|
|
102
|
-
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); }
|
|
103
|
-
|
|
104
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
105
|
-
|
|
106
|
-
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); }; }
|
|
107
|
-
|
|
108
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
109
|
-
|
|
110
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
111
|
-
|
|
112
|
-
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; } }
|
|
113
|
-
|
|
114
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
var ENTER_KEYCODE = 13;
|
|
127
|
-
var ChapterFormComponent = /*#__PURE__*/function (_Core$Component) {
|
|
128
|
-
_inherits(ChapterFormComponent, _Core$Component);
|
|
129
|
-
|
|
130
|
-
var _super = _createSuper(ChapterFormComponent);
|
|
131
|
-
|
|
132
|
-
function ChapterFormComponent(options) {
|
|
133
|
-
_classCallCheck(this, ChapterFormComponent);
|
|
134
|
-
|
|
135
|
-
return _super.call(this, options);
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
_createClass(ChapterFormComponent, [{
|
|
139
|
-
key: "initialize",
|
|
140
|
-
value: function initialize() {
|
|
141
|
-
if (this.options.playerViewModelKey) this.listenToPlayerViewModel();
|
|
142
|
-
this.initViewModel();
|
|
143
|
-
if (this.options.editing) this.syncTime();
|
|
144
|
-
}
|
|
145
|
-
}, {
|
|
146
|
-
key: "events",
|
|
147
|
-
value: function events() {
|
|
148
|
-
return {
|
|
149
|
-
'submit': 'onSubmit',
|
|
150
|
-
'change .chapter-name': 'validateName',
|
|
151
|
-
'keyup .chapter-name': 'validateName',
|
|
152
|
-
'change .time-input': 'onTimeInputUpdate',
|
|
153
|
-
'click .time-input': 'onTimeInputUpdate',
|
|
154
|
-
'keyup .time-input': 'onTimeInputUpdate',
|
|
155
|
-
'click .cancel': 'destroyView'
|
|
156
|
-
};
|
|
157
|
-
}
|
|
158
|
-
}, {
|
|
159
|
-
key: "initViewModel",
|
|
160
|
-
value: function initViewModel() {
|
|
161
|
-
this.viewModel = _libs_common_src_backbone_services_ViewModelService__WEBPACK_IMPORTED_MODULE_2__["ViewModelService"].get(this.viewModelName, this.model.toJSON());
|
|
162
|
-
}
|
|
163
|
-
/**
|
|
164
|
-
* Synchronise start time based on current player's playback position
|
|
165
|
-
*/
|
|
166
|
-
|
|
167
|
-
}, {
|
|
168
|
-
key: "listenToPlayerViewModel",
|
|
169
|
-
value: function listenToPlayerViewModel() {
|
|
170
|
-
var playerViewModel = _libs_common_src_backbone_services_ViewModelService__WEBPACK_IMPORTED_MODULE_2__["ViewModelService"].get(this.options.playerViewModelKey);
|
|
171
|
-
this.listenTo(playerViewModel, 'change:currenttime', this.updateTime);
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* Set the value of each time input, syncing with the webplayer current time
|
|
175
|
-
*/
|
|
176
|
-
|
|
177
|
-
}, {
|
|
178
|
-
key: "updateTime",
|
|
179
|
-
value: function updateTime(player) {
|
|
180
|
-
this.webPlayerTime = player.get('currenttime');
|
|
181
|
-
this.syncTime();
|
|
182
|
-
}
|
|
183
|
-
}, {
|
|
184
|
-
key: "syncTime",
|
|
185
|
-
value: function syncTime() {
|
|
186
|
-
// The start time of the chapter, or the current webplayer time
|
|
187
|
-
var time = this.viewModel.get('startTime') || this.webPlayerTime;
|
|
188
|
-
this.viewModel.set({
|
|
189
|
-
hours: _shared_utils__WEBPACK_IMPORTED_MODULE_5__["TimeHelpers"].getHoursComponent(time),
|
|
190
|
-
minutes: _shared_utils__WEBPACK_IMPORTED_MODULE_5__["TimeHelpers"].getMinutesComponent(time),
|
|
191
|
-
seconds: _shared_utils__WEBPACK_IMPORTED_MODULE_5__["TimeHelpers"].getSecondsComponent(time)
|
|
192
|
-
});
|
|
193
|
-
}
|
|
194
|
-
/**
|
|
195
|
-
* The time constructed from each time input in seconds
|
|
196
|
-
* Returns -1 if any time component is negative, or all time components are undefined
|
|
197
|
-
*/
|
|
198
|
-
|
|
199
|
-
}, {
|
|
200
|
-
key: "getNewTime",
|
|
201
|
-
value: function getNewTime() {
|
|
202
|
-
if (!this.enabled()) return 0;
|
|
203
|
-
return _shared_utils__WEBPACK_IMPORTED_MODULE_5__["TimeHelpers"].parseTime(this.viewModel.pick('hours', 'minutes', 'seconds'));
|
|
204
|
-
}
|
|
205
|
-
/**
|
|
206
|
-
* Whether the time input's are enabled
|
|
207
|
-
* Is true for all chapters except for the first existing chapter
|
|
208
|
-
*/
|
|
209
|
-
|
|
210
|
-
}, {
|
|
211
|
-
key: "enabled",
|
|
212
|
-
value: function enabled() {
|
|
213
|
-
return this.options.creating || this.model.collection.indexOf(this.model) !== 0;
|
|
214
|
-
}
|
|
215
|
-
/**
|
|
216
|
-
* Returns the maximum values for hours, minutes and seconds
|
|
217
|
-
* based on the duration of the video
|
|
218
|
-
*/
|
|
219
|
-
|
|
220
|
-
}, {
|
|
221
|
-
key: "maxTimes",
|
|
222
|
-
value: function maxTimes() {
|
|
223
|
-
var duration = _shared_utils__WEBPACK_IMPORTED_MODULE_5__["TimeHelpers"].millisecondsToSeconds(this.options.duration);
|
|
224
|
-
var maxHr = _shared_utils__WEBPACK_IMPORTED_MODULE_5__["TimeHelpers"].getHoursComponent(duration);
|
|
225
|
-
var maxMin = maxHr > 0 ? 59 : _shared_utils__WEBPACK_IMPORTED_MODULE_5__["TimeHelpers"].getMinutesComponent(duration);
|
|
226
|
-
var maxSec = maxMin > 0 ? 59 : _shared_utils__WEBPACK_IMPORTED_MODULE_5__["TimeHelpers"].getSecondsComponent(duration);
|
|
227
|
-
return {
|
|
228
|
-
maxHr: maxHr,
|
|
229
|
-
maxMin: maxMin,
|
|
230
|
-
maxSec: maxSec
|
|
231
|
-
};
|
|
232
|
-
}
|
|
233
|
-
/**
|
|
234
|
-
* Called when any of the 3 time inputs are updated
|
|
235
|
-
* If we are creating a chapter, the webplayer time is also updated
|
|
236
|
-
*/
|
|
237
|
-
|
|
238
|
-
}, {
|
|
239
|
-
key: "onTimeInputUpdate",
|
|
240
|
-
value: function onTimeInputUpdate() {
|
|
241
|
-
var channel = backbone__WEBPACK_IMPORTED_MODULE_0__["Radio"].channel(this.options.channelName);
|
|
242
|
-
channel.trigger(_constants__WEBPACK_IMPORTED_MODULE_7__["LibraryEditorActions"].UpdateChapterTime, this.getNewTime());
|
|
243
|
-
this.validateStartTime();
|
|
244
|
-
}
|
|
245
|
-
}, {
|
|
246
|
-
key: "destroyView",
|
|
247
|
-
value: function destroyView() {
|
|
248
|
-
var channel = backbone__WEBPACK_IMPORTED_MODULE_0__["Radio"].channel(this.options.channelName);
|
|
249
|
-
channel.trigger(_constants__WEBPACK_IMPORTED_MODULE_7__["LibraryEditorActions"].CancelChapterEdit);
|
|
250
|
-
this.destroy();
|
|
251
|
-
}
|
|
252
|
-
/**
|
|
253
|
-
* When a chapter is added or saved, validate the new values
|
|
254
|
-
* and trigger appropriate event to update the chapter list
|
|
255
|
-
*/
|
|
256
|
-
|
|
257
|
-
}, {
|
|
258
|
-
key: "onSubmit",
|
|
259
|
-
value: function onSubmit(e) {
|
|
260
|
-
e.preventDefault();
|
|
261
|
-
if (!this.validate()) return false;
|
|
262
|
-
var newChapter = {
|
|
263
|
-
id: this.viewModel.get('id'),
|
|
264
|
-
name: this.viewModel.get('name'),
|
|
265
|
-
startTime: this.getNewTime()
|
|
266
|
-
};
|
|
267
|
-
var channel = backbone__WEBPACK_IMPORTED_MODULE_0__["Radio"].channel(this.options.channelName); // Update or create chapter depending on where the component is being rendered
|
|
268
|
-
|
|
269
|
-
var chapterChangeEvent = _constants__WEBPACK_IMPORTED_MODULE_7__["LibraryEditorActions"].CreateChapter;
|
|
270
|
-
if (this.options.editing) chapterChangeEvent = _constants__WEBPACK_IMPORTED_MODULE_7__["LibraryEditorActions"].UpdateChapter;
|
|
271
|
-
channel.trigger(chapterChangeEvent, newChapter);
|
|
272
|
-
this.stopListening(this.viewModel);
|
|
273
|
-
_libs_common_src_backbone_services_ViewModelService__WEBPACK_IMPORTED_MODULE_2__["ViewModelService"].clear(this.viewModelName);
|
|
274
|
-
}
|
|
275
|
-
}, {
|
|
276
|
-
key: "validate",
|
|
277
|
-
value: function validate() {
|
|
278
|
-
this.viewModel.validate();
|
|
279
|
-
var validStartTime = this.validateStartTime();
|
|
280
|
-
var validateName = this.validateName();
|
|
281
|
-
return this.viewModel.isValid() && validStartTime && validateName;
|
|
282
|
-
}
|
|
283
|
-
}, {
|
|
284
|
-
key: "validateStartTime",
|
|
285
|
-
value: function validateStartTime() {
|
|
286
|
-
var _this = this;
|
|
287
|
-
|
|
288
|
-
var _Backbone$Validation$ = backbone__WEBPACK_IMPORTED_MODULE_0__["Validation"].callbacks,
|
|
289
|
-
valid = _Backbone$Validation$.valid,
|
|
290
|
-
invalid = _Backbone$Validation$.invalid;
|
|
291
|
-
var parentCollection = this.model.collection || this.options.collection;
|
|
292
|
-
var newTime = this.getNewTime();
|
|
293
|
-
var invalidTimeMessage = _utils_ChapterHelper__WEBPACK_IMPORTED_MODULE_6__["ChapterHelpers"].isValidChapterTime(this.model, newTime, this.options.duration, parentCollection);
|
|
294
|
-
var invalidTimeProps = [];
|
|
295
|
-
var validTimeProps = ['seconds', 'minutes', 'hours'];
|
|
296
|
-
|
|
297
|
-
if (newTime < 0) {
|
|
298
|
-
invalidTimeProps = validTimeProps;
|
|
299
|
-
} else if (invalidTimeMessage) {
|
|
300
|
-
invalidTimeProps.push('seconds');
|
|
301
|
-
if (newTime > 59) invalidTimeProps.push('minutes');
|
|
302
|
-
if (newTime > 59 * 60) invalidTimeProps.push('hours');
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
validTimeProps.forEach(function (prop) {
|
|
306
|
-
return valid(_this, prop, null);
|
|
307
|
-
});
|
|
308
|
-
invalidTimeProps.forEach(function (prop) {
|
|
309
|
-
return invalid(_this, prop, invalidTimeMessage, null);
|
|
310
|
-
});
|
|
311
|
-
return !invalidTimeMessage;
|
|
312
|
-
}
|
|
313
|
-
}, {
|
|
314
|
-
key: "validateName",
|
|
315
|
-
value: function validateName(e) {
|
|
316
|
-
if (e && e.keyCode === ENTER_KEYCODE) return;
|
|
317
|
-
var _Backbone$Validation$2 = backbone__WEBPACK_IMPORTED_MODULE_0__["Validation"].callbacks,
|
|
318
|
-
valid = _Backbone$Validation$2.valid,
|
|
319
|
-
invalid = _Backbone$Validation$2.invalid;
|
|
320
|
-
var parentCollection = this.model.collection || this.options.collection;
|
|
321
|
-
var invalidNameMessage = _utils_ChapterHelper__WEBPACK_IMPORTED_MODULE_6__["ChapterHelpers"].isValidChapterName(this.model, this.viewModel.get('name'), parentCollection);
|
|
322
|
-
if (!invalidNameMessage) valid(this, 'name', null);else invalid(this, 'name', invalidNameMessage, null);
|
|
323
|
-
return !invalidNameMessage;
|
|
324
|
-
}
|
|
325
|
-
}, {
|
|
326
|
-
key: "viewOptions",
|
|
327
|
-
value: function viewOptions() {
|
|
328
|
-
var _this$maxTimes = this.maxTimes(),
|
|
329
|
-
maxHr = _this$maxTimes.maxHr,
|
|
330
|
-
maxMin = _this$maxTimes.maxMin,
|
|
331
|
-
maxSec = _this$maxTimes.maxSec;
|
|
332
|
-
|
|
333
|
-
var secDisabled = maxSec === 0;
|
|
334
|
-
var minDisabled = maxMin === 0;
|
|
335
|
-
var hrDisabled = maxHr === 0;
|
|
336
|
-
return Object.assign(Object.assign({}, this.options), {
|
|
337
|
-
enabled: this.enabled(),
|
|
338
|
-
timeId: "".concat(this.cid, "-time"),
|
|
339
|
-
chapterId: "".concat(this.cid, "-chapter-name"),
|
|
340
|
-
plusSvg: _libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_3__["SvgHelper"].getSvg(_libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_3__["cvSvgLibrary"].Plus),
|
|
341
|
-
secDisabled: secDisabled,
|
|
342
|
-
minDisabled: minDisabled,
|
|
343
|
-
hrDisabled: hrDisabled
|
|
344
|
-
});
|
|
345
|
-
}
|
|
346
|
-
}, {
|
|
347
|
-
key: "name",
|
|
348
|
-
get: function get() {
|
|
349
|
-
return 'ChapterFormComponent';
|
|
350
|
-
}
|
|
351
|
-
}, {
|
|
352
|
-
key: "lang",
|
|
353
|
-
get: function get() {
|
|
354
|
-
return 'libraryEditor.chapterForm';
|
|
355
|
-
}
|
|
356
|
-
}, {
|
|
357
|
-
key: "tagName",
|
|
358
|
-
get: function get() {
|
|
359
|
-
return 'form';
|
|
360
|
-
}
|
|
361
|
-
}, {
|
|
362
|
-
key: "viewModelName",
|
|
363
|
-
get: function get() {
|
|
364
|
-
return "".concat(this.name, ":").concat(this.cid);
|
|
365
|
-
}
|
|
366
|
-
}, {
|
|
367
|
-
key: "template",
|
|
368
|
-
get: function get() {
|
|
369
|
-
return _ChapterForm_hbs__WEBPACK_IMPORTED_MODULE_8___default.a;
|
|
370
|
-
}
|
|
371
|
-
}, {
|
|
372
|
-
key: "className",
|
|
373
|
-
get: function get() {
|
|
374
|
-
return this.options.creating ? 'py-3' : 'border-top p-2';
|
|
375
|
-
}
|
|
376
|
-
}, {
|
|
377
|
-
key: "behaviors",
|
|
378
|
-
get: function get() {
|
|
379
|
-
return [{
|
|
380
|
-
behaviorClass: _shared_behaviors__WEBPACK_IMPORTED_MODULE_4__["BackboneValidationBehavior"],
|
|
381
|
-
bindViewModel: true
|
|
382
|
-
}, {
|
|
383
|
-
behaviorClass: _shared_behaviors__WEBPACK_IMPORTED_MODULE_4__["StickitBehavior"],
|
|
384
|
-
bindViewModel: true
|
|
385
|
-
}];
|
|
386
|
-
}
|
|
387
|
-
}, {
|
|
388
|
-
key: "bindings",
|
|
389
|
-
get: function get() {
|
|
390
|
-
return {
|
|
391
|
-
'[name=name]': {
|
|
392
|
-
observe: 'name',
|
|
393
|
-
setOptions: {
|
|
394
|
-
validate: true
|
|
395
|
-
}
|
|
396
|
-
},
|
|
397
|
-
'[name=hours]': {
|
|
398
|
-
observe: 'hours',
|
|
399
|
-
setOptions: {
|
|
400
|
-
validate: true
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
'[name=minutes]': {
|
|
404
|
-
observe: 'minutes',
|
|
405
|
-
setOptions: {
|
|
406
|
-
validate: true
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
'[name=seconds]': {
|
|
410
|
-
observe: 'seconds',
|
|
411
|
-
setOptions: {
|
|
412
|
-
validate: true
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
};
|
|
416
|
-
}
|
|
417
|
-
}]);
|
|
418
|
-
|
|
419
|
-
return ChapterFormComponent;
|
|
420
|
-
}(_libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_1__["Core"].Component);
|
|
421
|
-
|
|
422
|
-
/***/ }),
|
|
423
|
-
|
|
424
|
-
/***/ "./src/apps/library-editor/components/chapter-list/ChapterComponentCollection.ts":
|
|
425
|
-
/*!***************************************************************************************!*\
|
|
426
|
-
!*** ./src/apps/library-editor/components/chapter-list/ChapterComponentCollection.ts ***!
|
|
427
|
-
\***************************************************************************************/
|
|
428
|
-
/*! exports provided: ChapterComponentCollection */
|
|
429
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
430
|
-
|
|
431
|
-
"use strict";
|
|
432
|
-
__webpack_require__.r(__webpack_exports__);
|
|
433
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ChapterComponentCollection", function() { return ChapterComponentCollection; });
|
|
434
|
-
/* harmony import */ var _libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone */ "../../libs/common/src/backbone/index.ts");
|
|
435
|
-
/* harmony import */ var _ChapterItemComponent__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./ChapterItemComponent */ "./src/apps/library-editor/components/chapter-list/ChapterItemComponent.ts");
|
|
436
|
-
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants */ "./src/apps/library-editor/constants/index.ts");
|
|
437
|
-
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); }
|
|
438
|
-
|
|
439
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
440
|
-
|
|
441
|
-
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); } }
|
|
442
|
-
|
|
443
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
444
|
-
|
|
445
|
-
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); }
|
|
446
|
-
|
|
447
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
448
|
-
|
|
449
|
-
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); }; }
|
|
450
|
-
|
|
451
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
452
|
-
|
|
453
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
454
|
-
|
|
455
|
-
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; } }
|
|
456
|
-
|
|
457
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
var ChapterComponentCollection = /*#__PURE__*/function (_Core$ComponentCollec) {
|
|
463
|
-
_inherits(ChapterComponentCollection, _Core$ComponentCollec);
|
|
464
|
-
|
|
465
|
-
var _super = _createSuper(ChapterComponentCollection);
|
|
466
|
-
|
|
467
|
-
function ChapterComponentCollection(options) {
|
|
468
|
-
_classCallCheck(this, ChapterComponentCollection);
|
|
469
|
-
|
|
470
|
-
return _super.call(this, options);
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
_createClass(ChapterComponentCollection, [{
|
|
474
|
-
key: "initialize",
|
|
475
|
-
value: function initialize() {
|
|
476
|
-
this.bindEditorListeners();
|
|
477
|
-
}
|
|
478
|
-
}, {
|
|
479
|
-
key: "bindEditorListeners",
|
|
480
|
-
value: function bindEditorListeners() {
|
|
481
|
-
if (!this.options.editable) return;
|
|
482
|
-
this.listenTo(this.options.channelName, _constants__WEBPACK_IMPORTED_MODULE_2__["LibraryEditorActions"].ToggleEdit, this.toggleEditForm);
|
|
483
|
-
}
|
|
484
|
-
/**
|
|
485
|
-
* When a child view triggers its edit view, hide all other edit views
|
|
486
|
-
*/
|
|
487
|
-
|
|
488
|
-
}, {
|
|
489
|
-
key: "toggleEditForm",
|
|
490
|
-
value: function toggleEditForm(model) {
|
|
491
|
-
this.collection.each(function (m) {
|
|
492
|
-
return m !== model && m.set('showEditor', false);
|
|
493
|
-
});
|
|
494
|
-
model.set('showEditor', !model.get('showEditor'));
|
|
495
|
-
}
|
|
496
|
-
}, {
|
|
497
|
-
key: "name",
|
|
498
|
-
get: function get() {
|
|
499
|
-
return 'ChapterComponentCollection';
|
|
500
|
-
}
|
|
501
|
-
}, {
|
|
502
|
-
key: "className",
|
|
503
|
-
get: function get() {
|
|
504
|
-
return 'chapters';
|
|
505
|
-
}
|
|
506
|
-
}, {
|
|
507
|
-
key: "childView",
|
|
508
|
-
get: function get() {
|
|
509
|
-
return _ChapterItemComponent__WEBPACK_IMPORTED_MODULE_1__["ChapterItemComponent"];
|
|
510
|
-
}
|
|
511
|
-
}, {
|
|
512
|
-
key: "childViewOptions",
|
|
513
|
-
get: function get() {
|
|
514
|
-
return {
|
|
515
|
-
showActions: this.options.showActions,
|
|
516
|
-
duration: this.options.duration,
|
|
517
|
-
channelName: this.options.channelName
|
|
518
|
-
};
|
|
519
|
-
}
|
|
520
|
-
}]);
|
|
521
|
-
|
|
522
|
-
return ChapterComponentCollection;
|
|
523
|
-
}(_libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_0__["Core"].ComponentCollection);
|
|
524
|
-
|
|
525
|
-
/***/ }),
|
|
526
|
-
|
|
527
|
-
/***/ "./src/apps/library-editor/components/chapter-list/ChapterItem.hbs":
|
|
528
|
-
/*!*************************************************************************!*\
|
|
529
|
-
!*** ./src/apps/library-editor/components/chapter-list/ChapterItem.hbs ***!
|
|
530
|
-
\*************************************************************************/
|
|
531
|
-
/*! no static exports found */
|
|
532
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
533
|
-
|
|
534
|
-
var Handlebars = __webpack_require__(/*! handlebars */ "handlebars");
|
|
535
|
-
module.exports = (Handlebars['default'] || Handlebars).template({"1":function(container,depth0,helpers,partials,data) {
|
|
536
|
-
var stack1, alias1=container.propertyIsEnumerable;
|
|
537
|
-
|
|
538
|
-
return container.escapeExpression(container.lambda(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.loading : stack1), depth0));
|
|
539
|
-
},"3":function(container,depth0,helpers,partials,data) {
|
|
540
|
-
var stack1, alias1=container.propertyIsEnumerable, alias2=container.lambda, alias3=container.escapeExpression, alias4=depth0 != null ? depth0 : (container.nullContext || {});
|
|
541
|
-
|
|
542
|
-
return " <div class=\"col-2 text-right\">\r\n <a class=\"action edit-chapter my-2 svg-container "
|
|
543
|
-
+ alias3(alias2(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.svgContainer : stack1), depth0))
|
|
544
|
-
+ " d-inline-block text-muted\"\r\n title=\""
|
|
545
|
-
+ alias3((helpers.lang||(depth0 && depth0.lang)||container.hooks.helperMissing).call(alias4,"edit",{"name":"lang","hash":{},"data":data}))
|
|
546
|
-
+ "\">"
|
|
547
|
-
+ ((stack1 = alias2(((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.editSvg : stack1), depth0)) != null ? stack1 : "")
|
|
548
|
-
+ "</a>\r\n"
|
|
549
|
-
+ ((stack1 = helpers["if"].call(alias4,((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.allowDelete : stack1),{"name":"if","hash":{},"fn":container.program(4, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
550
|
-
+ " </div>\r\n";
|
|
551
|
-
},"4":function(container,depth0,helpers,partials,data) {
|
|
552
|
-
var stack1, alias1=container.propertyIsEnumerable, alias2=container.lambda, alias3=container.escapeExpression;
|
|
553
|
-
|
|
554
|
-
return " <a class=\"action delete-chapter my-2 svg-container "
|
|
555
|
-
+ alias3(alias2(((stack1 = ((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.styles : stack1)) != null ? stack1.svgContainer : stack1), depth0))
|
|
556
|
-
+ " d-inline-block text-muted\"\r\n title=\""
|
|
557
|
-
+ alias3((helpers.lang||(depth0 && depth0.lang)||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"delete",{"name":"lang","hash":{},"data":data}))
|
|
558
|
-
+ "\">"
|
|
559
|
-
+ ((stack1 = alias2(((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.deleteSvg : stack1), depth0)) != null ? stack1 : "")
|
|
560
|
-
+ "</a>\r\n";
|
|
561
|
-
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
562
|
-
var stack1, helper, alias1=container.propertyIsEnumerable, alias2=depth0 != null ? depth0 : (container.nullContext || {}), alias3=container.lambda, alias4=container.escapeExpression;
|
|
563
|
-
|
|
564
|
-
return "<div class=\"row mx-0 border-top chapter-item "
|
|
565
|
-
+ ((stack1 = helpers["if"].call(alias2,((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.loading : stack1),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
566
|
-
+ "\">\r\n <div class=\"clickable-seek col-1\">\r\n <p class=\"m-0 py-2\">"
|
|
567
|
-
+ alias4(alias3(((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.index : stack1), depth0))
|
|
568
|
-
+ "</p>\r\n </div>\r\n <div class=\"clickable-seek col-6\">\r\n <p class=\"m-0 py-2\">"
|
|
569
|
-
+ alias4(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(alias2,{"name":"name","hash":{},"data":data}) : helper)))
|
|
570
|
-
+ "</p>\r\n </div>\r\n <div class=\"clickable-seek col-3 text-right\">\r\n <p class=\"m-0 py-2\">"
|
|
571
|
-
+ alias4(alias3(((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.time : stack1), depth0))
|
|
572
|
-
+ "</p>\r\n </div>\r\n"
|
|
573
|
-
+ ((stack1 = helpers["if"].call(alias2,((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.showActions : stack1),{"name":"if","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
574
|
-
+ "</div>\r\n<div class=\"edit-form-region\"></div>\r\n";
|
|
575
|
-
},"useData":true});
|
|
576
|
-
|
|
577
|
-
/***/ }),
|
|
578
|
-
|
|
579
|
-
/***/ "./src/apps/library-editor/components/chapter-list/ChapterItemComponent.ts":
|
|
580
|
-
/*!*********************************************************************************!*\
|
|
581
|
-
!*** ./src/apps/library-editor/components/chapter-list/ChapterItemComponent.ts ***!
|
|
582
|
-
\*********************************************************************************/
|
|
583
|
-
/*! exports provided: ChapterItemComponent */
|
|
584
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
585
|
-
|
|
586
|
-
"use strict";
|
|
587
|
-
__webpack_require__.r(__webpack_exports__);
|
|
588
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ChapterItemComponent", function() { return ChapterItemComponent; });
|
|
589
|
-
/* harmony import */ var backbone__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! backbone */ "backbone");
|
|
590
|
-
/* harmony import */ var backbone__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(backbone__WEBPACK_IMPORTED_MODULE_0__);
|
|
591
|
-
/* harmony import */ var _libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone */ "../../libs/common/src/backbone/index.ts");
|
|
592
|
-
/* 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");
|
|
593
|
-
/* harmony import */ var _libs_shared_src_legacy_behaviors_tooltip_TooltipBehavior__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/legacy/behaviors/tooltip/TooltipBehavior */ "../../libs/shared/src/legacy/behaviors/tooltip/TooltipBehavior.ts");
|
|
594
|
-
/* harmony import */ var _shared_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../shared/utils */ "./src/shared/utils/index.ts");
|
|
595
|
-
/* harmony import */ var _chapter_form_ChapterFormComponent__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../chapter-form/ChapterFormComponent */ "./src/apps/library-editor/components/chapter-form/ChapterFormComponent.ts");
|
|
596
|
-
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../constants */ "./src/apps/library-editor/constants/index.ts");
|
|
597
|
-
/* harmony import */ var _ChapterItem_hbs__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./ChapterItem.hbs */ "./src/apps/library-editor/components/chapter-list/ChapterItem.hbs");
|
|
598
|
-
/* harmony import */ var _ChapterItem_hbs__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_ChapterItem_hbs__WEBPACK_IMPORTED_MODULE_7__);
|
|
599
|
-
/* harmony import */ var _chapter_item_scss__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./chapter-item.scss */ "./src/apps/library-editor/components/chapter-list/chapter-item.scss");
|
|
600
|
-
/* harmony import */ var _chapter_item_scss__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_chapter_item_scss__WEBPACK_IMPORTED_MODULE_8__);
|
|
601
|
-
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); }
|
|
602
|
-
|
|
603
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
604
|
-
|
|
605
|
-
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); } }
|
|
606
|
-
|
|
607
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
608
|
-
|
|
609
|
-
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); }
|
|
610
|
-
|
|
611
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
612
|
-
|
|
613
|
-
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); }; }
|
|
614
|
-
|
|
615
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
616
|
-
|
|
617
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
618
|
-
|
|
619
|
-
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; } }
|
|
620
|
-
|
|
621
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
var ChapterItemComponent = /*#__PURE__*/function (_Core$Component) {
|
|
633
|
-
_inherits(ChapterItemComponent, _Core$Component);
|
|
634
|
-
|
|
635
|
-
var _super = _createSuper(ChapterItemComponent);
|
|
636
|
-
|
|
637
|
-
function ChapterItemComponent(options) {
|
|
638
|
-
_classCallCheck(this, ChapterItemComponent);
|
|
639
|
-
|
|
640
|
-
return _super.call(this, options);
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
_createClass(ChapterItemComponent, [{
|
|
644
|
-
key: "initialize",
|
|
645
|
-
value: function initialize() {
|
|
646
|
-
this.bindListeners();
|
|
647
|
-
}
|
|
648
|
-
}, {
|
|
649
|
-
key: "regions",
|
|
650
|
-
value: function regions() {
|
|
651
|
-
return {
|
|
652
|
-
editForm: {
|
|
653
|
-
replaceElement: false,
|
|
654
|
-
el: '.edit-form-region'
|
|
655
|
-
}
|
|
656
|
-
};
|
|
657
|
-
}
|
|
658
|
-
}, {
|
|
659
|
-
key: "events",
|
|
660
|
-
value: function events() {
|
|
661
|
-
return {
|
|
662
|
-
'click @ui.editChapter': 'onEditChapter',
|
|
663
|
-
'click @ui.deleteChapter': 'onDeleteChapter',
|
|
664
|
-
'click .clickable-seek': 'onClick'
|
|
665
|
-
};
|
|
666
|
-
}
|
|
667
|
-
}, {
|
|
668
|
-
key: "bindListeners",
|
|
669
|
-
value: function bindListeners() {
|
|
670
|
-
this.listenTo(this.instanceChannelName, _constants__WEBPACK_IMPORTED_MODULE_6__["LibraryEditorActions"].CancelChapterEdit, this.onCancelEdit);
|
|
671
|
-
this.listenTo(this.instanceChannelName, _constants__WEBPACK_IMPORTED_MODULE_6__["LibraryEditorActions"].UpdateChapter, this.onUpdateChapter);
|
|
672
|
-
this.listenTo(this.instanceChannelName, _constants__WEBPACK_IMPORTED_MODULE_6__["LibraryEditorActions"].UpdateChapterTime, this.onUpdateChapterTime);
|
|
673
|
-
this.listenTo(this.model, 'change:showEditor', this.onShowEditorChange);
|
|
674
|
-
this.listenTo(this.model, 'change:loading', this.onLoadingChange);
|
|
675
|
-
/**
|
|
676
|
-
* Bind listener to the first chapter to ensure that it's actions are
|
|
677
|
-
* updated to reflect the chapter collection's state.
|
|
678
|
-
*/
|
|
679
|
-
|
|
680
|
-
var firstChapter = this.model.collection.first();
|
|
681
|
-
|
|
682
|
-
if (this.model === firstChapter) {
|
|
683
|
-
this.listenTo(this.model.collection, 'add remove sort', this.render);
|
|
684
|
-
return;
|
|
685
|
-
} // Re-render to ensure we display accurate indexes
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
this.listenTo(this.model.collection, 'sort', this.render);
|
|
689
|
-
}
|
|
690
|
-
}, {
|
|
691
|
-
key: "onClick",
|
|
692
|
-
value: function onClick() {
|
|
693
|
-
var channel = backbone__WEBPACK_IMPORTED_MODULE_0__["Radio"].channel(this.options.channelName);
|
|
694
|
-
if (this.model.get('isPhysicalChapter')) channel.trigger(_constants__WEBPACK_IMPORTED_MODULE_6__["LibraryEditorActions"].SeekToChapter, this.model.get('index'));else channel.trigger(_constants__WEBPACK_IMPORTED_MODULE_6__["LibraryEditorActions"].UpdateChapterTime, this.model.get('startTime'));
|
|
695
|
-
}
|
|
696
|
-
}, {
|
|
697
|
-
key: "onLoadingChange",
|
|
698
|
-
value: function onLoadingChange() {
|
|
699
|
-
var tooltipState = this.model.get('loading') ? 'disable' : 'enable';
|
|
700
|
-
this.getUI('editChapter').tooltip(tooltipState);
|
|
701
|
-
this.getUI('deleteChapter').tooltip(tooltipState);
|
|
702
|
-
this.model.set('showEditor', false, {
|
|
703
|
-
silent: true
|
|
704
|
-
});
|
|
705
|
-
this.render();
|
|
706
|
-
}
|
|
707
|
-
}, {
|
|
708
|
-
key: "onShowEditorChange",
|
|
709
|
-
value: function onShowEditorChange() {
|
|
710
|
-
if (this.model.get('loading')) return;
|
|
711
|
-
this.model.get('showEditor') ? this.showEditView() : this.hideEditView();
|
|
712
|
-
}
|
|
713
|
-
}, {
|
|
714
|
-
key: "showEditView",
|
|
715
|
-
value: function showEditView() {
|
|
716
|
-
this.renderEditForm();
|
|
717
|
-
this.getUI('chapterItem').addClass(_chapter_item_scss__WEBPACK_IMPORTED_MODULE_8___default.a.darkBackground);
|
|
718
|
-
}
|
|
719
|
-
}, {
|
|
720
|
-
key: "hideEditView",
|
|
721
|
-
value: function hideEditView() {
|
|
722
|
-
this.model.set('showEditor', false, {
|
|
723
|
-
silent: true
|
|
724
|
-
});
|
|
725
|
-
this.getUI('chapterItem').removeClass(_chapter_item_scss__WEBPACK_IMPORTED_MODULE_8___default.a.darkBackground);
|
|
726
|
-
this.detachChildView('editForm');
|
|
727
|
-
}
|
|
728
|
-
}, {
|
|
729
|
-
key: "onCancelEdit",
|
|
730
|
-
value: function onCancelEdit() {
|
|
731
|
-
this.hideEditView();
|
|
732
|
-
}
|
|
733
|
-
}, {
|
|
734
|
-
key: "onDeleteChapter",
|
|
735
|
-
value: function onDeleteChapter() {
|
|
736
|
-
if (this.model.get('loading')) return;
|
|
737
|
-
var channel = backbone__WEBPACK_IMPORTED_MODULE_0__["Radio"].channel(this.options.channelName);
|
|
738
|
-
channel.trigger(_constants__WEBPACK_IMPORTED_MODULE_6__["LibraryEditorActions"].DeleteChapter, this.model);
|
|
739
|
-
} // Proxy the update event and propogate up to the edit chapters parent
|
|
740
|
-
|
|
741
|
-
}, {
|
|
742
|
-
key: "onUpdateChapter",
|
|
743
|
-
value: function onUpdateChapter(chapter) {
|
|
744
|
-
backbone__WEBPACK_IMPORTED_MODULE_0__["Radio"].channel(this.options.channelName).trigger(_constants__WEBPACK_IMPORTED_MODULE_6__["LibraryEditorActions"].UpdateChapter, chapter);
|
|
745
|
-
this.render();
|
|
746
|
-
} // Proxy the update event and propogate up to the edit chapters parent
|
|
747
|
-
|
|
748
|
-
}, {
|
|
749
|
-
key: "onUpdateChapterTime",
|
|
750
|
-
value: function onUpdateChapterTime(time) {
|
|
751
|
-
backbone__WEBPACK_IMPORTED_MODULE_0__["Radio"].channel(this.options.channelName).trigger(_constants__WEBPACK_IMPORTED_MODULE_6__["LibraryEditorActions"].UpdateChapterTime, time);
|
|
752
|
-
}
|
|
753
|
-
}, {
|
|
754
|
-
key: "onEditChapter",
|
|
755
|
-
value: function onEditChapter() {
|
|
756
|
-
var channel = backbone__WEBPACK_IMPORTED_MODULE_0__["Radio"].channel(this.options.channelName);
|
|
757
|
-
channel.trigger(_constants__WEBPACK_IMPORTED_MODULE_6__["LibraryEditorActions"].ToggleEdit, this.model);
|
|
758
|
-
}
|
|
759
|
-
}, {
|
|
760
|
-
key: "canDelete",
|
|
761
|
-
value: function canDelete(index) {
|
|
762
|
-
var collectionLength = this.model.collection.length; // If the only chapter in the collection is the first chapter, allow deletion.
|
|
763
|
-
|
|
764
|
-
if (index === 1 && collectionLength === 1) return true; // Don't let the first chapter be deleted if there multiple chapters.
|
|
765
|
-
|
|
766
|
-
if (index === 1 && collectionLength > 1) return false; // All other chapters in th collection can be deleted.
|
|
767
|
-
|
|
768
|
-
return true;
|
|
769
|
-
}
|
|
770
|
-
}, {
|
|
771
|
-
key: "viewOptions",
|
|
772
|
-
value: function viewOptions() {
|
|
773
|
-
var index = this.model.collection.indexOf(this.model) + 1;
|
|
774
|
-
var time = _shared_utils__WEBPACK_IMPORTED_MODULE_4__["TimeHelpers"].trimToMinutes(_shared_utils__WEBPACK_IMPORTED_MODULE_4__["TimeHelpers"].secondsToHoursFormatted(this.model.get('startTime')));
|
|
775
|
-
return Object.assign(Object.assign({}, this.options), {
|
|
776
|
-
styles: _chapter_item_scss__WEBPACK_IMPORTED_MODULE_8___default.a,
|
|
777
|
-
time: time,
|
|
778
|
-
index: index,
|
|
779
|
-
loading: this.model.get('loading'),
|
|
780
|
-
allowDelete: this.canDelete(index),
|
|
781
|
-
editSvg: _libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_2__["SvgHelper"].getSvg(_libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_2__["cvSvgLibrary"].Edit),
|
|
782
|
-
deleteSvg: _libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_2__["SvgHelper"].getSvg(_libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_2__["cvSvgLibrary"].Delete)
|
|
783
|
-
});
|
|
784
|
-
}
|
|
785
|
-
}, {
|
|
786
|
-
key: "renderEditForm",
|
|
787
|
-
value: function renderEditForm() {
|
|
788
|
-
this.showChildView('editForm', new _chapter_form_ChapterFormComponent__WEBPACK_IMPORTED_MODULE_5__["ChapterFormComponent"]({
|
|
789
|
-
model: this.model,
|
|
790
|
-
editing: true,
|
|
791
|
-
channelName: this.instanceChannelName,
|
|
792
|
-
duration: this.options.duration
|
|
793
|
-
}));
|
|
794
|
-
} // This is super trash - but calling dispose does nothing.
|
|
795
|
-
|
|
796
|
-
}, {
|
|
797
|
-
key: "onBeforeDetach",
|
|
798
|
-
value: function onBeforeDetach() {
|
|
799
|
-
$('.tooltip').remove();
|
|
800
|
-
}
|
|
801
|
-
}, {
|
|
802
|
-
key: "name",
|
|
803
|
-
get: function get() {
|
|
804
|
-
return 'ChapterItemComponent';
|
|
805
|
-
}
|
|
806
|
-
}, {
|
|
807
|
-
key: "lang",
|
|
808
|
-
get: function get() {
|
|
809
|
-
return 'libraryEditor.chapterItem';
|
|
810
|
-
}
|
|
811
|
-
}, {
|
|
812
|
-
key: "instanceChannelName",
|
|
813
|
-
get: function get() {
|
|
814
|
-
return "".concat(this.name).concat(this.cid);
|
|
815
|
-
}
|
|
816
|
-
}, {
|
|
817
|
-
key: "template",
|
|
818
|
-
get: function get() {
|
|
819
|
-
return _ChapterItem_hbs__WEBPACK_IMPORTED_MODULE_7___default.a;
|
|
820
|
-
}
|
|
821
|
-
}, {
|
|
822
|
-
key: "className",
|
|
823
|
-
get: function get() {
|
|
824
|
-
return "chapter ".concat(_chapter_item_scss__WEBPACK_IMPORTED_MODULE_8___default.a.chapterItem);
|
|
825
|
-
}
|
|
826
|
-
}, {
|
|
827
|
-
key: "behaviors",
|
|
828
|
-
get: function get() {
|
|
829
|
-
return [{
|
|
830
|
-
behaviorClass: _libs_shared_src_legacy_behaviors_tooltip_TooltipBehavior__WEBPACK_IMPORTED_MODULE_3__["TooltipBehavior"],
|
|
831
|
-
selector: '.action'
|
|
832
|
-
}];
|
|
833
|
-
}
|
|
834
|
-
}, {
|
|
835
|
-
key: "elements",
|
|
836
|
-
get: function get() {
|
|
837
|
-
return {
|
|
838
|
-
chapterItem: '.chapter-item',
|
|
839
|
-
editChapter: '.edit-chapter',
|
|
840
|
-
deleteChapter: '.delete-chapter'
|
|
841
|
-
};
|
|
842
|
-
}
|
|
843
|
-
}]);
|
|
844
|
-
|
|
845
|
-
return ChapterItemComponent;
|
|
846
|
-
}(_libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_1__["Core"].Component);
|
|
847
|
-
|
|
848
|
-
/***/ }),
|
|
849
|
-
|
|
850
|
-
/***/ "./src/apps/library-editor/components/chapter-list/chapter-item.scss":
|
|
851
|
-
/*!***************************************************************************!*\
|
|
852
|
-
!*** ./src/apps/library-editor/components/chapter-list/chapter-item.scss ***!
|
|
853
|
-
\***************************************************************************/
|
|
854
|
-
/*! no static exports found */
|
|
855
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
856
|
-
|
|
857
|
-
// extracted by mini-css-extract-plugin
|
|
858
|
-
module.exports = {"darkBackground":"cv--darkBackground--2jtQl","loading":"cv--loading--152ia","svgContainer":"cv--svgContainer--xdD5o","chapterItem":"cv--chapterItem--3G38c"};
|
|
859
|
-
|
|
860
|
-
/***/ }),
|
|
861
|
-
|
|
862
|
-
/***/ "./src/apps/library-editor/components/chapters/Chapters.hbs":
|
|
863
|
-
/*!******************************************************************!*\
|
|
864
|
-
!*** ./src/apps/library-editor/components/chapters/Chapters.hbs ***!
|
|
865
|
-
\******************************************************************/
|
|
866
|
-
/*! no static exports found */
|
|
867
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
868
|
-
|
|
869
|
-
var Handlebars = __webpack_require__(/*! handlebars */ "handlebars");
|
|
870
|
-
module.exports = (Handlebars['default'] || Handlebars).template({"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
871
|
-
var alias1=container.propertyIsEnumerable, alias2=depth0 != null ? depth0 : (container.nullContext || {}), alias3=container.hooks.helperMissing, alias4=container.escapeExpression;
|
|
872
|
-
|
|
873
|
-
return "<h5>"
|
|
874
|
-
+ alias4((helpers.lang||(depth0 && depth0.lang)||alias3).call(alias2,"chapters",{"name":"lang","hash":{},"data":data}))
|
|
875
|
-
+ "</h5>\r\n<div class=\"row mt-3 m-0 border-bottom\">\r\n <div class=\"col-1\">\r\n <label>#</label>\r\n </div>\r\n <div class=\"col-6\">\r\n <label>"
|
|
876
|
-
+ alias4((helpers.lang||(depth0 && depth0.lang)||alias3).call(alias2,"nameLabel",{"name":"lang","hash":{},"data":data}))
|
|
877
|
-
+ "</label>\r\n </div>\r\n <div class=\"col-3 text-right\">\r\n <label>"
|
|
878
|
-
+ alias4((helpers.lang||(depth0 && depth0.lang)||alias3).call(alias2,"startLabel",{"name":"lang","hash":{},"data":data}))
|
|
879
|
-
+ "</>\r\n </div>\r\n</div>\r\n<div class=\"chapter-list-region\"></div>";
|
|
880
|
-
},"useData":true});
|
|
881
|
-
|
|
882
|
-
/***/ }),
|
|
883
|
-
|
|
884
|
-
/***/ "./src/apps/library-editor/components/chapters/ChaptersComponent.ts":
|
|
885
|
-
/*!**************************************************************************!*\
|
|
886
|
-
!*** ./src/apps/library-editor/components/chapters/ChaptersComponent.ts ***!
|
|
887
|
-
\**************************************************************************/
|
|
888
|
-
/*! exports provided: ChaptersComponent */
|
|
889
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
890
|
-
|
|
891
|
-
"use strict";
|
|
892
|
-
__webpack_require__.r(__webpack_exports__);
|
|
893
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ChaptersComponent", function() { return ChaptersComponent; });
|
|
894
|
-
/* harmony import */ var _libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone */ "../../libs/common/src/backbone/index.ts");
|
|
895
|
-
/* harmony import */ var _chapter_list_ChapterComponentCollection__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../chapter-list/ChapterComponentCollection */ "./src/apps/library-editor/components/chapter-list/ChapterComponentCollection.ts");
|
|
896
|
-
/* harmony import */ var _Chapters_hbs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./Chapters.hbs */ "./src/apps/library-editor/components/chapters/Chapters.hbs");
|
|
897
|
-
/* harmony import */ var _Chapters_hbs__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_Chapters_hbs__WEBPACK_IMPORTED_MODULE_2__);
|
|
898
|
-
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); }
|
|
899
|
-
|
|
900
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
901
|
-
|
|
902
|
-
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); } }
|
|
903
|
-
|
|
904
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
905
|
-
|
|
906
|
-
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); }
|
|
907
|
-
|
|
908
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
909
|
-
|
|
910
|
-
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); }; }
|
|
911
|
-
|
|
912
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
913
|
-
|
|
914
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
915
|
-
|
|
916
|
-
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; } }
|
|
917
|
-
|
|
918
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
var ChaptersComponent = /*#__PURE__*/function (_Core$Component) {
|
|
924
|
-
_inherits(ChaptersComponent, _Core$Component);
|
|
925
|
-
|
|
926
|
-
var _super = _createSuper(ChaptersComponent);
|
|
927
|
-
|
|
928
|
-
function ChaptersComponent(options) {
|
|
929
|
-
_classCallCheck(this, ChaptersComponent);
|
|
930
|
-
|
|
931
|
-
return _super.call(this, options);
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
_createClass(ChaptersComponent, [{
|
|
935
|
-
key: "regions",
|
|
936
|
-
value: function regions() {
|
|
937
|
-
return {
|
|
938
|
-
chapterList: {
|
|
939
|
-
replaceElement: true,
|
|
940
|
-
el: '.chapter-list-region'
|
|
941
|
-
}
|
|
942
|
-
};
|
|
943
|
-
}
|
|
944
|
-
}, {
|
|
945
|
-
key: "viewOptions",
|
|
946
|
-
value: function viewOptions() {
|
|
947
|
-
return {
|
|
948
|
-
showHeader: this.options.showHeader
|
|
949
|
-
};
|
|
950
|
-
}
|
|
951
|
-
}, {
|
|
952
|
-
key: "onRender",
|
|
953
|
-
value: function onRender() {
|
|
954
|
-
this.showChildView('chapterList', new _chapter_list_ChapterComponentCollection__WEBPACK_IMPORTED_MODULE_1__["ChapterComponentCollection"]({
|
|
955
|
-
collection: this.collection,
|
|
956
|
-
duration: this.options.duration,
|
|
957
|
-
channelName: this.options.channelName,
|
|
958
|
-
showActions: this.options.showActions,
|
|
959
|
-
editable: this.options.editable
|
|
960
|
-
}));
|
|
961
|
-
}
|
|
962
|
-
}, {
|
|
963
|
-
key: "name",
|
|
964
|
-
get: function get() {
|
|
965
|
-
return 'ChaptersComponent';
|
|
966
|
-
}
|
|
967
|
-
}, {
|
|
968
|
-
key: "template",
|
|
969
|
-
get: function get() {
|
|
970
|
-
return _Chapters_hbs__WEBPACK_IMPORTED_MODULE_2___default.a;
|
|
971
|
-
}
|
|
972
|
-
}, {
|
|
973
|
-
key: "lang",
|
|
974
|
-
get: function get() {
|
|
975
|
-
return 'libraryEditor.chapters';
|
|
976
|
-
}
|
|
977
|
-
}, {
|
|
978
|
-
key: "className",
|
|
979
|
-
get: function get() {
|
|
980
|
-
return "chapters ".concat(!this.options.editable && 'py-3 border-top');
|
|
981
|
-
}
|
|
982
|
-
}]);
|
|
983
|
-
|
|
984
|
-
return ChaptersComponent;
|
|
985
|
-
}(_libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_0__["Core"].Component);
|
|
986
|
-
|
|
987
|
-
/***/ })
|
|
988
|
-
|
|
989
|
-
}]);
|
|
990
|
-
//# sourceMappingURL=34.chunk.js.map
|