@awes-io/ui 2.142.0 → 2.142.3

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/CHANGELOG.md CHANGED
@@ -3,6 +3,40 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.142.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.142.2...@awes-io/ui@2.142.3) (2025-12-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * removed component restored ([a3e7498](https://github.com/awes-io/client/commit/a3e7498064fd0c82494b2ee986991bbca16fe98d))
12
+
13
+
14
+
15
+
16
+
17
+ ## [2.142.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.142.1...@awes-io/ui@2.142.2) (2025-12-12)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * unused component removed ([d0bb7a9](https://github.com/awes-io/client/commit/d0bb7a976a6fa4320b3f1d8210b43f5c82d0d6d0))
23
+ * unused doc removed ([cd9f752](https://github.com/awes-io/client/commit/cd9f752b3313691661c2af1b7fbabb63fe66fcb4))
24
+
25
+
26
+
27
+
28
+
29
+ ## [2.142.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.142.0...@awes-io/ui@2.142.1) (2025-12-12)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **aw-image-upload:** safely scheck if crop modal opened ([5ec3822](https://github.com/awes-io/client/commit/5ec38226044734718d6d36f61c48eb16ab06aa38))
35
+
36
+
37
+
38
+
39
+
6
40
  # [2.142.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.141.0...@awes-io/ui@2.142.0) (2025-11-19)
7
41
 
8
42
 
@@ -223,7 +223,7 @@ export default {
223
223
 
224
224
  this.file = URL.createObjectURL(files[0])
225
225
 
226
- if (this.$refs.cropModal.isOpened) {
226
+ if (this.$refs.cropModal?.isOpened) {
227
227
  this.$nextTick(() => {
228
228
  this.$refs.cropper.refresh()
229
229
  })
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awes-io/ui",
3
- "version": "2.142.0",
3
+ "version": "2.142.3",
4
4
  "description": "User Interface (UI) components",
5
5
  "keywords": [
6
6
  "ui",
@@ -114,5 +114,5 @@
114
114
  "rollup-plugin-visualizer": "^2.6.0",
115
115
  "rollup-plugin-vue": "^5.0.1"
116
116
  },
117
- "gitHead": "fee25aeae1180c058df03115e135732f9bd2dd09"
117
+ "gitHead": "ce7900a58ed8664a23994e2439fa1826d6a00407"
118
118
  }
@@ -1,50 +0,0 @@
1
- ---
2
- metaTitle: Timeline builder сomponent | Awes.io
3
- meta:
4
- - name: description
5
- content: The <AwTimelineBuilder /> component is used to render Timeline builder - UI Vue component for Awes.io.
6
- title: Timeline builder
7
- ---
8
- # Timeline builder
9
-
10
- The `AwTimelineBuilder` component is used to render Timeline builder.
11
-
12
-
13
- ## Usage
14
- Several examples how you can use `AwTimelineBuilder`.
15
-
16
- ### Live Example
17
- <iframe
18
- src='https://codesandbox.io/embed/github/awes-io/client/tree/master/examples/basic-ui?autoresize=1&fontsize=14&hidenavigation=1&initialpath=%2Faw-timeline-builder&module=%2Fpages%2Faw-timeline-builder.vue&theme=dark&view=editor'
19
- style='width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;'
20
- title='basic-ui'
21
- allow='geolocation; microphone; camera; midi; vr; accelerometer; gyroscope; payment; ambient-light-sensor; encrypted-media; usb'
22
- sandbox='allow-modals allow-forms allow-popups allow-scripts allow-same-origin'
23
- ></iframe>
24
-
25
- ## API
26
- Select your desired component from below and see the available props, slots, events and functions.
27
-
28
- ### Props
29
- Below is a collection of Vue **props** for the `AwTimelineBuilder` component.
30
- <!-- @vuese:AwTimelineBuilder:props:start -->
31
- |Name|Description|Type|Required|Default|
32
- |---|---|---|---|---|
33
- |collection|-|`Object`|`true`|-|
34
-
35
- <!-- @vuese:AwTimelineBuilder:props:end -->
36
-
37
- ### Slots
38
- Below is a collection of Vue **slots** for the `AwTimelineBuilder` component.
39
- <!-- @vuese:AwTimelineBuilder:slots:start -->
40
- |Name|Description|Default Slot Content|
41
- |---|---|---|
42
- |default|-|info|
43
-
44
- <!-- @vuese:AwTimelineBuilder:slots:end -->
45
-
46
- ### Events
47
- Below is a collection of Vue **events** for the `AwTimelineBuilder` component.
48
- <!-- @vuese:AwTimelineBuilder:events:start -->
49
-
50
- <!-- @vuese:AwTimelineBuilder:events:end -->