@omnia/tooling-vue 8.0.0-vnext → 8.0.2-vnext
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/internal-do-not-import-from-here/bb000000-0000-bbbb-0000-0000000000bb.wctypings.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ import wc7a0ad7d8477246c2b5f1de4b59bbc5f1 from '../../../client/fx/ux/filterengi
|
|
|
48
48
|
import wcb11657e2b45247fc82c78a30ba131001 from '../../../client/fx/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer';
|
|
49
49
|
import wc63a474f600324efc9148ceeab9202778 from '../../../client/fx/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer';
|
|
50
50
|
import wc5a6940e10c51454aa5e0a4144ab01288 from '../../../client/fx/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer';
|
|
51
|
+
import wc937eab372066440fa95551ac8cba45d7 from '../../../client/fx/ux/filterengine/components/renderer/dialog/DialogContent';
|
|
51
52
|
import wc6c7a23eae5d8435fa229c59d40d5e037 from '../../../client/fx/ux/group/GroupPropertyEditorRenderer';
|
|
52
53
|
import wca7608d8c42184cbb994910dc06c464a1 from '../../../client/fx/ux/identities/IdentityRenderer';
|
|
53
54
|
import wc01c6a5e974334f06a390c9af5a7689d0 from '../../../client/fx/ux/identities/components/shared/IdentitySyncPropertyBindingSetup';
|
|
@@ -98,6 +99,7 @@ import wcb174dcf2716344b0bb02c981ae68dd73 from '../../../client/fx/ux/properties
|
|
|
98
99
|
import wc646cfdda09044ebc9339f2ac31318512 from '../../../client/fx/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay';
|
|
99
100
|
import wc332ae4244d4e4b0296befadb2ad2ac6b from '../../../client/fx/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor';
|
|
100
101
|
import wc58330f37503947799af05363e58bda3c from '../../../client/fx/ux/richtexteditor/Emoticon/EmoticonComponent';
|
|
102
|
+
import wc539d199f69934c10a963f142e4f3056d from '../../../client/fx/ux/sidepanel/SidePanelRenderer';
|
|
101
103
|
import wcb5315b31203e4bd1beb3c33f2122cbfe from '../../../client/fx/ux/signin/SignInPage';
|
|
102
104
|
import wce4b25c06803a417a9c4aa4b7280a599b from '../../../client/fx/ux/signin/SignInBlock';
|
|
103
105
|
import wcbc3b9409639d45829a6e58a4295bc470 from '../../../client/fx/ux/signin/omnia/Renderer';
|
|
@@ -180,6 +182,7 @@ declare global {
|
|
|
180
182
|
"omfx-filterengine-selectionsarea-textproperty": typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition & VueComponentBaseProps;
|
|
181
183
|
"omfx-filterengine-selectionsarea-datetimeproperty": typeof wc63a474f600324efc9148ceeab9202778.propsDefinition & VueComponentBaseProps;
|
|
182
184
|
"omfx-filterengine-selectionsarea-numberproperty": typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition & VueComponentBaseProps;
|
|
185
|
+
"omfx-filterengine-dialog-content": typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition & VueComponentBaseProps;
|
|
183
186
|
"omfx-group-property-editor-renderer": typeof wc6c7a23eae5d8435fa229c59d40d5e037.propsDefinition & VueComponentBaseProps;
|
|
184
187
|
"omfx-identity-renderer": typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & VueComponentBaseProps;
|
|
185
188
|
"omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & VueComponentBaseProps;
|
|
@@ -230,6 +233,7 @@ declare global {
|
|
|
230
233
|
"omfx-app-legacy-enterprise-properties-display": typeof wc646cfdda09044ebc9339f2ac31318512.propsDefinition & VueComponentBaseProps;
|
|
231
234
|
"omfx-legacy-enterprise-properties-editor": typeof wc332ae4244d4e4b0296befadb2ad2ac6b.propsDefinition & VueComponentBaseProps;
|
|
232
235
|
"omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & VueComponentBaseProps;
|
|
236
|
+
"omfx-side-panel": typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & VueComponentBaseProps;
|
|
233
237
|
"omfx-signin-page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & VueComponentBaseProps;
|
|
234
238
|
"omfx-signin-block": typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & VueComponentBaseProps;
|
|
235
239
|
"omfx-signin-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & VueComponentBaseProps;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/tooling-vue",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.2-vnext",
|
|
5
5
|
"description": "Used to bundle and serve manifests web component that build on Vue framework.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
],
|
|
20
20
|
"author": "Precio Fishbone",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@omnia/fx-models": "8.0.
|
|
23
|
-
"@omnia/tooling-composers": "8.0.
|
|
22
|
+
"@omnia/fx-models": "8.0.2-vnext",
|
|
23
|
+
"@omnia/tooling-composers": "8.0.2-vnext",
|
|
24
24
|
"@types/mousetrap": "1.5.34",
|
|
25
25
|
"@types/node": "18.13.0",
|
|
26
26
|
"@types/quill": "1.3.6",
|