| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- console.log("jdev nooks!??? ...")
- import './hooks'
-
- import * as vlf_ from '../../react/features/video-layout/functions.any';
- import {default as vlf} from '../../react/features/video-layout/functions.any';
- import { LAYOUTS } from '../../react/features/video-layout/constants';
- import * as media_actions from '../../react/features/base/media/actions';
-
-
- // glob_rx.react.modules.filmstrip
- // import * as filmstrip from '../../react/features/filmstrip';
- // import * as filmstrip from '../../react/features/filmstrip/componants/web/Thumbnail';
- import * as Thumbnail_a from '../../react/features/filmstrip/components/web/Thumbnail';
- import {THUMBNAIL_TYPE} from '../../react/features/filmstrip/constants';
-
- // Thumbnail.tsx
- if (window.glob_rx) {
-
- if (glob_rx.react.i) {
- console.log("jdev.",glob_rx.react.i.MiddlewareRegistry)
- console.log("jdev.?",vlf)
- glob_rx.nx = {
- vlf_,vlf,
- LAYOUTS,
- Thumbnail_a,
- media_actions,
- }
- // glob_rx.nx.vlf=vlf
- // glob_rx.nx.LAYOUTS=LAYOUTS
- glob_rx.react.modules.video_layout = {...vlf_,LAYOUTS}
- glob_rx.react.modules.filmstrip = {THUMBNAIL_TYPE,Thumbnail:Thumbnail_a.default}
- }
- }
-
-
-
-
-
- // glob_rx.react.modules.filmstrip.Thumbnail
- // glob_rx.react.modules.filmstrip.THUMBNAIL_TYPE
- console.log("jdev nooks!??? ...@")
|