@milaboratories/milaboratories.ui-examples.ui 1.5.27 → 1.5.29

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.
@@ -1,11 +1,11 @@
1
1
   WARN  Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @milaboratories/milaboratories.ui-examples.ui@1.5.27 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
3
+ > @milaboratories/milaboratories.ui-examples.ui@1.5.29 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
4
4
  > vite build && pnpm run build:types
5
5
 
6
6
  vite v6.3.5 building for production...
7
7
  transforming...
8
- ✓ 2361 modules transformed.
8
+ ✓ 2364 modules transformed.
9
9
  rendering chunks...
10
10
  computing gzip size...
11
11
  dist/index.html  0.47 kB │ gzip: 0.31 kB
@@ -300,15 +300,15 @@ computing gzip size...
300
300
  dist/assets/24_annotation.svg-BAIgImke.js  2.11 kB │ gzip: 0.63 kB │ map: 2.39 kB
301
301
  dist/assets/24_violin.svg-U9NSWJ89.js  2.32 kB │ gzip: 1.19 kB │ map: 2.54 kB
302
302
  dist/assets/24_heatmap.svg-CqDSyh0J.js  4.38 kB │ gzip: 0.99 kB │ map: 4.70 kB
303
- dist/assets/index-BrwqIBJ6.js 6,146.63 kB │ gzip: 1,981.59 kB │ map: 11,424.52 kB
303
+ dist/assets/index-B3ZTqJ5t.js 6,152.85 kB │ gzip: 1,983.07 kB │ map: 11,452.78 kB
304
304
  
305
305
  (!) Some chunks are larger than 500 kB after minification. Consider:
306
306
  - Using dynamic import() to code-split the application
307
307
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
308
308
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
309
- ✓ built in 50.58s
309
+ ✓ built in 46.72s
310
310
   WARN  Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
311
311
 
312
- > @milaboratories/milaboratories.ui-examples.ui@1.5.27 build:types /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
312
+ > @milaboratories/milaboratories.ui-examples.ui@1.5.29 build:types /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
313
313
  > vue-tsc -p tsconfig.app.build.json
314
314
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @milaboratories/milaboratories.ui-examples.ui
2
2
 
3
+ ## 1.5.29
4
+
5
+ ### Patch Changes
6
+
7
+ - 604827a: [desktop] add button to save block error log to file
8
+ - Updated dependencies [604827a]
9
+ - @milaboratories/milaboratories.ui-examples.model@1.2.25
10
+
11
+ ## 1.5.28
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [4468f99]
16
+ - @platforma-sdk/model@1.42.16
17
+ - @milaboratories/milaboratories.ui-examples.model@1.2.24
18
+
3
19
  ## 1.5.27
4
20
 
5
21
  ### Patch Changes
package/dist/app.d.ts CHANGED
@@ -12,7 +12,9 @@ export declare const sdkPlugin: import("@platforma-sdk/ui-vue").SdkPluginV2<{
12
12
  name: string;
13
13
  annotations: {
14
14
  "pl7.app/label": string;
15
- "pl7.app/discreteValues": string;
15
+ "pl7.app/discreteValues": string & {
16
+ __json_stringified: number[];
17
+ };
16
18
  };
17
19
  };
18
20
  options: {
@@ -25,7 +27,7 @@ export declare const sdkPlugin: import("@platforma-sdk/ui-vue").SdkPluginV2<{
25
27
  fullTableHandle: import("@milaboratories/pl-model-common").PTableHandle;
26
28
  visibleTableHandle: import("@milaboratories/pl-model-common").PTableHandle;
27
29
  } | undefined>;
28
- }, import("@milaboratories/milaboratories.ui-examples.model").UiState, "/" | "/loaders" | "/state" | "/layout" | "/form-components" | "/log-view" | "/modals" | "/select-files" | "/inject-env" | "/use-watch-fetch" | "/typography" | "/ag-grid-vue" | "/ag-grid-vue-with-builder" | "/pl-ag-data-table-v2" | "/pl-splash-page" | "/pl-file-input-page" | "/pl-number-field-page" | "/pl-error-boundary-page" | "/pl-element-list-page" | "/errors" | "/text-fields" | "/tabs" | "/stacked-bar" | "/histogram" | "/buttons" | "/notifications" | "/drafts" | "/pl-autocomplete" | "/radio" | `/section?id=${string}` | "/add-section", {
30
+ }, import("@milaboratories/milaboratories.ui-examples.model").UiState, "/" | "/loaders" | "/state" | "/layout" | "/form-components" | "/log-view" | "/modals" | "/select-files" | "/inject-env" | "/use-watch-fetch" | "/typography" | "/ag-grid-vue" | "/ag-grid-vue-with-builder" | "/pl-ag-data-table-v2" | "/pl-splash-page" | "/pl-file-input-page" | "/pl-number-field-page" | "/pl-error-boundary-page" | "/pl-element-list-page" | "/text-fields" | "/tabs" | "/pl-autocomplete" | "/radio" | "/stacked-bar" | "/histogram" | "/buttons" | "/errors" | "/downloads" | "/notifications" | "/drafts" | `/section?id=${string}` | "/add-section", {
29
31
  data: {
30
32
  counter: number;
31
33
  };
@@ -54,13 +56,14 @@ export declare const sdkPlugin: import("@platforma-sdk/ui-vue").SdkPluginV2<{
54
56
  '/pl-error-boundary-page': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
55
57
  '/pl-element-list-page': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
56
58
  '/select-files': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
57
- '/errors': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
58
59
  '/text-fields': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
59
60
  '/tabs': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
60
61
  '/drafts': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
61
62
  '/pl-autocomplete': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
62
63
  '/buttons': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
63
64
  '/notifications': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
65
+ '/errors': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
66
+ '/downloads': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
64
67
  '/stacked-bar': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
65
68
  '/histogram': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
66
69
  '/loaders': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -69,7 +72,7 @@ export declare const sdkPlugin: import("@platforma-sdk/ui-vue").SdkPluginV2<{
69
72
  '/radio': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
70
73
  };
71
74
  }>;
72
- export declare const useApp: <PageHref extends "/" | "/loaders" | "/state" | "/layout" | "/form-components" | "/log-view" | "/modals" | "/select-files" | "/inject-env" | "/use-watch-fetch" | "/typography" | "/ag-grid-vue" | "/ag-grid-vue-with-builder" | "/pl-ag-data-table-v2" | "/pl-splash-page" | "/pl-file-input-page" | "/pl-number-field-page" | "/pl-error-boundary-page" | "/pl-element-list-page" | "/errors" | "/text-fields" | "/tabs" | "/stacked-bar" | "/histogram" | "/buttons" | "/notifications" | "/drafts" | "/pl-autocomplete" | "/radio" | `/section?id=${string}` | "/add-section" = "/" | "/loaders" | "/state" | "/layout" | "/form-components" | "/log-view" | "/modals" | "/select-files" | "/inject-env" | "/use-watch-fetch" | "/typography" | "/ag-grid-vue" | "/ag-grid-vue-with-builder" | "/pl-ag-data-table-v2" | "/pl-splash-page" | "/pl-file-input-page" | "/pl-number-field-page" | "/pl-error-boundary-page" | "/pl-element-list-page" | "/errors" | "/text-fields" | "/tabs" | "/stacked-bar" | "/histogram" | "/buttons" | "/notifications" | "/drafts" | "/pl-autocomplete" | "/radio" | `/section?id=${string}` | "/add-section">() => import("@platforma-sdk/ui-vue").AppV2<{
75
+ export declare const useApp: <PageHref extends "/" | "/loaders" | "/state" | "/layout" | "/form-components" | "/log-view" | "/modals" | "/select-files" | "/inject-env" | "/use-watch-fetch" | "/typography" | "/ag-grid-vue" | "/ag-grid-vue-with-builder" | "/pl-ag-data-table-v2" | "/pl-splash-page" | "/pl-file-input-page" | "/pl-number-field-page" | "/pl-error-boundary-page" | "/pl-element-list-page" | "/text-fields" | "/tabs" | "/pl-autocomplete" | "/radio" | "/stacked-bar" | "/histogram" | "/buttons" | "/errors" | "/downloads" | "/notifications" | "/drafts" | `/section?id=${string}` | "/add-section" = "/" | "/loaders" | "/state" | "/layout" | "/form-components" | "/log-view" | "/modals" | "/select-files" | "/inject-env" | "/use-watch-fetch" | "/typography" | "/ag-grid-vue" | "/ag-grid-vue-with-builder" | "/pl-ag-data-table-v2" | "/pl-splash-page" | "/pl-file-input-page" | "/pl-number-field-page" | "/pl-error-boundary-page" | "/pl-element-list-page" | "/text-fields" | "/tabs" | "/pl-autocomplete" | "/radio" | "/stacked-bar" | "/histogram" | "/buttons" | "/errors" | "/downloads" | "/notifications" | "/drafts" | `/section?id=${string}` | "/add-section">() => import("@platforma-sdk/ui-vue").AppV2<{
73
76
  numbers: number[];
74
77
  handles: (import("@milaboratories/pl-model-common").ImportFileHandle | undefined)[];
75
78
  }, {
@@ -83,7 +86,9 @@ export declare const useApp: <PageHref extends "/" | "/loaders" | "/state" | "/l
83
86
  name: string;
84
87
  annotations: {
85
88
  "pl7.app/label": string;
86
- "pl7.app/discreteValues": string;
89
+ "pl7.app/discreteValues": string & {
90
+ __json_stringified: number[];
91
+ };
87
92
  };
88
93
  };
89
94
  options: {
@@ -125,13 +130,14 @@ export declare const useApp: <PageHref extends "/" | "/loaders" | "/state" | "/l
125
130
  '/pl-error-boundary-page': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
126
131
  '/pl-element-list-page': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
127
132
  '/select-files': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
128
- '/errors': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
129
133
  '/text-fields': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
130
134
  '/tabs': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
131
135
  '/drafts': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
132
136
  '/pl-autocomplete': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
133
137
  '/buttons': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
134
138
  '/notifications': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
139
+ '/errors': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
140
+ '/downloads': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
135
141
  '/stacked-bar': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
136
142
  '/histogram': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
137
143
  '/loaders': () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
package/dist/app.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"AAmCA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAcU,MAAM;6BAKJ,MAAM;2BAWR,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuDpC,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAzEa,MAAM;6BAKJ,MAAM;2BAWR,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyDA,CAAC"}
1
+ {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"AAoCA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAcU,MAAM;6BAKJ,MAAM;2BAWR,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwDpC,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA1Ea,MAAM;6BAKJ,MAAM;2BAWR,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0DA,CAAC"}