@omnia/tooling-vue 8.0.323-dev → 8.0.325-dev-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.
@@ -220,10 +220,6 @@ import wc22666b255eb64f378edf70d5e9859216 from '../../../../client/fx/ux/enterpr
220
220
  import wc0619d10d541645aaabbdc17d5b867501 from '../../../../client/fx/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker';
221
221
  import wcfaee0b6397494a9abca9c480856e2498 from '../../../../client/fx/ux/flow/editor/FlowEditor';
222
222
  import wc9f6fd018560b4c8cbd36f39c6d079bb7 from '../../../../client/fx/ux/flow/renderer/FlowRenderer';
223
- import wcc587659a68194582be3c393240709785 from '../../../../client/fx/ux/hub/chat/HubChat';
224
- import wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3 from '../../../../client/fx/ux/hub/feed/HubFeed';
225
- import wcbaecc57591074830a5ae2dda9f6b5ed5 from '../../../../client/fx/ux/hub/feed/HubFeedSettings';
226
- import wcb11d3955272348cdb3a131cb1bf61374 from '../../../../client/fx/ux/hub/feed/HubFeedChrome';
227
223
  import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from '../../../../client/fx/ux/image/scalingsettings/ScalingSettings';
228
224
  import wc8e03e2f7fb024945bc51138b77d06088 from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas';
229
225
  import wc4aed54beb02341e3a6cbde5af5fb6c78 from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutAction';
@@ -382,6 +378,9 @@ import wcb1acedf8859a4daab8c683bd87142462 from '../../../../client/fx/ux/aurora/
382
378
  import wc5542a25df57c464897a59a336eee0e56 from '../../../../client/fx/ux/aurora/components/iconstylepicker/IconStylePicker';
383
379
  import wcf7cc41f3ae4944e3b43c380140438973 from '../../../../client/fx/ux/aurora/components/iconstylepicker/IconStyleEditor';
384
380
  import wccbdf3361c16f479faff72960c18404dc from '../../../../client/fx/ux/aurora/components/iconstylepicker/IconBlueprintsViewer';
381
+ import wcd84a5b45429344d29a084ade31ad668d from '../../../../client/fx/ux/aurora/components/input/InputStylePicker';
382
+ import wc141334bec3914c018c0044b7593ffc93 from '../../../../client/fx/ux/aurora/components/input/InputStyleEditor';
383
+ import wc94cbc66f399948c28f25bf8962deefd1 from '../../../../client/fx/ux/aurora/components/input/InputBlueprintsViewer';
385
384
  import wc564bced7081c496483e8df717f600ff3 from '../../../../client/fx/ux/aurora/components/spacingpicker/SpacingPicker3';
386
385
  import wc0ed52c601528428e935d110b3018a0bc from '../../../../client/fx/ux/aurora/components/spacingpicker/SpacingViewer';
387
386
  import wc3f61b080ed9d4a2bad922be8f5ae0794 from '../../../../client/fx/ux/aurora/components/spacingpicker/SpacingEditor';
@@ -397,7 +396,6 @@ import wc54730f05dd2c4f2da1c830b3985b36a9 from '../../../../client/fx/ux/aurora/
397
396
  import wc99a73153b5c647da9d6de517f51e53f0 from '../../../../client/fx/ux/aurora/components/typography/TypographyEditor';
398
397
  import wc2f742a14a560434abb899360a69c314b from '../../../../client/fx/ux/aurora/components/typography/TypographyBlueprintsViewer';
399
398
  import wc6bcccc7dd1c74fe591a660641ac62cd7 from '../../../../client/fx/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker';
400
- import wcd9508940e4fc434687528eb890ae70e9 from '../../../../client/fx/ux/commandpalette/commands/api-explorer/components/ApiExplorer';
401
399
  import wc4fc2b52f62484d5caced1c31f7ead58b from '../../../../client/fx/ux/enterpriseproperties/display/datafield/DataFieldDisplay';
402
400
  import wc8bb3a534205140f58cea8130e5b10715 from '../../../../client/fx/ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay';
403
401
  import wc08f6ee02c5d94b648f630ec352fdd94c from '../../../../client/fx/ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
@@ -1473,6 +1471,31 @@ declare global {
1473
1471
  };
1474
1472
  } : typeof wc91919b3f54de42dab709575b8a9ca233;
1475
1473
  };
1474
+ "style": {
1475
+ "picker": typeof wcd84a5b45429344d29a084ade31ad668d extends {
1476
+ propsDefinition: infer TProp;
1477
+ } ? {
1478
+ new (...args: any[]): {
1479
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1480
+ };
1481
+ } : typeof wcd84a5b45429344d29a084ade31ad668d;
1482
+ "editor": typeof wc141334bec3914c018c0044b7593ffc93 extends {
1483
+ propsDefinition: infer TProp;
1484
+ } ? {
1485
+ new (...args: any[]): {
1486
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1487
+ };
1488
+ } : typeof wc141334bec3914c018c0044b7593ffc93;
1489
+ };
1490
+ "blueprints": {
1491
+ "viewer": typeof wc94cbc66f399948c28f25bf8962deefd1 extends {
1492
+ propsDefinition: infer TProp;
1493
+ } ? {
1494
+ new (...args: any[]): {
1495
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1496
+ };
1497
+ } : typeof wc94cbc66f399948c28f25bf8962deefd1;
1498
+ };
1476
1499
  };
1477
1500
  "journey": {
1478
1501
  "blade": typeof wc4357bb8264e3482c8710afed3b2be35c extends {
@@ -2828,38 +2851,6 @@ declare global {
2828
2851
  };
2829
2852
  } : typeof wc9f6fd018560b4c8cbd36f39c6d079bb7;
2830
2853
  };
2831
- "hub": {
2832
- "chat": typeof wcc587659a68194582be3c393240709785 extends {
2833
- propsDefinition: infer TProp;
2834
- } ? {
2835
- new (...args: any[]): {
2836
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2837
- };
2838
- } : typeof wcc587659a68194582be3c393240709785;
2839
- "feed": {
2840
- "settings": typeof wcbaecc57591074830a5ae2dda9f6b5ed5 extends {
2841
- propsDefinition: infer TProp;
2842
- } ? {
2843
- new (...args: any[]): {
2844
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2845
- };
2846
- } : typeof wcbaecc57591074830a5ae2dda9f6b5ed5;
2847
- "chrome": typeof wcb11d3955272348cdb3a131cb1bf61374 extends {
2848
- propsDefinition: infer TProp;
2849
- } ? {
2850
- new (...args: any[]): {
2851
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2852
- };
2853
- } : typeof wcb11d3955272348cdb3a131cb1bf61374;
2854
- };
2855
- "feed$": typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3 extends {
2856
- propsDefinition: infer TProp;
2857
- } ? {
2858
- new (...args: any[]): {
2859
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2860
- };
2861
- } : typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3;
2862
- };
2863
2854
  "layout": {
2864
2855
  "editor": {
2865
2856
  "canvas": typeof wc8e03e2f7fb024945bc51138b77d06088 extends {
@@ -3943,15 +3934,6 @@ declare global {
3943
3934
  } : typeof wc6bcccc7dd1c74fe591a660641ac62cd7;
3944
3935
  };
3945
3936
  };
3946
- "api": {
3947
- "explorer": typeof wcd9508940e4fc434687528eb890ae70e9 extends {
3948
- propsDefinition: infer TProp;
3949
- } ? {
3950
- new (...args: any[]): {
3951
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3952
- };
3953
- } : typeof wcd9508940e4fc434687528eb890ae70e9;
3954
- };
3955
3937
  "enterpriseproperties": {
3956
3938
  "datafield": {
3957
3939
  "display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
@@ -63,20 +63,6 @@ async function beforeBundleManifest(entries) {
63
63
  const startTime = new Date().getTime();
64
64
  tooling_1.utils.log('Build manifests metadata running...', tooling_1.utils.LogTypes.HeadLine);
65
65
  const serviceId = getServiceId();
66
- // const rsbuild = await createRsbuild({
67
- // rsbuildConfig: {
68
- // source: {
69
- // },
70
- // plugins: [
71
- // ]
72
- // },
73
- // });
74
- // rsbuild.build({
75
- // watch: false,
76
- // // compiler: {
77
- // // compilers: []
78
- // // }
79
- // })
80
66
  const compilers = [];
81
67
  Object.keys(entries).forEach((id) => {
82
68
  const entry = {};
@@ -84,8 +70,8 @@ async function beforeBundleManifest(entries) {
84
70
  const config = createConfig(entry, entries);
85
71
  compilers.push((0, core_1.rspack)(config));
86
72
  });
87
- const multiCompiler = new core_2.MultiCompiler(compilers, {
88
- // parallelism: 8, // the maximum number of parallel compilers
73
+ const multiCompiler = new core_2.MultiCompiler(compilers.slice(0, 200), {
74
+ parallelism: 8, // the maximum number of parallel compilers
89
75
  });
90
76
  multiCompiler.run((err, stats) => {
91
77
  if (err) {
@@ -112,9 +98,32 @@ async function beforeBundleManifest(entries) {
112
98
  tooling_1.utils.logTime('Build manifests metadata done', startTime);
113
99
  resolve(entries);
114
100
  });
115
- // await rsbuild.build({
116
- // watch: false,
117
- // compiler: multiCompiler,
101
+ // rspack(Object.keys(entries).slice(0, 300).map(key => {
102
+ // return createConfig({ [key]: entries[key] }, entries);
103
+ // })).run((err, stats) => {
104
+ // if (err) {
105
+ // utils.log('Bundle manifest error : \r\n', utils.LogTypes.Error);
106
+ // utils.log(err?.stack || err, utils.LogTypes.Error);
107
+ // reject();
108
+ // return;
109
+ // }
110
+ // if (stats.hasErrors()) {
111
+ // utils.logTime(`Build manifests metadata have an exception`, startTime);
112
+ // utils.log(stats.toString({
113
+ // assets: false,
114
+ // hash: true
115
+ // }), utils.LogTypes.Error);
116
+ // for (let stateError of stats.toJson({
117
+ // assets: false,
118
+ // hash: true
119
+ // }).errors) {
120
+ // utils.log(stateError.stack || stateError.message, utils.LogTypes.Error);
121
+ // }
122
+ // reject();
123
+ // return;
124
+ // }
125
+ // utils.logTime('Build manifests metadata done', startTime);
126
+ // resolve(entries);
118
127
  // });
119
128
  });
120
129
  }
@@ -209,12 +218,12 @@ function createConfig(entry, entries) {
209
218
  test: /\.tsx$/,
210
219
  exclude: /(node_modules|bower_components)/,
211
220
  use: [
212
- {
213
- loader: 'babel-loader',
214
- options: {
215
- plugins: ['@vue/babel-plugin-jsx'],
216
- },
217
- },
221
+ // {
222
+ // loader: 'babel-loader',
223
+ // options: {
224
+ // plugins: ['@vue/babel-plugin-jsx'],
225
+ // },
226
+ // },
218
227
  {
219
228
  loader: 'builtin:swc-loader',
220
229
  options: {
@@ -258,7 +267,7 @@ function createConfig(entry, entries) {
258
267
  name: `omniaWebpackJsonp['${getServiceId()}']['${tooling_1.utils.getguid(Object.keys(entry)[0])}']`
259
268
  }),
260
269
  new core_2.CssExtractRspackPlugin({})
261
- // pluginVueJsx()
270
+ // pluginVueJsx()
262
271
  ])
263
272
  };
264
273
  }