@milaboratories/milaboratories.ui-examples.model 1.0.24
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 +31 -0
- package/CHANGELOG.md +126 -0
- package/dist/bundle.js +4441 -0
- package/dist/bundle.js.map +1 -0
- package/dist/index.cjs +30 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +21 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.js +27 -0
- package/dist/index.js.map +1 -0
- package/dist/model.json +1 -0
- package/package.json +37 -0
- package/src/index.ts +35 -0
- package/tsconfig.json +17 -0
- package/vite.config.mts +20 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
WARN Issue while reading "/home/runner/work/platforma/platforma/.npmrc". Failed to replace env in config: ${milaboratory}
|
|
2
|
+
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.0.24 build /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model
|
|
4
|
+
> tsup && vite build && block-tools build-model
|
|
5
|
+
|
|
6
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
7
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
|
+
[34mCLI[39m tsup v8.2.4
|
|
9
|
+
[34mCLI[39m Using tsup config: /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model/package.json
|
|
10
|
+
[34mCLI[39m Target: es2022
|
|
11
|
+
[34mCLI[39m Cleaning output folder
|
|
12
|
+
[34mCJS[39m Build start
|
|
13
|
+
[34mESM[39m Build start
|
|
14
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m1.11 KB[39m
|
|
15
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m2.46 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 67ms
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m1.05 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m2.43 KB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 68ms
|
|
20
|
+
[34mDTS[39m Build start
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 986ms
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m869.00 B[39m
|
|
23
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m869.00 B[39m
|
|
24
|
+
[36mvite v5.4.10 [32mbuilding for production...[36m[39m
|
|
25
|
+
transforming...
|
|
26
|
+
[32m✓[39m 4 modules transformed.
|
|
27
|
+
rendering chunks...
|
|
28
|
+
computing gzip size...
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m129.97 kB[22m[1m[22m[2m │ gzip: 22.56 kB[22m[2m │ map: 275.61 kB[22m
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m139.29 kB[22m[1m[22m[2m │ gzip: 22.99 kB[22m[2m │ map: 276.66 kB[22m
|
|
31
|
+
[32m✓ built in 422ms[39m
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
# @milaboratories/milaboratories.ui-examples.model
|
|
2
|
+
|
|
3
|
+
## 1.0.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e859df0: chore: make ui-examples public
|
|
8
|
+
|
|
9
|
+
## 1.0.23
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 7f90dda: bring the dialog modal in line with the design
|
|
14
|
+
|
|
15
|
+
## 1.0.22
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- @platforma-sdk/model@1.7.20
|
|
20
|
+
|
|
21
|
+
## 1.0.21
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- @platforma-sdk/model@1.7.16
|
|
26
|
+
|
|
27
|
+
## 1.0.20
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 57c64c8: fix custom Ag Grid theme and add an example page to the ui-examples block
|
|
32
|
+
|
|
33
|
+
## 1.0.19
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- 2c914cc: add the Typography example page to the ui-examples block
|
|
38
|
+
|
|
39
|
+
## 1.0.18
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- @platforma-sdk/model@1.7.9
|
|
44
|
+
|
|
45
|
+
## 1.0.17
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- f782eea: add "label or text" options to PlBtnGroup and PlCheckboxGroup components
|
|
50
|
+
|
|
51
|
+
## 1.0.16
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- @platforma-sdk/model@1.7.0
|
|
56
|
+
|
|
57
|
+
## 1.0.15
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- Updated dependencies [eb079e9]
|
|
62
|
+
- @platforma-sdk/model@1.6.0
|
|
63
|
+
|
|
64
|
+
## 1.0.14
|
|
65
|
+
|
|
66
|
+
### Patch Changes
|
|
67
|
+
|
|
68
|
+
- 60e38dc: Add PlDropdownRef component, update examples
|
|
69
|
+
|
|
70
|
+
## 1.0.13
|
|
71
|
+
|
|
72
|
+
### Patch Changes
|
|
73
|
+
|
|
74
|
+
- Updated dependencies [13013ee]
|
|
75
|
+
- @platforma-sdk/model@1.5.40
|
|
76
|
+
|
|
77
|
+
## 1.0.12
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- Updated dependencies [892ef23]
|
|
82
|
+
- @platforma-sdk/model@1.2.32
|
|
83
|
+
|
|
84
|
+
## 1.0.11
|
|
85
|
+
|
|
86
|
+
### Patch Changes
|
|
87
|
+
|
|
88
|
+
- Updated dependencies [7812ae6]
|
|
89
|
+
- @platforma-sdk/model@1.2.31
|
|
90
|
+
|
|
91
|
+
## 1.0.10
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- 7a12b39: Add useWatchFetch usable
|
|
96
|
+
|
|
97
|
+
## 1.0.9
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- 9ea877e: modals modals modals
|
|
102
|
+
|
|
103
|
+
## 1.0.8
|
|
104
|
+
|
|
105
|
+
### Patch Changes
|
|
106
|
+
|
|
107
|
+
- Updated dependencies [3c85025]
|
|
108
|
+
- @platforma-sdk/model@1.2.30
|
|
109
|
+
|
|
110
|
+
## 1.0.7
|
|
111
|
+
|
|
112
|
+
### Patch Changes
|
|
113
|
+
|
|
114
|
+
- 95f1b0d: Make any dropdown option accept "label" or "text" fields (for backward compatibility)
|
|
115
|
+
|
|
116
|
+
## 1.0.6
|
|
117
|
+
|
|
118
|
+
### Patch Changes
|
|
119
|
+
|
|
120
|
+
- 60223f4: Update example blocks, fix h1-h6 colors in uikit
|
|
121
|
+
|
|
122
|
+
## 1.0.5
|
|
123
|
+
|
|
124
|
+
### Patch Changes
|
|
125
|
+
|
|
126
|
+
- aff132f: Create ui-examples block, add PlSlideModal example
|