@omnia/tooling-vue 7.5.75-dev → 8.0.0-dev

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.
Files changed (65) hide show
  1. package/internal-do-not-import-from-here/babel/preset-jsx.d.ts +2 -8
  2. package/internal-do-not-import-from-here/babel/preset-jsx.js +7 -105
  3. package/internal-do-not-import-from-here/config/omnia.vendor.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/config/tooling.output.json +1 -0
  5. package/internal-do-not-import-from-here/config/wctypings.d.ts +2038 -0
  6. package/internal-do-not-import-from-here/index.d.ts +3 -1
  7. package/internal-do-not-import-from-here/index.js +6 -2
  8. package/internal-do-not-import-from-here/shared.d.ts +32 -100
  9. package/internal-do-not-import-from-here/shared.js +97 -208
  10. package/internal-do-not-import-from-here/swc/extract-doc-plugin/package.json +14 -0
  11. package/internal-do-not-import-from-here/tasks/ComponentDocRegistrations.d.ts +1 -0
  12. package/internal-do-not-import-from-here/tasks/ComponentDocRegistrations.js +9 -0
  13. package/internal-do-not-import-from-here/tasks/bundle.d.ts +3 -4
  14. package/internal-do-not-import-from-here/tasks/bundle.js +304 -353
  15. package/internal-do-not-import-from-here/tasks/doc.d.ts +3 -1
  16. package/internal-do-not-import-from-here/tasks/doc.js +282 -395
  17. package/internal-do-not-import-from-here/tasks/tsc.js +1 -0
  18. package/internal-do-not-import-from-here/tasks/vendor.js +163 -40
  19. package/internal-do-not-import-from-here/variables.d.ts +1 -1
  20. package/internal-do-not-import-from-here/variables.js +2 -2
  21. package/internal-do-not-import-from-here/vite/hmr/graph.js +6 -2
  22. package/internal-do-not-import-from-here/vite/hmr/manifest.js +6 -7
  23. package/internal-do-not-import-from-here/vite/hmr/runtime.js +8 -6
  24. package/internal-do-not-import-from-here/vite/hmr/transformers/importPath.js +10 -6
  25. package/internal-do-not-import-from-here/vite/hmr/transformers/internal/dynamicBundle.js +14 -3
  26. package/internal-do-not-import-from-here/vite/hmr/transformers/internal/omniaRuntime.js +8 -8
  27. package/internal-do-not-import-from-here/vite/hmr/transformers/vendorImportPath.d.ts +4 -0
  28. package/internal-do-not-import-from-here/vite/hmr/transformers/vendorImportPath.js +2 -1
  29. package/internal-do-not-import-from-here/vite/hmr/utils/manifest.js +3 -3
  30. package/internal-do-not-import-from-here/vite/hmr/utils/path.js +12 -8
  31. package/internal-do-not-import-from-here/vite/hmr/utils/webpack.js +2 -2
  32. package/internal-do-not-import-from-here/vite/hmr/vueJsx.d.ts +4 -3
  33. package/internal-do-not-import-from-here/vite/hmr/vueJsx.js +160 -54
  34. package/internal-do-not-import-from-here/vite/index.js +4 -0
  35. package/internal-do-not-import-from-here/vite/middlewares/HmrMiddleware.js +22 -18
  36. package/internal-do-not-import-from-here/vite/middlewares/OmniaMiddleware.js +55 -17
  37. package/internal-do-not-import-from-here/vite/middlewares/StaticFileMiddleware.js +32 -11
  38. package/internal-do-not-import-from-here/vite/middlewares/WebpackMiddleware.js +1 -1
  39. package/internal-do-not-import-from-here/vite/plugins/OmniaPlugin.js +44 -26
  40. package/internal-do-not-import-from-here/wctypings.ts +0 -0
  41. package/internal-do-not-import-from-here/webpack-loaders/doc-loader.js +11 -0
  42. package/internal-do-not-import-from-here/webpack-loaders/ingore-vuetify-locale.js +1 -1
  43. package/internal-do-not-import-from-here/webpack-loaders/ts-loader.d.ts +11 -4
  44. package/internal-do-not-import-from-here/webpack-loaders/ts-loader.js +12 -12
  45. package/internal-do-not-import-from-here/webpack-loaders/tsx-loader.d.ts +25 -4
  46. package/internal-do-not-import-from-here/webpack-loaders/tsx-loader.js +33 -32
  47. package/internal-do-not-import-from-here/webpack-loaders/wc-loader.d.ts +1 -0
  48. package/internal-do-not-import-from-here/webpack-loaders/wc-loader.js +11 -0
  49. package/package.json +14 -11
  50. package/internal-do-not-import-from-here/1cacb55c-202b-4cd7-819d-11bad92fa9cb.wcdefinitions.json +0 -1
  51. package/internal-do-not-import-from-here/1cacb55c-202b-4cd7-819d-11bad92fa9cb.wctypings.d.ts +0 -11
  52. package/internal-do-not-import-from-here/bb000000-0000-bbbb-0000-0000000000bb.wcdefinitions.json +0 -1
  53. package/internal-do-not-import-from-here/bb000000-0000-bbbb-0000-0000000000bb.wctypings.d.ts +0 -322
  54. package/internal-do-not-import-from-here/bb000000-0000-bbbb-0000-0000000000bb.wctypings.js +0 -2
  55. package/internal-do-not-import-from-here/cc000000-0000-cccc-0000-0000000000cc.wcdefinitions.json +0 -1
  56. package/internal-do-not-import-from-here/config/tsconfig.es2015.json +0 -21
  57. package/internal-do-not-import-from-here/webpack-loaders/esbuild-custom-loader.js +0 -13
  58. package/internal-do-not-import-from-here/webpack-loaders/jsx-loader.d.ts +0 -8
  59. package/internal-do-not-import-from-here/webpack-loaders/jsx-loader.js +0 -61
  60. package/internal-do-not-import-from-here/webpack-loaders/vue-tsx-hot-loader.d.ts +0 -1
  61. package/internal-do-not-import-from-here/webpack-loaders/vue-tsx-hot-loader.js +0 -44
  62. package/internal-do-not-import-from-here/webpack-loaders/wcmanifest-loader.d.ts +0 -1
  63. package/internal-do-not-import-from-here/webpack-loaders/wcmanifest-loader.js +0 -10
  64. /package/internal-do-not-import-from-here/{1cacb55c-202b-4cd7-819d-11bad92fa9cb.wctypings.js → config/wctypings.js} +0 -0
  65. /package/internal-do-not-import-from-here/webpack-loaders/{esbuild-custom-loader.d.ts → doc-loader.d.ts} +0 -0
@@ -1,322 +0,0 @@
1
- import { VueComponentBaseProps } from "../../../client/fx/ux/index";
2
- import * as base from "vue-tsx-support/types/base";
3
- import wce6b88bd8d41949c8af6fed268ae64430 from '../../../client/fx/console/components/MessageOverlay';
4
- import wcdb625bea89b04f32a946efe7a887c7f2 from '../../../client/fx/sp/ux/filterengine/components/settings/TaxonomyPropertySettings';
5
- import wcded30c240e6c4688955867472a8d0a02 from '../../../client/fx/sp/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
6
- import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../../client/fx/sp/ux/filterengine/TaxonomyPropertyRenderer';
7
- import wcb1fca92af8524970b426823cf7ef65b5 from '../../../client/fx/sp/ux/filterengine/SelectionsAreaTaxonomyRenderer';
8
- import wc7332138e1e7845d1a5e62597a27e44a4 from '../../../client/fx/sp/ux/properties/term-set/TermSetDisplay';
9
- import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../../client/fx/sp/ux/properties/term-set/TermSetEditor';
10
- import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../../client/fx/sp/ux/properties/term-set/TermSetConfiguration';
11
- import wca8f8d41d8ceb43e0b16398c209fd6b32 from '../../../client/fx/ux/app/appinstance/renderer/AppInstanceRollup';
12
- import wc99576cfe75504d4babc4575e968f3f9c from '../../../client/fx/ux/app/appinstance/renderer/AppInstanceRollupRenderer';
13
- import wcfb44f129de804adbb2f134176c1c17a5 from '../../../client/fx/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer';
14
- import wc450488bd95a34f368241e9b4d8c71dee from '../../../client/fx/ux/app/management/AppManagement';
15
- import wcd26f1c7425484ce6adfc9165704877e5 from '../../../client/fx/ux/app/management/tabs/instance/InstanceTab';
16
- import wcdf7481b60b764c08865e658d9607387a from '../../../client/fx/ux/app/management/tabs/templates/TemplateTab';
17
- import wc6c400e11caad44bf8d174b145b6f122d from '../../../client/fx/ux/app/management/tabs/layouts/LayoutTab';
18
- import wc211ad37d3c1747c2a3fce889a433ebaa from '../../../client/fx/ux/app/management/tabs/namingpolicies/NamingPolicyTab';
19
- import wc20bd8ac81b314379a3676ca3b31c720e from '../../../client/fx/ux/app/management/components/TabsManagement';
20
- import wc1476702e8f24468d9185322be5931c54 from '../../../client/fx/ux/app/management/tabs/shared/addbutton/AddButton';
21
- import wc8e21d658d6f84d70870d29805b27df86 from '../../../client/fx/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
22
- import wce4889269c6ad440da65f3acdf5bb6152 from '../../../client/fx/ux/authsetup/AuthSetup';
23
- import wc5dfa7b609aed43ffab03dad33c65b2da from '../../../client/fx/ux/commandpalette/CommandPalette';
24
- import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from '../../../client/fx/ux/datetimezonepicker/DateTimeZonePicker';
25
- import wcd3d05fa7bb114ecab1c16f714641b678 from '../../../client/fx/ux/datetimezonerenderer/DateTimeZoneRenderer';
26
- import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from '../../../client/fx/ux/dialog/Dialog';
27
- import wc4ecc566131194348b7ec8495a06d4fd6 from '../../../client/fx/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings';
28
- import wceed905b1712c498ebd5bb24f12ed10d7 from '../../../client/fx/ux/filterengine/components/settings/person/PersonPropertySettings';
29
- import wcad26e9b3bf774d949d153b9f9d1d4b02 from '../../../client/fx/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput';
30
- import wc7b2e1b93599a4e5fb878fb68b6abd74c from '../../../client/fx/ux/filterengine/components/settings/text/TextPropertySettings';
31
- import wc47fde3016cac4cfea002b318651b2946 from '../../../client/fx/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput';
32
- import wc031ba18d4af243d2b9f1724a56077890 from '../../../client/fx/ux/filterengine/components/settings/boolean/BooleanPropertySettings';
33
- import wc6003c34b7d2d49cc8a9c7440371dca4b from '../../../client/fx/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput';
34
- import wca1d7711329c24045bf72254e8d2767c8 from '../../../client/fx/ux/filterengine/components/settings/date/DatePropertySettings';
35
- import wcba1fad28be954b8fadb7290ccb8f8c86 from '../../../client/fx/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput';
36
- import wcee09ecc9d4fb46de8f1a408e38858030 from '../../../client/fx/ux/filterengine/components/settings/number/NumberPropertySettings';
37
- import wcea2ad78acabc4ec0bc3609301b3713c3 from '../../../client/fx/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput';
38
- import wc024952d88730404da854cfed0d045284 from '../../../client/fx/ux/filterengine/components/settings/tags/TagsPropertySettings';
39
- import wcdc589fd533c8400a8dde3dad35f47248 from '../../../client/fx/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput';
40
- import wca91d4cd2b5744de3a672110cb1cdf7ba from '../../../client/fx/ux/filterengine/FilterEngineSettings';
41
- import wc34e1cea969d744f1bbec4770b51d49f5 from '../../../client/fx/ux/filterengine/FilterEngineRenderer';
42
- import wc43fc70078d114ec3a70ebbd767ef4f95 from '../../../client/fx/ux/filterengine/components/renderer/person/PersonPropertyRenderer';
43
- import wc425ef72815f04fed9a042d48a2ac7df8 from '../../../client/fx/ux/filterengine/components/renderer/tags/TagsPropertyRenderer';
44
- import wce2f7f245f168446980aef1473d8742d1 from '../../../client/fx/ux/filterengine/SelectionsArea';
45
- import wccbef13c831cf4531a43fb63ef63ad39b from '../../../client/fx/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer';
46
- import wc6e487078cbd14ee189af05260831ba5a from '../../../client/fx/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer';
47
- import wcc7b859fc2c5b46c09ff08ee4a9daa394 from '../../../client/fx/ux/filterengine/components/renderer/text/TextPropertyRenderer';
48
- import wcc311e369d2d241f38e609ad50f7dec2f from '../../../client/fx/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer';
49
- import wc0debbe4a117f46ddb9ca37231010938c from '../../../client/fx/ux/filterengine/components/renderer/date/DatePropertyRenderer';
50
- import wcaac689be588e4dd3ac8166ac631a37f1 from '../../../client/fx/ux/filterengine/components/renderer/number/NumberPropertyRenderer';
51
- import wc7a0ad7d8477246c2b5f1de4b59bbc5f1 from '../../../client/fx/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer';
52
- import wcb11657e2b45247fc82c78a30ba131001 from '../../../client/fx/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer';
53
- import wc63a474f600324efc9148ceeab9202778 from '../../../client/fx/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer';
54
- import wc5a6940e10c51454aa5e0a4144ab01288 from '../../../client/fx/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer';
55
- import wc937eab372066440fa95551ac8cba45d7 from '../../../client/fx/ux/filterengine/components/renderer/dialog/DialogContent';
56
- import wc7813f37afbf34cb085a2ef74e71e20fa from '../../../client/fx/ux/filterengine/components/renderer/PropertyDropdownRenderer';
57
- import wc373cd0c180af441ca9f973b1da4de7f9 from '../../../client/fx/ux/filterengine/components/renderer/PropertyListRenderer';
58
- import wc0b99953ef72848a7936f51500d69d771 from '../../../client/fx/ux/filterengine/components/renderer/date/DateTimePeriodSlider';
59
- import wc08b9c70d2a77433f8492dc0fb50d900e from '../../../client/fx/ux/grecaptcha/GRecaptcha';
60
- import wca7608d8c42184cbb994910dc06c464a1 from '../../../client/fx/ux/identities/IdentityRenderer';
61
- import wc01c6a5e974334f06a390c9af5a7689d0 from '../../../client/fx/ux/identities/components/shared/IdentitySyncPropertyBindingSetup';
62
- import wcc2a811dfd3774d15862abb2f6a435a5c from '../../../client/fx/ux/identities/components/shared/IdentitySyncRuleSetup';
63
- import wcba60557e3daf48208c919a1806502df5 from '../../../client/fx/ux/identitypicker/IdentityPickerField';
64
- import wc9cbe10e4fe1a48929727942cea5f7338 from '../../../client/fx/ux/identitypicker/IdentityPickerInlineField';
65
- import wcec81357974804c539bff6c58a8785c22 from '../../../client/fx/ux/identitypicker/IdentityPicker';
66
- import wc5d74b2de65164761a3dce6a534b64bd1 from '../../../client/fx/ux/identitypicker/IdentityPickerDialog';
67
- import wc70593d481fa54e68be9f4fe41f0f5c92 from '../../../client/fx/ux/identitypicker/IdentityPickerButton';
68
- import wc6c2ac8bf4da44a2b8e544eaf5b42099f from '../../../client/fx/ux/limited-label/LimitedLabel';
69
- import wcf365f5cb3a694c20be7b96423bbc3eca from '../../../client/fx/ux/magiclink/MagicLink';
70
- import wcac5f615df97543cf97b3ae930ba113d0 from '../../../client/fx/ux/mediagallery/gallerydialogproviders/slider/Slider';
71
- import wc12d1bca1d50b4186acd50014584389c9 from '../../../client/fx/ux/mediagallery/galleryviewproviders/photowall/PhotoWall';
72
- import wc96c7e84dfb66450796fe123aea7999c5 from '../../../client/fx/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer';
73
- import wcc15cd6402e584ab18c73ed2b5e3eded9 from '../../../client/fx/ux/mediagallery/view/MediaDisplayRenderer';
74
- import wc8f6c9579f26646dfb316c087e04455cc from '../../../client/fx/ux/mediapickerproviders/dalleprovider/PollingImageComponent';
75
- import wc29de17877bbb49b1961e75210d865a1b from '../../../client/fx/ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer';
76
- import wc7f06e68f94904b48b827b23acd148bec from '../../../client/fx/ux/optionpicker/OptionPicker';
77
- import wcb6ddbf2c41224cd29b92fcecbbdd31a0 from '../../../client/fx/ux/playground_test/Play2Component';
78
- import wc1a58948a606a42078da3fb919cc4f7e6 from '../../../client/fx/ux/presetupwizard/PreSetupWizard';
79
- import wc6d1d84cb210643c59ca8437fc36c75a1 from '../../../client/fx/ux/profilecard/ProfileCardRenderer';
80
- import wc916c23c53dbf4d5a8e421e9449c6b203 from '../../../client/fx/ux/properties/builtins/birthday/BirthdayDisplay';
81
- import wc644e39fe6d4f4e23b1777aefd9c23939 from '../../../client/fx/ux/properties/builtins/birthday/BirthdayEditor';
82
- import wcf61d06a945754742a1896847765fbea5 from '../../../client/fx/ux/properties/builtins/boolean/BooleanDisplay';
83
- import wca16c703117f44a68982a1898d6c3c31b from '../../../client/fx/ux/properties/builtins/boolean/BooleanEditor';
84
- import wcb131edab4792449794cbe808794a4678 from '../../../client/fx/ux/properties/builtins/businessprofile/BusinessProfileDisplay';
85
- import wcd524d750bbd84cbbb8582c259cef3198 from '../../../client/fx/ux/properties/builtins/businessprofile/BusinessProfileEditor';
86
- import wc5666ffa15ff14a64bac8854da534ff16 from '../../../client/fx/ux/properties/builtins/date-time/DateTimeDisplay';
87
- import wc0f52758b4d0c4e02abfeea1c5c935571 from '../../../client/fx/ux/properties/builtins/date-time/DateTimeEditor';
88
- import wc0aa4b8916fcf4b1f959c8fd04ef8bfe9 from '../../../client/fx/ux/properties/builtins/date-time/DateTimeConfiguration';
89
- import wc627dc53f51a442019a52bba09ac665cc from '../../../client/fx/ux/properties/builtins/date/DateDisplay';
90
- import wcae6a9ccc0bf24b0fb983460b7aba7fe6 from '../../../client/fx/ux/properties/builtins/date/DateEditor';
91
- import wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc from '../../../client/fx/ux/properties/builtins/email/EmailDisplay';
92
- import wc056a7f0a4fa444368b5c7d09c60dbcde from '../../../client/fx/ux/properties/builtins/email/EmailEditor';
93
- import wc5f8ca1cb4e2847d4935f0ac659a3a1f8 from '../../../client/fx/ux/properties/builtins/html/HtmlDisplay';
94
- import wc2d5cfa916f2946ea9ed6b9ed2c15dadf from '../../../client/fx/ux/properties/builtins/html/HtmlEditor';
95
- import wcae36a741825f4f209bc10b68fb677bf7 from '../../../client/fx/ux/properties/builtins/html/HtmlConfiguration';
96
- import wc24adf7dd588e4121b7f2b88f06d19ff0 from '../../../client/fx/ux/properties/builtins/identity/IdentityDisplay';
97
- import wc512d83f1692c4d7ea3dee2653ccf15e6 from '../../../client/fx/ux/properties/builtins/identity/IdentityEditor';
98
- import wc77d632a8bca5461fb6c429a0ff65dc83 from '../../../client/fx/ux/properties/builtins/identity/IdentityConfiguration';
99
- import wcbf51f51ebb83415085c1ac7647a65152 from '../../../client/fx/ux/properties/builtins/image/ImageDisplay';
100
- import wc5395d36d407d46f1bf8b16a8a01ace5a from '../../../client/fx/ux/properties/builtins/image/ImageConfiguration';
101
- import wc188dea2e3ae74c54a34a3e6567e1399e from '../../../client/fx/ux/properties/builtins/image/ImageEditor';
102
- import wc5f9cd004b39f4340a86911e1fc225a20 from '../../../client/fx/ux/properties/builtins/integer/IntegerDisplay';
103
- import wc49e771f49e06477fbe72da709d82dc29 from '../../../client/fx/ux/properties/builtins/integer/IntegerEditor';
104
- import wc41b1957c2c2b456d8f14bc39f6761c77 from '../../../client/fx/ux/properties/builtins/language/LanguageDisplay';
105
- import wc84265bdaa0054a8092a740c818daf04e from '../../../client/fx/ux/properties/builtins/language/LanguageEditor';
106
- import wc93d3ac3a514149ebbd387d1e87008ec6 from '../../../client/fx/ux/properties/builtins/link/LinkDisplay';
107
- import wc9911a5588ea34e9cad8a5129c82e1f0c from '../../../client/fx/ux/properties/builtins/link/LinkEditor';
108
- import wcbdcc5c7cc8b04e9c8cba9787284281ca from '../../../client/fx/ux/properties/builtins/link/LinkConfiguration';
109
- import wc82ed0f43e304436ba399aacf37dc10fb from '../../../client/fx/ux/properties/builtins/media/MediaDisplay';
110
- import wc01ad88e84cd443e28c158b2fa4147924 from '../../../client/fx/ux/properties/builtins/media/MediaEditor';
111
- import wc90552b5ea3484174bf69463a6a74f83a from '../../../client/fx/ux/properties/builtins/multiline-text/MultilineTextDisplay';
112
- import wcc24137f2406f4ebeb414b8d11492d0d3 from '../../../client/fx/ux/properties/builtins/multiline-text/MultilineTextEditor';
113
- import wc784d162feec24424a993d8ba812b9c94 from '../../../client/fx/ux/properties/builtins/multilingualText/MultilingualTextDisplay';
114
- import wc4abd8ef8e96f4beca6d375984132b6ec from '../../../client/fx/ux/properties/builtins/multilingualText/MultilingualTextEditor';
115
- import wcae83e3f39ff443b8abb93e483c14f48f from '../../../client/fx/ux/properties/builtins/phone-number/PhoneNumberDisplay';
116
- import wcaad7c8da16f04a46b9503564b10a8f34 from '../../../client/fx/ux/properties/builtins/phone-number/PhoneNumberEditor';
117
- import wc13f465ea57024a47ae66d4bf1d927974 from '../../../client/fx/ux/properties/builtins/tags/TagsDisplay';
118
- import wc4fc24b6b58014b5f9a3474a8f5cc4f00 from '../../../client/fx/ux/properties/builtins/tags/TagsEditor';
119
- import wcdf429c59a8ec42cf8ec34907705793a9 from '../../../client/fx/ux/properties/builtins/text/TextDisplay';
120
- import wcb8cc745685f2417cacf578d9bed620b5 from '../../../client/fx/ux/properties/builtins/text/TextEditor';
121
- import wceb1460af73a8467597c5d0987d38cae5 from '../../../client/fx/ux/properties/builtins/time/TimeDisplay';
122
- import wcf6b07b9fb080465498768f4fc8c58415 from '../../../client/fx/ux/properties/builtins/time/TimeEditor';
123
- import wcab831db522504b8ea6948fe46978bd31 from '../../../client/fx/ux/properties/builtins/usertype/UserTypeDisplay';
124
- import wc2717acc386ab40198b6dae0986557da3 from '../../../client/fx/ux/properties/builtins/usertype/UserTypeEditor';
125
- import wc091ee9b103234b26a5e2bd5f992b2582 from '../../../client/fx/ux/properties/property-picker/PropertyPicker';
126
- import wcf36a8a2b1c70423ebc4647aaddab8f4f from '../../../client/fx/ux/properties/property-renderer/PropertyBindingValueRenderer';
127
- import wc48e897be803c4b5cb1db09dbadd04fe5 from '../../../client/fx/ux/properties/property-renderer/PropertyValueRenderer';
128
- import wce012f61b652b4ab8b7e9d436ef772f54 from '../../../client/fx/ux/properties/property-configuration/PropertyConfiguration';
129
- import wc54caefeaae1d4da7b236a3ff268b31c3 from '../../../client/fx/ux/properties/property-configuration/LabelOptionsRenderer';
130
- import wc14f41bfbe00d46658959d3b2ebb7da69 from '../../../client/fx/ux/properties/property-configuration/PropertyLocking';
131
- import wcb174dcf2716344b0bb02c981ae68dd73 from '../../../client/fx/ux/properties/property-picker/PropertyInput';
132
- import wc58330f37503947799af05363e58bda3c from '../../../client/fx/ux/richtexteditor/Emoticon/EmoticonComponent';
133
- import wc327ec741777b4e1ea8017f1d0a3b8d9d from '../../../client/fx/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel';
134
- import wc539d199f69934c10a963f142e4f3056d from '../../../client/fx/ux/sidepanel/SidePanelRenderer';
135
- import wcb5315b31203e4bd1beb3c33f2122cbfe from '../../../client/fx/ux/signin/SignInPage';
136
- import wce4b25c06803a417a9c4aa4b7280a599b from '../../../client/fx/ux/signin/SignInBlock';
137
- import wcbc3b9409639d45829a6e58a4295bc470 from '../../../client/fx/ux/signin/omnia/Renderer';
138
- import wc2b741f0203a54cb5a7be72e204ebecc8 from '../../../client/fx/ux/signin/identitycreationrequest/IdentityCreationRequestView';
139
- import wcffcb5f0ddcfd445d81683167f298c336 from '../../../client/fx/ux/signin/identitycreationrequest/ConfirmEmailView';
140
- import wcf297290b5ea4409a9738ca880f1ea612 from '../../../client/fx/ux/signout/SignOut';
141
- import wc5aaaefb501d64fe59da8b779a54c0a55 from '../../../client/fx/ux/statuscoderenderer/StatusCodeRenderer';
142
- import wc252ece0016594978b3ddfafdd59adda4 from '../../../client/fx/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
143
- import wc5abbb7170e454f0d8cb537bcad180cd7 from '../../../client/fx/ux/theming-v2/themeeditor/ThemeEditor';
144
- import wc21a1f20b3d404602853049c1c8b8da2f from '../../../client/fx/ux/userpresence/UserPresence';
145
- import wc30289e2b58ff48b0aabb3cb3732c3038 from '../../../client/fx/ux/usertypelayout/UserTypeLayoutRenderer';
146
- import wc5b26d2a399c041f3beae9c1115d6e8d8 from '../../../client/fx/ux/usertypelayout/UserTypeLayoutBladeBuilder';
147
- import wc80bd5b0978ea40439001d3d409236382 from '../../../client/fx/ux/velcron/blocks/VelcronBlock';
148
- import wce8526e8ed3f74e848e0dd747fd4d376d from '../../../client/fx/ux/velcron/blocks/VelcronBlockSettings';
149
- import wc327aebb7d6ce4565bf119cf67e121d1a from '../../../client/fx/ux/velcron/editor/components/pickers/colorpicker/ColorPicker';
150
- import wc511447a5fd2646af910064ed9970d82e from '../../../client/fx/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper';
151
- import wc1266389c28034034921b897f788f302d from '../../../client/fx/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker';
152
- import wc3cd2da446d21461e8149e6c8334a36f4 from '../../../client/fx/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker';
153
- import wc8420a0b507e14a288c2d895471739f1d from '../../../client/fx/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker';
154
- import wcc75ffd4cf2f14b6685c5c2d894fdf00f from '../../../client/fx/ux/velcron/editor/VelcronEditor';
155
- import wc3dd4d94bcc254f9fac2100a3ff84dc7e from '../../../client/fx/ux/velcron/renderer/VelcronRenderer';
156
- import wcba03fc7e6921468289c0a0ffe0cf942e from '../../../client/fx/ux/versionedlayout/renderer/VersionedLayoutRenderer';
157
- import wc73154f51a92944acbe248779a3fa7ef5 from '../../../client/fx/ux/versionedlayout/editor/VersionedLayoutEditor';
158
- declare global {
159
- namespace VueTsxSupport.JSX {
160
- interface Element {
161
- }
162
- interface ElementClass {
163
- }
164
- interface IntrinsicElements {
165
- "omfx-dev-message": base.CombinedTsxComponentAttrs<typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
166
- "omfx-filterengine-taxonomy-propertysettings": base.CombinedTsxComponentAttrs<typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
167
- "omfx-filterengine-taxonomy-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
168
- "omfx-taxonomy-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
169
- "omfx-filterengine-selectionsarea-taxonomyproperty": base.CombinedTsxComponentAttrs<typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
170
- "omfx-properties-term-set-display": base.CombinedTsxComponentAttrs<typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
171
- "omfx-properties-term-set-editor": base.CombinedTsxComponentAttrs<typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
172
- "omfx-properties-term-set-configuration": base.CombinedTsxComponentAttrs<typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
173
- "omfx-app-instance-rollup": base.CombinedTsxComponentAttrs<typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
174
- "omfx-app-instance-rollup-renderer": base.CombinedTsxComponentAttrs<typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
175
- "omfx-app-instance-rollup-metric-detail": base.CombinedTsxComponentAttrs<typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
176
- "omfx-app-management": base.CombinedTsxComponentAttrs<typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
177
- "omfx-app-management-instance-tab": base.CombinedTsxComponentAttrs<typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
178
- "omfx-app-management-template-tab": base.CombinedTsxComponentAttrs<typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
179
- "omfx-app-management-layout-tab": base.CombinedTsxComponentAttrs<typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
180
- "omfx-app-management-namingpolicy-tab": base.CombinedTsxComponentAttrs<typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
181
- "omfx-tab-management": base.CombinedTsxComponentAttrs<typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
182
- "omfx-add-button": base.CombinedTsxComponentAttrs<typeof wc1476702e8f24468d9185322be5931c54.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
183
- "omfx-app-show-in-public-listings-input": base.CombinedTsxComponentAttrs<typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
184
- "omfx-authsetup": base.CombinedTsxComponentAttrs<typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
185
- "omfx-command-palette": base.CombinedTsxComponentAttrs<typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
186
- "omfx-date-time-zone-picker": base.CombinedTsxComponentAttrs<typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
187
- "omfx-date-time-zone-renderer": base.CombinedTsxComponentAttrs<typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
188
- "omfx-dialog": base.CombinedTsxComponentAttrs<typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
189
- "omfx-enterpriseproperties-extended-property-settings": base.CombinedTsxComponentAttrs<typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
190
- "omfx-filterengine-person-propertysettings": base.CombinedTsxComponentAttrs<typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
191
- "omfx-filterengine-person-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
192
- "omfx-filterengine-text-propertysettings": base.CombinedTsxComponentAttrs<typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
193
- "omfx-filterengine-text-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
194
- "omfx-filterengine-boolean-propertysettings": base.CombinedTsxComponentAttrs<typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
195
- "omfx-filterengine-boolean-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
196
- "omfx-filterengine-datetime-propertysettings": base.CombinedTsxComponentAttrs<typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
197
- "omfx-filterengine-datetime-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
198
- "omfx-filterengine-number-propertysettings": base.CombinedTsxComponentAttrs<typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
199
- "omfx-filterengine-number-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
200
- "omfx-filterengine-tags-propertysettings": base.CombinedTsxComponentAttrs<typeof wc024952d88730404da854cfed0d045284.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
201
- "omfx-filterengine-tags-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
202
- "omfx-filterengine-settings": base.CombinedTsxComponentAttrs<typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
203
- "omfx-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
204
- "omfx-person-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
205
- "omfx-tags-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
206
- "omfx-filterengine-selectionsarea": base.CombinedTsxComponentAttrs<typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
207
- "omfx-filterengine-selectionsarea-personproperty": base.CombinedTsxComponentAttrs<typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
208
- "omfx-filterengine-selectionsarea-tagsproperty": base.CombinedTsxComponentAttrs<typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
209
- "omfx-text-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
210
- "omfx-boolean-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
211
- "omfx-date-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
212
- "omfx-number-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
213
- "omfx-filterengine-selectionsarea-booleanproperty": base.CombinedTsxComponentAttrs<typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
214
- "omfx-filterengine-selectionsarea-textproperty": base.CombinedTsxComponentAttrs<typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
215
- "omfx-filterengine-selectionsarea-datetimeproperty": base.CombinedTsxComponentAttrs<typeof wc63a474f600324efc9148ceeab9202778.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
216
- "omfx-filterengine-selectionsarea-numberproperty": base.CombinedTsxComponentAttrs<typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
217
- "omfx-filterengine-dialog-content": base.CombinedTsxComponentAttrs<typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
218
- "omfx-filterengine-property-dropdown": base.CombinedTsxComponentAttrs<typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
219
- "omfx-filterengine-property-list": base.CombinedTsxComponentAttrs<typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
220
- "omfx-date-filterengine-period-slider": base.CombinedTsxComponentAttrs<typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
221
- "omfx-google-recaptcha": base.CombinedTsxComponentAttrs<typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
222
- "omfx-identity-renderer": base.CombinedTsxComponentAttrs<typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
223
- "omfx-identity-sync-property-binding-setup": base.CombinedTsxComponentAttrs<typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
224
- "omfx-identity-sync-rule-setup": base.CombinedTsxComponentAttrs<typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
225
- "omfx-identity-picker-field": base.CombinedTsxComponentAttrs<typeof wcba60557e3daf48208c919a1806502df5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
226
- "omfx-identity-picker-inline-field": base.CombinedTsxComponentAttrs<typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
227
- "omfx-identity-picker": base.CombinedTsxComponentAttrs<typeof wcec81357974804c539bff6c58a8785c22.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
228
- "omfx-identity-picker-dialog": base.CombinedTsxComponentAttrs<typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
229
- "omfx-identity-picker-button": base.CombinedTsxComponentAttrs<typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
230
- "omfx-limited-label": base.CombinedTsxComponentAttrs<typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
231
- "omfx-magiclink": base.CombinedTsxComponentAttrs<typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
232
- "omniafx-media-gallery-dialog-slider": base.CombinedTsxComponentAttrs<typeof wcac5f615df97543cf97b3ae930ba113d0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
233
- "omniafx-media-gallery-display-photowall": base.CombinedTsxComponentAttrs<typeof wc12d1bca1d50b4186acd50014584389c9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
234
- "omfx-photowall-slider-display-renderer": base.CombinedTsxComponentAttrs<typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
235
- "omfx-media-display-renderer": base.CombinedTsxComponentAttrs<typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
236
- "omfx-media-picker-dalle-polling-image": base.CombinedTsxComponentAttrs<typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
237
- "omfx-mediaflow-provider-video-player": base.CombinedTsxComponentAttrs<typeof wc29de17877bbb49b1961e75210d865a1b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
238
- "omfx-option-picker": base.CombinedTsxComponentAttrs<typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
239
- "omnia-play-2": base.CombinedTsxComponentAttrs<typeof wcb6ddbf2c41224cd29b92fcecbbdd31a0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
240
- "omfx-presetup-wizard": base.CombinedTsxComponentAttrs<typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
241
- "omfx-profilecard-renderer": base.CombinedTsxComponentAttrs<typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
242
- "omfx-properties-birthday-display": base.CombinedTsxComponentAttrs<typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
243
- "omfx-properties-birthday-editor": base.CombinedTsxComponentAttrs<typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
244
- "omfx-properties-boolean-display": base.CombinedTsxComponentAttrs<typeof wcf61d06a945754742a1896847765fbea5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
245
- "omfx-properties-boolean-editor": base.CombinedTsxComponentAttrs<typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
246
- "omfx-properties-businessprofile-display": base.CombinedTsxComponentAttrs<typeof wcb131edab4792449794cbe808794a4678.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
247
- "omfx-properties-businessprofile-editor": base.CombinedTsxComponentAttrs<typeof wcd524d750bbd84cbbb8582c259cef3198.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
248
- "omfx-properties-date-time-display": base.CombinedTsxComponentAttrs<typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
249
- "omfx-properties-date-time-editor": base.CombinedTsxComponentAttrs<typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
250
- "omfx-properties-date-time-configuration": base.CombinedTsxComponentAttrs<typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
251
- "omfx-properties-date-display": base.CombinedTsxComponentAttrs<typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
252
- "omfx-properties-date-editor": base.CombinedTsxComponentAttrs<typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
253
- "omfx-properties-email-display": base.CombinedTsxComponentAttrs<typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
254
- "omfx-properties-email-editor": base.CombinedTsxComponentAttrs<typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
255
- "omfx-properties-html-display": base.CombinedTsxComponentAttrs<typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
256
- "omfx-properties-html-editor": base.CombinedTsxComponentAttrs<typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
257
- "omfx-properties-html-configuration": base.CombinedTsxComponentAttrs<typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
258
- "omfx-properties-identity-display": base.CombinedTsxComponentAttrs<typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
259
- "omfx-properties-identity-editor": base.CombinedTsxComponentAttrs<typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
260
- "omfx-properties-identity-configuration": base.CombinedTsxComponentAttrs<typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
261
- "omfx-properties-image-display": base.CombinedTsxComponentAttrs<typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
262
- "omfx-properties-image-configuration": base.CombinedTsxComponentAttrs<typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
263
- "omfx-properties-image-editor": base.CombinedTsxComponentAttrs<typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
264
- "omfx-properties-integer-display": base.CombinedTsxComponentAttrs<typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
265
- "omfx-properties-integer-editor": base.CombinedTsxComponentAttrs<typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
266
- "omfx-properties-language-display": base.CombinedTsxComponentAttrs<typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
267
- "omfx-properties-language-editor": base.CombinedTsxComponentAttrs<typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
268
- "omfx-properties-link-display": base.CombinedTsxComponentAttrs<typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
269
- "omfx-properties-link-editor": base.CombinedTsxComponentAttrs<typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
270
- "omfx-properties-link-configuration": base.CombinedTsxComponentAttrs<typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
271
- "omfx-properties-media-display": base.CombinedTsxComponentAttrs<typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
272
- "omfx-properties-media-editor": base.CombinedTsxComponentAttrs<typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
273
- "omfx-properties-multilinetext-display": base.CombinedTsxComponentAttrs<typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
274
- "omfx-properties-multilinetext-editor": base.CombinedTsxComponentAttrs<typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
275
- "omfx-properties-multilingualtext-display": base.CombinedTsxComponentAttrs<typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
276
- "omfx-properties-multilingualtext-editor": base.CombinedTsxComponentAttrs<typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
277
- "omfx-properties-phone-number-display": base.CombinedTsxComponentAttrs<typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
278
- "omfx-properties-phone-number-editor": base.CombinedTsxComponentAttrs<typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
279
- "omfx-properties-tags-display": base.CombinedTsxComponentAttrs<typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
280
- "omfx-properties-tags-editor": base.CombinedTsxComponentAttrs<typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
281
- "omfx-properties-text-display": base.CombinedTsxComponentAttrs<typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
282
- "omfx-properties-text-editor": base.CombinedTsxComponentAttrs<typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
283
- "omfx-properties-time-display": base.CombinedTsxComponentAttrs<typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
284
- "omfx-properties-time-editor": base.CombinedTsxComponentAttrs<typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
285
- "omfx-properties-usertype-display": base.CombinedTsxComponentAttrs<typeof wcab831db522504b8ea6948fe46978bd31.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
286
- "omfx-properties-usertype-editor": base.CombinedTsxComponentAttrs<typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
287
- "omfx-datasource-property-picker": base.CombinedTsxComponentAttrs<typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
288
- "omfx-property-renderer": base.CombinedTsxComponentAttrs<typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
289
- "omfx-property-definition-renderer": base.CombinedTsxComponentAttrs<typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
290
- "omfx-property-configuration": base.CombinedTsxComponentAttrs<typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
291
- "omfx-property-label-options": base.CombinedTsxComponentAttrs<typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
292
- "omfx-property-locking": base.CombinedTsxComponentAttrs<typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
293
- "omfx-property-input": base.CombinedTsxComponentAttrs<typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
294
- "omfx-emoticon": base.CombinedTsxComponentAttrs<typeof wc58330f37503947799af05363e58bda3c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
295
- "omfx-textcompletion-panel": base.CombinedTsxComponentAttrs<typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
296
- "omfx-side-panel": base.CombinedTsxComponentAttrs<typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
297
- "omfx-signin-page": base.CombinedTsxComponentAttrs<typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
298
- "omfx-signin-block": base.CombinedTsxComponentAttrs<typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
299
- "omfx-signin-omnia": base.CombinedTsxComponentAttrs<typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
300
- "omfx-identity-creation-request-omnia": base.CombinedTsxComponentAttrs<typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
301
- "omfx-identity-creation-request-confirm-email-result-omnia": base.CombinedTsxComponentAttrs<typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
302
- "omfx-signout": base.CombinedTsxComponentAttrs<typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
303
- "omfx-status-code-renderer": base.CombinedTsxComponentAttrs<typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
304
- "omfx-theme-definition-picker": base.CombinedTsxComponentAttrs<typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
305
- "omfx-theme-editor-v2": base.CombinedTsxComponentAttrs<typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
306
- "omfx-user-presence": base.CombinedTsxComponentAttrs<typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
307
- "omfx-usertype-layout-renderer": base.CombinedTsxComponentAttrs<typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
308
- "omfx-usertype-layout-blade-builder": base.CombinedTsxComponentAttrs<typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
309
- "omfx-velcron-block": base.CombinedTsxComponentAttrs<typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
310
- "omfx-velcron-block-settings": base.CombinedTsxComponentAttrs<typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
311
- "omfx-color-picker-schema": base.CombinedTsxComponentAttrs<typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
312
- "omfx-color-schema-mapper": base.CombinedTsxComponentAttrs<typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
313
- "omfx-color-schema-picker": base.CombinedTsxComponentAttrs<typeof wc1266389c28034034921b897f788f302d.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
314
- "omfx-ratio-picker": base.CombinedTsxComponentAttrs<typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
315
- "omfx-typography-picker-schema": base.CombinedTsxComponentAttrs<typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
316
- "omfx-velcron-editor": base.CombinedTsxComponentAttrs<typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
317
- "omfx-velcron-renderer": base.CombinedTsxComponentAttrs<typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
318
- "omfx-versioned-layout-renderer": base.CombinedTsxComponentAttrs<typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
319
- "omfx-versioned-layout-editor": base.CombinedTsxComponentAttrs<typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
320
- }
321
- }
322
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,21 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "es5",
4
- "module": "es2015",
5
- "moduleResolution": "node",
6
- "lib": [ "es2015", "dom" ],
7
- "declaration": true,
8
- "sourceMap": false,
9
- "inlineSourceMap": false,
10
- "removeComments": false,
11
- "noImplicitAny": false,
12
- "importHelpers": true,
13
- "emitDecoratorMetadata": true,
14
- "experimentalDecorators": true,
15
- "skipLibCheck": true,
16
- "allowSyntheticDefaultImports": true,
17
- "jsx": "preserve"
18
- },
19
- "exclude": [
20
- ]
21
- }
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- function default_1(content, context) {
4
- //if (this.resourcePath.toLowerCase().indexOf('themedefinition.ts') > -1) {
5
- // console.log(content, this.resourcePath)
6
- //}
7
- if (!content) {
8
- //console.log(this.resourcePath)
9
- return "export {}";
10
- }
11
- return content;
12
- }
13
- exports.default = default_1;
@@ -1,8 +0,0 @@
1
- export default function (treeshaking: any, wcDomProps: any, hotModuleReload?: any): {
2
- test: RegExp;
3
- exclude: RegExp;
4
- use: {
5
- loader: any;
6
- options: any;
7
- }[];
8
- }[];
@@ -1,61 +0,0 @@
1
- 'use strict';
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- var path = require('path');
5
- const $ = tslib_1.__importStar(require("../variables"));
6
- function default_1(treeshaking, wcDomProps, hotModuleReload) {
7
- const babelLoaderOptions = {
8
- cacheDirectory: true,
9
- plugins: [
10
- // "@babel/plugin-transform-modules-commonjs",
11
- // "syntax-jsx",
12
- // "jsx-v-model",
13
- // "transform-vue-jsx"
14
- ],
15
- presets: [
16
- [
17
- '@vue/babel-preset-jsx',
18
- {
19
- vModel: true,
20
- compositionAPI: true,
21
- },
22
- ],
23
- ]
24
- };
25
- var tsLoaderOptions = {
26
- happyPackMode: true,
27
- transpileOnly: true
28
- };
29
- if (treeshaking) {
30
- tsLoaderOptions.configFile = path.resolve(__dirname, "../config/tsconfig.es2015.json");
31
- }
32
- let loaders = [
33
- //{
34
- // loader: 'cache-loader'
35
- //},
36
- {
37
- loader: 'babel-loader',
38
- options: babelLoaderOptions
39
- },
40
- //{
41
- // loader: path.resolve(__dirname, './wcmanifest-loader.js')
42
- //},
43
- {
44
- loader: path.resolve(__dirname, $.isExtensionEnv ? './vue-domprops-loader.js' : './vue-domprops-loader.ts'),
45
- options: wcDomProps
46
- }
47
- ];
48
- if (hotModuleReload) {
49
- loaders.push({
50
- loader: path.resolve(__dirname, $.isExtensionEnv ? './vue-tsx-hot-loader.js' : './vue-tsx-hot-loader.ts')
51
- });
52
- }
53
- return [
54
- {
55
- test: /\.jsx$/,
56
- exclude: /(node_modules|bower_components)/,
57
- use: loaders
58
- }
59
- ];
60
- }
61
- exports.default = default_1;
@@ -1 +0,0 @@
1
- export default function (contents: any): string;
@@ -1,44 +0,0 @@
1
- 'use strict';
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- // borrowed from vue-loader
4
- var path = require('path');
5
- var hash = require('hash-sum');
6
- var cache = Object.create(null);
7
- var sepRE = new RegExp(path.sep.replace('\\', '\\\\'), 'g');
8
- function genId(file, context) {
9
- const contextPath = context.split(path.sep);
10
- const rootId = contextPath[contextPath.length - 1];
11
- file = rootId + '/' + path.relative(context, file).replace(sepRE, '/');
12
- return cache[file] || (cache[file] = hash(file));
13
- }
14
- function default_1(contents) {
15
- const id = genId(this.resourcePath, process.cwd());
16
- return contents + ";\n" +
17
- `if (module.hot) {
18
- const api = require('vue-hot-reload-api')
19
- const Vue = require('vue')
20
-
21
- api.install(Vue)
22
-
23
- if (!api.compatible) {
24
- throw new Error('vue-hot-reload-api is not compatible with the version of Vue you are using.')
25
- }
26
-
27
- module.hot.accept();
28
-
29
- let componentOptionsKey = Object.keys(exports).filter(key => exports[key].prototype &&
30
- exports[key].prototype instanceof Vue.default)[0];
31
- let componentOptions = exports.default || exports[componentOptionsKey];
32
-
33
- if (!componentOptions) {
34
- throw new Error('Cannot find Vue component')
35
- }
36
-
37
- if (!module.hot.data) {
38
- api.createRecord('${id}', componentOptions);
39
- } else {
40
- api.rerender('${id}', componentOptions);
41
- }
42
- }`;
43
- }
44
- exports.default = default_1;
@@ -1 +0,0 @@
1
- export default function (contents: any, context: any): any;
@@ -1,10 +0,0 @@
1
- 'use strict';
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- function default_1(contents, context) {
4
- //if (contents.indexOf("sussa") >-1) {
5
- // console.log('i was here');
6
- // console.dir(contents);
7
- //}
8
- return contents;
9
- }
10
- exports.default = default_1;