@omnia/tooling-vue 7.11.0-preview.x → 7.11.1
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/LICENSE.txt +14 -0
- package/internal-do-not-import-from-here/1cacb55c-202b-4cd7-819d-11bad92fa9cb.wcdefinitions.json +1 -0
- package/internal-do-not-import-from-here/1cacb55c-202b-4cd7-819d-11bad92fa9cb.wctypings.d.ts +11 -0
- package/internal-do-not-import-from-here/1cacb55c-202b-4cd7-819d-11bad92fa9cb.wctypings.js +2 -0
- package/internal-do-not-import-from-here/569d7f0f-64dc-4fa4-90c3-6ea8988be19e.wcdefinitions.json +1 -0
- package/internal-do-not-import-from-here/569d7f0f-64dc-4fa4-90c3-6ea8988be19e.wctypings.d.ts +11 -0
- package/internal-do-not-import-from-here/569d7f0f-64dc-4fa4-90c3-6ea8988be19e.wctypings.js +2 -0
- package/internal-do-not-import-from-here/5d3b8dd0-27a0-4fa0-83f1-613edd69ff10.wcdefinitions.json +1 -0
- package/internal-do-not-import-from-here/5d3b8dd0-27a0-4fa0-83f1-613edd69ff10.wctypings.d.ts +11 -0
- package/internal-do-not-import-from-here/5d3b8dd0-27a0-4fa0-83f1-613edd69ff10.wctypings.js +2 -0
- package/internal-do-not-import-from-here/7ef5df97-1b27-46ea-a427-a6447c77b9e1.wcdefinitions.json +1 -0
- package/internal-do-not-import-from-here/7ef5df97-1b27-46ea-a427-a6447c77b9e1.wctypings.d.ts +11 -0
- package/internal-do-not-import-from-here/7ef5df97-1b27-46ea-a427-a6447c77b9e1.wctypings.js +2 -0
- package/internal-do-not-import-from-here/bb000000-0000-bbbb-0000-0000000000bb.wcdefinitions.json +1 -1
- package/internal-do-not-import-from-here/bb000000-0000-bbbb-0000-0000000000bb.wctypings.d.ts +178 -174
- package/internal-do-not-import-from-here/cc000000-0000-cccc-0000-0000000000cc.wcdefinitions.json +1 -0
- package/internal-do-not-import-from-here/cc000000-0000-cccc-0000-0000000000cc.wctypings.d.ts +11 -0
- package/internal-do-not-import-from-here/cc000000-0000-cccc-0000-0000000000cc.wctypings.js +2 -0
- package/internal-do-not-import-from-here/config/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared.d.ts +1 -1
- package/internal-do-not-import-from-here/shared.js +2 -2
- package/internal-do-not-import-from-here/tasks/bundle.js +9 -7
- package/internal-do-not-import-from-here/tasks/doc.js +1 -1
- package/internal-do-not-import-from-here/tasks/vendor.js +4 -4
- package/internal-do-not-import-from-here/vite/hmr/manifest.js +2 -1
- package/internal-do-not-import-from-here/vite/hmr/transformers/internal/dynamicBundle.js +2 -2
- package/internal-do-not-import-from-here/vite/hmr/transformers/internal/omniaCurrentManifestRuntime.js +2 -2
- package/internal-do-not-import-from-here/vite/hmr/transformers/internal/stylesheet.js +3 -1
- package/internal-do-not-import-from-here/vite/hmr/utils/env.js +1 -1
- package/internal-do-not-import-from-here/vite/hmr/utils/path.js +21 -3
- package/internal-do-not-import-from-here/vite/hmr/vueJsx.js +1 -1
- package/internal-do-not-import-from-here/vite/index.js +14 -1
- package/internal-do-not-import-from-here/vite/middlewares/HmrMiddleware.js +11 -8
- package/internal-do-not-import-from-here/vite/middlewares/StaticFileMiddleware.js +12 -0
- package/internal-do-not-import-from-here/webpack-loaders/tsx-loader.js +1 -1
- package/package.json +5 -5
package/LICENSE.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Omnia License
|
|
2
|
+
Copyright (c) 2026 Omnia Digital Workplace AB
|
|
3
|
+
All rights reserved.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted to any person or entity that has a valid license for the Omnia product (the "Licensee") to use this
|
|
6
|
+
software and associated documentation files (the "Software") solely in connection with a licensed Omnia installation.
|
|
7
|
+
|
|
8
|
+
The Software may not be modified, merged, adapted, copied (except for backup purposes), redistributed, sublicensed, sold, or
|
|
9
|
+
otherwise made available to any third party. The Software may not be used independently of a properly licensed Omnia product.
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be included in all copies of the Software.
|
|
12
|
+
|
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, EXCEPT AS EXPRESSLY STATED IN A SEPARATE COMMERCIAL AGREEMENT, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
14
|
+
IN NO EVENT SHALL OMNIA DIGITAL WORKPLACE AB BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/internal-do-not-import-from-here/1cacb55c-202b-4cd7-819d-11bad92fa9cb.wcdefinitions.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/internal-do-not-import-from-here/569d7f0f-64dc-4fa4-90c3-6ea8988be19e.wcdefinitions.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/internal-do-not-import-from-here/5d3b8dd0-27a0-4fa0-83f1-613edd69ff10.wcdefinitions.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/internal-do-not-import-from-here/7ef5df97-1b27-46ea-a427-a6447c77b9e1.wcdefinitions.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/internal-do-not-import-from-here/bb000000-0000-bbbb-0000-0000000000bb.wcdefinitions.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"omfx-enterpriseproperties-taxonomyfield-value-definition":["availableParents"],"omfx-sp-language-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-targeting-filter":["filter","onFilterChanged","fullWidth"],"omfx-term-picker":["startWithIds","termSetId","preSelectedTermIds","lcid","onTermsSelected","filterOptions","validator","description"],"omfx-termset-picker":["termSetId","onChanged"],"omfx-queryable-enterpriseproperties":["serviceId","additionalBuiltInProperties "],"omfx-app-instance-delete-blade":["appInstance","handleClose","handleDeleteCompleted"],"omfx-appinstance-editing-journey":["appInstance","content","onCanceled","onSave","onCompleted"],"omfx-app-instance-permission-blade":["appInstance","handleClose","onAppPermissionsUpdated"],"omfx-app-instance-information-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-users-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-enterprise-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-provisioning-wizard":["initialAppTemplate","initialAppDefinition","initialAppInstance","onInstancePropertiesChanged","onProvisioningStarted","onProvisioningCompleted","styles","templatesToShow"],"omfx-button":["preset","icon","tooltip","size","mode","styles","onClick","onKeyDown","tabindex"],"omfx-color-picker":["display","valueBind","onValueChanged","errorMessages","validator","attachedToParent"],"omfx-confirm-dialog":["dialogOptions","onClose","styles","icon"],"omfx-connected-tenant":["onValueChanged","scopedSlots"],"omfx-context-language-picker":["onValueChanged","scopedSlots"],"omfx-datatable":["items","header","onSort","renderItem","onPaging","scrollElementSelector"],"omfx-date-time-picker":["valueBind","onValueChanged","formatter","description"],"omfx-enterpriseproperties-datetimefield-display":["settings"],"omfx-enterpriseproperty-picker":["preSelectedPropertyInternalName","propertyItems","externalPropertyItems","onChange","requiredWithValidator","excludedPropertyTypeIds"],"omfx-enterprisepropertyset-picker":["preSelectedPropertySetId","propertySetItems","onChange","requiredWithValidator"],"omfx-features-journey":["onInstanceClosed"],"omfx-file-uploader":["onFileChanged","limitedFileTypes"],"omfx-numeric-indicator":["clickCallback","valueBind","label","style"],"omfx-barchart-indicator":["clickCallback","loadData","hasData","chartValues"],"omfx-heading":["styles","onChange"],"omfx-icon":["valueBind","styles","iconAttrs"],"omfx-icon-picker":["valueBind","onValueChanged","errorMessages","validator"],"omfx-iframe":["js","html","css","iframeHeight","iframeCustomStyle"],"omfx-media-imagegrid":["images","onImageSelected","searchStatus"],"omfx-input-language-picker":["multilingualContext"],"omfx-journey":["onInstanceCreated","onInstanceClosed","blades"],"omfx-language-picker":["valueBind","onValueChanged","scopedSlots","styles","loadLanguage"],"omfx-media-picker-image":["image","imageStyle"],"omfx-media-picker-video":["video"],"omfx-multilingual-input":["valueBind","richTextSettings","requiredWithValidator","onValueChanged"],"omfx-organizationtree":["valueBind","onNewUserSelected"],"omfx-reportees":["users","manager","onUserClick"],"omfx-permission-input":["settings","contextParams"],"omfx-persona":["largeImage","linkToProfilecard","highlight","user","onUserClick"],"omfx-post-component":["richTextSettings","cardStyle","showMoreSize","styles","allowLikes","enableMention","customSlots"],"omfx-aboutuser":["user"],"omfx-profilecard":["user","scopedSlots","appendToBody"],"omfx-profilecard-dialog":["user"],"omfx-rich-text-editor":["onContentChange","onContentDataChange","onInstanceCreated"],"omfx-rich-text-editor-renderer":["editorContent","editorContent"],"omfx-rollup-empty":["text","renderingMode"],"omfx-rollup-filter":["valueBind","onFilterChange","useRollupFilterRouter"],"omfx-security-trimer":["content","alternativeContent","roles"],"omfx-settings-pane":["valueBind","onCancel","onSave"],"omfx-comment-component":["topicId","comments","template","dynamicInput","richTextSettings","enableBestReply","canMarkBestReply","sortOrder","allowLikes","cardStyle","showMoreSize","additionalRoles"],"omfx-people-tagging-component":["content","disabled","richTextSettings","enableMention","contentChanged","mentionChanged","resetContetnRte"],"omfx-like-component":["topicId","commendId","commentLikeService","likes","likeListingTemplate","extendComponents"],"omfx-like-listing-template":["likes","socialReactionStylings","currentSocialReaction","close"],"omfx-spacing-picker":["valueBind","onValueChanged"],"omfx-status-message-overlay":["content"],"omfx-template-picker":["valueBind","templates","onValueChanged"],"omfx-text-translator":["onTranslateCompleted"],"omfx-themedefinition-editor":["hideBodySettings","hideChromeSettings","hideBorderSettings","valueBind","onValueChanged","attachedToParent"],"omfx-timezone-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-url-input":["valueBind","requiredWithValidator","onValueChanged","onBlur"],"omfx-field-validation":["useValidator","checkValue","rules","getCheckValue"],"omfx-wizard":["styles","onInstanceCreated","steps"]}
|
|
1
|
+
{"omfx-enterpriseproperties-taxonomyfield-value-definition":["availableParents"],"omfx-sp-language-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-targeting-filter":["filter","onFilterChanged","fullWidth"],"omfx-term-picker":["startWithIds","termSetId","preSelectedTermIds","lcid","onTermsSelected","filterOptions","validator","description"],"omfx-termset-picker":["termSetId","onChanged"],"omfx-queryable-enterpriseproperties":["serviceId","additionalBuiltInProperties "],"omfx-app-instance-delete-blade":["appInstance","handleClose","handleDeleteCompleted"],"omfx-appinstance-editing-journey":["appInstance","content","onCanceled","onSave","onCompleted"],"omfx-app-instance-permission-blade":["appInstance","handleClose","onAppPermissionsUpdated"],"omfx-app-instance-information-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-users-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-enterprise-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-provisioning-wizard":["initialAppTemplate","initialAppDefinition","initialAppInstance","onInstancePropertiesChanged","onProvisioningStarted","onProvisioningCompleted","styles","templatesToShow"],"omfx-button":["preset","icon","tooltip","size","mode","styles","onClick","onKeyDown","tabindex"],"omfx-color-picker":["display","valueBind","onValueChanged","errorMessages","validator","attachedToParent"],"omfx-confirm-dialog":["dialogOptions","onClose","styles","icon","getConfirmDialogOptions"],"omfx-connected-tenant":["onValueChanged","scopedSlots"],"omfx-context-language-picker":["onValueChanged","scopedSlots"],"omfx-datatable":["items","header","onSort","renderItem","onPaging","scrollElementSelector"],"omfx-date-time-picker":["valueBind","onValueChanged","formatter","description"],"omfx-enterpriseproperties-datetimefield-display":["settings"],"omfx-enterpriseproperty-picker":["preSelectedPropertyInternalName","propertyItems","externalPropertyItems","onChange","requiredWithValidator","excludedPropertyTypeIds"],"omfx-enterprisepropertyset-picker":["preSelectedPropertySetId","propertySetItems","onChange","requiredWithValidator"],"omfx-features-journey":["onInstanceClosed"],"omfx-file-uploader":["onFileChanged","limitedFileTypes"],"omfx-numeric-indicator":["clickCallback","valueBind","label","style"],"omfx-barchart-indicator":["clickCallback","loadData","hasData","chartValues"],"omfx-heading":["styles","onChange"],"omfx-icon":["valueBind","styles","iconAttrs"],"omfx-icon-picker":["valueBind","onValueChanged","errorMessages","validator"],"omfx-iframe":["js","html","css","iframeHeight","iframeCustomStyle"],"omfx-media-imagegrid":["images","onImageSelected","searchStatus"],"omfx-input-language-picker":["multilingualContext"],"omfx-journey":["onInstanceCreated","onInstanceClosed","blades"],"omfx-language-picker":["valueBind","onValueChanged","scopedSlots","styles","loadLanguage"],"omfx-media-picker-image":["image","imageStyle"],"omfx-media-picker-video":["video"],"omfx-multilingual-input":["valueBind","richTextSettings","requiredWithValidator","onValueChanged"],"omfx-organizationtree":["valueBind","onNewUserSelected"],"omfx-reportees":["users","manager","onUserClick"],"omfx-permission-input":["settings","contextParams"],"omfx-persona":["largeImage","linkToProfilecard","highlight","user","onUserClick"],"omfx-post-component":["richTextSettings","cardStyle","showMoreSize","styles","allowLikes","enableMention","customSlots"],"omfx-aboutuser":["user"],"omfx-profilecard":["user","scopedSlots","appendToBody"],"omfx-profilecard-dialog":["user"],"omfx-rich-text-editor":["onContentChange","onContentDataChange","onInstanceCreated"],"omfx-rich-text-editor-renderer":["editorContent","editorContent"],"omfx-rollup-empty":["text","renderingMode"],"omfx-rollup-filter":["valueBind","onFilterChange","useRollupFilterRouter"],"omfx-security-trimer":["content","alternativeContent","roles"],"omfx-settings-pane":["valueBind","onCancel","onSave"],"omfx-comment-component":["topicId","comments","template","dynamicInput","richTextSettings","enableBestReply","canMarkBestReply","sortOrder","allowLikes","cardStyle","showMoreSize","additionalRoles"],"omfx-people-tagging-component":["content","disabled","richTextSettings","enableMention","contentChanged","mentionChanged","resetContetnRte"],"omfx-like-component":["topicId","commendId","commentLikeService","likes","likeListingTemplate","extendComponents"],"omfx-like-listing-template":["likes","socialReactionStylings","currentSocialReaction","close"],"omfx-spacing-picker":["valueBind","onValueChanged"],"omfx-status-message-overlay":["content"],"omfx-template-picker":["valueBind","templates","onValueChanged"],"omfx-text-translator":["onTranslateCompleted"],"omfx-themedefinition-editor":["hideBodySettings","hideChromeSettings","hideBorderSettings","valueBind","onValueChanged","attachedToParent"],"omfx-timezone-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-url-input":["valueBind","requiredWithValidator","onValueChanged","onBlur"],"omfx-field-validation":["useValidator","checkValue","rules","getCheckValue"],"omfx-wizard":["styles","onInstanceCreated","steps"]}
|
package/internal-do-not-import-from-here/bb000000-0000-bbbb-0000-0000000000bb.wctypings.d.ts
CHANGED
|
@@ -1,178 +1,180 @@
|
|
|
1
|
-
import { VueComponentBaseProps } from "
|
|
1
|
+
import { VueComponentBaseProps } from "../../fx/ux/index";
|
|
2
2
|
import * as base from "vue-tsx-support/types/base";
|
|
3
|
-
import wce6b88bd8d41949c8af6fed268ae64430 from '
|
|
4
|
-
import wcdb625bea89b04f32a946efe7a887c7f2 from '
|
|
5
|
-
import wcded30c240e6c4688955867472a8d0a02 from '
|
|
6
|
-
import wc0fb3af1182d849fc89b04ed67949091e from '
|
|
7
|
-
import wc28d15a1179a04eaa9f2e82abe15f7177 from '
|
|
8
|
-
import wcb1fca92af8524970b426823cf7ef65b5 from '
|
|
9
|
-
import wc4584d438a74748ab9ae5f9f4f431673f from '
|
|
10
|
-
import wc7332138e1e7845d1a5e62597a27e44a4 from '
|
|
11
|
-
import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '
|
|
12
|
-
import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '
|
|
13
|
-
import wc5057354b14bb430e854a22e21d9ab7af from '
|
|
14
|
-
import wca7105d996040472b8d55819f99a434db from '
|
|
15
|
-
import wc4d6cad2f0eb948e1aaefae35edab238c from '
|
|
16
|
-
import wcd291917a0dd44ad0a96370e8f53be808 from '
|
|
17
|
-
import wc3a5a2bb94382402ba9927797758c1269 from '
|
|
18
|
-
import wc4d83f393bd894ea0b1c3eb4ebce3ad19 from '
|
|
19
|
-
import wca8f8d41d8ceb43e0b16398c209fd6b32 from '
|
|
20
|
-
import wc99576cfe75504d4babc4575e968f3f9c from '
|
|
21
|
-
import wcfb44f129de804adbb2f134176c1c17a5 from '
|
|
22
|
-
import wc450488bd95a34f368241e9b4d8c71dee from '
|
|
23
|
-
import wcd26f1c7425484ce6adfc9165704877e5 from '
|
|
24
|
-
import wcdf7481b60b764c08865e658d9607387a from '
|
|
25
|
-
import wc6c400e11caad44bf8d174b145b6f122d from '
|
|
26
|
-
import wc211ad37d3c1747c2a3fce889a433ebaa from '
|
|
27
|
-
import wc20bd8ac81b314379a3676ca3b31c720e from '
|
|
28
|
-
import wc1476702e8f24468d9185322be5931c54 from '
|
|
29
|
-
import wc8e21d658d6f84d70870d29805b27df86 from '
|
|
30
|
-
import wce4889269c6ad440da65f3acdf5bb6152 from '
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
import
|
|
65
|
-
import
|
|
66
|
-
import
|
|
67
|
-
import
|
|
68
|
-
import
|
|
69
|
-
import
|
|
70
|
-
import
|
|
71
|
-
import
|
|
72
|
-
import
|
|
73
|
-
import
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import
|
|
81
|
-
import
|
|
82
|
-
import
|
|
83
|
-
import
|
|
84
|
-
import
|
|
85
|
-
import
|
|
86
|
-
import
|
|
87
|
-
import
|
|
88
|
-
import
|
|
89
|
-
import
|
|
90
|
-
import
|
|
91
|
-
import
|
|
92
|
-
import
|
|
93
|
-
import
|
|
94
|
-
import
|
|
95
|
-
import
|
|
96
|
-
import
|
|
97
|
-
import
|
|
98
|
-
import
|
|
99
|
-
import
|
|
100
|
-
import
|
|
101
|
-
import
|
|
102
|
-
import
|
|
103
|
-
import
|
|
104
|
-
import
|
|
105
|
-
import
|
|
106
|
-
import
|
|
107
|
-
import
|
|
108
|
-
import
|
|
109
|
-
import
|
|
110
|
-
import
|
|
111
|
-
import
|
|
112
|
-
import
|
|
113
|
-
import
|
|
114
|
-
import
|
|
115
|
-
import
|
|
116
|
-
import
|
|
117
|
-
import
|
|
118
|
-
import
|
|
119
|
-
import
|
|
120
|
-
import
|
|
121
|
-
import
|
|
122
|
-
import
|
|
123
|
-
import
|
|
124
|
-
import
|
|
125
|
-
import
|
|
126
|
-
import
|
|
127
|
-
import
|
|
128
|
-
import
|
|
129
|
-
import
|
|
130
|
-
import
|
|
131
|
-
import
|
|
132
|
-
import
|
|
133
|
-
import
|
|
134
|
-
import
|
|
135
|
-
import
|
|
136
|
-
import
|
|
137
|
-
import
|
|
138
|
-
import
|
|
139
|
-
import
|
|
140
|
-
import
|
|
141
|
-
import
|
|
142
|
-
import
|
|
143
|
-
import
|
|
144
|
-
import
|
|
145
|
-
import
|
|
146
|
-
import
|
|
147
|
-
import
|
|
148
|
-
import
|
|
149
|
-
import
|
|
150
|
-
import
|
|
151
|
-
import
|
|
152
|
-
import
|
|
153
|
-
import
|
|
154
|
-
import
|
|
155
|
-
import
|
|
156
|
-
import
|
|
157
|
-
import
|
|
158
|
-
import
|
|
159
|
-
import
|
|
160
|
-
import
|
|
161
|
-
import
|
|
162
|
-
import
|
|
163
|
-
import
|
|
164
|
-
import
|
|
165
|
-
import
|
|
166
|
-
import
|
|
167
|
-
import
|
|
168
|
-
import
|
|
169
|
-
import
|
|
170
|
-
import
|
|
171
|
-
import
|
|
172
|
-
import
|
|
173
|
-
import
|
|
174
|
-
import
|
|
175
|
-
import
|
|
3
|
+
import wce6b88bd8d41949c8af6fed268ae64430 from '../../fx/console/components/MessageOverlay';
|
|
4
|
+
import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx/sp/ux/filterengine/components/settings/TaxonomyPropertySettings';
|
|
5
|
+
import wcded30c240e6c4688955867472a8d0a02 from '../../fx/sp/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
|
|
6
|
+
import wc0fb3af1182d849fc89b04ed67949091e from '../../fx/sp/ux/filterengine/components/settings/ExtendedTaxonomyPropertyDefaultValueInput';
|
|
7
|
+
import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx/sp/ux/filterengine/TaxonomyPropertyRenderer';
|
|
8
|
+
import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx/sp/ux/filterengine/SelectionsAreaTaxonomyRenderer';
|
|
9
|
+
import wc4584d438a74748ab9ae5f9f4f431673f from '../../fx/sp/ux/listtree/ListTree';
|
|
10
|
+
import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx/sp/ux/properties/term-set/TermSetDisplay';
|
|
11
|
+
import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx/sp/ux/properties/term-set/TermSetEditor';
|
|
12
|
+
import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx/sp/ux/properties/term-set/TermSetConfiguration';
|
|
13
|
+
import wc5057354b14bb430e854a22e21d9ab7af from '../../fx/spfx/components/OmniaWPContainerSettings';
|
|
14
|
+
import wca7105d996040472b8d55819f99a434db from '../../fx/spfx/components/OmniaWPContainer';
|
|
15
|
+
import wc4d6cad2f0eb948e1aaefae35edab238c from '../../fx/spfx/components/OmniaWPStandaloneContainer';
|
|
16
|
+
import wcd291917a0dd44ad0a96370e8f53be808 from '../../fx/spfx/components/renderer/Settings';
|
|
17
|
+
import wc3a5a2bb94382402ba9927797758c1269 from '../../fx/ux/analytics/metric/Metric';
|
|
18
|
+
import wc4d83f393bd894ea0b1c3eb4ebce3ad19 from '../../fx/ux/analyticssettings/AnalyticsSettings';
|
|
19
|
+
import wca8f8d41d8ceb43e0b16398c209fd6b32 from '../../fx/ux/app/appinstance/renderer/AppInstanceRollup';
|
|
20
|
+
import wc99576cfe75504d4babc4575e968f3f9c from '../../fx/ux/app/appinstance/renderer/AppInstanceRollupRenderer';
|
|
21
|
+
import wcfb44f129de804adbb2f134176c1c17a5 from '../../fx/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer';
|
|
22
|
+
import wc450488bd95a34f368241e9b4d8c71dee from '../../fx/ux/app/management/AppManagement';
|
|
23
|
+
import wcd26f1c7425484ce6adfc9165704877e5 from '../../fx/ux/app/management/tabs/instance/InstanceTab';
|
|
24
|
+
import wcdf7481b60b764c08865e658d9607387a from '../../fx/ux/app/management/tabs/templates/TemplateTab';
|
|
25
|
+
import wc6c400e11caad44bf8d174b145b6f122d from '../../fx/ux/app/management/tabs/layouts/LayoutTab';
|
|
26
|
+
import wc211ad37d3c1747c2a3fce889a433ebaa from '../../fx/ux/app/management/tabs/namingpolicies/NamingPolicyTab';
|
|
27
|
+
import wc20bd8ac81b314379a3676ca3b31c720e from '../../fx/ux/app/management/components/TabsManagement';
|
|
28
|
+
import wc1476702e8f24468d9185322be5931c54 from '../../fx/ux/app/management/tabs/shared/addbutton/AddButton';
|
|
29
|
+
import wc8e21d658d6f84d70870d29805b27df86 from '../../fx/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
|
|
30
|
+
import wce4889269c6ad440da65f3acdf5bb6152 from '../../fx/ux/authsetup/AuthSetup';
|
|
31
|
+
import wc49d5de1eda62481abf0a5a317b99f3e9 from '../../fx/ux/authsetup/AuthSetupConfirm';
|
|
32
|
+
import wcb5eb74ede439404b859e485f5f8e68e0 from '../../fx/ux/blockgallery/admin/TenantBlockTemplateJourney';
|
|
33
|
+
import wc5dfa7b609aed43ffab03dad33c65b2da from '../../fx/ux/commandpalette/CommandPalette';
|
|
34
|
+
import wc0fb46d84e95e4e04801878bec4b370cb from '../../fx/ux/datetimefilterquery/DateTimeFilterQuery';
|
|
35
|
+
import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from '../../fx/ux/datetimezonepicker/DateTimeZonePicker';
|
|
36
|
+
import wcd3d05fa7bb114ecab1c16f714641b678 from '../../fx/ux/datetimezonerenderer/DateTimeZoneRenderer';
|
|
37
|
+
import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from '../../fx/ux/dialog/Dialog';
|
|
38
|
+
import wc4ecc566131194348b7ec8495a06d4fd6 from '../../fx/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings';
|
|
39
|
+
import wceed905b1712c498ebd5bb24f12ed10d7 from '../../fx/ux/filterengine/components/settings/person/PersonPropertySettings';
|
|
40
|
+
import wcad26e9b3bf774d949d153b9f9d1d4b02 from '../../fx/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput';
|
|
41
|
+
import wc7b2e1b93599a4e5fb878fb68b6abd74c from '../../fx/ux/filterengine/components/settings/text/TextPropertySettings';
|
|
42
|
+
import wc47fde3016cac4cfea002b318651b2946 from '../../fx/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput';
|
|
43
|
+
import wc031ba18d4af243d2b9f1724a56077890 from '../../fx/ux/filterengine/components/settings/boolean/BooleanPropertySettings';
|
|
44
|
+
import wc6003c34b7d2d49cc8a9c7440371dca4b from '../../fx/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput';
|
|
45
|
+
import wca1d7711329c24045bf72254e8d2767c8 from '../../fx/ux/filterengine/components/settings/date/DatePropertySettings';
|
|
46
|
+
import wcba1fad28be954b8fadb7290ccb8f8c86 from '../../fx/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput';
|
|
47
|
+
import wcee09ecc9d4fb46de8f1a408e38858030 from '../../fx/ux/filterengine/components/settings/number/NumberPropertySettings';
|
|
48
|
+
import wcea2ad78acabc4ec0bc3609301b3713c3 from '../../fx/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput';
|
|
49
|
+
import wc024952d88730404da854cfed0d045284 from '../../fx/ux/filterengine/components/settings/tags/TagsPropertySettings';
|
|
50
|
+
import wcdc589fd533c8400a8dde3dad35f47248 from '../../fx/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput';
|
|
51
|
+
import wca91d4cd2b5744de3a672110cb1cdf7ba from '../../fx/ux/filterengine/FilterEngineSettings';
|
|
52
|
+
import wc34e1cea969d744f1bbec4770b51d49f5 from '../../fx/ux/filterengine/FilterEngineRenderer';
|
|
53
|
+
import wc43fc70078d114ec3a70ebbd767ef4f95 from '../../fx/ux/filterengine/components/renderer/person/PersonPropertyRenderer';
|
|
54
|
+
import wc425ef72815f04fed9a042d48a2ac7df8 from '../../fx/ux/filterengine/components/renderer/tags/TagsPropertyRenderer';
|
|
55
|
+
import wce2f7f245f168446980aef1473d8742d1 from '../../fx/ux/filterengine/SelectionsArea';
|
|
56
|
+
import wccbef13c831cf4531a43fb63ef63ad39b from '../../fx/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer';
|
|
57
|
+
import wc6e487078cbd14ee189af05260831ba5a from '../../fx/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer';
|
|
58
|
+
import wcc7b859fc2c5b46c09ff08ee4a9daa394 from '../../fx/ux/filterengine/components/renderer/text/TextPropertyRenderer';
|
|
59
|
+
import wcc311e369d2d241f38e609ad50f7dec2f from '../../fx/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer';
|
|
60
|
+
import wc0debbe4a117f46ddb9ca37231010938c from '../../fx/ux/filterengine/components/renderer/date/DatePropertyRenderer';
|
|
61
|
+
import wcaac689be588e4dd3ac8166ac631a37f1 from '../../fx/ux/filterengine/components/renderer/number/NumberPropertyRenderer';
|
|
62
|
+
import wc7a0ad7d8477246c2b5f1de4b59bbc5f1 from '../../fx/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer';
|
|
63
|
+
import wcb11657e2b45247fc82c78a30ba131001 from '../../fx/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer';
|
|
64
|
+
import wc63a474f600324efc9148ceeab9202778 from '../../fx/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer';
|
|
65
|
+
import wc5a6940e10c51454aa5e0a4144ab01288 from '../../fx/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer';
|
|
66
|
+
import wc937eab372066440fa95551ac8cba45d7 from '../../fx/ux/filterengine/components/renderer/dialog/DialogContent';
|
|
67
|
+
import wc7813f37afbf34cb085a2ef74e71e20fa from '../../fx/ux/filterengine/components/renderer/PropertyDropdownRenderer';
|
|
68
|
+
import wc373cd0c180af441ca9f973b1da4de7f9 from '../../fx/ux/filterengine/components/renderer/PropertyListRenderer';
|
|
69
|
+
import wc0b99953ef72848a7936f51500d69d771 from '../../fx/ux/filterengine/components/renderer/date/DateTimePeriodSlider';
|
|
70
|
+
import wc08b9c70d2a77433f8492dc0fb50d900e from '../../fx/ux/grecaptcha/GRecaptcha';
|
|
71
|
+
import wca7608d8c42184cbb994910dc06c464a1 from '../../fx/ux/identities/IdentityRenderer';
|
|
72
|
+
import wc01c6a5e974334f06a390c9af5a7689d0 from '../../fx/ux/identities/components/shared/IdentitySyncPropertyBindingSetup';
|
|
73
|
+
import wcc2a811dfd3774d15862abb2f6a435a5c from '../../fx/ux/identities/components/shared/IdentitySyncRuleSetup';
|
|
74
|
+
import wcba60557e3daf48208c919a1806502df5 from '../../fx/ux/identitypicker/IdentityPickerField';
|
|
75
|
+
import wc9cbe10e4fe1a48929727942cea5f7338 from '../../fx/ux/identitypicker/IdentityPickerInlineField';
|
|
76
|
+
import wcec81357974804c539bff6c58a8785c22 from '../../fx/ux/identitypicker/IdentityPicker';
|
|
77
|
+
import wc5d74b2de65164761a3dce6a534b64bd1 from '../../fx/ux/identitypicker/IdentityPickerDialog';
|
|
78
|
+
import wc70593d481fa54e68be9f4fe41f0f5c92 from '../../fx/ux/identitypicker/IdentityPickerButton';
|
|
79
|
+
import wc6c2ac8bf4da44a2b8e544eaf5b42099f from '../../fx/ux/limited-label/LimitedLabel';
|
|
80
|
+
import wc106dba3f206e4ad7bbb28e574e3da49e from '../../fx/ux/magiclink/MagicLinkLogin';
|
|
81
|
+
import wc168b37eb8cbc4e46944cbf9a6a5e9063 from '../../fx/ux/magiclink/MagicLinkSuccess';
|
|
82
|
+
import wcd836de74ad894f4999e21046b1ba2cab from '../../fx/ux/magiclink/MagicLinkFailure';
|
|
83
|
+
import wcac5f615df97543cf97b3ae930ba113d0 from '../../fx/ux/mediagallery/gallerydialogproviders/slider/Slider';
|
|
84
|
+
import wc12d1bca1d50b4186acd50014584389c9 from '../../fx/ux/mediagallery/galleryviewproviders/photowall/PhotoWall';
|
|
85
|
+
import wc96c7e84dfb66450796fe123aea7999c5 from '../../fx/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer';
|
|
86
|
+
import wcc15cd6402e584ab18c73ed2b5e3eded9 from '../../fx/ux/mediagallery/view/MediaDisplayRenderer';
|
|
87
|
+
import wc8f6c9579f26646dfb316c087e04455cc from '../../fx/ux/mediapickerproviders/dalleprovider/PollingImageComponent';
|
|
88
|
+
import wc9a7abf48db574d9080995065fed41259 from '../../fx/ux/mediapickerproviders/gptimageprovider/PollingImageComponent';
|
|
89
|
+
import wc29de17877bbb49b1961e75210d865a1b from '../../fx/ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer';
|
|
90
|
+
import wc7f06e68f94904b48b827b23acd148bec from '../../fx/ux/optionpicker/OptionPicker';
|
|
91
|
+
import wcd4adc78e79ad4c2c889e52755e2bbede from '../../fx/ux/permissioninput/TenantAdminPermissionInput';
|
|
92
|
+
import wcb6ddbf2c41224cd29b92fcecbbdd31a0 from '../../fx/ux/playground_test/Play2Component';
|
|
93
|
+
import wc1a58948a606a42078da3fb919cc4f7e6 from '../../fx/ux/presetupwizard/PreSetupWizard';
|
|
94
|
+
import wc6b7b970b284443abb7a86f0afa4462e3 from '../../fx/ux/profilecard/ProfileSwitchingBtn';
|
|
95
|
+
import wc6d1d84cb210643c59ca8437fc36c75a1 from '../../fx/ux/profilecard/ProfileCardRenderer';
|
|
96
|
+
import wc916c23c53dbf4d5a8e421e9449c6b203 from '../../fx/ux/properties/builtins/birthday/BirthdayDisplay';
|
|
97
|
+
import wc5b7f85ec36cf4e88911e7951ccec4e2b from '../../fx/ux/properties/builtins/birthday/BirthdayConfiguration';
|
|
98
|
+
import wc644e39fe6d4f4e23b1777aefd9c23939 from '../../fx/ux/properties/builtins/birthday/BirthdayEditor';
|
|
99
|
+
import wcf61d06a945754742a1896847765fbea5 from '../../fx/ux/properties/builtins/boolean/BooleanDisplay';
|
|
100
|
+
import wca16c703117f44a68982a1898d6c3c31b from '../../fx/ux/properties/builtins/boolean/BooleanEditor';
|
|
101
|
+
import wcb131edab4792449794cbe808794a4678 from '../../fx/ux/properties/builtins/businessprofile/BusinessProfileDisplay';
|
|
102
|
+
import wcd524d750bbd84cbbb8582c259cef3198 from '../../fx/ux/properties/builtins/businessprofile/BusinessProfileEditor';
|
|
103
|
+
import wc5666ffa15ff14a64bac8854da534ff16 from '../../fx/ux/properties/builtins/date-time/DateTimeDisplay';
|
|
104
|
+
import wc0f52758b4d0c4e02abfeea1c5c935571 from '../../fx/ux/properties/builtins/date-time/DateTimeEditor';
|
|
105
|
+
import wc0aa4b8916fcf4b1f959c8fd04ef8bfe9 from '../../fx/ux/properties/builtins/date-time/DateTimeConfiguration';
|
|
106
|
+
import wc627dc53f51a442019a52bba09ac665cc from '../../fx/ux/properties/builtins/date/DateDisplay';
|
|
107
|
+
import wcae6a9ccc0bf24b0fb983460b7aba7fe6 from '../../fx/ux/properties/builtins/date/DateEditor';
|
|
108
|
+
import wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc from '../../fx/ux/properties/builtins/email/EmailDisplay';
|
|
109
|
+
import wc056a7f0a4fa444368b5c7d09c60dbcde from '../../fx/ux/properties/builtins/email/EmailEditor';
|
|
110
|
+
import wc5f8ca1cb4e2847d4935f0ac659a3a1f8 from '../../fx/ux/properties/builtins/html/HtmlDisplay';
|
|
111
|
+
import wc2d5cfa916f2946ea9ed6b9ed2c15dadf from '../../fx/ux/properties/builtins/html/HtmlEditor';
|
|
112
|
+
import wcae36a741825f4f209bc10b68fb677bf7 from '../../fx/ux/properties/builtins/html/HtmlConfiguration';
|
|
113
|
+
import wc24adf7dd588e4121b7f2b88f06d19ff0 from '../../fx/ux/properties/builtins/identity/IdentityDisplay';
|
|
114
|
+
import wc512d83f1692c4d7ea3dee2653ccf15e6 from '../../fx/ux/properties/builtins/identity/IdentityEditor';
|
|
115
|
+
import wc77d632a8bca5461fb6c429a0ff65dc83 from '../../fx/ux/properties/builtins/identity/IdentityConfiguration';
|
|
116
|
+
import wcbf51f51ebb83415085c1ac7647a65152 from '../../fx/ux/properties/builtins/image/ImageDisplay';
|
|
117
|
+
import wc5395d36d407d46f1bf8b16a8a01ace5a from '../../fx/ux/properties/builtins/image/ImageConfiguration';
|
|
118
|
+
import wc188dea2e3ae74c54a34a3e6567e1399e from '../../fx/ux/properties/builtins/image/ImageEditor';
|
|
119
|
+
import wc5f9cd004b39f4340a86911e1fc225a20 from '../../fx/ux/properties/builtins/integer/IntegerDisplay';
|
|
120
|
+
import wc49e771f49e06477fbe72da709d82dc29 from '../../fx/ux/properties/builtins/integer/IntegerEditor';
|
|
121
|
+
import wc41b1957c2c2b456d8f14bc39f6761c77 from '../../fx/ux/properties/builtins/language/LanguageDisplay';
|
|
122
|
+
import wc84265bdaa0054a8092a740c818daf04e from '../../fx/ux/properties/builtins/language/LanguageEditor';
|
|
123
|
+
import wc93d3ac3a514149ebbd387d1e87008ec6 from '../../fx/ux/properties/builtins/link/LinkDisplay';
|
|
124
|
+
import wc9911a5588ea34e9cad8a5129c82e1f0c from '../../fx/ux/properties/builtins/link/LinkEditor';
|
|
125
|
+
import wcbdcc5c7cc8b04e9c8cba9787284281ca from '../../fx/ux/properties/builtins/link/LinkConfiguration';
|
|
126
|
+
import wc82ed0f43e304436ba399aacf37dc10fb from '../../fx/ux/properties/builtins/media/MediaDisplay';
|
|
127
|
+
import wc01ad88e84cd443e28c158b2fa4147924 from '../../fx/ux/properties/builtins/media/MediaEditor';
|
|
128
|
+
import wc90552b5ea3484174bf69463a6a74f83a from '../../fx/ux/properties/builtins/multiline-text/MultilineTextDisplay';
|
|
129
|
+
import wcc24137f2406f4ebeb414b8d11492d0d3 from '../../fx/ux/properties/builtins/multiline-text/MultilineTextEditor';
|
|
130
|
+
import wc784d162feec24424a993d8ba812b9c94 from '../../fx/ux/properties/builtins/multilingualText/MultilingualTextDisplay';
|
|
131
|
+
import wc4abd8ef8e96f4beca6d375984132b6ec from '../../fx/ux/properties/builtins/multilingualText/MultilingualTextEditor';
|
|
132
|
+
import wcae83e3f39ff443b8abb93e483c14f48f from '../../fx/ux/properties/builtins/phone-number/PhoneNumberDisplay';
|
|
133
|
+
import wcaad7c8da16f04a46b9503564b10a8f34 from '../../fx/ux/properties/builtins/phone-number/PhoneNumberEditor';
|
|
134
|
+
import wcc2853e34fdbd45ec9118b7fd4323b751 from '../../fx/ux/properties/builtins/phone-number/PhoneNumberConfiguration';
|
|
135
|
+
import wc13f465ea57024a47ae66d4bf1d927974 from '../../fx/ux/properties/builtins/tags/TagsDisplay';
|
|
136
|
+
import wc4fc24b6b58014b5f9a3474a8f5cc4f00 from '../../fx/ux/properties/builtins/tags/TagsEditor';
|
|
137
|
+
import wcdf429c59a8ec42cf8ec34907705793a9 from '../../fx/ux/properties/builtins/text/TextDisplay';
|
|
138
|
+
import wcb8cc745685f2417cacf578d9bed620b5 from '../../fx/ux/properties/builtins/text/TextEditor';
|
|
139
|
+
import wceb1460af73a8467597c5d0987d38cae5 from '../../fx/ux/properties/builtins/time/TimeDisplay';
|
|
140
|
+
import wcf6b07b9fb080465498768f4fc8c58415 from '../../fx/ux/properties/builtins/time/TimeEditor';
|
|
141
|
+
import wcab831db522504b8ea6948fe46978bd31 from '../../fx/ux/properties/builtins/usertype/UserTypeDisplay';
|
|
142
|
+
import wc2717acc386ab40198b6dae0986557da3 from '../../fx/ux/properties/builtins/usertype/UserTypeEditor';
|
|
143
|
+
import wc091ee9b103234b26a5e2bd5f992b2582 from '../../fx/ux/properties/property-picker/PropertyPicker';
|
|
144
|
+
import wcf36a8a2b1c70423ebc4647aaddab8f4f from '../../fx/ux/properties/property-renderer/PropertyBindingValueRenderer';
|
|
145
|
+
import wc48e897be803c4b5cb1db09dbadd04fe5 from '../../fx/ux/properties/property-renderer/PropertyValueRenderer';
|
|
146
|
+
import wce012f61b652b4ab8b7e9d436ef772f54 from '../../fx/ux/properties/property-configuration/PropertyConfiguration';
|
|
147
|
+
import wc54caefeaae1d4da7b236a3ff268b31c3 from '../../fx/ux/properties/property-configuration/LabelOptionsRenderer';
|
|
148
|
+
import wc14f41bfbe00d46658959d3b2ebb7da69 from '../../fx/ux/properties/property-configuration/PropertyLocking';
|
|
149
|
+
import wcb174dcf2716344b0bb02c981ae68dd73 from '../../fx/ux/properties/property-picker/PropertyInput';
|
|
150
|
+
import wc58330f37503947799af05363e58bda3c from '../../fx/ux/richtexteditor/Emoticon/EmoticonComponent';
|
|
151
|
+
import wc327ec741777b4e1ea8017f1d0a3b8d9d from '../../fx/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel';
|
|
152
|
+
import wc539d199f69934c10a963f142e4f3056d from '../../fx/ux/sidepanel/SidePanelRenderer';
|
|
153
|
+
import wcb5315b31203e4bd1beb3c33f2122cbfe from '../../fx/ux/signin/AuthenticationPage';
|
|
154
|
+
import wcb273791ea562403397cdc0a1c0f907cb from '../../fx/ux/signin/AuthenticationBlock';
|
|
155
|
+
import wcfe3e57c4b1314b2ba725ec558ac00fe7 from '../../fx/ux/signin/AuthenticationBlockSettings';
|
|
156
|
+
import wcbc3b9409639d45829a6e58a4295bc470 from '../../fx/ux/signin/omnia/Renderer';
|
|
157
|
+
import wc535ac075284646eca569a78457213e6f from '../../fx/ux/signin/omnia/Login';
|
|
158
|
+
import wc2b741f0203a54cb5a7be72e204ebecc8 from '../../fx/ux/signin/identitycreationrequest/IdentityCreationRequestView';
|
|
159
|
+
import wcffcb5f0ddcfd445d81683167f298c336 from '../../fx/ux/signin/identitycreationrequest/ConfirmEmailView';
|
|
160
|
+
import wcf297290b5ea4409a9738ca880f1ea612 from '../../fx/ux/signout/Logout';
|
|
161
|
+
import wc5aaaefb501d64fe59da8b779a54c0a55 from '../../fx/ux/statuscoderenderer/StatusCodeRenderer';
|
|
162
|
+
import wc252ece0016594978b3ddfafdd59adda4 from '../../fx/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
|
|
163
|
+
import wc5abbb7170e454f0d8cb537bcad180cd7 from '../../fx/ux/theming-v2/themeeditor/ThemeEditor';
|
|
164
|
+
import wc21a1f20b3d404602853049c1c8b8da2f from '../../fx/ux/userpresence/UserPresence';
|
|
165
|
+
import wc30289e2b58ff48b0aabb3cb3732c3038 from '../../fx/ux/usertypelayout/UserTypeLayoutRenderer';
|
|
166
|
+
import wc5b26d2a399c041f3beae9c1115d6e8d8 from '../../fx/ux/usertypelayout/UserTypeLayoutBladeBuilder';
|
|
167
|
+
import wc80bd5b0978ea40439001d3d409236382 from '../../fx/ux/velcron/blocks/VelcronBlock';
|
|
168
|
+
import wce8526e8ed3f74e848e0dd747fd4d376d from '../../fx/ux/velcron/blocks/VelcronBlockSettings';
|
|
169
|
+
import wc327aebb7d6ce4565bf119cf67e121d1a from '../../fx/ux/velcron/editor/components/pickers/colorpicker/ColorPicker';
|
|
170
|
+
import wc511447a5fd2646af910064ed9970d82e from '../../fx/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper';
|
|
171
|
+
import wc1266389c28034034921b897f788f302d from '../../fx/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker';
|
|
172
|
+
import wc3cd2da446d21461e8149e6c8334a36f4 from '../../fx/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker';
|
|
173
|
+
import wc8420a0b507e14a288c2d895471739f1d from '../../fx/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker';
|
|
174
|
+
import wcc75ffd4cf2f14b6685c5c2d894fdf00f from '../../fx/ux/velcron/editor/VelcronEditor';
|
|
175
|
+
import wc3dd4d94bcc254f9fac2100a3ff84dc7e from '../../fx/ux/velcron/renderer/VelcronRenderer';
|
|
176
|
+
import wcba03fc7e6921468289c0a0ffe0cf942e from '../../fx/ux/versionedlayout/renderer/VersionedLayoutRenderer';
|
|
177
|
+
import wc73154f51a92944acbe248779a3fa7ef5 from '../../fx/ux/versionedlayout/editor/VersionedLayoutEditor';
|
|
176
178
|
declare global {
|
|
177
179
|
namespace VueTsxSupport.JSX {
|
|
178
180
|
interface Element {
|
|
@@ -208,6 +210,7 @@ declare global {
|
|
|
208
210
|
"omfx-add-button": base.CombinedTsxComponentAttrs<typeof wc1476702e8f24468d9185322be5931c54.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
209
211
|
"omfx-app-show-in-public-listings-input": base.CombinedTsxComponentAttrs<typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
210
212
|
"omfx-authsetup": base.CombinedTsxComponentAttrs<typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
213
|
+
"omfx-authsetup-confirm": base.CombinedTsxComponentAttrs<typeof wc49d5de1eda62481abf0a5a317b99f3e9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
211
214
|
"omfx-admin-blocktemplates": base.CombinedTsxComponentAttrs<typeof wcb5eb74ede439404b859e485f5f8e68e0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
212
215
|
"omfx-command-palette": base.CombinedTsxComponentAttrs<typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
213
216
|
"omfx-date-time-filter-query": base.CombinedTsxComponentAttrs<typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
@@ -264,6 +267,7 @@ declare global {
|
|
|
264
267
|
"omfx-photowall-slider-display-renderer": base.CombinedTsxComponentAttrs<typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
265
268
|
"omfx-media-display-renderer": base.CombinedTsxComponentAttrs<typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
266
269
|
"omfx-media-picker-dalle-polling-image": base.CombinedTsxComponentAttrs<typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
270
|
+
"omfx-media-picker-gptimage-polling-image": base.CombinedTsxComponentAttrs<typeof wc9a7abf48db574d9080995065fed41259.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
267
271
|
"omfx-mediaflow-provider-video-player": base.CombinedTsxComponentAttrs<typeof wc29de17877bbb49b1961e75210d865a1b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
268
272
|
"omfx-option-picker": base.CombinedTsxComponentAttrs<typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
269
273
|
"omfx-tenant-admin-permission-input": base.CombinedTsxComponentAttrs<typeof wcd4adc78e79ad4c2c889e52755e2bbede.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
package/internal-do-not-import-from-here/cc000000-0000-cccc-0000-0000000000cc.wcdefinitions.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"omniaVendor","content":{"./client/tooling/vue/tasks/materials/dummy-vue-tsx-support-enable-check.js":{"id":"./client/tooling/vue/tasks/materials/dummy-vue-tsx-support-enable-check.js","buildMeta":{"sideEffectFree":true}},"./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.js":{"id":"./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.js","buildMeta":{}},"./node_modules/csx/lib.es2015/background.js":{"id":"./node_modules/csx/lib.es2015/background.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["background"]},"./node_modules/csx/lib.es2015/border.js":{"id":"./node_modules/csx/lib.es2015/border.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["border","borderColor","borderStyle","borderWidth"]},"./node_modules/csx/lib.es2015/color.js":{"id":"./node_modules/csx/lib.es2015/color.js","buildMeta":{"exportsType":"namespace"},"exports":["ColorHelper","color","hsl","hsla","rgb","rgba"]},"./node_modules/csx/lib.es2015/gradient.js":{"id":"./node_modules/csx/lib.es2015/gradient.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["linearGradient","repeatingLinearGradient"]},"./node_modules/csx/lib.es2015/index.js":{"id":"./node_modules/csx/lib.es2015/index.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["ColorHelper","background","border","borderColor","borderStyle","borderWidth","calc","coalesce","color","deg","em","hsl","hsla","important","linearGradient","list","margin","matrix","matrix3d","padding","params","percent","perspective","px","quote","rad","rem","repeatingLinearGradient","rgb","rgba","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","transform","translate","translate3d","translateX","translateY","translateZ","turn","url","viewHeight","viewWidth"]},"./node_modules/csx/lib.es2015/lists.js":{"id":"./node_modules/csx/lib.es2015/lists.js","buildMeta":{"exportsType":"namespace"},"exports":["list","params"]},"./node_modules/csx/lib.es2015/margin.js":{"id":"./node_modules/csx/lib.es2015/margin.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["margin"]},"./node_modules/csx/lib.es2015/padding.js":{"id":"./node_modules/csx/lib.es2015/padding.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["padding"]},"./node_modules/csx/lib.es2015/strings.js":{"id":"./node_modules/csx/lib.es2015/strings.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["calc","coalesce","important","quote","url"]},"./node_modules/csx/lib.es2015/transforms.js":{"id":"./node_modules/csx/lib.es2015/transforms.js","buildMeta":{"exportsType":"namespace"},"exports":["matrix","matrix3d","perspective","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","transform","translate","translate3d","translateX","translateY","translateZ"]},"./node_modules/csx/lib.es2015/units.js":{"id":"./node_modules/csx/lib.es2015/units.js","buildMeta":{"exportsType":"namespace"},"exports":["deg","em","percent","px","rad","rem","turn","viewHeight","viewWidth"]},"./node_modules/csx/lib.es2015/utils/arrays.js":{"id":"./node_modules/csx/lib.es2015/utils/arrays.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["filter","map"]},"./node_modules/csx/lib.es2015/utils/formatting.js":{"id":"./node_modules/csx/lib.es2015/utils/formatting.js","buildMeta":{"exportsType":"namespace"},"exports":["createFunction","cssFunction","ensureLength","ensurePercent","formatFloat","formatPercent","formatUnit","parseCSSFunction","toFloat"]},"./node_modules/csx/lib.es2015/utils/math.js":{"id":"./node_modules/csx/lib.es2015/utils/math.js","buildMeta":{"exportsType":"namespace"},"exports":["round","roundFloat"]},"./node_modules/dayjs/dayjs.min.js":{"id":"./node_modules/dayjs/dayjs.min.js","buildMeta":{}},"./node_modules/dayjs/locale/da.js":{"id":"./node_modules/dayjs/locale/da.js","buildMeta":{}},"./node_modules/dayjs/locale/de.js":{"id":"./node_modules/dayjs/locale/de.js","buildMeta":{}},"./node_modules/dayjs/locale/es.js":{"id":"./node_modules/dayjs/locale/es.js","buildMeta":{}},"./node_modules/dayjs/locale/et.js":{"id":"./node_modules/dayjs/locale/et.js","buildMeta":{}},"./node_modules/dayjs/locale/fi.js":{"id":"./node_modules/dayjs/locale/fi.js","buildMeta":{}},"./node_modules/dayjs/locale/fr.js":{"id":"./node_modules/dayjs/locale/fr.js","buildMeta":{}},"./node_modules/dayjs/locale/lt.js":{"id":"./node_modules/dayjs/locale/lt.js","buildMeta":{}},"./node_modules/dayjs/locale/lv.js":{"id":"./node_modules/dayjs/locale/lv.js","buildMeta":{}},"./node_modules/dayjs/locale/nb.js":{"id":"./node_modules/dayjs/locale/nb.js","buildMeta":{}},"./node_modules/dayjs/locale/nl.js":{"id":"./node_modules/dayjs/locale/nl.js","buildMeta":{}},"./node_modules/dayjs/locale/pl.js":{"id":"./node_modules/dayjs/locale/pl.js","buildMeta":{}},"./node_modules/dayjs/locale/sv.js":{"id":"./node_modules/dayjs/locale/sv.js","buildMeta":{}},"./node_modules/dayjs/plugin/duration.js":{"id":"./node_modules/dayjs/plugin/duration.js","buildMeta":{}},"./node_modules/dayjs/plugin/relativeTime.js":{"id":"./node_modules/dayjs/plugin/relativetime.js","buildMeta":{}},"./node_modules/dayjs/plugin/timezone.js":{"id":"./node_modules/dayjs/plugin/timezone.js","buildMeta":{}},"./node_modules/dayjs/plugin/utc.js":{"id":"./node_modules/dayjs/plugin/utc.js","buildMeta":{}},"./node_modules/free-style/dist.es2015/index.js":{"id":"./node_modules/free-style/dist.es2015/index.js","buildMeta":{"exportsType":"namespace"},"exports":["Cache","FreeStyle","Rule","Selector","Style","create"]},"./node_modules/mousetrap-global-bind/mousetrap-global-bind.js":{"id":"./node_modules/mousetrap-global-bind/mousetrap-global-bind.js","buildMeta":{}},"./node_modules/mousetrap/mousetrap.js":{"id":"./node_modules/mousetrap/mousetrap.js","buildMeta":{}},"./node_modules/tslib/tslib.es6.js":{"id":"./node_modules/tslib/tslib.es6.js","buildMeta":{"exportsType":"namespace"},"exports":["__assign","__asyncDelegator","__asyncGenerator","__asyncValues","__await","__awaiter","__classPrivateFieldGet","__classPrivateFieldSet","__createBinding","__decorate","__exportStar","__extends","__generator","__importDefault","__importStar","__makeTemplateObject","__metadata","__param","__read","__rest","__spread","__spreadArray","__spreadArrays","__values"]},"./node_modules/typestyle/lib.es2015/index.js":{"id":"./node_modules/typestyle/lib.es2015/index.js","buildMeta":{"exportsType":"namespace"},"exports":["TypeStyle","classes","createTypeStyle","cssRaw","cssRule","extend","fontFace","forceRenderStyles","getStyles","keyframes","media","reinit","setStylesTarget","style","stylesheet","types"]},"./node_modules/typestyle/lib.es2015/internal/formatting.js":{"id":"./node_modules/typestyle/lib.es2015/internal/formatting.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["convertToKeyframes","convertToStyles"]},"./node_modules/typestyle/lib.es2015/internal/typestyle.js":{"id":"./node_modules/typestyle/lib.es2015/internal/typestyle.js","buildMeta":{"exportsType":"namespace"},"exports":["TypeStyle"]},"./node_modules/typestyle/lib.es2015/internal/utilities.js":{"id":"./node_modules/typestyle/lib.es2015/internal/utilities.js","buildMeta":{"exportsType":"namespace"},"exports":["classes","extend","media","raf"]},"./node_modules/typestyle/lib.es2015/types.js":{"id":"./node_modules/typestyle/lib.es2015/types.js","buildMeta":{"sideEffectFree":true}},"./node_modules/vue-class-component/dist/vue-class-component.esm.js":{"id":"./node_modules/vue-class-component/dist/vue-class-component.esm.js","buildMeta":{"exportsType":"namespace"},"exports":["createDecorator","default","mixins"]},"./node_modules/vue-property-decorator/lib/vue-property-decorator.js":{"id":"./node_modules/vue-property-decorator/lib/vue-property-decorator.js","buildMeta":{"exportsType":"namespace"},"exports":["Component","Emit","Inject","InjectReactive","Mixins","Model","Prop","PropSync","Provide","ProvideReactive","Ref","Vue","Watch"]},"./node_modules/vue-tsx-support/dist/esm/api.js":{"id":"./node_modules/vue-tsx-support/dist/esm/api.js","buildMeta":{"exportsType":"namespace"},"exports":["Component","component","componentFactory","componentFactoryOf","createComponent","emit","emitOn","emitUpdate","extendFrom","ofType","withHtmlAttrs","withNativeOn","withPropsObject","withUnknownProps"]},"./node_modules/vue-tsx-support/dist/esm/index.js":{"id":"./node_modules/vue-tsx-support/dist/esm/index.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["Component","component","componentFactory","componentFactoryOf","createComponent","emit","emitOn","emitUpdate","extendFrom","modifiers","ofType","withHtmlAttrs","withNativeOn","withPropsObject","withUnknownProps"]},"./node_modules/vue-tsx-support/dist/esm/modifiers.js":{"id":"./node_modules/vue-tsx-support/dist/esm/modifiers.js","buildMeta":{"exportsType":"namespace"},"exports":["modifiers"]},"./node_modules/vue/dist/vue.esm.js":{"id":"./node_modules/vue/dist/vue.esm.js","buildMeta":{"exportsType":"namespace"},"exports":["EffectScope","computed","customRef","default","defineAsyncComponent","defineComponent","del","effectScope","getCurrentInstance","getCurrentScope","h","inject","isProxy","isReactive","isReadonly","isRef","isShallow","markRaw","mergeDefaults","nextTick","onActivated","onBeforeMount","onBeforeUnmount","onBeforeUpdate","onDeactivated","onErrorCaptured","onMounted","onRenderTracked","onRenderTriggered","onScopeDispose","onServerPrefetch","onUnmounted","onUpdated","provide","proxyRefs","reactive","readonly","ref","set","shallowReactive","shallowReadonly","shallowRef","toRaw","toRef","toRefs","triggerRef","unref","useAttrs","useCssModule","useCssVars","useListeners","useSlots","version","watch","watchEffect","watchPostEffect","watchSyncEffect"]},"./node_modules/zepto-webpack/zepto.js":{"id":"./node_modules/zepto-webpack/zepto.js","buildMeta":{}},"./wwwroot/scripts/zepto.extras.js":{"id":"./wwwroot/scripts/zepto.extras.js","buildMeta":{}}}}
|
|
1
|
+
{"name":"omniaVendor","content":{"./assets/scripts/zepto.extras.js":{"id":"./assets/scripts/zepto.extras.js","buildMeta":{}},"./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.js":{"id":"./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.js","buildMeta":{}},"./node_modules/csx/lib.es2015/background.js":{"id":"./node_modules/csx/lib.es2015/background.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["background"]},"./node_modules/csx/lib.es2015/border.js":{"id":"./node_modules/csx/lib.es2015/border.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["border","borderColor","borderStyle","borderWidth"]},"./node_modules/csx/lib.es2015/color.js":{"id":"./node_modules/csx/lib.es2015/color.js","buildMeta":{"exportsType":"namespace"},"exports":["ColorHelper","color","hsl","hsla","rgb","rgba"]},"./node_modules/csx/lib.es2015/gradient.js":{"id":"./node_modules/csx/lib.es2015/gradient.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["linearGradient","repeatingLinearGradient"]},"./node_modules/csx/lib.es2015/index.js":{"id":"./node_modules/csx/lib.es2015/index.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["ColorHelper","background","border","borderColor","borderStyle","borderWidth","calc","coalesce","color","deg","em","hsl","hsla","important","linearGradient","list","margin","matrix","matrix3d","padding","params","percent","perspective","px","quote","rad","rem","repeatingLinearGradient","rgb","rgba","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","transform","translate","translate3d","translateX","translateY","translateZ","turn","url","viewHeight","viewWidth"]},"./node_modules/csx/lib.es2015/lists.js":{"id":"./node_modules/csx/lib.es2015/lists.js","buildMeta":{"exportsType":"namespace"},"exports":["list","params"]},"./node_modules/csx/lib.es2015/margin.js":{"id":"./node_modules/csx/lib.es2015/margin.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["margin"]},"./node_modules/csx/lib.es2015/padding.js":{"id":"./node_modules/csx/lib.es2015/padding.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["padding"]},"./node_modules/csx/lib.es2015/strings.js":{"id":"./node_modules/csx/lib.es2015/strings.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["calc","coalesce","important","quote","url"]},"./node_modules/csx/lib.es2015/transforms.js":{"id":"./node_modules/csx/lib.es2015/transforms.js","buildMeta":{"exportsType":"namespace"},"exports":["matrix","matrix3d","perspective","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","transform","translate","translate3d","translateX","translateY","translateZ"]},"./node_modules/csx/lib.es2015/units.js":{"id":"./node_modules/csx/lib.es2015/units.js","buildMeta":{"exportsType":"namespace"},"exports":["deg","em","percent","px","rad","rem","turn","viewHeight","viewWidth"]},"./node_modules/csx/lib.es2015/utils/arrays.js":{"id":"./node_modules/csx/lib.es2015/utils/arrays.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["filter","map"]},"./node_modules/csx/lib.es2015/utils/formatting.js":{"id":"./node_modules/csx/lib.es2015/utils/formatting.js","buildMeta":{"exportsType":"namespace"},"exports":["createFunction","cssFunction","ensureLength","ensurePercent","formatFloat","formatPercent","formatUnit","parseCSSFunction","toFloat"]},"./node_modules/csx/lib.es2015/utils/math.js":{"id":"./node_modules/csx/lib.es2015/utils/math.js","buildMeta":{"exportsType":"namespace"},"exports":["round","roundFloat"]},"./node_modules/dayjs/dayjs.min.js":{"id":"./node_modules/dayjs/dayjs.min.js","buildMeta":{}},"./node_modules/dayjs/locale/da.js":{"id":"./node_modules/dayjs/locale/da.js","buildMeta":{}},"./node_modules/dayjs/locale/de.js":{"id":"./node_modules/dayjs/locale/de.js","buildMeta":{}},"./node_modules/dayjs/locale/es.js":{"id":"./node_modules/dayjs/locale/es.js","buildMeta":{}},"./node_modules/dayjs/locale/et.js":{"id":"./node_modules/dayjs/locale/et.js","buildMeta":{}},"./node_modules/dayjs/locale/fi.js":{"id":"./node_modules/dayjs/locale/fi.js","buildMeta":{}},"./node_modules/dayjs/locale/fr.js":{"id":"./node_modules/dayjs/locale/fr.js","buildMeta":{}},"./node_modules/dayjs/locale/lt.js":{"id":"./node_modules/dayjs/locale/lt.js","buildMeta":{}},"./node_modules/dayjs/locale/lv.js":{"id":"./node_modules/dayjs/locale/lv.js","buildMeta":{}},"./node_modules/dayjs/locale/nb.js":{"id":"./node_modules/dayjs/locale/nb.js","buildMeta":{}},"./node_modules/dayjs/locale/nl.js":{"id":"./node_modules/dayjs/locale/nl.js","buildMeta":{}},"./node_modules/dayjs/locale/pl.js":{"id":"./node_modules/dayjs/locale/pl.js","buildMeta":{}},"./node_modules/dayjs/locale/sv.js":{"id":"./node_modules/dayjs/locale/sv.js","buildMeta":{}},"./node_modules/dayjs/plugin/duration.js":{"id":"./node_modules/dayjs/plugin/duration.js","buildMeta":{}},"./node_modules/dayjs/plugin/relativeTime.js":{"id":"./node_modules/dayjs/plugin/relativetime.js","buildMeta":{}},"./node_modules/dayjs/plugin/timezone.js":{"id":"./node_modules/dayjs/plugin/timezone.js","buildMeta":{}},"./node_modules/dayjs/plugin/utc.js":{"id":"./node_modules/dayjs/plugin/utc.js","buildMeta":{}},"./node_modules/free-style/dist.es2015/index.js":{"id":"./node_modules/free-style/dist.es2015/index.js","buildMeta":{"exportsType":"namespace"},"exports":["Cache","FreeStyle","Rule","Selector","Style","create"]},"./node_modules/mousetrap-global-bind/mousetrap-global-bind.js":{"id":"./node_modules/mousetrap-global-bind/mousetrap-global-bind.js","buildMeta":{}},"./node_modules/mousetrap/mousetrap.js":{"id":"./node_modules/mousetrap/mousetrap.js","buildMeta":{}},"./node_modules/tslib/tslib.es6.js":{"id":"./node_modules/tslib/tslib.es6.js","buildMeta":{"exportsType":"namespace"},"exports":["__assign","__asyncDelegator","__asyncGenerator","__asyncValues","__await","__awaiter","__classPrivateFieldGet","__classPrivateFieldSet","__createBinding","__decorate","__exportStar","__extends","__generator","__importDefault","__importStar","__makeTemplateObject","__metadata","__param","__read","__rest","__spread","__spreadArray","__spreadArrays","__values"]},"./node_modules/typestyle/lib.es2015/index.js":{"id":"./node_modules/typestyle/lib.es2015/index.js","buildMeta":{"exportsType":"namespace"},"exports":["TypeStyle","classes","createTypeStyle","cssRaw","cssRule","extend","fontFace","forceRenderStyles","getStyles","keyframes","media","reinit","setStylesTarget","style","stylesheet","types"]},"./node_modules/typestyle/lib.es2015/internal/formatting.js":{"id":"./node_modules/typestyle/lib.es2015/internal/formatting.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["convertToKeyframes","convertToStyles"]},"./node_modules/typestyle/lib.es2015/internal/typestyle.js":{"id":"./node_modules/typestyle/lib.es2015/internal/typestyle.js","buildMeta":{"exportsType":"namespace"},"exports":["TypeStyle"]},"./node_modules/typestyle/lib.es2015/internal/utilities.js":{"id":"./node_modules/typestyle/lib.es2015/internal/utilities.js","buildMeta":{"exportsType":"namespace"},"exports":["classes","extend","media","raf"]},"./node_modules/typestyle/lib.es2015/types.js":{"id":"./node_modules/typestyle/lib.es2015/types.js","buildMeta":{"sideEffectFree":true}},"./node_modules/vue-class-component/dist/vue-class-component.esm.js":{"id":"./node_modules/vue-class-component/dist/vue-class-component.esm.js","buildMeta":{"exportsType":"namespace"},"exports":["createDecorator","default","mixins"]},"./node_modules/vue-property-decorator/lib/vue-property-decorator.js":{"id":"./node_modules/vue-property-decorator/lib/vue-property-decorator.js","buildMeta":{"exportsType":"namespace"},"exports":["Component","Emit","Inject","InjectReactive","Mixins","Model","Prop","PropSync","Provide","ProvideReactive","Ref","Vue","Watch"]},"./node_modules/vue-tsx-support/dist/esm/api.js":{"id":"./node_modules/vue-tsx-support/dist/esm/api.js","buildMeta":{"exportsType":"namespace"},"exports":["Component","component","componentFactory","componentFactoryOf","createComponent","emit","emitOn","emitUpdate","extendFrom","ofType","withHtmlAttrs","withNativeOn","withPropsObject","withUnknownProps"]},"./node_modules/vue-tsx-support/dist/esm/index.js":{"id":"./node_modules/vue-tsx-support/dist/esm/index.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"exports":["Component","component","componentFactory","componentFactoryOf","createComponent","emit","emitOn","emitUpdate","extendFrom","modifiers","ofType","withHtmlAttrs","withNativeOn","withPropsObject","withUnknownProps"]},"./node_modules/vue-tsx-support/dist/esm/modifiers.js":{"id":"./node_modules/vue-tsx-support/dist/esm/modifiers.js","buildMeta":{"exportsType":"namespace"},"exports":["modifiers"]},"./node_modules/vue/dist/vue.esm.js":{"id":"./node_modules/vue/dist/vue.esm.js","buildMeta":{"exportsType":"namespace"},"exports":["EffectScope","computed","customRef","default","defineAsyncComponent","defineComponent","del","effectScope","getCurrentInstance","getCurrentScope","h","inject","isProxy","isReactive","isReadonly","isRef","isShallow","markRaw","mergeDefaults","nextTick","onActivated","onBeforeMount","onBeforeUnmount","onBeforeUpdate","onDeactivated","onErrorCaptured","onMounted","onRenderTracked","onRenderTriggered","onScopeDispose","onServerPrefetch","onUnmounted","onUpdated","provide","proxyRefs","reactive","readonly","ref","set","shallowReactive","shallowReadonly","shallowRef","toRaw","toRef","toRefs","triggerRef","unref","useAttrs","useCssModule","useCssVars","useListeners","useSlots","version","watch","watchEffect","watchPostEffect","watchSyncEffect"]},"./node_modules/zepto-webpack/zepto.js":{"id":"./node_modules/zepto-webpack/zepto.js","buildMeta":{}},"./tooling/vue/tasks/materials/dummy-vue-tsx-support-enable-check.js":{"id":"./tooling/vue/tasks/materials/dummy-vue-tsx-support-enable-check.js","buildMeta":{"sideEffectFree":true}}}}
|
|
@@ -35,7 +35,7 @@ export declare function getBaseWebpackConfigForManifestMetadata(entry: any, bund
|
|
|
35
35
|
request: any;
|
|
36
36
|
}, callback: any) => any)[];
|
|
37
37
|
module: {
|
|
38
|
-
noParse: RegExp;
|
|
38
|
+
noParse: RegExp | string[] | ((resource: any) => string);
|
|
39
39
|
rules: ({
|
|
40
40
|
test: RegExp;
|
|
41
41
|
use: ({
|
|
@@ -69,7 +69,7 @@ function getBaseWebpackConfigForManifestMetadata(entry, bundleOutputDir, wcDomPr
|
|
|
69
69
|
'w3c-keyname$': $.path.resolve($.tooling.utils.root(""), 'node_modules/w3c-keyname/index.es.js'),
|
|
70
70
|
'orderedmap$': 'orderedmap/index.js',
|
|
71
71
|
'@microsoft/signalr': '@microsoft/signalr/dist/webworker/signalr.js',
|
|
72
|
-
"vue-tsx-support/enable-check": $.isExtensionEnv ? $.path.resolve($.tooling.utils.root(""), "node_modules/@omnia/tooling-vue/internal-do-not-import-from-here/tasks/materials//dummy-vue-tsx-support-enable-check.js") : $.path.resolve($.tooling.utils.root(""), "
|
|
72
|
+
"vue-tsx-support/enable-check": $.isExtensionEnv ? $.path.resolve($.tooling.utils.root(""), "node_modules/@omnia/tooling-vue/internal-do-not-import-from-here/tasks/materials//dummy-vue-tsx-support-enable-check.js") : $.path.resolve($.tooling.utils.root(""), "tooling/vue/tasks/materials/dummy-vue-tsx-support-enable-check.js")
|
|
73
73
|
//'w3c-keyname$': 'w3c-keyname/index.es.js',
|
|
74
74
|
//'orderedmap$': 'orderedmap/index.js'
|
|
75
75
|
}),
|
|
@@ -94,7 +94,7 @@ function getBaseWebpackConfigForManifestMetadata(entry, bundleOutputDir, wcDomPr
|
|
|
94
94
|
// splitChunks: false,
|
|
95
95
|
//},
|
|
96
96
|
module: {
|
|
97
|
-
noParse: /wwwroot(.*)/,
|
|
97
|
+
noParse: $.tooling.composer.getBuildOption().noParse || /wwwroot(.*)/,
|
|
98
98
|
rules: [
|
|
99
99
|
//{
|
|
100
100
|
// parser: {
|
|
@@ -18,7 +18,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
|
|
18
18
|
const ConcatSource = require('webpack-core/lib/ConcatSource');
|
|
19
19
|
const CircularDependencyPlugin = require('circular-dependency-plugin');
|
|
20
20
|
const isEqual = require('lodash/isEqual');
|
|
21
|
-
let outDirManifestMetadata = "
|
|
21
|
+
let outDirManifestMetadata = "tooling/vue/output_manifests", _manifestsEntry = {}, _registeredReferenceManifests = [], serviceId = null, _modulesStats = {}, _manifestsStats = {}, keepTrackbuildOptions = {}, _transformResourcepaths = [], wcDomProps, _wcDefinitions = {};
|
|
22
22
|
if ($.isExtensionEnv) {
|
|
23
23
|
outDirManifestMetadata = "node_modules/@omnia/tooling-vue/internal-do-not-import-from-here/output_manifests";
|
|
24
24
|
}
|
|
@@ -235,7 +235,7 @@ declare global {
|
|
|
235
235
|
${wcTypings}`;
|
|
236
236
|
}
|
|
237
237
|
else {
|
|
238
|
-
wcTypings = `import { VueComponentBaseProps } from "
|
|
238
|
+
wcTypings = `import { VueComponentBaseProps } from "../../fx/ux/index";
|
|
239
239
|
${wcTypings}`;
|
|
240
240
|
}
|
|
241
241
|
componentRegistrations.forEach(wc => {
|
|
@@ -254,7 +254,7 @@ declare global {
|
|
|
254
254
|
if (bundleOptions && bundleOptions.commonsChunk && Object.keys(entries).length > 0) {
|
|
255
255
|
const hmrEnabled = $.composers.getHosting().hmr;
|
|
256
256
|
if ((!serve || !hmrEnabled) && Object.keys(entries).find(key => key.indexOf(bundleOptions.commonsChunk.name.toString()) > -1) === undefined) {
|
|
257
|
-
var fakeFile = $.isExtensionEnv ? "./node_modules/@omnia/tooling-vue/internal-do-not-import-from-here/tasks/materials/empty.js" : "./
|
|
257
|
+
var fakeFile = $.isExtensionEnv ? "./node_modules/@omnia/tooling-vue/internal-do-not-import-from-here/tasks/materials/empty.js" : "./tooling/vue/tasks/materials/empty.js";
|
|
258
258
|
$.composers.ManifestRegistry.setCurrentManifestPath("node_modules");
|
|
259
259
|
$.composers
|
|
260
260
|
.Composer
|
|
@@ -384,8 +384,10 @@ function beforeBundleManifest(entries) {
|
|
|
384
384
|
});
|
|
385
385
|
}
|
|
386
386
|
buildManifestMetadatas(entriesToBuild).then(() => {
|
|
387
|
-
|
|
388
|
-
|
|
387
|
+
if (Object.keys(entriesToBuild).length > 0) {
|
|
388
|
+
fsExtra.ensureFileSync(cachedEntriesPath);
|
|
389
|
+
fsExtra.writeJsonSync(cachedEntriesPath, entries);
|
|
390
|
+
}
|
|
389
391
|
resolve(entries);
|
|
390
392
|
});
|
|
391
393
|
}
|
|
@@ -705,7 +707,7 @@ function createVueWebpackConfig(currentEntry, entries, bundleOutputDir, hotModul
|
|
|
705
707
|
'orderedmap$': 'orderedmap/index.js',
|
|
706
708
|
'@microsoft/signalr': '@microsoft/signalr/dist/webworker/signalr.js',
|
|
707
709
|
'@microsoft/teams-js': '@microsoft/teams-js/dist/umd/MicrosoftTeams.js',
|
|
708
|
-
"vue-tsx-support/enable-check": $.isExtensionEnv ? $.path.resolve($.tooling.utils.root(""), "node_modules/@omnia/tooling-vue/internal-do-not-import-from-here/tasks/materials//dummy-vue-tsx-support-enable-check.js") : $.path.resolve($.tooling.utils.root(""), "
|
|
710
|
+
"vue-tsx-support/enable-check": $.isExtensionEnv ? $.path.resolve($.tooling.utils.root(""), "node_modules/@omnia/tooling-vue/internal-do-not-import-from-here/tasks/materials//dummy-vue-tsx-support-enable-check.js") : $.path.resolve($.tooling.utils.root(""), "tooling/vue/tasks/materials/dummy-vue-tsx-support-enable-check.js")
|
|
709
711
|
}),
|
|
710
712
|
},
|
|
711
713
|
target: ['web', 'es2022'],
|
|
@@ -1691,7 +1693,7 @@ function generateWebComponentTypings(wc, template) {
|
|
|
1691
1693
|
importPath = `../../../../${importPath}`;
|
|
1692
1694
|
}
|
|
1693
1695
|
else {
|
|
1694
|
-
importPath =
|
|
1696
|
+
importPath = `../../${importPath}`;
|
|
1695
1697
|
}
|
|
1696
1698
|
return template
|
|
1697
1699
|
.replace(/\/\/{{importWC}}/, `import ${friendlyManifestId} from '${importPath}';
|
|
@@ -4,7 +4,7 @@ const tslib_1 = require("tslib");
|
|
|
4
4
|
const fs = require('fs');
|
|
5
5
|
const shared_1 = require("../shared");
|
|
6
6
|
const $ = tslib_1.__importStar(require("../variables"));
|
|
7
|
-
let relativeOutDir = "
|
|
7
|
+
let relativeOutDir = "tooling/vue/docs";
|
|
8
8
|
if ($.isExtensionEnv) {
|
|
9
9
|
relativeOutDir = "node_modules/@omnia/tooling-vue/internal-do-not-import-from-here/docs";
|
|
10
10
|
}
|
|
@@ -4,11 +4,11 @@ const tslib_1 = require("tslib");
|
|
|
4
4
|
const $ = tslib_1.__importStar(require("../variables"));
|
|
5
5
|
const ExtractTextPlugin = require('mini-css-extract-plugin');
|
|
6
6
|
const fsExtra = require('fs-extra');
|
|
7
|
-
fsExtra.copySync('
|
|
7
|
+
fsExtra.copySync('assets/scripts/vue-class-component/vue-class-component.esm.custom.js', 'node_modules/vue-class-component/dist/vue-class-component.esm.js');
|
|
8
8
|
const extractCSS = new ExtractTextPlugin({
|
|
9
9
|
filename: "omnia.vendor.css",
|
|
10
10
|
});
|
|
11
|
-
var outDir = "
|
|
11
|
+
var outDir = "assets/scripts";
|
|
12
12
|
$.tooling.log('omnia shared vendor running...');
|
|
13
13
|
$.webpack({
|
|
14
14
|
mode: 'production',
|
|
@@ -135,7 +135,7 @@ $.webpack({
|
|
|
135
135
|
'rope-sequence$': 'rope-sequence/dist/index.js',
|
|
136
136
|
'w3c-keyname$': $.path.resolve($.tooling.utils.root(""), 'node_modules/w3c-keyname/index.es.js'),
|
|
137
137
|
'orderedmap$': 'orderedmap/index.js',
|
|
138
|
-
"vue-tsx-support/enable-check": "./
|
|
138
|
+
"vue-tsx-support/enable-check": "./tooling/vue/tasks/materials/dummy-vue-tsx-support-enable-check.js"
|
|
139
139
|
},
|
|
140
140
|
},
|
|
141
141
|
optimization: {
|
|
@@ -205,7 +205,7 @@ $.webpack({
|
|
|
205
205
|
"dayjs/locale/fi.js",
|
|
206
206
|
"dayjs/locale/es.js",
|
|
207
207
|
"dayjs/locale/nl.js",
|
|
208
|
-
"./
|
|
208
|
+
"./assets/scripts/zepto.extras.js",
|
|
209
209
|
// "@material/material-color-utilities"
|
|
210
210
|
]
|
|
211
211
|
},
|
|
@@ -20,6 +20,7 @@ class ManifestBuildEntriesResolver {
|
|
|
20
20
|
this.getPreBundleEntries = () => {
|
|
21
21
|
if (!this.preBundle) {
|
|
22
22
|
this.ensure();
|
|
23
|
+
const assetScriptsDir = `./${$.tooling.composer.getAssetsDir()}/scripts`;
|
|
23
24
|
return this.getEntries().then(entries => {
|
|
24
25
|
this.preBundle = Object.keys(entries).reduce((preBundleEntries, resourceIdentifier) => {
|
|
25
26
|
const filePaths = entries[resourceIdentifier];
|
|
@@ -30,7 +31,7 @@ class ManifestBuildEntriesResolver {
|
|
|
30
31
|
[resourceIdentifier]: filePaths
|
|
31
32
|
});
|
|
32
33
|
}
|
|
33
|
-
const paths = filePaths.filter(p => p.startsWith('./node_modules/') || p.startsWith(
|
|
34
|
+
const paths = filePaths.filter(p => p.startsWith('./node_modules/') || p.startsWith(assetScriptsDir));
|
|
34
35
|
if (paths.length > 0) {
|
|
35
36
|
return Object.assign(preBundleEntries, {
|
|
36
37
|
[resourceIdentifier]: paths
|
|
@@ -31,7 +31,7 @@ exports.dynamicBundle = (0, base_1.defineTransformer)("omnia-bundle", () => {
|
|
|
31
31
|
return utils_1.pathUtils.isJavaScriptSuperset(id);
|
|
32
32
|
},
|
|
33
33
|
async transform(code, id, fileGraph, ctx, fromWorker) {
|
|
34
|
-
//id.indexOf("
|
|
34
|
+
//id.indexOf("assets/docs/") === -1 &&
|
|
35
35
|
const dynamicModules = filterDynamicModules(fileGraph, ctx);
|
|
36
36
|
const bundledModules = dynamicModules.filter(item => item.resolved);
|
|
37
37
|
const unBundledModules = dynamicModules.filter(item => !item.resolved);
|
|
@@ -214,7 +214,7 @@ function filterBareImport(item, ctx) {
|
|
|
214
214
|
const depFileGraph = ctx.getFileGraph(item.path);
|
|
215
215
|
// skip omnia packages since they only contain typing files
|
|
216
216
|
return depFileGraph
|
|
217
|
-
&& depFileGraph.id.startsWith(
|
|
217
|
+
&& depFileGraph.id.startsWith(`./${$.tooling.composer.getAssetsDir()}/docs/`) == false
|
|
218
218
|
&& depFileGraph.id.startsWith('@omnia') == false
|
|
219
219
|
&& !ctx.alias[depFileGraph.id]
|
|
220
220
|
&& depFileGraph.bareImport
|
|
@@ -12,8 +12,8 @@ exports.omniaCurrentManifestRuntime = (0, base_1.defineTransformer)("omnia-curre
|
|
|
12
12
|
},
|
|
13
13
|
transform(code, id, fileGraph, ctx, fromWorker) {
|
|
14
14
|
const isOmniaEnv = ctx.serviceId == 'bb000000-0000-bbbb-0000-0000000000bb';
|
|
15
|
-
const fxIndexPaths = isOmniaEnv ? ['./
|
|
16
|
-
const uxIndexPaths = isOmniaEnv ? ['./
|
|
15
|
+
const fxIndexPaths = isOmniaEnv ? ['./fx/index.ts', '@omnia/fx'] : ['@omnia/fx'];
|
|
16
|
+
const uxIndexPaths = isOmniaEnv ? ['./fx/ux/index.ts', '@omnia/fx/ux'] : ['@omnia/fx/ux'];
|
|
17
17
|
const dependencies = [
|
|
18
18
|
...fileGraph.js.metadata.importPaths,
|
|
19
19
|
...fileGraph.js.metadata.exportPaths
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.stylesheet = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
4
5
|
const base_1 = require("../base");
|
|
6
|
+
const $ = tslib_1.__importStar(require("../../../../variables"));
|
|
5
7
|
/** Transform stylesheet files */
|
|
6
8
|
exports.stylesheet = (0, base_1.defineTransformer)("stylesheet", () => {
|
|
7
9
|
return {
|
|
@@ -9,7 +11,7 @@ exports.stylesheet = (0, base_1.defineTransformer)("stylesheet", () => {
|
|
|
9
11
|
return id.endsWith('.css');
|
|
10
12
|
},
|
|
11
13
|
transform(code, id, fileGraph, ctx) {
|
|
12
|
-
return code.replace(
|
|
14
|
+
return code.replace(new RegExp(`url('/${$.tooling.composer.getAssetsDir()}`.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'), "g"), `url('https://localhost:${ctx.options.hosting.port}`);
|
|
13
15
|
}
|
|
14
16
|
};
|
|
15
17
|
});
|
|
@@ -13,7 +13,7 @@ function getTsConfigPath() {
|
|
|
13
13
|
}
|
|
14
14
|
exports.getTsConfigPath = getTsConfigPath;
|
|
15
15
|
function getBundleOutputDirPath() {
|
|
16
|
-
return path_1.default.join(getRootDirPath(),
|
|
16
|
+
return path_1.default.join(getRootDirPath(), `${$.tooling.composer.getOutDir()}/omnia/dist/hmr/bundles`);
|
|
17
17
|
}
|
|
18
18
|
exports.getBundleOutputDirPath = getBundleOutputDirPath;
|
|
19
19
|
function getImageOutputDirPath() {
|
|
@@ -3,14 +3,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.resolveTsPath = exports.resolveModulePath = exports.modify = exports.parsePhysicalPath = exports.parseHmrDynamicBundlePath = exports.parseHmrEsmPath = exports.parseOmniaBundlePath = exports.isImageFilePath = exports.isPublicDirPath = exports.isNodeModulePath = exports.isTsPath = exports.isJavaScriptSuperset = exports.isSourceCodePath = exports.isEsmPath = exports.isBundlePath = exports.WORKER_IDENTIFIER = exports.HMR_DYNAMIC_BUNDLE_REQUEST = exports.HMR_ESM_REQUEST = exports.OMNIA_BUNDLE_REQUEST = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const path_1 = tslib_1.__importDefault(require("path"));
|
|
6
|
+
const fs_1 = tslib_1.__importDefault(require("fs"));
|
|
6
7
|
const vite_1 = require("vite");
|
|
7
8
|
const globby_1 = require("globby");
|
|
8
9
|
const envUtils = tslib_1.__importStar(require("./env"));
|
|
10
|
+
const $ = tslib_1.__importStar(require("../../../variables"));
|
|
9
11
|
exports.OMNIA_BUNDLE_REQUEST = '/omnia/bundles';
|
|
10
12
|
exports.HMR_ESM_REQUEST = '/hmr/esm';
|
|
11
13
|
exports.HMR_DYNAMIC_BUNDLE_REQUEST = '/hmr/dynamicbundles';
|
|
12
14
|
exports.WORKER_IDENTIFIER = 'omniaworker';
|
|
13
15
|
let _tsConfig;
|
|
16
|
+
let _subdirectoriesFromRoot = null;
|
|
14
17
|
function getTsConfig() {
|
|
15
18
|
if (!_tsConfig) {
|
|
16
19
|
const value = require(envUtils.getTsConfigPath());
|
|
@@ -31,8 +34,11 @@ exports.isEsmPath = isEsmPath;
|
|
|
31
34
|
function isSourceCodePath(value) {
|
|
32
35
|
const relativePath = ensureRelativePath(value);
|
|
33
36
|
const baseUrl = getTsConfig().compilerOptions.baseUrl;
|
|
34
|
-
if (!baseUrl) {
|
|
35
|
-
|
|
37
|
+
if (!baseUrl || baseUrl === ".") {
|
|
38
|
+
const subFolders = getSubdirectoriesFromRoot();
|
|
39
|
+
return isNodeModulePath(value) == false
|
|
40
|
+
&& isPublicDirPath(value) == false
|
|
41
|
+
&& subFolders.some(name => relativePath.startsWith(`/${name}`) || relativePath.startsWith(`./${name}`));
|
|
36
42
|
}
|
|
37
43
|
return relativePath.startsWith(baseUrl) || relativePath.startsWith('.' + baseUrl);
|
|
38
44
|
}
|
|
@@ -54,7 +60,8 @@ function isNodeModulePath(value) {
|
|
|
54
60
|
exports.isNodeModulePath = isNodeModulePath;
|
|
55
61
|
function isPublicDirPath(value) {
|
|
56
62
|
const relativePath = ensureRelativePath(value);
|
|
57
|
-
|
|
63
|
+
const assetDir = $.tooling.composer.getAssetsDir();
|
|
64
|
+
return relativePath.startsWith(`/${assetDir}`) || relativePath.startsWith(`./${assetDir}`);
|
|
58
65
|
}
|
|
59
66
|
exports.isPublicDirPath = isPublicDirPath;
|
|
60
67
|
function isImageFilePath(value) {
|
|
@@ -220,3 +227,14 @@ function ensureRelativePath(value) {
|
|
|
220
227
|
}
|
|
221
228
|
return value;
|
|
222
229
|
}
|
|
230
|
+
function getSubdirectoriesFromRoot() {
|
|
231
|
+
if (_subdirectoriesFromRoot === null) {
|
|
232
|
+
// 1. Read all entries (files and directories) in the path
|
|
233
|
+
const entries = fs_1.default.readdirSync(envUtils.getRootDirPath(), { withFileTypes: true });
|
|
234
|
+
// 2. Filter the entries to include only directories
|
|
235
|
+
_subdirectoriesFromRoot = entries
|
|
236
|
+
.filter(dirent => dirent.isDirectory())
|
|
237
|
+
.map(dirent => dirent.name) || []; // 3. Map to get the name
|
|
238
|
+
}
|
|
239
|
+
return _subdirectoriesFromRoot;
|
|
240
|
+
}
|
|
@@ -14,7 +14,7 @@ async function transformVueJsx(code, id) {
|
|
|
14
14
|
// '@vue/babel-preset-jsx',
|
|
15
15
|
$.isExtensionEnv ?
|
|
16
16
|
'./node_modules/@omnia/tooling-vue/internal-do-not-import-from-here/babel/preset-jsx.js'
|
|
17
|
-
: './
|
|
17
|
+
: './tooling/vue/babel/preset-jsx.ts',
|
|
18
18
|
{
|
|
19
19
|
vModel: true,
|
|
20
20
|
compositionAPI: true,
|
|
@@ -10,6 +10,8 @@ const del_1 = tslib_1.__importDefault(require("del"));
|
|
|
10
10
|
const tooling_composers_1 = require("@omnia/tooling-composers");
|
|
11
11
|
const tooling_1 = require("@omnia/tooling");
|
|
12
12
|
const plugins_1 = require("./plugins");
|
|
13
|
+
const $ = tslib_1.__importStar(require("../variables"));
|
|
14
|
+
const fsExtra = tslib_1.__importStar(require("fs-extra"));
|
|
13
15
|
async function createViteServer() {
|
|
14
16
|
const hosting = (0, tooling_composers_1.getHosting)();
|
|
15
17
|
let plugins = [
|
|
@@ -25,7 +27,7 @@ async function createViteServer() {
|
|
|
25
27
|
entries: [],
|
|
26
28
|
exclude: '**' // https://github.com/vitejs/vite/issues/1662
|
|
27
29
|
},
|
|
28
|
-
publicDir:
|
|
30
|
+
publicDir: $.tooling.composer.getOutDir(),
|
|
29
31
|
mode: 'development',
|
|
30
32
|
server: {
|
|
31
33
|
hmr: hosting.hmr,
|
|
@@ -39,6 +41,17 @@ async function createViteServer() {
|
|
|
39
41
|
serverConfig = Object.assign({}, serverConfig, hosting.userConfig);
|
|
40
42
|
serverConfig.plugins = (serverConfig.plugins || []).concat(plugins);
|
|
41
43
|
}
|
|
44
|
+
// ensure static images or fonts in assets that copied to hrm serving folder before dev server starup
|
|
45
|
+
const fontsSourcePath = `${$.tooling.composer.getAssetsDir()}/fonts`;
|
|
46
|
+
const fontsHmrPath = `${$.tooling.composer.getOutDir()}/omnia/dist/hmr/assets/fonts`;
|
|
47
|
+
const imagesSourcePath = `${$.tooling.composer.getAssetsDir()}/images`;
|
|
48
|
+
const imagesHmrPath = `${$.tooling.composer.getOutDir()}/omnia/dist/hmr/assets/images`;
|
|
49
|
+
if (fsExtra.existsSync(fontsSourcePath)) {
|
|
50
|
+
fsExtra.copySync(fontsSourcePath, fontsHmrPath);
|
|
51
|
+
}
|
|
52
|
+
if (fsExtra.existsSync(imagesSourcePath)) {
|
|
53
|
+
fsExtra.copySync(imagesSourcePath, imagesHmrPath);
|
|
54
|
+
}
|
|
42
55
|
const server = await (0, vite_1.createServer)(serverConfig);
|
|
43
56
|
await server.listen();
|
|
44
57
|
tooling_1.utils.log(`Done hosting -> https://localhost:${hosting.port}`);
|
|
@@ -40,7 +40,7 @@ function registerHmrMiddleware(server) {
|
|
|
40
40
|
});
|
|
41
41
|
}
|
|
42
42
|
});
|
|
43
|
-
const
|
|
43
|
+
const assetsDir = $.tooling.composer.getAssetsDir();
|
|
44
44
|
const host = `https://localhost:${server.config.server.port}`;
|
|
45
45
|
server.middlewares.use(utils_1.pathUtils.OMNIA_BUNDLE_REQUEST, async (req, res, next) => {
|
|
46
46
|
const { resourceId, bundleFileExtension, fromWorker } = utils_1.pathUtils.parseOmniaBundlePath(req.url);
|
|
@@ -49,6 +49,7 @@ function registerHmrMiddleware(server) {
|
|
|
49
49
|
return;
|
|
50
50
|
}
|
|
51
51
|
const manifest = (0, hmr_1.getManifest)(resourceId);
|
|
52
|
+
res.setHeader('Access-Control-Allow-Headers', ['omnia-nextgen-ui-tenant', 'omnia-nextgen-ui-trial', 'omniatokenkey']);
|
|
52
53
|
if (bundleFileExtension == 'js') {
|
|
53
54
|
res.setHeader('Content-Type', 'application/x-javascript');
|
|
54
55
|
}
|
|
@@ -78,11 +79,11 @@ function registerHmrMiddleware(server) {
|
|
|
78
79
|
res.write(script);
|
|
79
80
|
}
|
|
80
81
|
else if (manifest.manifestType == fx_models_1.ClientManifestTypes.Component || manifest.manifestType == fx_models_1.ClientManifestTypes.Resource) {
|
|
81
|
-
const script = await buildManifestResolveScript(host,
|
|
82
|
+
const script = await buildManifestResolveScript(host, assetsDir, manifest, bundleFileExtension, false, fromWorker);
|
|
82
83
|
res.write(script);
|
|
83
84
|
}
|
|
84
85
|
else if (manifest.manifestType == fx_models_1.ClientManifestTypes.ManifestGroup) {
|
|
85
|
-
const script = await buildGroupManifestResolveScript(host,
|
|
86
|
+
const script = await buildGroupManifestResolveScript(host, assetsDir, manifest, bundleFileExtension, fromWorker);
|
|
86
87
|
res.write(script);
|
|
87
88
|
}
|
|
88
89
|
else {
|
|
@@ -94,6 +95,7 @@ function registerHmrMiddleware(server) {
|
|
|
94
95
|
res.end();
|
|
95
96
|
});
|
|
96
97
|
server.middlewares.use(utils_1.pathUtils.HMR_ESM_REQUEST, async (req, res, next) => {
|
|
98
|
+
res.setHeader('Access-Control-Allow-Headers', ['omnia-nextgen-ui-tenant', 'omnia-nextgen-ui-trial', 'omniatokenkey']);
|
|
97
99
|
res.setHeader('Content-Type', 'application/x-javascript');
|
|
98
100
|
const { resourceId, fromWorker } = utils_1.pathUtils.parseHmrEsmPath(req.url);
|
|
99
101
|
const manifest = (0, hmr_1.getManifest)(resourceId);
|
|
@@ -107,6 +109,7 @@ function registerHmrMiddleware(server) {
|
|
|
107
109
|
res.end(script);
|
|
108
110
|
});
|
|
109
111
|
server.middlewares.use(utils_1.pathUtils.HMR_DYNAMIC_BUNDLE_REQUEST, async (req, res, next) => {
|
|
112
|
+
res.setHeader('Access-Control-Allow-Headers', ['omnia-nextgen-ui-tenant', 'omnia-nextgen-ui-trial', 'omniatokenkey']);
|
|
110
113
|
res.setHeader('Content-Type', 'application/x-javascript');
|
|
111
114
|
const { resourceId, fromWorker } = utils_1.pathUtils.parseHmrDynamicBundlePath(req.url);
|
|
112
115
|
const bundleDirPath = utils_1.envUtils.getBundleOutputDirPath();
|
|
@@ -195,12 +198,12 @@ async function createEsmImportScript(manifest, fromWorker) {
|
|
|
195
198
|
}, '').trim();
|
|
196
199
|
return importModulesString;
|
|
197
200
|
}
|
|
198
|
-
async function buildGroupManifestResolveScript(host,
|
|
201
|
+
async function buildGroupManifestResolveScript(host, assetDir, groupManifest, requestedFileExtension, fromWorker) {
|
|
199
202
|
const serviceId = $.tooling.composer.getServiceId();
|
|
200
203
|
const resourceId = groupManifest.resourceId;
|
|
201
204
|
const manifestScriptPromises = groupManifest.manifestIdsInGroup.map(manifestId => {
|
|
202
205
|
const manifest = (0, hmr_1.getManifest)(manifestId);
|
|
203
|
-
return buildManifestResolveScript(host,
|
|
206
|
+
return buildManifestResolveScript(host, assetDir, manifest, requestedFileExtension, true, fromWorker);
|
|
204
207
|
});
|
|
205
208
|
const manifestScripts = await Promise.all(manifestScriptPromises);
|
|
206
209
|
const groupManifestScript = manifestScripts.reduce((content, script, index) => {
|
|
@@ -235,12 +238,12 @@ omniaLoader['${serviceId}']['${resourceId}'] = function () {
|
|
|
235
238
|
`;
|
|
236
239
|
return template.trim();
|
|
237
240
|
}
|
|
238
|
-
async function buildManifestResolveScript(host,
|
|
241
|
+
async function buildManifestResolveScript(host, assetDir, manifest, requestedFileExtension, forGroupManifest, fromWorker) {
|
|
239
242
|
const serviceId = $.tooling.composer.getServiceId();
|
|
240
243
|
const resourceId = manifest.resourceId;
|
|
241
244
|
const entries = await hmr_1.entriesResolver.getEntries();
|
|
242
245
|
const key = utils_1.manifestUtils.getEntryKeyFromManifest(manifest);
|
|
243
|
-
const hasPreBundle = entries[key].some(p => p.startsWith('./node_modules') || p.startsWith('./' +
|
|
246
|
+
const hasPreBundle = entries[key].some(p => p.startsWith('./node_modules') || p.startsWith('./' + assetDir));
|
|
244
247
|
let preBundleContent = '';
|
|
245
248
|
if (hasPreBundle) {
|
|
246
249
|
const preBundleFileNames = manifest.availableBundleTargetTypes.map(fileExtension => key + "." + fileExtension);
|
|
@@ -248,7 +251,7 @@ async function buildManifestResolveScript(host, publicDir, manifest, requestedFi
|
|
|
248
251
|
const preBundleAvailable = preBundleFilePaths.some(filePath => filePath.endsWith(requestedFileExtension));
|
|
249
252
|
if (!preBundleAvailable) {
|
|
250
253
|
// node_modules and public css will be pre-bundled
|
|
251
|
-
const hasPreBundleCss = entries[key].some(p => (p.startsWith('./node_modules') || p.startsWith('./' +
|
|
254
|
+
const hasPreBundleCss = entries[key].some(p => (p.startsWith('./node_modules') || p.startsWith('./' + assetDir)) && p.endsWith('.css'));
|
|
252
255
|
if (hasPreBundleCss) {
|
|
253
256
|
throw new utils_1.ErrorHMR(`Pre-Bundle file '${requestedFileExtension}' not found for resource ${resourceId}`);
|
|
254
257
|
}
|
|
@@ -11,6 +11,18 @@ function registerStaticFileMiddleware(server) {
|
|
|
11
11
|
if (req.url.indexOf('/omnia/fonts/') === 0 || req.url.indexOf('/omnia/images/') === 0) {
|
|
12
12
|
res.setHeader('Cache-Control', 'public, max-age=31536000');
|
|
13
13
|
req.url = req.url.replace("/omnia/", "/omnia/dist/");
|
|
14
|
+
// req.url = req.url.replace("/omnia/", `/${$.tooling.composer.getAssetDir()}/`);
|
|
15
|
+
// console.log("registerStaticFileMiddleware", req.url)
|
|
16
|
+
next();
|
|
17
|
+
}
|
|
18
|
+
else if (req.url.indexOf("/fonts/") === 0) {
|
|
19
|
+
res.setHeader("Cache-Control", "public, max-age=31536000");
|
|
20
|
+
req.url = `/omnia/dist/hmr/assets${req.url}`;
|
|
21
|
+
next();
|
|
22
|
+
}
|
|
23
|
+
else if (req.url.indexOf("/images/") === 0) {
|
|
24
|
+
res.setHeader("Cache-Control", "public, max-age=31536000");
|
|
25
|
+
req.url = `/omnia/dist/hmr/assets${req.url}`;
|
|
14
26
|
next();
|
|
15
27
|
}
|
|
16
28
|
else if (req.url.indexOf('/omnia/bundles') === 0) {
|
|
@@ -17,7 +17,7 @@ function default_1(treeshaking, wcDomProps, hotModuleReload) {
|
|
|
17
17
|
// '@vue/babel-preset-jsx',
|
|
18
18
|
$.isExtensionEnv ?
|
|
19
19
|
'./node_modules/@omnia/tooling-vue/internal-do-not-import-from-here/babel/preset-jsx.js'
|
|
20
|
-
: './
|
|
20
|
+
: './tooling/vue/babel/preset-jsx.ts',
|
|
21
21
|
{
|
|
22
22
|
vModel: true,
|
|
23
23
|
compositionAPI: true,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/tooling-vue",
|
|
3
|
-
"license": "
|
|
4
|
-
"version": "7.11.
|
|
3
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
+
"version": "7.11.1",
|
|
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.
|
|
23
|
-
"@omnia/tooling-composers": "7.11.
|
|
22
|
+
"@omnia/fx-models": "7.11.1",
|
|
23
|
+
"@omnia/tooling-composers": "7.11.1",
|
|
24
24
|
"@types/mousetrap": "1.5.34",
|
|
25
25
|
"@types/node": "10.11.7",
|
|
26
26
|
"@types/quill": "1.3.6",
|
|
@@ -65,4 +65,4 @@
|
|
|
65
65
|
"url": "https://github.com/omniaintranet/OmniaFx/issues"
|
|
66
66
|
},
|
|
67
67
|
"homepage": "https://github.com/omniaintranet/OmniaFx#readme"
|
|
68
|
-
}
|
|
68
|
+
}
|