@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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +16 -0
- package/dist/app.d.ts +12 -6
- package/dist/app.d.ts.map +1 -1
- package/dist/assets/{index-BrwqIBJ6.js → index-B3ZTqJ5t.js} +111 -109
- package/dist/assets/{index-BrwqIBJ6.js.map → index-B3ZTqJ5t.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/pages/DownloadsPage.vue.d.ts +3 -0
- package/dist/pages/DownloadsPage.vue.d.ts.map +1 -0
- package/package.json +7 -7
- package/src/app.ts +3 -1
- package/src/pages/DownloadsPage.vue +80 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -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.
|
|
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
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
7
7
|
transforming...
|
|
8
|
-
[32m✓[39m
|
|
8
|
+
[32m✓[39m 2364 modules transformed.
|
|
9
9
|
rendering chunks...
|
|
10
10
|
computing gzip size...
|
|
11
11
|
[2mdist/[22m[32mindex.html [39m[1m[2m 0.47 kB[22m[1m[22m[2m │ gzip: 0.31 kB[22m
|
|
@@ -300,15 +300,15 @@ computing gzip size...
|
|
|
300
300
|
[2mdist/[22m[2massets/[22m[36m24_annotation.svg-BAIgImke.js [39m[1m[2m 2.11 kB[22m[1m[22m[2m │ gzip: 0.63 kB[22m[2m │ map: 2.39 kB[22m
|
|
301
301
|
[2mdist/[22m[2massets/[22m[36m24_violin.svg-U9NSWJ89.js [39m[1m[2m 2.32 kB[22m[1m[22m[2m │ gzip: 1.19 kB[22m[2m │ map: 2.54 kB[22m
|
|
302
302
|
[2mdist/[22m[2massets/[22m[36m24_heatmap.svg-CqDSyh0J.js [39m[1m[2m 4.38 kB[22m[1m[22m[2m │ gzip: 0.99 kB[22m[2m │ map: 4.70 kB[22m
|
|
303
|
-
[2mdist/[22m[2massets/[22m[36mindex-
|
|
303
|
+
[2mdist/[22m[2massets/[22m[36mindex-B3ZTqJ5t.js [39m[1m[33m6,152.85 kB[39m[22m[2m │ gzip: 1,983.07 kB[22m[2m │ map: 11,452.78 kB[22m
|
|
304
304
|
[33m
|
|
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.[39m
|
|
309
|
-
[32m✓ built in
|
|
309
|
+
[32m✓ built in 46.72s[39m
|
|
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.
|
|
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" | "/
|
|
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" | "/
|
|
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":"
|
|
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"}
|