@wordpress/editor 14.1.0 → 14.2.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/CHANGELOG.md +14 -12
- package/README.md +28 -7
- package/build/components/create-template-part-modal/index.js +2 -0
- package/build/components/create-template-part-modal/index.js.map +1 -1
- package/build/components/document-bar/index.js +11 -4
- package/build/components/document-bar/index.js.map +1 -1
- package/build/components/editor-interface/index.js +5 -3
- package/build/components/editor-interface/index.js.map +1 -1
- package/build/components/entities-saved-states/entity-record-item.js +4 -12
- package/build/components/entities-saved-states/entity-record-item.js.map +1 -1
- package/build/components/global-keyboard-shortcuts/index.js +1 -1
- package/build/components/global-keyboard-shortcuts/index.js.map +1 -1
- package/build/components/global-styles-provider/index.js +6 -65
- package/build/components/global-styles-provider/index.js.map +1 -1
- package/build/components/header/index.js +6 -2
- package/build/components/header/index.js.map +1 -1
- package/build/components/index.js +10 -2
- package/build/components/index.js.map +1 -1
- package/build/components/post-actions/actions.js +321 -254
- package/build/components/post-actions/actions.js.map +1 -1
- package/build/components/post-actions/index.js +6 -1
- package/build/components/post-actions/index.js.map +1 -1
- package/build/components/post-excerpt/index.js +2 -1
- package/build/components/post-excerpt/index.js.map +1 -1
- package/build/components/post-excerpt/panel.js +2 -1
- package/build/components/post-excerpt/panel.js.map +1 -1
- package/build/components/post-slug/check.js +8 -1
- package/build/components/post-slug/check.js.map +1 -1
- package/build/components/post-slug/index.js +6 -0
- package/build/components/post-slug/index.js.map +1 -1
- package/build/components/post-status/index.js +2 -1
- package/build/components/post-status/index.js.map +1 -1
- package/build/components/post-sticky/index.js +9 -13
- package/build/components/post-sticky/index.js.map +1 -1
- package/build/components/post-template/create-new-template-modal.js +2 -0
- package/build/components/post-template/create-new-template-modal.js.map +1 -1
- package/build/components/sidebar/index.js +2 -1
- package/build/components/sidebar/index.js.map +1 -1
- package/build/components/sidebar/post-summary.js +1 -2
- package/build/components/sidebar/post-summary.js.map +1 -1
- package/build/components/template-part-content-panel/index.js +70 -0
- package/build/components/template-part-content-panel/index.js.map +1 -0
- package/build/hooks/pattern-overrides.js +1 -1
- package/build/hooks/pattern-overrides.js.map +1 -1
- package/build/lock-unlock.js +1 -1
- package/build/lock-unlock.js.map +1 -1
- package/build/store/private-actions.js +9 -5
- package/build/store/private-actions.js.map +1 -1
- package/build-module/components/create-template-part-modal/index.js +2 -0
- package/build-module/components/create-template-part-modal/index.js.map +1 -1
- package/build-module/components/document-bar/index.js +11 -4
- package/build-module/components/document-bar/index.js.map +1 -1
- package/build-module/components/editor-interface/index.js +5 -3
- package/build-module/components/editor-interface/index.js.map +1 -1
- package/build-module/components/entities-saved-states/entity-record-item.js +6 -14
- package/build-module/components/entities-saved-states/entity-record-item.js.map +1 -1
- package/build-module/components/global-keyboard-shortcuts/index.js +1 -1
- package/build-module/components/global-keyboard-shortcuts/index.js.map +1 -1
- package/build-module/components/global-styles-provider/index.js +7 -66
- package/build-module/components/global-styles-provider/index.js.map +1 -1
- package/build-module/components/header/index.js +6 -2
- package/build-module/components/header/index.js.map +1 -1
- package/build-module/components/index.js +11 -2
- package/build-module/components/index.js.map +1 -1
- package/build-module/components/post-actions/actions.js +322 -255
- package/build-module/components/post-actions/actions.js.map +1 -1
- package/build-module/components/post-actions/index.js +6 -1
- package/build-module/components/post-actions/index.js.map +1 -1
- package/build-module/components/post-excerpt/index.js +2 -1
- package/build-module/components/post-excerpt/index.js.map +1 -1
- package/build-module/components/post-excerpt/panel.js +2 -1
- package/build-module/components/post-excerpt/panel.js.map +1 -1
- package/build-module/components/post-slug/check.js +9 -0
- package/build-module/components/post-slug/check.js.map +1 -1
- package/build-module/components/post-slug/index.js +6 -0
- package/build-module/components/post-slug/index.js.map +1 -1
- package/build-module/components/post-status/index.js +2 -1
- package/build-module/components/post-status/index.js.map +1 -1
- package/build-module/components/post-sticky/index.js +10 -14
- package/build-module/components/post-sticky/index.js.map +1 -1
- package/build-module/components/post-template/create-new-template-modal.js +2 -0
- package/build-module/components/post-template/create-new-template-modal.js.map +1 -1
- package/build-module/components/sidebar/index.js +2 -1
- package/build-module/components/sidebar/index.js.map +1 -1
- package/build-module/components/sidebar/post-summary.js +1 -2
- package/build-module/components/sidebar/post-summary.js.map +1 -1
- package/build-module/components/template-part-content-panel/index.js +63 -0
- package/build-module/components/template-part-content-panel/index.js.map +1 -0
- package/build-module/hooks/pattern-overrides.js +1 -1
- package/build-module/hooks/pattern-overrides.js.map +1 -1
- package/build-module/lock-unlock.js +1 -1
- package/build-module/lock-unlock.js.map +1 -1
- package/build-module/store/private-actions.js +9 -5
- package/build-module/store/private-actions.js.map +1 -1
- package/build-style/style-rtl.css +11 -23
- package/build-style/style.css +11 -23
- package/package.json +35 -35
- package/src/components/create-template-part-modal/index.js +2 -0
- package/src/components/create-template-part-modal/style.scss +0 -6
- package/src/components/document-bar/index.js +11 -4
- package/src/components/editor-interface/index.js +14 -8
- package/src/components/entities-saved-states/entity-record-item.js +4 -14
- package/src/components/entities-saved-states/style.scss +0 -13
- package/src/components/global-keyboard-shortcuts/index.js +1 -1
- package/src/components/global-styles-provider/index.js +7 -90
- package/src/components/header/index.js +2 -1
- package/src/components/index.js +11 -2
- package/src/components/post-actions/actions.js +443 -374
- package/src/components/post-actions/index.js +3 -1
- package/src/components/post-card-panel/style.scss +1 -0
- package/src/components/post-excerpt/index.js +4 -1
- package/src/components/post-excerpt/panel.js +2 -1
- package/src/components/post-publish-panel/style.scss +1 -1
- package/src/components/post-slug/check.js +8 -0
- package/src/components/post-slug/index.js +5 -0
- package/src/components/post-status/index.js +2 -0
- package/src/components/post-sticky/index.js +10 -13
- package/src/components/post-sticky/style.scss +3 -2
- package/src/components/post-template/create-new-template-modal.js +2 -0
- package/src/components/post-url/style.scss +4 -0
- package/src/components/sidebar/index.js +2 -0
- package/src/components/sidebar/post-summary.js +0 -2
- package/src/components/template-part-content-panel/index.js +62 -0
- package/src/components/visual-editor/style.scss +2 -0
- package/src/hooks/pattern-overrides.js +2 -3
- package/src/lock-unlock.js +1 -1
- package/src/store/private-actions.js +54 -21
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -42,7 +42,7 @@ export default function PostActions( { onActionPerformed, buttonProps } ) {
|
|
|
42
42
|
postType: _postType,
|
|
43
43
|
};
|
|
44
44
|
}, [] );
|
|
45
|
-
const allActions = usePostActions( postType, onActionPerformed );
|
|
45
|
+
const allActions = usePostActions( { postType, onActionPerformed } );
|
|
46
46
|
|
|
47
47
|
const actions = useMemo( () => {
|
|
48
48
|
return allActions.filter( ( action ) => {
|
|
@@ -123,6 +123,8 @@ function ActionWithModal( { action, item, ActionTrigger, onClose } ) {
|
|
|
123
123
|
overlayClassName={ `editor-action-modal editor-action-modal__${ kebabCase(
|
|
124
124
|
action.id
|
|
125
125
|
) }` }
|
|
126
|
+
focusOnMount="firstContentElement"
|
|
127
|
+
size="small"
|
|
126
128
|
>
|
|
127
129
|
<RenderModal
|
|
128
130
|
items={ [ item ] }
|
|
@@ -5,6 +5,7 @@ import { __ } from '@wordpress/i18n';
|
|
|
5
5
|
import { ExternalLink, TextareaControl } from '@wordpress/components';
|
|
6
6
|
import { useDispatch, useSelect } from '@wordpress/data';
|
|
7
7
|
import { useState } from '@wordpress/element';
|
|
8
|
+
import { decodeEntities } from '@wordpress/html-entities';
|
|
8
9
|
|
|
9
10
|
/**
|
|
10
11
|
* Internal dependencies
|
|
@@ -52,7 +53,9 @@ export default function PostExcerpt( {
|
|
|
52
53
|
[]
|
|
53
54
|
);
|
|
54
55
|
const { editPost } = useDispatch( editorStore );
|
|
55
|
-
const [ localExcerpt, setLocalExcerpt ] = useState(
|
|
56
|
+
const [ localExcerpt, setLocalExcerpt ] = useState(
|
|
57
|
+
decodeEntities( excerpt )
|
|
58
|
+
);
|
|
56
59
|
const updatePost = ( value ) => {
|
|
57
60
|
editPost( { [ usedAttribute ]: value } );
|
|
58
61
|
};
|
|
@@ -13,6 +13,7 @@ import { useDispatch, useSelect } from '@wordpress/data';
|
|
|
13
13
|
import { useMemo, useState } from '@wordpress/element';
|
|
14
14
|
import { __experimentalInspectorPopoverHeader as InspectorPopoverHeader } from '@wordpress/block-editor';
|
|
15
15
|
import { store as coreStore } from '@wordpress/core-data';
|
|
16
|
+
import { decodeEntities } from '@wordpress/html-entities';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
* Internal dependencies
|
|
@@ -173,7 +174,7 @@ function PrivateExcerpt() {
|
|
|
173
174
|
}
|
|
174
175
|
const excerptText = !! excerpt && (
|
|
175
176
|
<Text align="left" numberOfLines={ 4 } truncate>
|
|
176
|
-
{ excerpt }
|
|
177
|
+
{ decodeEntities( excerpt ) }
|
|
177
178
|
</Text>
|
|
178
179
|
);
|
|
179
180
|
if ( ! allowEditing ) {
|
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import PostTypeSupportCheck from '../post-type-support-check';
|
|
5
5
|
|
|
6
|
+
/**
|
|
7
|
+
* Wrapper component that renders its children only if the post type supports the slug.
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props Props.
|
|
10
|
+
* @param {Element} props.children Children to be rendered.
|
|
11
|
+
*
|
|
12
|
+
* @return {Component} The component to be rendered.
|
|
13
|
+
*/
|
|
6
14
|
export default function PostSlugCheck( { children } ) {
|
|
7
15
|
return (
|
|
8
16
|
<PostTypeSupportCheck supportKeys="slug">
|
|
@@ -58,6 +58,11 @@ function PostSlugControl() {
|
|
|
58
58
|
);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
+
/**
|
|
62
|
+
* Renders the PostSlug component. It provide a control for editing the post slug.
|
|
63
|
+
*
|
|
64
|
+
* @return {Component} The component to be rendered.
|
|
65
|
+
*/
|
|
61
66
|
export default function PostSlug() {
|
|
62
67
|
return (
|
|
63
68
|
<PostSlugCheck>
|
|
@@ -27,6 +27,7 @@ import {
|
|
|
27
27
|
NAVIGATION_POST_TYPE,
|
|
28
28
|
} from '../../store/constants';
|
|
29
29
|
import PostPanelRow from '../post-panel-row';
|
|
30
|
+
import PostSticky from '../post-sticky';
|
|
30
31
|
import { PrivatePostSchedule } from '../post-schedule';
|
|
31
32
|
import { store as editorStore } from '../../store';
|
|
32
33
|
|
|
@@ -281,6 +282,7 @@ export default function PostStatus() {
|
|
|
281
282
|
) }
|
|
282
283
|
</VStack>
|
|
283
284
|
) }
|
|
285
|
+
<PostSticky />
|
|
284
286
|
</VStack>
|
|
285
287
|
</form>
|
|
286
288
|
</>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WordPress dependencies
|
|
3
3
|
*/
|
|
4
4
|
import { __ } from '@wordpress/i18n';
|
|
5
|
-
import {
|
|
5
|
+
import { CheckboxControl } from '@wordpress/components';
|
|
6
6
|
import { useDispatch, useSelect } from '@wordpress/data';
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -10,10 +10,9 @@ import { useDispatch, useSelect } from '@wordpress/data';
|
|
|
10
10
|
*/
|
|
11
11
|
import PostStickyCheck from './check';
|
|
12
12
|
import { store as editorStore } from '../../store';
|
|
13
|
-
import PostPanelRow from '../post-panel-row';
|
|
14
13
|
|
|
15
14
|
/**
|
|
16
|
-
* Renders the PostSticky component. It
|
|
15
|
+
* Renders the PostSticky component. It provides a checkbox control for the sticky post feature.
|
|
17
16
|
*
|
|
18
17
|
* @return {Component} The component to be rendered.
|
|
19
18
|
*/
|
|
@@ -27,16 +26,14 @@ export default function PostSticky() {
|
|
|
27
26
|
|
|
28
27
|
return (
|
|
29
28
|
<PostStickyCheck>
|
|
30
|
-
<
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
/>
|
|
39
|
-
</PostPanelRow>
|
|
29
|
+
<CheckboxControl
|
|
30
|
+
className="editor-post-sticky__checkbox-control"
|
|
31
|
+
label={ __( 'Sticky' ) }
|
|
32
|
+
help={ __( 'Pin this post to the top of the blog' ) }
|
|
33
|
+
checked={ postSticky }
|
|
34
|
+
onChange={ () => editPost( { sticky: ! postSticky } ) }
|
|
35
|
+
__nextHasNoMarginBottom
|
|
36
|
+
/>
|
|
40
37
|
</PostStickyCheck>
|
|
41
38
|
);
|
|
42
39
|
}
|
|
@@ -109,6 +109,8 @@ export default function CreateNewTemplateModal( { onClose } ) {
|
|
|
109
109
|
<Modal
|
|
110
110
|
title={ __( 'Create custom template' ) }
|
|
111
111
|
onRequestClose={ cancel }
|
|
112
|
+
focusOnMount="firstContentElement"
|
|
113
|
+
size="small"
|
|
112
114
|
>
|
|
113
115
|
<form
|
|
114
116
|
className="editor-post-template__create-form"
|
|
@@ -30,6 +30,7 @@ import PostTaxonomiesPanel from '../post-taxonomies/panel';
|
|
|
30
30
|
import PostTransformPanel from '../post-transform-panel';
|
|
31
31
|
import SidebarHeader from './header';
|
|
32
32
|
import TemplateContentPanel from '../template-content-panel';
|
|
33
|
+
import TemplatePartContentPanel from '../template-part-content-panel';
|
|
33
34
|
import useAutoSwitchEditorSidebars from '../provider/use-auto-switch-editor-sidebars';
|
|
34
35
|
import { sidebars } from './constants';
|
|
35
36
|
import { unlock } from '../../lock-unlock';
|
|
@@ -114,6 +115,7 @@ const SidebarContent = ( {
|
|
|
114
115
|
{ renderingMode !== 'post-only' && (
|
|
115
116
|
<TemplateContentPanel />
|
|
116
117
|
) }
|
|
118
|
+
<TemplatePartContentPanel />
|
|
117
119
|
<PostTransformPanel />
|
|
118
120
|
<PostTaxonomiesPanel />
|
|
119
121
|
<PatternOverridesPanel />
|
|
@@ -21,7 +21,6 @@ import PostLastEditedPanel from '../post-last-edited-panel';
|
|
|
21
21
|
import PostPanelSection from '../post-panel-section';
|
|
22
22
|
import PostSchedulePanel from '../post-schedule/panel';
|
|
23
23
|
import PostStatusPanel from '../post-status';
|
|
24
|
-
import PostStickyPanel from '../post-sticky';
|
|
25
24
|
import PostSyncStatus from '../post-sync-status';
|
|
26
25
|
import PostTemplatePanel from '../post-template/panel';
|
|
27
26
|
import PostURLPanel from '../post-url/panel';
|
|
@@ -84,7 +83,6 @@ export default function PostSummary( { onActionPerformed } ) {
|
|
|
84
83
|
<PostsPerPage />
|
|
85
84
|
<SiteDiscussion />
|
|
86
85
|
<PostFormatPanel />
|
|
87
|
-
<PostStickyPanel />
|
|
88
86
|
</VStack>
|
|
89
87
|
<TemplateAreas />
|
|
90
88
|
{ fills }
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* WordPress dependencies
|
|
3
|
+
*/
|
|
4
|
+
import { useSelect } from '@wordpress/data';
|
|
5
|
+
import { useMemo } from '@wordpress/element';
|
|
6
|
+
import { store as blocksStore } from '@wordpress/blocks';
|
|
7
|
+
import {
|
|
8
|
+
store as blockEditorStore,
|
|
9
|
+
privateApis as blockEditorPrivateApis,
|
|
10
|
+
} from '@wordpress/block-editor';
|
|
11
|
+
import { PanelBody } from '@wordpress/components';
|
|
12
|
+
import { __ } from '@wordpress/i18n';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Internal dependencies
|
|
16
|
+
*/
|
|
17
|
+
import { unlock } from '../../lock-unlock';
|
|
18
|
+
import { TEMPLATE_PART_POST_TYPE } from '../../store/constants';
|
|
19
|
+
import { store as editorStore } from '../../store';
|
|
20
|
+
|
|
21
|
+
const { BlockQuickNavigation } = unlock( blockEditorPrivateApis );
|
|
22
|
+
|
|
23
|
+
function TemplatePartContentPanelInner() {
|
|
24
|
+
const blockTypes = useSelect( ( select ) => {
|
|
25
|
+
const { getBlockTypes } = select( blocksStore );
|
|
26
|
+
return getBlockTypes();
|
|
27
|
+
}, [] );
|
|
28
|
+
const themeBlockNames = useMemo( () => {
|
|
29
|
+
return blockTypes
|
|
30
|
+
.filter( ( blockType ) => {
|
|
31
|
+
return blockType.category === 'theme';
|
|
32
|
+
} )
|
|
33
|
+
.map( ( { name } ) => name );
|
|
34
|
+
}, [ blockTypes ] );
|
|
35
|
+
const themeBlocks = useSelect(
|
|
36
|
+
( select ) => {
|
|
37
|
+
const { getBlocksByName } = select( blockEditorStore );
|
|
38
|
+
return getBlocksByName( themeBlockNames );
|
|
39
|
+
},
|
|
40
|
+
[ themeBlockNames ]
|
|
41
|
+
);
|
|
42
|
+
if ( themeBlocks.length === 0 ) {
|
|
43
|
+
return null;
|
|
44
|
+
}
|
|
45
|
+
return (
|
|
46
|
+
<PanelBody title={ __( 'Content' ) }>
|
|
47
|
+
<BlockQuickNavigation clientIds={ themeBlocks } />
|
|
48
|
+
</PanelBody>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export default function TemplatePartContentPanel() {
|
|
53
|
+
const postType = useSelect( ( select ) => {
|
|
54
|
+
const { getCurrentPostType } = select( editorStore );
|
|
55
|
+
return getCurrentPostType();
|
|
56
|
+
}, [] );
|
|
57
|
+
if ( postType !== TEMPLATE_PART_POST_TYPE ) {
|
|
58
|
+
return null;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
return <TemplatePartContentPanelInner />;
|
|
62
|
+
}
|
|
@@ -34,9 +34,8 @@ const {
|
|
|
34
34
|
*/
|
|
35
35
|
const withPatternOverrideControls = createHigherOrderComponent(
|
|
36
36
|
( BlockEdit ) => ( props ) => {
|
|
37
|
-
const isSupportedBlock =
|
|
38
|
-
PARTIAL_SYNCING_SUPPORTED_BLOCKS
|
|
39
|
-
).includes( props.name );
|
|
37
|
+
const isSupportedBlock =
|
|
38
|
+
!! PARTIAL_SYNCING_SUPPORTED_BLOCKS[ props.name ];
|
|
40
39
|
|
|
41
40
|
return (
|
|
42
41
|
<>
|
package/src/lock-unlock.js
CHANGED
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/private-apis';
|
|
5
5
|
export const { lock, unlock } =
|
|
6
6
|
__dangerousOptInToUnstableAPIsOnlyForCoreModules(
|
|
7
|
-
'I
|
|
7
|
+
'I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.',
|
|
8
8
|
'@wordpress/editor'
|
|
9
9
|
);
|
|
@@ -370,6 +370,13 @@ export const revertTemplate =
|
|
|
370
370
|
export const removeTemplates =
|
|
371
371
|
( items ) =>
|
|
372
372
|
async ( { registry } ) => {
|
|
373
|
+
const isResetting = items.every(
|
|
374
|
+
( item ) =>
|
|
375
|
+
!! item &&
|
|
376
|
+
( item.has_theme_file ||
|
|
377
|
+
( item.templatePart && item.templatePart.has_theme_file ) )
|
|
378
|
+
);
|
|
379
|
+
|
|
373
380
|
const promiseResult = await Promise.allSettled(
|
|
374
381
|
items.map( ( item ) => {
|
|
375
382
|
return registry
|
|
@@ -395,13 +402,21 @@ export const removeTemplates =
|
|
|
395
402
|
typeof items[ 0 ].title === 'string'
|
|
396
403
|
? items[ 0 ].title
|
|
397
404
|
: items[ 0 ].title?.rendered;
|
|
398
|
-
successMessage =
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
405
|
+
successMessage = isResetting
|
|
406
|
+
? sprintf(
|
|
407
|
+
/* translators: The template/part's name. */
|
|
408
|
+
__( '"%s" reset.' ),
|
|
409
|
+
decodeEntities( title )
|
|
410
|
+
)
|
|
411
|
+
: sprintf(
|
|
412
|
+
/* translators: The template/part's name. */
|
|
413
|
+
__( '"%s" deleted.' ),
|
|
414
|
+
decodeEntities( title )
|
|
415
|
+
);
|
|
403
416
|
} else {
|
|
404
|
-
successMessage =
|
|
417
|
+
successMessage = isResetting
|
|
418
|
+
? __( 'Items reset.' )
|
|
419
|
+
: __( 'Items deleted.' );
|
|
405
420
|
}
|
|
406
421
|
|
|
407
422
|
registry
|
|
@@ -418,9 +433,9 @@ export const removeTemplates =
|
|
|
418
433
|
if ( promiseResult[ 0 ].reason?.message ) {
|
|
419
434
|
errorMessage = promiseResult[ 0 ].reason.message;
|
|
420
435
|
} else {
|
|
421
|
-
errorMessage =
|
|
422
|
-
'An error occurred while
|
|
423
|
-
|
|
436
|
+
errorMessage = isResetting
|
|
437
|
+
? __( 'An error occurred while reverting the item.' )
|
|
438
|
+
: __( 'An error occurred while deleting the item.' );
|
|
424
439
|
}
|
|
425
440
|
// If we were trying to delete a multiple templates
|
|
426
441
|
} else {
|
|
@@ -438,19 +453,37 @@ export const removeTemplates =
|
|
|
438
453
|
'An error occurred while deleting the items.'
|
|
439
454
|
);
|
|
440
455
|
} else if ( errorMessages.size === 1 ) {
|
|
441
|
-
errorMessage =
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
456
|
+
errorMessage = isResetting
|
|
457
|
+
? sprintf(
|
|
458
|
+
/* translators: %s: an error message */
|
|
459
|
+
__(
|
|
460
|
+
'An error occurred while reverting the items: %s'
|
|
461
|
+
),
|
|
462
|
+
[ ...errorMessages ][ 0 ]
|
|
463
|
+
)
|
|
464
|
+
: sprintf(
|
|
465
|
+
/* translators: %s: an error message */
|
|
466
|
+
__(
|
|
467
|
+
'An error occurred while deleting the items: %s'
|
|
468
|
+
),
|
|
469
|
+
[ ...errorMessages ][ 0 ]
|
|
470
|
+
);
|
|
446
471
|
} else {
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
472
|
+
errorMessage = isResetting
|
|
473
|
+
? sprintf(
|
|
474
|
+
/* translators: %s: a list of comma separated error messages */
|
|
475
|
+
__(
|
|
476
|
+
'Some errors occurred while reverting the items: %s'
|
|
477
|
+
),
|
|
478
|
+
[ ...errorMessages ].join( ',' )
|
|
479
|
+
)
|
|
480
|
+
: sprintf(
|
|
481
|
+
/* translators: %s: a list of comma separated error messages */
|
|
482
|
+
__(
|
|
483
|
+
'Some errors occurred while deleting the items: %s'
|
|
484
|
+
),
|
|
485
|
+
[ ...errorMessages ].join( ',' )
|
|
486
|
+
);
|
|
454
487
|
}
|
|
455
488
|
}
|
|
456
489
|
registry
|
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/typescript/lib/lib.esnext.object.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/@types/react/global.d.ts","../../node_modules/csstype/index.d.ts","../../node_modules/@types/prop-types/index.d.ts","../../node_modules/@types/react/index.d.ts","../dataviews/build-types/types.d.ts","../dataviews/build-types/dataviews.d.ts","../dataviews/build-types/view-table.d.ts","../dataviews/build-types/view-grid.d.ts","../dataviews/build-types/view-list.d.ts","../dataviews/build-types/layouts.d.ts","../dataviews/build-types/filter-and-sort-data-view.d.ts","../dataviews/build-types/index.d.ts","./src/dataviews/store/private-actions.ts","../data/build-types/components/with-select/index.d.ts","../data/build-types/components/with-dispatch/index.d.ts","../data/build-types/components/with-registry/index.d.ts","../../node_modules/redux/index.d.ts","../data/build-types/types.d.ts","../data/build-types/components/use-dispatch/use-dispatch.d.ts","../data/build-types/components/use-dispatch/use-dispatch-with-map.d.ts","../data/build-types/components/use-dispatch/index.d.ts","../data/build-types/components/async-mode-provider/use-async-mode.d.ts","../data/build-types/components/async-mode-provider/context.d.ts","../data/build-types/components/async-mode-provider/index.d.ts","../data/build-types/registry.d.ts","../../node_modules/rememo/rememo.d.ts","../data/build-types/create-selector.d.ts","../data/build-types/controls.d.ts","../data/build-types/redux-store/combine-reducers.d.ts","../data/build-types/redux-store/index.d.ts","../data/build-types/dispatch.d.ts","../data/build-types/select.d.ts","../data/build-types/plugins/persistence/index.d.ts","../data/build-types/plugins/index.d.ts","../data/build-types/components/registry-provider/use-registry.d.ts","../data/build-types/components/registry-provider/context.d.ts","../data/build-types/components/registry-provider/index.d.ts","../data/build-types/components/use-select/index.d.ts","../data/build-types/factory.d.ts","../data/build-types/index.d.ts","../i18n/build-types/sprintf.d.ts","../hooks/build-types/createAddHook.d.ts","../hooks/build-types/createRemoveHook.d.ts","../hooks/build-types/createHasHook.d.ts","../hooks/build-types/createDoingHook.d.ts","../hooks/build-types/createDidHook.d.ts","../hooks/build-types/index.d.ts","../hooks/build-types/createHooks.d.ts","../i18n/build-types/create-i18n.d.ts","../i18n/build-types/default-i18n.d.ts","../i18n/build-types/index.d.ts","./src/dataviews/store/reducer.ts","./src/dataviews/store/private-selectors.ts"],"fileInfos":[{"version":"824cb491a40f7e8fdeb56f1df5edf91b23f3e3ee6b4cde84d4a99be32338faee","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","1c0cdb8dc619bc549c3e5020643e7cf7ae7940058e8c7e5aefa5871b6d86f44b","886e50ef125efb7878f744e86908884c0133e7a6d9d80013f421b0cd8fb2af94",{"version":"87d693a4920d794a73384b3c779cadcb8548ac6945aa7a925832fe2418c9527a","affectsGlobalScope":true},{"version":"76f838d5d49b65de83bc345c04aa54c62a3cfdb72a477dc0c0fce89a30596c30","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"b20fe0eca9a4e405f1a5ae24a2b3290b37cf7f21eba6cbe4fc3fab979237d4f3","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"8073890e29d2f46fdbc19b8d6d2eb9ea58db9a2052f8640af20baff9afbc8640","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"d8670852241d4c6e03f2b89d67497a4bbefe29ecaa5a444e2c11a9b05e6fccc6","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"08a58483392df5fcc1db57d782e87734f77ae9eab42516028acbfe46f29a3ef7","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"15b98a533864d324e5f57cd3cfc0579b231df58c1c0f6063ea0fcb13c3c74ff9","affectsGlobalScope":true},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"55461596dc873b866911ef4e640fae4c39da7ac1fbc7ef5e649cb2f2fb42c349","affectsGlobalScope":true},"4c68749a564a6facdf675416d75789ee5a557afda8960e0803cf6711fa569288","f7b46d22a307739c145e5fddf537818038fdfffd580d79ed717f4d4d37249380",{"version":"8ca4709dbd22a34bcc1ebf93e1877645bdb02ebd3f3d9a211a299a8db2ee4ba1","affectsGlobalScope":true},"097fbf6706c719d092cea9fb4d96365db490ca8893e5f9c54f8eefd0465e73f4","28dc05447f599ae953812555ff6b52445b3be7d0691156c84b1e661edd79d561","28bd8c21064b4425c8ae65b020b2ddf0756c43877cdd83ee887eda39b0601ea5","ba3180571afe9e5a72912cad7055896648ff9792b7b44835f755e5e70f7a18d9","73a9560062b699dd6f4013037422913866c27f036121bb4fba2eb941ecfc5e4b","cf4ba70a748196f5be3b1383dd3320a9721f2d9584e2c42a0ac01ff3dcef570a","e33f88caa20d518e0b4ba6f6650a97aa8f7243a1b8746a32ce0b9b5aab582427","dedb1f724ecaf3df8d3f0fd6fa5e6c0dfd331c4e6681122fe79b21704f79a5b1",{"version":"a89e8ef63b4d0e6c88ea563ef0efacde91b71aace3330f8dd2664713e3283332","signature":"d8c4f8f7aa345d630f7013c681e52ea019b6cc9ad054bb184a4b164355df4a74"},"4acad5519af585dca63e9cb8fad17d8c6ab406cb272a0263f0507136f1736c06","82382b2041d0305af5dbc1fdf913319293ad163d9286f19914a15ed4920ddeef","f4d43b4aecd3b6d93d001da94f99901d05bfe4e7ea23837d4e36a7e967a53b04",{"version":"8f19251323456195ec9236df857bac3b8f97b73b540ef06ead2ceccc3884954f","affectsGlobalScope":true},"b87862101a0bc834b490d40f203e7550d38ba119fbb4b7cf1a3fe5d62e3aa62d","bc627141b934bcd56c4dd7c2cfd6e8a493e5aeca5d0cd654b2f64433504fa8ce","7f1be7e4a47f9abe89d28793e59d0d7a935c7f14a597f1e2b6651d1e54f23957","39f82ec23c92368df0de1449bb26e14280862e092ab8e3eaacf80570ac35a7f2","92deca0757666c0db63066e8307e28452fed66d809d5c1ef0554b0475e3b098b","496a712363ee622ead98319bdf81471e550993b83529174068fce0f0e2db1615","1a4f84d939445c350647adf2f5001ecc6fcef110b6daa79c11b3aa7c9984d0e1","0c37cfbb515ee4df942133efa11132b16e9a3c8b2bf70f602337756d0783918b","d83d6ec306241a9a59716eadf007d405cbc9d77b688871089a02159087100d5c","4a17faf4ee97feb25808c46ee072d9e8bf8dd6ef040b29cc0de6c15db50bf5bd","5cec315ab25d9ee40aa253261b38ad78d6b5aae929cf281804aacd375aea737a","c91163558b26e3122d9509f217eac4a204c38105c7b0075d9313606f475904ab","d23323d3fd4e48402abcbebffd8c2ec6b32ef4c217f78ac42bf866c2f6c4552c","acc5e4fc8f5c67e0ec0b0e70a9aa47e928b4bf45439ca592309cbc1592764d4a","e7b7ca1fbfddbe67a3736393a170a4fe8d2929cdde754c08e4db38a03869ec94","829868d6ec1927e4700983dba2e0835327ecdd4d7f99072a3de19fda116551b4","0daf72d81e292312f185c81a2ad0648b226433a00d7d139addc06d39d078b2f1","4a9216f87f9b92167b0b18cd90016000e71dd7ea61a95385b2b97be6585e9cb3","90b78b57b0842bd1fd5ec099a97cfb33146e6d2d52dd68d8a89ae834105ab366","9798502506a30b631a4841a0c5e4dd369c8662c2ab08bf069fb464262cd9d9f8","cf3ce85cfb8f6759ba8763a4222405d1d0368a817dc0dd9c615e50faf6d1f2bd","9481c72104c81bcf6384d66fec925883e1cfc251ec79911b224c020402fcca43","9f2c394407294095c0ee13d58e320d70fc89a5c26a8d697b85d05dd0b31dae94","2f1fe46a7a4e25a4a414d5491c7b39b695a6f37e97a1bdfeb71d430f98c3ed10","faf78d76e0042f05c6ad2eb38ee410cd4ea2854e5f5aff14f9b328d0a8115d62","d238c17667e457cba3da40546d2ef06876c5e5828df09c6b8404f223f189bb7d","a9c883297d78a7255479719aa87fb89b716f10c8c8936642bcb95522de3ca774","4f8ff9897ced0fe4b19defefb2db74f9448f04bca3ded248202fcc1a7bf11f02","c02d9d4c463913d817b35147c866bdb14c8ccba6fd06255877317dace5258781","6110b1abe60e43633e27444dfd81bbc6b5a07468549a985500d0991106b1e998","b3920d0dae5ffb54b3b8a4b6c53ce29e38a67f06b9595fee369ef1e37a3b5db4","fe6d71e5f4b524eab952a9e3cbb0e54abb2d0335cb2b47d91b00095b1613bcff","0beaa0562c80cdd93e5ab0dc9d1b314921afddfa8ee3cb976153ac620c89983f","2a49b24214a9709c04c7d21d99f1473058bd3b4d1310655288347a4c8862da30",{"version":"104cf3e44b7aaa664715fa7a7be7148405629a4fd2d2bf6dfd8a33325d6e832f","signature":"f7e2bffe1211c34e504f2cf0bebe369536c6fca2b3c736055ca8a0f0f89d2851"},{"version":"71fb4a68af68d108a9c986b16a274c340413addd67baa2d78925f2ce0a0bd016","signature":"b7dc966b34a8c52d1312471e1d2e2dfbcf0125d2cb4a0fb4d5e15c89eb43ce90"}],"root":[82,121,122],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"checkJs":true,"composite":true,"declaration":true,"declarationDir":"./build-types","declarationMap":true,"emitDeclarationOnly":true,"esModuleInterop":false,"jsx":1,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"rootDir":"./src","strict":true,"target":99},"fileIdsList":[[70,71,72],[73],[91,92],[73,94],[104,105],[88,89],[87],[95],[83,84,85,87,90,93,94,96,97,99,100,101,103,106,107,108],[102],[94],[87,98],[86],[73,74],[74],[74,75,79,80],[73,76,77,78],[81],[81,121],[81,82,109,120],[116],[111,112,113,114,115,116],[111,112,113,114,115,117],[116,117],[118],[110,118,119],[81,82,86]],"referencedMap":[[73,1],[92,2],[93,3],[105,4],[106,5],[90,6],[88,7],[107,7],[84,2],[85,2],[83,2],[97,7],[96,8],[100,7],[109,9],[103,10],[102,11],[99,12],[94,7],[101,7],[87,13],[75,14],[80,15],[81,16],[79,17],[74,2],[77,14],[78,14],[76,14],[82,18],[122,19],[121,20],[111,21],[115,21],[114,21],[113,21],[117,22],[112,21],[116,23],[118,24],[119,25],[120,26]],"exportedModulesMap":[[73,1],[92,2],[93,3],[105,4],[106,5],[90,6],[88,7],[107,7],[84,2],[85,2],[83,2],[97,7],[96,8],[100,7],[109,9],[103,10],[102,11],[99,12],[94,7],[101,7],[87,13],[75,14],[80,15],[81,16],[79,17],[74,2],[77,14],[78,14],[76,14],[82,18],[122,19],[121,27],[111,21],[115,21],[114,21],[113,21],[117,22],[112,21],[116,23],[118,24],[119,25],[120,26]],"semanticDiagnosticsPerFile":[72,70,73,71,86,95,68,69,12,13,15,14,2,16,17,18,19,20,21,22,23,3,24,4,25,29,26,27,28,30,31,32,5,33,34,35,36,6,40,37,38,39,41,7,42,47,48,43,44,45,46,8,52,49,50,51,53,9,54,55,56,59,57,58,60,61,10,1,62,11,66,64,63,67,65,92,93,91,105,106,104,90,89,88,107,84,85,83,97,96,100,108,109,103,102,98,99,94,101,87,75,80,81,79,74,77,78,76,82,122,121,111,115,114,113,117,112,116,118,119,120,110],"latestChangedDtsFile":"./build-types/dataviews/store/private-selectors.d.ts"},"version":"5.4.5"}
|
|
1
|
+
{"program":{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/typescript/lib/lib.esnext.object.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/@types/react/global.d.ts","../../node_modules/csstype/index.d.ts","../../node_modules/@types/prop-types/index.d.ts","../../node_modules/@types/react/index.d.ts","../dataviews/build-types/types.d.ts","../dataviews/build-types/dataviews.d.ts","../dataviews/build-types/view-table.d.ts","../dataviews/build-types/view-grid.d.ts","../dataviews/build-types/view-list.d.ts","../dataviews/build-types/layouts.d.ts","../dataviews/build-types/filter-and-sort-data-view.d.ts","../dataviews/build-types/index.d.ts","./src/dataviews/store/private-actions.ts","../data/build-types/components/with-select/index.d.ts","../data/build-types/components/with-dispatch/index.d.ts","../data/build-types/components/with-registry/index.d.ts","../../node_modules/redux/index.d.ts","../data/build-types/types.d.ts","../data/build-types/components/use-dispatch/use-dispatch.d.ts","../data/build-types/components/use-dispatch/use-dispatch-with-map.d.ts","../data/build-types/components/use-dispatch/index.d.ts","../data/build-types/components/async-mode-provider/use-async-mode.d.ts","../data/build-types/components/async-mode-provider/context.d.ts","../data/build-types/components/async-mode-provider/index.d.ts","../data/build-types/registry.d.ts","../../node_modules/rememo/rememo.d.ts","../data/build-types/create-selector.d.ts","../data/build-types/controls.d.ts","../data/build-types/redux-store/combine-reducers.d.ts","../data/build-types/redux-store/index.d.ts","../data/build-types/dispatch.d.ts","../data/build-types/select.d.ts","../data/build-types/plugins/persistence/index.d.ts","../data/build-types/plugins/index.d.ts","../data/build-types/components/registry-provider/use-registry.d.ts","../data/build-types/components/registry-provider/context.d.ts","../data/build-types/components/registry-provider/index.d.ts","../data/build-types/components/use-select/index.d.ts","../data/build-types/factory.d.ts","../data/build-types/index.d.ts","../i18n/build-types/sprintf.d.ts","../hooks/build-types/createAddHook.d.ts","../hooks/build-types/createRemoveHook.d.ts","../hooks/build-types/createHasHook.d.ts","../hooks/build-types/createDoingHook.d.ts","../hooks/build-types/createDidHook.d.ts","../hooks/build-types/index.d.ts","../hooks/build-types/createHooks.d.ts","../i18n/build-types/create-i18n.d.ts","../i18n/build-types/default-i18n.d.ts","../i18n/build-types/index.d.ts","./src/dataviews/store/reducer.ts","./src/dataviews/store/private-selectors.ts"],"fileInfos":[{"version":"824cb491a40f7e8fdeb56f1df5edf91b23f3e3ee6b4cde84d4a99be32338faee","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","1c0cdb8dc619bc549c3e5020643e7cf7ae7940058e8c7e5aefa5871b6d86f44b","886e50ef125efb7878f744e86908884c0133e7a6d9d80013f421b0cd8fb2af94",{"version":"87d693a4920d794a73384b3c779cadcb8548ac6945aa7a925832fe2418c9527a","affectsGlobalScope":true},{"version":"76f838d5d49b65de83bc345c04aa54c62a3cfdb72a477dc0c0fce89a30596c30","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"b20fe0eca9a4e405f1a5ae24a2b3290b37cf7f21eba6cbe4fc3fab979237d4f3","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"8073890e29d2f46fdbc19b8d6d2eb9ea58db9a2052f8640af20baff9afbc8640","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"d8670852241d4c6e03f2b89d67497a4bbefe29ecaa5a444e2c11a9b05e6fccc6","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"08a58483392df5fcc1db57d782e87734f77ae9eab42516028acbfe46f29a3ef7","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"15b98a533864d324e5f57cd3cfc0579b231df58c1c0f6063ea0fcb13c3c74ff9","affectsGlobalScope":true},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"55461596dc873b866911ef4e640fae4c39da7ac1fbc7ef5e649cb2f2fb42c349","affectsGlobalScope":true},"4c68749a564a6facdf675416d75789ee5a557afda8960e0803cf6711fa569288","f7b46d22a307739c145e5fddf537818038fdfffd580d79ed717f4d4d37249380",{"version":"8ca4709dbd22a34bcc1ebf93e1877645bdb02ebd3f3d9a211a299a8db2ee4ba1","affectsGlobalScope":true},"53b98e824d87f9a27156ca2631c6ed3a383c32fdc6074d9ea925914295eb243b","6bf749a04cdd472179429f7c1289e5741a2b84ca54b36c1485205a02d1bb4255","28bd8c21064b4425c8ae65b020b2ddf0756c43877cdd83ee887eda39b0601ea5","ba3180571afe9e5a72912cad7055896648ff9792b7b44835f755e5e70f7a18d9","73a9560062b699dd6f4013037422913866c27f036121bb4fba2eb941ecfc5e4b","cf4ba70a748196f5be3b1383dd3320a9721f2d9584e2c42a0ac01ff3dcef570a","e33f88caa20d518e0b4ba6f6650a97aa8f7243a1b8746a32ce0b9b5aab582427","dedb1f724ecaf3df8d3f0fd6fa5e6c0dfd331c4e6681122fe79b21704f79a5b1",{"version":"a89e8ef63b4d0e6c88ea563ef0efacde91b71aace3330f8dd2664713e3283332","signature":"d8c4f8f7aa345d630f7013c681e52ea019b6cc9ad054bb184a4b164355df4a74"},"4acad5519af585dca63e9cb8fad17d8c6ab406cb272a0263f0507136f1736c06","82382b2041d0305af5dbc1fdf913319293ad163d9286f19914a15ed4920ddeef","f4d43b4aecd3b6d93d001da94f99901d05bfe4e7ea23837d4e36a7e967a53b04",{"version":"8f19251323456195ec9236df857bac3b8f97b73b540ef06ead2ceccc3884954f","affectsGlobalScope":true},"b87862101a0bc834b490d40f203e7550d38ba119fbb4b7cf1a3fe5d62e3aa62d","bc627141b934bcd56c4dd7c2cfd6e8a493e5aeca5d0cd654b2f64433504fa8ce","7f1be7e4a47f9abe89d28793e59d0d7a935c7f14a597f1e2b6651d1e54f23957","39f82ec23c92368df0de1449bb26e14280862e092ab8e3eaacf80570ac35a7f2","92deca0757666c0db63066e8307e28452fed66d809d5c1ef0554b0475e3b098b","496a712363ee622ead98319bdf81471e550993b83529174068fce0f0e2db1615","1a4f84d939445c350647adf2f5001ecc6fcef110b6daa79c11b3aa7c9984d0e1","0c37cfbb515ee4df942133efa11132b16e9a3c8b2bf70f602337756d0783918b","d83d6ec306241a9a59716eadf007d405cbc9d77b688871089a02159087100d5c","4a17faf4ee97feb25808c46ee072d9e8bf8dd6ef040b29cc0de6c15db50bf5bd","5cec315ab25d9ee40aa253261b38ad78d6b5aae929cf281804aacd375aea737a","c91163558b26e3122d9509f217eac4a204c38105c7b0075d9313606f475904ab","d23323d3fd4e48402abcbebffd8c2ec6b32ef4c217f78ac42bf866c2f6c4552c","acc5e4fc8f5c67e0ec0b0e70a9aa47e928b4bf45439ca592309cbc1592764d4a","e7b7ca1fbfddbe67a3736393a170a4fe8d2929cdde754c08e4db38a03869ec94","829868d6ec1927e4700983dba2e0835327ecdd4d7f99072a3de19fda116551b4","0daf72d81e292312f185c81a2ad0648b226433a00d7d139addc06d39d078b2f1","4a9216f87f9b92167b0b18cd90016000e71dd7ea61a95385b2b97be6585e9cb3","90b78b57b0842bd1fd5ec099a97cfb33146e6d2d52dd68d8a89ae834105ab366","9798502506a30b631a4841a0c5e4dd369c8662c2ab08bf069fb464262cd9d9f8","cf3ce85cfb8f6759ba8763a4222405d1d0368a817dc0dd9c615e50faf6d1f2bd","9481c72104c81bcf6384d66fec925883e1cfc251ec79911b224c020402fcca43","9f2c394407294095c0ee13d58e320d70fc89a5c26a8d697b85d05dd0b31dae94","2f1fe46a7a4e25a4a414d5491c7b39b695a6f37e97a1bdfeb71d430f98c3ed10","faf78d76e0042f05c6ad2eb38ee410cd4ea2854e5f5aff14f9b328d0a8115d62","d238c17667e457cba3da40546d2ef06876c5e5828df09c6b8404f223f189bb7d","a9c883297d78a7255479719aa87fb89b716f10c8c8936642bcb95522de3ca774","4f8ff9897ced0fe4b19defefb2db74f9448f04bca3ded248202fcc1a7bf11f02","c02d9d4c463913d817b35147c866bdb14c8ccba6fd06255877317dace5258781","6110b1abe60e43633e27444dfd81bbc6b5a07468549a985500d0991106b1e998","b3920d0dae5ffb54b3b8a4b6c53ce29e38a67f06b9595fee369ef1e37a3b5db4","fe6d71e5f4b524eab952a9e3cbb0e54abb2d0335cb2b47d91b00095b1613bcff","0beaa0562c80cdd93e5ab0dc9d1b314921afddfa8ee3cb976153ac620c89983f","2a49b24214a9709c04c7d21d99f1473058bd3b4d1310655288347a4c8862da30",{"version":"104cf3e44b7aaa664715fa7a7be7148405629a4fd2d2bf6dfd8a33325d6e832f","signature":"f7e2bffe1211c34e504f2cf0bebe369536c6fca2b3c736055ca8a0f0f89d2851"},{"version":"71fb4a68af68d108a9c986b16a274c340413addd67baa2d78925f2ce0a0bd016","signature":"b7dc966b34a8c52d1312471e1d2e2dfbcf0125d2cb4a0fb4d5e15c89eb43ce90"}],"root":[82,121,122],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"checkJs":true,"composite":true,"declaration":true,"declarationDir":"./build-types","declarationMap":true,"emitDeclarationOnly":true,"esModuleInterop":false,"jsx":1,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"rootDir":"./src","strict":true,"target":99},"fileIdsList":[[70,71,72],[73],[91,92],[73,94],[104,105],[88,89],[87],[95],[83,84,85,87,90,93,94,96,97,99,100,101,103,106,107,108],[102],[94],[87,98],[86],[73,74],[74],[74,75,79,80],[73,76,77,78],[81],[81,121],[81,82,109,120],[116],[111,112,113,114,115,116],[111,112,113,114,115,117],[116,117],[118],[110,118,119],[81,82,86]],"referencedMap":[[73,1],[92,2],[93,3],[105,4],[106,5],[90,6],[88,7],[107,7],[84,2],[85,2],[83,2],[97,7],[96,8],[100,7],[109,9],[103,10],[102,11],[99,12],[94,7],[101,7],[87,13],[75,14],[80,15],[81,16],[79,17],[74,2],[77,14],[78,14],[76,14],[82,18],[122,19],[121,20],[111,21],[115,21],[114,21],[113,21],[117,22],[112,21],[116,23],[118,24],[119,25],[120,26]],"exportedModulesMap":[[73,1],[92,2],[93,3],[105,4],[106,5],[90,6],[88,7],[107,7],[84,2],[85,2],[83,2],[97,7],[96,8],[100,7],[109,9],[103,10],[102,11],[99,12],[94,7],[101,7],[87,13],[75,14],[80,15],[81,16],[79,17],[74,2],[77,14],[78,14],[76,14],[82,18],[122,19],[121,27],[111,21],[115,21],[114,21],[113,21],[117,22],[112,21],[116,23],[118,24],[119,25],[120,26]],"semanticDiagnosticsPerFile":[72,70,73,71,86,95,68,69,12,13,15,14,2,16,17,18,19,20,21,22,23,3,24,4,25,29,26,27,28,30,31,32,5,33,34,35,36,6,40,37,38,39,41,7,42,47,48,43,44,45,46,8,52,49,50,51,53,9,54,55,56,59,57,58,60,61,10,1,62,11,66,64,63,67,65,92,93,91,105,106,104,90,89,88,107,84,85,83,97,96,100,108,109,103,102,98,99,94,101,87,75,80,81,79,74,77,78,76,82,122,121,111,115,114,113,117,112,116,118,119,120,110],"latestChangedDtsFile":"./build-types/dataviews/store/private-selectors.d.ts"},"version":"5.4.5"}
|