@plurid/plurid-data 0.0.0-14 → 0.0.0-17
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/distribution/constants/defaults/index.d.ts +3 -0
- package/distribution/constants/general/index.d.ts +6 -0
- package/distribution/constants/index.d.ts +1 -0
- package/distribution/constants/internationalization/chinese/index.d.ts +1 -1
- package/distribution/constants/internationalization/english/index.d.ts +1 -1
- package/distribution/constants/internationalization/fields.d.ts +82 -2
- package/distribution/constants/internationalization/french/index.d.ts +1 -1
- package/distribution/constants/internationalization/german/index.d.ts +1 -1
- package/distribution/constants/internationalization/hindi/index.d.ts +1 -1
- package/distribution/constants/internationalization/index.d.ts +82 -1
- package/distribution/constants/internationalization/italian/index.d.ts +1 -1
- package/distribution/constants/internationalization/japanese/index.d.ts +1 -1
- package/distribution/constants/internationalization/languages.d.ts +1 -1
- package/distribution/constants/internationalization/romanian/index.d.ts +1 -1
- package/distribution/constants/internationalization/russian/index.d.ts +1 -1
- package/distribution/constants/internationalization/spanish/index.d.ts +1 -1
- package/distribution/constants/pubsub/index.d.ts +38 -30
- package/distribution/constants/space/index.d.ts +1 -0
- package/distribution/enumerations/general/index.d.ts +10 -1
- package/distribution/index.es.js +215 -2
- package/distribution/index.es.js.map +1 -1
- package/distribution/index.js +224 -1
- package/distribution/index.js.map +1 -1
- package/distribution/interfaces/external/application/index.d.ts +15 -2
- package/distribution/interfaces/external/component/index.d.ts +2 -0
- package/distribution/interfaces/external/configuration/index.d.ts +7 -3
- package/distribution/interfaces/external/configurator/index.d.ts +11 -0
- package/distribution/interfaces/external/index.d.ts +1 -1
- package/distribution/interfaces/external/internationalization/index.d.ts +15 -0
- package/distribution/interfaces/external/layout/index.d.ts +1 -1
- package/distribution/interfaces/external/plane/index.d.ts +0 -11
- package/distribution/interfaces/external/pubsub/index.d.ts +2 -3
- package/distribution/interfaces/external/pubsub/message.d.ts +99 -6
- package/distribution/interfaces/external/router/index.d.ts +6 -0
- package/distribution/interfaces/external/router/route/index.d.ts +15 -14
- package/distribution/interfaces/external/universe/index.d.ts +3 -20
- package/distribution/interfaces/internal/context/index.d.ts +2 -0
- package/distribution/interfaces/internal/index.d.ts +0 -3
- package/distribution/interfaces/internal/shortcuts/index.d.ts +2 -2
- package/distribution/interfaces/internal/state/index.d.ts +0 -1
- package/distribution/interfaces/internal/transform/index.d.ts +5 -0
- package/package.json +8 -8
- package/distribution/interfaces/external/cluster/index.d.ts +0 -9
- package/distribution/interfaces/internal/internationalization/index.d.ts +0 -157
- package/distribution/interfaces/internal/plane/index.d.ts +0 -9
- package/distribution/interfaces/internal/universe/index.d.ts +0 -27
|
@@ -17,3 +17,6 @@ export declare const PLURID_ROUTE_DEFAULT_CLUSTER_VALUE = "default";
|
|
|
17
17
|
export declare const PLURID_ROUTE_DEFAULT_CLUSTER = "c";
|
|
18
18
|
export declare const PLURID_DEFAULT_CONFIGURATION_NETWORK_HOST = "originhost";
|
|
19
19
|
export declare const PLURID_ROUTER_STORAGE = "__PLURID_ROUTER__";
|
|
20
|
+
export declare const PLURID_DEFAULT_RESIZE_DEBOUNCE_TIME = 50;
|
|
21
|
+
export declare const PLURID_DEFAULT_PREVENT_OVERSCROLL_TIMEOUT = 250;
|
|
22
|
+
export declare const PLURID_DEFAULT_ANIMATED_TRANSFORM_TIMEOUT = 500;
|
|
@@ -1,3 +1,83 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const internationalizationFields: {
|
|
2
|
+
readonly viewcubeFront: "viewcubeFront";
|
|
3
|
+
readonly viewcubeBack: "viewcubeBack";
|
|
4
|
+
readonly viewcubeLeft: "viewcubeLeft";
|
|
5
|
+
readonly viewcubeRight: "viewcubeRight";
|
|
6
|
+
readonly viewcubeTop: "viewcubeTop";
|
|
7
|
+
readonly viewcubeBase: "viewcubeBase";
|
|
8
|
+
readonly toolbarTransformRotate: "toolbarTransformRotate";
|
|
9
|
+
readonly toolbarTransformScale: "toolbarTransformScale";
|
|
10
|
+
readonly toolbarTransformTranslate: "toolbarTransformTranslate";
|
|
11
|
+
readonly toolbarDrawerGlobalTitle: "toolbarDrawerGlobalTitle";
|
|
12
|
+
readonly toolbarDrawerGlobalGeneralTheme: "toolbarDrawerGlobalGeneralTheme";
|
|
13
|
+
readonly toolbarDrawerGlobalInteractionTheme: "toolbarDrawerGlobalInteractionTheme";
|
|
14
|
+
readonly toolbarDrawerGlobalLanguage: "toolbarDrawerGlobalLanguage";
|
|
15
|
+
readonly toolbarDrawerTransformTitle: "toolbarDrawerTransformTitle";
|
|
16
|
+
readonly toolbarDrawerTransformMultiModeTransform: "toolbarDrawerTransformMultiModeTransform";
|
|
17
|
+
readonly toolbarDrawerTransformAllowRotationX: "toolbarDrawerTransformAllowRotationX";
|
|
18
|
+
readonly toolbarDrawerTransformAllowRotationY: "toolbarDrawerTransformAllowRotationY";
|
|
19
|
+
readonly toolbarDrawerTransformAllowTranslationX: "toolbarDrawerTransformAllowTranslationX";
|
|
20
|
+
readonly toolbarDrawerTransformAllowTranslationY: "toolbarDrawerTransformAllowTranslationY";
|
|
21
|
+
readonly toolbarDrawerTransformAllowTranslationZ: "toolbarDrawerTransformAllowTranslationZ";
|
|
22
|
+
readonly toolbarDrawerTransformAllowScale: "toolbarDrawerTransformAllowScale";
|
|
23
|
+
readonly toolbarDrawerTransformTouchTransform: "toolbarDrawerTransformTouchTransform";
|
|
24
|
+
readonly toolbarDrawerSpaceTitle: "toolbarDrawerSpaceTitle";
|
|
25
|
+
readonly toolbarDrawerSpaceTransparentUserInterface: "toolbarDrawerSpaceTransparentUserInterface";
|
|
26
|
+
readonly toolbarDrawerSpaceShowTransformOrigin: "toolbarDrawerSpaceShowTransformOrigin";
|
|
27
|
+
readonly toolbarDrawerSpaceTransformOriginSize: "toolbarDrawerSpaceTransformOriginSize";
|
|
28
|
+
readonly toolbarDrawerSpacePlaneOpacity: "toolbarDrawerSpacePlaneOpacity";
|
|
29
|
+
readonly toolbarDrawerSpaceLayoutType: "toolbarDrawerSpaceLayoutType";
|
|
30
|
+
readonly toolbarDrawerToolbarTitle: "toolbarDrawerToolbarTitle";
|
|
31
|
+
readonly toolbarDrawerToolbarAlwaysOpaque: "toolbarDrawerToolbarAlwaysOpaque";
|
|
32
|
+
readonly toolbarDrawerToolbarShowTransformIcons: "toolbarDrawerToolbarShowTransformIcons";
|
|
33
|
+
readonly toolbarDrawerToolbarShowTransformArrows: "toolbarDrawerToolbarShowTransformArrows";
|
|
34
|
+
readonly toolbarDrawerToolbarConcealToolbar: "toolbarDrawerToolbarConcealToolbar";
|
|
35
|
+
readonly toolbarDrawerViewcubeTitle: "toolbarDrawerViewcubeTitle";
|
|
36
|
+
readonly toolbarDrawerViewcubeShowViewcube: "toolbarDrawerViewcubeShowViewcube";
|
|
37
|
+
readonly toolbarDrawerViewcubeShowTransformButtons: "toolbarDrawerViewcubeShowTransformButtons";
|
|
38
|
+
readonly toolbarDrawerViewcubeAlwaysOpaque: "toolbarDrawerViewcubeAlwaysOpaque";
|
|
39
|
+
readonly toolbarDrawerViewcubeConcealViewcube: "toolbarDrawerViewcubeConcealViewcube";
|
|
40
|
+
readonly toolbarDrawerTechnicalTitle: "toolbarDrawerTechnicalTitle";
|
|
41
|
+
readonly toolbarDrawerTechnicalCullingDistance: "toolbarDrawerTechnicalCullingDistance";
|
|
42
|
+
readonly toolbarDrawerShortcutsTitle: "toolbarDrawerShortcutsTitle";
|
|
43
|
+
readonly toolbarDrawerShortcutsToggleFirstPerson: "toolbarDrawerShortcutsToggleFirstPerson";
|
|
44
|
+
readonly toolbarDrawerShortcutsMoveForward: "toolbarDrawerShortcutsMoveForward";
|
|
45
|
+
readonly toolbarDrawerShortcutsMoveBackward: "toolbarDrawerShortcutsMoveBackward";
|
|
46
|
+
readonly toolbarDrawerShortcutsMoveLeft: "toolbarDrawerShortcutsMoveLeft";
|
|
47
|
+
readonly toolbarDrawerShortcutsMoveRight: "toolbarDrawerShortcutsMoveRight";
|
|
48
|
+
readonly toolbarDrawerShortcutsMoveUp: "toolbarDrawerShortcutsMoveUp";
|
|
49
|
+
readonly toolbarDrawerShortcutsMoveDown: "toolbarDrawerShortcutsMoveDown";
|
|
50
|
+
readonly toolbarDrawerShortcutsTurnLeft: "toolbarDrawerShortcutsTurnLeft";
|
|
51
|
+
readonly toolbarDrawerShortcutsTurnRight: "toolbarDrawerShortcutsTurnRight";
|
|
52
|
+
readonly toolbarDrawerShortcutsTurnUp: "toolbarDrawerShortcutsTurnUp";
|
|
53
|
+
readonly toolbarDrawerShortcutsTurnDown: "toolbarDrawerShortcutsTurnDown";
|
|
54
|
+
readonly toolbarDrawerShortcutsRotateUp: "toolbarDrawerShortcutsRotateUp";
|
|
55
|
+
readonly toolbarDrawerShortcutsRotateDown: "toolbarDrawerShortcutsRotateDown";
|
|
56
|
+
readonly toolbarDrawerShortcutsRotateLeft: "toolbarDrawerShortcutsRotateLeft";
|
|
57
|
+
readonly toolbarDrawerShortcutsRotateRight: "toolbarDrawerShortcutsRotateRight";
|
|
58
|
+
readonly toolbarDrawerShortcutsToggleRotate: "toolbarDrawerShortcutsToggleRotate";
|
|
59
|
+
readonly toolbarDrawerShortcutsTranslateUp: "toolbarDrawerShortcutsTranslateUp";
|
|
60
|
+
readonly toolbarDrawerShortcutsTranslateDown: "toolbarDrawerShortcutsTranslateDown";
|
|
61
|
+
readonly toolbarDrawerShortcutsTranslateLeft: "toolbarDrawerShortcutsTranslateLeft";
|
|
62
|
+
readonly toolbarDrawerShortcutsTranslateRight: "toolbarDrawerShortcutsTranslateRight";
|
|
63
|
+
readonly toolbarDrawerShortcutsTranslateIn: "toolbarDrawerShortcutsTranslateIn";
|
|
64
|
+
readonly toolbarDrawerShortcutsTranslateOut: "toolbarDrawerShortcutsTranslateOut";
|
|
65
|
+
readonly toolbarDrawerShortcutsToggleTranslate: "toolbarDrawerShortcutsToggleTranslate";
|
|
66
|
+
readonly toolbarDrawerShortcutsScaleUp: "toolbarDrawerShortcutsScaleUp";
|
|
67
|
+
readonly toolbarDrawerShortcutsScaleDown: "toolbarDrawerShortcutsScaleDown";
|
|
68
|
+
readonly toolbarDrawerShortcutsToggleScale: "toolbarDrawerShortcutsToggleScale";
|
|
69
|
+
readonly toolbarDrawerShortcutsFocusPlane: "toolbarDrawerShortcutsFocusPlane";
|
|
70
|
+
readonly toolbarDrawerShortcutsFocusParent: "toolbarDrawerShortcutsFocusParent";
|
|
71
|
+
readonly toolbarDrawerShortcutsRefreshPlane: "toolbarDrawerShortcutsRefreshPlane";
|
|
72
|
+
readonly toolbarDrawerShortcutsIsolatePlane: "toolbarDrawerShortcutsIsolatePlane";
|
|
73
|
+
readonly toolbarDrawerShortcutsOpenClosedPlane: "toolbarDrawerShortcutsOpenClosedPlane";
|
|
74
|
+
readonly toolbarDrawerShortcutsClosePlane: "toolbarDrawerShortcutsClosePlane";
|
|
75
|
+
readonly toolbarDrawerShortcutsPreviousRoot: "toolbarDrawerShortcutsPreviousRoot";
|
|
76
|
+
readonly toolbarDrawerShortcutsNextRoot: "toolbarDrawerShortcutsNextRoot";
|
|
77
|
+
readonly toolbarDrawerShortcutsFocusRoot: "toolbarDrawerShortcutsFocusRoot";
|
|
78
|
+
readonly toolbarDrawerShortcutsArrowOrScrollUp: "toolbarDrawerShortcutsArrowOrScrollUp";
|
|
79
|
+
readonly toolbarDrawerShortcutsArrowOrScrollDown: "toolbarDrawerShortcutsArrowOrScrollDown";
|
|
80
|
+
readonly toolbarDrawerShortcutsArrowOrScrollLeft: "toolbarDrawerShortcutsArrowOrScrollLeft";
|
|
81
|
+
readonly toolbarDrawerShortcutsArrowOrScrollRight: "toolbarDrawerShortcutsArrowOrScrollRight";
|
|
82
|
+
};
|
|
3
83
|
export default internationalizationFields;
|
|
@@ -9,6 +9,87 @@ export declare const internationalization: {
|
|
|
9
9
|
romanian: import("../..").Internationalization;
|
|
10
10
|
russian: import("../..").Internationalization;
|
|
11
11
|
spanish: import("../..").Internationalization;
|
|
12
|
-
fields:
|
|
12
|
+
fields: {
|
|
13
|
+
readonly viewcubeFront: "viewcubeFront";
|
|
14
|
+
readonly viewcubeBack: "viewcubeBack";
|
|
15
|
+
readonly viewcubeLeft: "viewcubeLeft";
|
|
16
|
+
readonly viewcubeRight: "viewcubeRight";
|
|
17
|
+
readonly viewcubeTop: "viewcubeTop";
|
|
18
|
+
readonly viewcubeBase: "viewcubeBase";
|
|
19
|
+
readonly toolbarTransformRotate: "toolbarTransformRotate";
|
|
20
|
+
readonly toolbarTransformScale: "toolbarTransformScale";
|
|
21
|
+
readonly toolbarTransformTranslate: "toolbarTransformTranslate";
|
|
22
|
+
readonly toolbarDrawerGlobalTitle: "toolbarDrawerGlobalTitle";
|
|
23
|
+
readonly toolbarDrawerGlobalGeneralTheme: "toolbarDrawerGlobalGeneralTheme";
|
|
24
|
+
readonly toolbarDrawerGlobalInteractionTheme: "toolbarDrawerGlobalInteractionTheme";
|
|
25
|
+
readonly toolbarDrawerGlobalLanguage: "toolbarDrawerGlobalLanguage";
|
|
26
|
+
readonly toolbarDrawerTransformTitle: "toolbarDrawerTransformTitle";
|
|
27
|
+
readonly toolbarDrawerTransformMultiModeTransform: "toolbarDrawerTransformMultiModeTransform";
|
|
28
|
+
readonly toolbarDrawerTransformAllowRotationX: "toolbarDrawerTransformAllowRotationX";
|
|
29
|
+
readonly toolbarDrawerTransformAllowRotationY: "toolbarDrawerTransformAllowRotationY";
|
|
30
|
+
readonly toolbarDrawerTransformAllowTranslationX: "toolbarDrawerTransformAllowTranslationX";
|
|
31
|
+
readonly toolbarDrawerTransformAllowTranslationY: "toolbarDrawerTransformAllowTranslationY";
|
|
32
|
+
readonly toolbarDrawerTransformAllowTranslationZ: "toolbarDrawerTransformAllowTranslationZ";
|
|
33
|
+
readonly toolbarDrawerTransformAllowScale: "toolbarDrawerTransformAllowScale";
|
|
34
|
+
readonly toolbarDrawerTransformTouchTransform: "toolbarDrawerTransformTouchTransform";
|
|
35
|
+
readonly toolbarDrawerSpaceTitle: "toolbarDrawerSpaceTitle";
|
|
36
|
+
readonly toolbarDrawerSpaceTransparentUserInterface: "toolbarDrawerSpaceTransparentUserInterface";
|
|
37
|
+
readonly toolbarDrawerSpaceShowTransformOrigin: "toolbarDrawerSpaceShowTransformOrigin";
|
|
38
|
+
readonly toolbarDrawerSpaceTransformOriginSize: "toolbarDrawerSpaceTransformOriginSize";
|
|
39
|
+
readonly toolbarDrawerSpacePlaneOpacity: "toolbarDrawerSpacePlaneOpacity";
|
|
40
|
+
readonly toolbarDrawerSpaceLayoutType: "toolbarDrawerSpaceLayoutType";
|
|
41
|
+
readonly toolbarDrawerToolbarTitle: "toolbarDrawerToolbarTitle";
|
|
42
|
+
readonly toolbarDrawerToolbarAlwaysOpaque: "toolbarDrawerToolbarAlwaysOpaque";
|
|
43
|
+
readonly toolbarDrawerToolbarShowTransformIcons: "toolbarDrawerToolbarShowTransformIcons";
|
|
44
|
+
readonly toolbarDrawerToolbarShowTransformArrows: "toolbarDrawerToolbarShowTransformArrows";
|
|
45
|
+
readonly toolbarDrawerToolbarConcealToolbar: "toolbarDrawerToolbarConcealToolbar";
|
|
46
|
+
readonly toolbarDrawerViewcubeTitle: "toolbarDrawerViewcubeTitle";
|
|
47
|
+
readonly toolbarDrawerViewcubeShowViewcube: "toolbarDrawerViewcubeShowViewcube";
|
|
48
|
+
readonly toolbarDrawerViewcubeShowTransformButtons: "toolbarDrawerViewcubeShowTransformButtons";
|
|
49
|
+
readonly toolbarDrawerViewcubeAlwaysOpaque: "toolbarDrawerViewcubeAlwaysOpaque";
|
|
50
|
+
readonly toolbarDrawerViewcubeConcealViewcube: "toolbarDrawerViewcubeConcealViewcube";
|
|
51
|
+
readonly toolbarDrawerTechnicalTitle: "toolbarDrawerTechnicalTitle";
|
|
52
|
+
readonly toolbarDrawerTechnicalCullingDistance: "toolbarDrawerTechnicalCullingDistance";
|
|
53
|
+
readonly toolbarDrawerShortcutsTitle: "toolbarDrawerShortcutsTitle";
|
|
54
|
+
readonly toolbarDrawerShortcutsToggleFirstPerson: "toolbarDrawerShortcutsToggleFirstPerson";
|
|
55
|
+
readonly toolbarDrawerShortcutsMoveForward: "toolbarDrawerShortcutsMoveForward";
|
|
56
|
+
readonly toolbarDrawerShortcutsMoveBackward: "toolbarDrawerShortcutsMoveBackward";
|
|
57
|
+
readonly toolbarDrawerShortcutsMoveLeft: "toolbarDrawerShortcutsMoveLeft";
|
|
58
|
+
readonly toolbarDrawerShortcutsMoveRight: "toolbarDrawerShortcutsMoveRight";
|
|
59
|
+
readonly toolbarDrawerShortcutsMoveUp: "toolbarDrawerShortcutsMoveUp";
|
|
60
|
+
readonly toolbarDrawerShortcutsMoveDown: "toolbarDrawerShortcutsMoveDown";
|
|
61
|
+
readonly toolbarDrawerShortcutsTurnLeft: "toolbarDrawerShortcutsTurnLeft";
|
|
62
|
+
readonly toolbarDrawerShortcutsTurnRight: "toolbarDrawerShortcutsTurnRight";
|
|
63
|
+
readonly toolbarDrawerShortcutsTurnUp: "toolbarDrawerShortcutsTurnUp";
|
|
64
|
+
readonly toolbarDrawerShortcutsTurnDown: "toolbarDrawerShortcutsTurnDown";
|
|
65
|
+
readonly toolbarDrawerShortcutsRotateUp: "toolbarDrawerShortcutsRotateUp";
|
|
66
|
+
readonly toolbarDrawerShortcutsRotateDown: "toolbarDrawerShortcutsRotateDown";
|
|
67
|
+
readonly toolbarDrawerShortcutsRotateLeft: "toolbarDrawerShortcutsRotateLeft";
|
|
68
|
+
readonly toolbarDrawerShortcutsRotateRight: "toolbarDrawerShortcutsRotateRight";
|
|
69
|
+
readonly toolbarDrawerShortcutsToggleRotate: "toolbarDrawerShortcutsToggleRotate";
|
|
70
|
+
readonly toolbarDrawerShortcutsTranslateUp: "toolbarDrawerShortcutsTranslateUp";
|
|
71
|
+
readonly toolbarDrawerShortcutsTranslateDown: "toolbarDrawerShortcutsTranslateDown";
|
|
72
|
+
readonly toolbarDrawerShortcutsTranslateLeft: "toolbarDrawerShortcutsTranslateLeft";
|
|
73
|
+
readonly toolbarDrawerShortcutsTranslateRight: "toolbarDrawerShortcutsTranslateRight";
|
|
74
|
+
readonly toolbarDrawerShortcutsTranslateIn: "toolbarDrawerShortcutsTranslateIn";
|
|
75
|
+
readonly toolbarDrawerShortcutsTranslateOut: "toolbarDrawerShortcutsTranslateOut";
|
|
76
|
+
readonly toolbarDrawerShortcutsToggleTranslate: "toolbarDrawerShortcutsToggleTranslate";
|
|
77
|
+
readonly toolbarDrawerShortcutsScaleUp: "toolbarDrawerShortcutsScaleUp";
|
|
78
|
+
readonly toolbarDrawerShortcutsScaleDown: "toolbarDrawerShortcutsScaleDown";
|
|
79
|
+
readonly toolbarDrawerShortcutsToggleScale: "toolbarDrawerShortcutsToggleScale";
|
|
80
|
+
readonly toolbarDrawerShortcutsFocusPlane: "toolbarDrawerShortcutsFocusPlane";
|
|
81
|
+
readonly toolbarDrawerShortcutsFocusParent: "toolbarDrawerShortcutsFocusParent";
|
|
82
|
+
readonly toolbarDrawerShortcutsRefreshPlane: "toolbarDrawerShortcutsRefreshPlane";
|
|
83
|
+
readonly toolbarDrawerShortcutsIsolatePlane: "toolbarDrawerShortcutsIsolatePlane";
|
|
84
|
+
readonly toolbarDrawerShortcutsOpenClosedPlane: "toolbarDrawerShortcutsOpenClosedPlane";
|
|
85
|
+
readonly toolbarDrawerShortcutsClosePlane: "toolbarDrawerShortcutsClosePlane";
|
|
86
|
+
readonly toolbarDrawerShortcutsPreviousRoot: "toolbarDrawerShortcutsPreviousRoot";
|
|
87
|
+
readonly toolbarDrawerShortcutsNextRoot: "toolbarDrawerShortcutsNextRoot";
|
|
88
|
+
readonly toolbarDrawerShortcutsFocusRoot: "toolbarDrawerShortcutsFocusRoot";
|
|
89
|
+
readonly toolbarDrawerShortcutsArrowOrScrollUp: "toolbarDrawerShortcutsArrowOrScrollUp";
|
|
90
|
+
readonly toolbarDrawerShortcutsArrowOrScrollDown: "toolbarDrawerShortcutsArrowOrScrollDown";
|
|
91
|
+
readonly toolbarDrawerShortcutsArrowOrScrollLeft: "toolbarDrawerShortcutsArrowOrScrollLeft";
|
|
92
|
+
readonly toolbarDrawerShortcutsArrowOrScrollRight: "toolbarDrawerShortcutsArrowOrScrollRight";
|
|
93
|
+
};
|
|
13
94
|
languages: import("../..").InternationalizationLanguageType[];
|
|
14
95
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { InternationalizationLanguageType } from '../../interfaces/
|
|
1
|
+
import { InternationalizationLanguageType } from '../../interfaces/external/internationalization';
|
|
2
2
|
declare const languages: InternationalizationLanguageType[];
|
|
3
3
|
export default languages;
|
|
@@ -1,32 +1,40 @@
|
|
|
1
|
-
export
|
|
2
|
-
CONFIGURATION:
|
|
3
|
-
SPACE_ANIMATED_TRANSFORM:
|
|
4
|
-
SPACE_ROTATE_UP:
|
|
5
|
-
SPACE_ROTATE_DOWN:
|
|
6
|
-
SPACE_ROTATE_LEFT:
|
|
7
|
-
SPACE_ROTATE_RIGHT:
|
|
8
|
-
SPACE_ROTATE_X_WITH:
|
|
9
|
-
SPACE_ROTATE_Y_WITH:
|
|
10
|
-
SPACE_ROTATE_X_TO:
|
|
11
|
-
SPACE_ROTATE_Y_TO:
|
|
12
|
-
SPACE_TRANSLATE_UP:
|
|
13
|
-
SPACE_TRANSLATE_DOWN:
|
|
14
|
-
SPACE_TRANSLATE_LEFT:
|
|
15
|
-
SPACE_TRANSLATE_RIGHT:
|
|
16
|
-
SPACE_TRANSLATE_X_WITH:
|
|
17
|
-
SPACE_TRANSLATE_Y_WITH:
|
|
18
|
-
SPACE_TRANSLATE_Z_WITH:
|
|
19
|
-
SPACE_TRANSLATE_X_TO:
|
|
20
|
-
SPACE_TRANSLATE_Y_TO:
|
|
21
|
-
SPACE_TRANSLATE_Z_TO:
|
|
22
|
-
SPACE_SCALE_UP:
|
|
23
|
-
SPACE_SCALE_DOWN:
|
|
24
|
-
SPACE_SCALE_WITH:
|
|
25
|
-
SPACE_TRANSFORM:
|
|
26
|
-
VIEW_ADD_PLANE:
|
|
27
|
-
VIEW_SET_PLANES:
|
|
28
|
-
VIEW_REMOVE_PLANE:
|
|
29
|
-
|
|
30
|
-
|
|
1
|
+
export declare const PLURID_PUBSUB_TOPIC: {
|
|
2
|
+
readonly CONFIGURATION: "configuration";
|
|
3
|
+
readonly SPACE_ANIMATED_TRANSFORM: "space.animatedTransform";
|
|
4
|
+
readonly SPACE_ROTATE_UP: "space.rotateUp";
|
|
5
|
+
readonly SPACE_ROTATE_DOWN: "space.rotateDown";
|
|
6
|
+
readonly SPACE_ROTATE_LEFT: "space.rotateLeft";
|
|
7
|
+
readonly SPACE_ROTATE_RIGHT: "space.rotateRight";
|
|
8
|
+
readonly SPACE_ROTATE_X_WITH: "space.rotateXWith";
|
|
9
|
+
readonly SPACE_ROTATE_Y_WITH: "space.rotateYWith";
|
|
10
|
+
readonly SPACE_ROTATE_X_TO: "space.rotateXTo";
|
|
11
|
+
readonly SPACE_ROTATE_Y_TO: "space.rotateYTo";
|
|
12
|
+
readonly SPACE_TRANSLATE_UP: "space.translateUp";
|
|
13
|
+
readonly SPACE_TRANSLATE_DOWN: "space.translateDown";
|
|
14
|
+
readonly SPACE_TRANSLATE_LEFT: "space.translateLeft";
|
|
15
|
+
readonly SPACE_TRANSLATE_RIGHT: "space.translateRight";
|
|
16
|
+
readonly SPACE_TRANSLATE_X_WITH: "space.translateXWith";
|
|
17
|
+
readonly SPACE_TRANSLATE_Y_WITH: "space.translateYWith";
|
|
18
|
+
readonly SPACE_TRANSLATE_Z_WITH: "space.translateZWith";
|
|
19
|
+
readonly SPACE_TRANSLATE_X_TO: "space.translateXTo";
|
|
20
|
+
readonly SPACE_TRANSLATE_Y_TO: "space.translateYTo";
|
|
21
|
+
readonly SPACE_TRANSLATE_Z_TO: "space.translateZTo";
|
|
22
|
+
readonly SPACE_SCALE_UP: "space.scaleUp";
|
|
23
|
+
readonly SPACE_SCALE_DOWN: "space.scaleDown";
|
|
24
|
+
readonly SPACE_SCALE_WITH: "space.scaleWith";
|
|
25
|
+
readonly SPACE_TRANSFORM: "space.transform";
|
|
26
|
+
readonly VIEW_ADD_PLANE: "view.addPlane";
|
|
27
|
+
readonly VIEW_SET_PLANES: "view.setPlanes";
|
|
28
|
+
readonly VIEW_REMOVE_PLANE: "view.removePlane";
|
|
29
|
+
readonly NAVIGATE_TO_PLANE: "space.navigateToPlane";
|
|
30
|
+
readonly REFRESH_PLANE: "space.refreshPlane";
|
|
31
|
+
readonly ISOLATE_PLANE: "space.isolatePlane";
|
|
32
|
+
readonly OPEN_CLOSED_PLANE: "space.openClosedPlane";
|
|
33
|
+
readonly CLOSE_PLANE: "space.closePlane";
|
|
34
|
+
readonly PREVIOUS_ROOT: "space.previousRoot";
|
|
35
|
+
readonly NEXT_ROOT: "space.nextRoot";
|
|
36
|
+
readonly NAVIGATE_TO_ROOT: "space.navigateToRoot";
|
|
37
|
+
};
|
|
38
|
+
export declare type PluridPubSubTopic = typeof PLURID_PUBSUB_TOPIC;
|
|
31
39
|
export declare type PluridPubSubTopicKeys = keyof typeof PLURID_PUBSUB_TOPIC;
|
|
32
40
|
export declare type PluridPubSubTopicKeysType = typeof PLURID_PUBSUB_TOPIC[PluridPubSubTopicKeys];
|
|
@@ -24,7 +24,16 @@ export declare enum SHORTCUTS {
|
|
|
24
24
|
TOGGLE_TRANSLATE = "TOGGLE_TRANSLATE",
|
|
25
25
|
SCALE_UP = "SCALE_UP",
|
|
26
26
|
SCALE_DOWN = "SCALE_DOWN",
|
|
27
|
-
TOGGLE_SCALE = "TOGGLE_SCALE"
|
|
27
|
+
TOGGLE_SCALE = "TOGGLE_SCALE",
|
|
28
|
+
FOCUS_PLANE = "FOCUS_PLANE",
|
|
29
|
+
FOCUS_PARENT = "FOCUS_PARENT",
|
|
30
|
+
REFRESH_PLANE = "REFRESH_PLANE",
|
|
31
|
+
ISOLATE_PLANE = "ISOLATE_PLANE",
|
|
32
|
+
OPEN_CLOSED_PLANE = "OPEN_CLOSED_PLANE",
|
|
33
|
+
CLOSE_PLANE = "CLOSE_PLANE",
|
|
34
|
+
PREVIOUS_ROOT = "PREVIOUS_ROOT",
|
|
35
|
+
NEXT_ROOT = "NEXT_ROOT",
|
|
36
|
+
FOCUS_ROOT = "FOCUS_ROOT"
|
|
28
37
|
}
|
|
29
38
|
export declare enum KEY_MODIFIERS {
|
|
30
39
|
SHIFT = "SHIFT",
|