@seatlayer/angular 0.72.0 → 0.74.0
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/README.md +5 -5
- package/dist/README.md +5 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -27,8 +27,8 @@ also re-exports the plain JavaScript `SeatPickerWidget` class and the
|
|
|
27
27
|
|
|
28
28
|
- `SeatLayerSeatingChartComponent` — one standalone Angular component with the
|
|
29
29
|
`seatlayer-seating-chart` selector.
|
|
30
|
-
- `SeatLayerSeasonPickerComponent` —
|
|
31
|
-
|
|
30
|
+
- `SeatLayerSeasonPickerComponent` — fixed-inclusion Season selection and
|
|
31
|
+
returning-holder intent with the `seatlayer-season-picker` selector.
|
|
32
32
|
- `SeatPickerWidget` — the framework-agnostic one-call buyer modal.
|
|
33
33
|
- `attachPickerFrame` — the host-side iframe helper for embedded pickers.
|
|
34
34
|
- An Angular Package Format build (`fesm2022`) with TypeScript declarations at
|
|
@@ -81,7 +81,7 @@ export class CheckoutComponent {
|
|
|
81
81
|
}
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
### Fixed renewable Season
|
|
84
|
+
### Fixed renewable Season
|
|
85
85
|
|
|
86
86
|
```html
|
|
87
87
|
<seatlayer-season-picker
|
|
@@ -95,8 +95,8 @@ export class CheckoutComponent {
|
|
|
95
95
|
The Season handoff is opaque and price-free. Its `pricingAuthority: "host"`
|
|
96
96
|
and `authoritativeAmountIncluded: false` flags mean trusted server code must
|
|
97
97
|
apply the package price, tax, and payment decision before booking the
|
|
98
|
-
identity-only allocation.
|
|
99
|
-
|
|
98
|
+
identity-only allocation. `SeatLayerSeasonPickerComponent` is supported in
|
|
99
|
+
`@seatlayer/angular` `0.72.0` and newer.
|
|
100
100
|
|
|
101
101
|
## Inputs
|
|
102
102
|
|
package/dist/README.md
CHANGED
|
@@ -27,8 +27,8 @@ also re-exports the plain JavaScript `SeatPickerWidget` class and the
|
|
|
27
27
|
|
|
28
28
|
- `SeatLayerSeatingChartComponent` — one standalone Angular component with the
|
|
29
29
|
`seatlayer-seating-chart` selector.
|
|
30
|
-
- `SeatLayerSeasonPickerComponent` —
|
|
31
|
-
|
|
30
|
+
- `SeatLayerSeasonPickerComponent` — fixed-inclusion Season selection and
|
|
31
|
+
returning-holder intent with the `seatlayer-season-picker` selector.
|
|
32
32
|
- `SeatPickerWidget` — the framework-agnostic one-call buyer modal.
|
|
33
33
|
- `attachPickerFrame` — the host-side iframe helper for embedded pickers.
|
|
34
34
|
- An Angular Package Format build (`fesm2022`) with TypeScript declarations at
|
|
@@ -81,7 +81,7 @@ export class CheckoutComponent {
|
|
|
81
81
|
}
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
### Fixed renewable Season
|
|
84
|
+
### Fixed renewable Season
|
|
85
85
|
|
|
86
86
|
```html
|
|
87
87
|
<seatlayer-season-picker
|
|
@@ -95,8 +95,8 @@ export class CheckoutComponent {
|
|
|
95
95
|
The Season handoff is opaque and price-free. Its `pricingAuthority: "host"`
|
|
96
96
|
and `authoritativeAmountIncluded: false` flags mean trusted server code must
|
|
97
97
|
apply the package price, tax, and payment decision before booking the
|
|
98
|
-
identity-only allocation.
|
|
99
|
-
|
|
98
|
+
identity-only allocation. `SeatLayerSeasonPickerComponent` is supported in
|
|
99
|
+
`@seatlayer/angular` `0.72.0` and newer.
|
|
100
100
|
|
|
101
101
|
## Inputs
|
|
102
102
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seatlayer/angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.74.0",
|
|
4
4
|
"description": "SeatLayer's official Angular seating chart and seat map SDK — live availability, seat selection, temporary holds, and a typed TypeScript API for ticketing apps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"typescript"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@seatlayer/core": "0.
|
|
40
|
-
"@seatlayer/js": "0.
|
|
39
|
+
"@seatlayer/core": "0.74.0",
|
|
40
|
+
"@seatlayer/js": "0.74.0",
|
|
41
41
|
"tslib": "^2.8.1"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|