@omnia/tooling-vue 7.11.0-preview.2 → 7.11.0-preview.4
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
|
@@ -28,6 +28,7 @@ import wc20bd8ac81b314379a3676ca3b31c720e from '../../../client/fx/ux/app/manage
|
|
|
28
28
|
import wc1476702e8f24468d9185322be5931c54 from '../../../client/fx/ux/app/management/tabs/shared/addbutton/AddButton';
|
|
29
29
|
import wc8e21d658d6f84d70870d29805b27df86 from '../../../client/fx/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
|
|
30
30
|
import wce4889269c6ad440da65f3acdf5bb6152 from '../../../client/fx/ux/authsetup/AuthSetup';
|
|
31
|
+
import wc49d5de1eda62481abf0a5a317b99f3e9 from '../../../client/fx/ux/authsetup/AuthSetupConfirm';
|
|
31
32
|
import wcb5eb74ede439404b859e485f5f8e68e0 from '../../../client/fx/ux/blockgallery/admin/TenantBlockTemplateJourney';
|
|
32
33
|
import wc5dfa7b609aed43ffab03dad33c65b2da from '../../../client/fx/ux/commandpalette/CommandPalette';
|
|
33
34
|
import wc0fb46d84e95e4e04801878bec4b370cb from '../../../client/fx/ux/datetimefilterquery/DateTimeFilterQuery';
|
|
@@ -208,6 +209,7 @@ declare global {
|
|
|
208
209
|
"omfx-add-button": base.CombinedTsxComponentAttrs<typeof wc1476702e8f24468d9185322be5931c54.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
209
210
|
"omfx-app-show-in-public-listings-input": base.CombinedTsxComponentAttrs<typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
210
211
|
"omfx-authsetup": base.CombinedTsxComponentAttrs<typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
212
|
+
"omfx-authsetup-confirm": base.CombinedTsxComponentAttrs<typeof wc49d5de1eda62481abf0a5a317b99f3e9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
211
213
|
"omfx-admin-blocktemplates": base.CombinedTsxComponentAttrs<typeof wcb5eb74ede439404b859e485f5f8e68e0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
212
214
|
"omfx-command-palette": base.CombinedTsxComponentAttrs<typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
213
215
|
"omfx-date-time-filter-query": base.CombinedTsxComponentAttrs<typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/tooling-vue",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "7.11.0-preview.
|
|
4
|
+
"version": "7.11.0-preview.4",
|
|
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": "Omnia Digital Workplace AB",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@omnia/fx-models": "7.11.0-preview.
|
|
23
|
-
"@omnia/tooling-composers": "7.11.0-preview.
|
|
22
|
+
"@omnia/fx-models": "7.11.0-preview.4",
|
|
23
|
+
"@omnia/tooling-composers": "7.11.0-preview.4",
|
|
24
24
|
"@types/mousetrap": "1.5.34",
|
|
25
25
|
"@types/node": "10.11.7",
|
|
26
26
|
"@types/quill": "1.3.6",
|