@getflip/swirl-components-angular 0.355.0 → 0.356.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +33 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -20,5 +20,5 @@ Built Angular Package
|
|
|
20
20
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
21
21
|
------------------------------------------------------------------------------
|
|
22
22
|
|
|
23
|
-
Build at: 2025-07-
|
|
23
|
+
Build at: 2025-07-29T09:35:00.237Z - Time: 12592ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.356.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1153](https://github.com/getflip/swirl/pull/1153)
|
|
8
|
+
[`ec11e680`](https://github.com/getflip/swirl/commit/ec11e6802b94c30f07897ce698ec3b50377be3fa)
|
|
9
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-table "loading" prop
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#1153](https://github.com/getflip/swirl/pull/1153)
|
|
14
|
+
[`ec11e680`](https://github.com/getflip/swirl/commit/ec11e6802b94c30f07897ce698ec3b50377be3fa)
|
|
15
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Make sure swirl-table "empty"
|
|
16
|
+
slot is always available
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
[[`ec11e680`](https://github.com/getflip/swirl/commit/ec11e6802b94c30f07897ce698ec3b50377be3fa),
|
|
20
|
+
[`ec11e680`](https://github.com/getflip/swirl/commit/ec11e6802b94c30f07897ce698ec3b50377be3fa)]:
|
|
21
|
+
- @getflip/swirl-components@0.356.0
|
|
22
|
+
|
|
23
|
+
## 0.355.1
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- [#1151](https://github.com/getflip/swirl/pull/1151)
|
|
28
|
+
[`85d177d2`](https://github.com/getflip/swirl/commit/85d177d21193b7836505aa424452c8a36b82c5b0)
|
|
29
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix issue of swirl-table empty
|
|
30
|
+
state detection
|
|
31
|
+
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
[[`85d177d2`](https://github.com/getflip/swirl/commit/85d177d21193b7836505aa424452c8a36b82c5b0)]:
|
|
34
|
+
- @getflip/swirl-components@0.355.1
|
|
35
|
+
|
|
3
36
|
## 0.355.0
|
|
4
37
|
|
|
5
38
|
### Minor Changes
|
|
@@ -10281,11 +10281,11 @@ let SwirlTable = class SwirlTable {
|
|
|
10281
10281
|
proxyOutputs(this, this.el, ['dropRow']);
|
|
10282
10282
|
}
|
|
10283
10283
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
10284
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTable, isStandalone: false, selector: "swirl-table", inputs: { caption: "caption", dragDropHandle: "dragDropHandle", dragDropInstructions: "dragDropInstructions", emptyStateLabel: "emptyStateLabel", enableDragDrop: "enableDragDrop", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
10284
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTable, isStandalone: false, selector: "swirl-table", inputs: { caption: "caption", dragDropHandle: "dragDropHandle", dragDropInstructions: "dragDropInstructions", emptyStateLabel: "emptyStateLabel", enableDragDrop: "enableDragDrop", label: "label", loading: "loading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
10285
10285
|
};
|
|
10286
10286
|
SwirlTable = __decorate([
|
|
10287
10287
|
ProxyCmp({
|
|
10288
|
-
inputs: ['caption', 'dragDropHandle', 'dragDropInstructions', 'emptyStateLabel', 'enableDragDrop', 'label'],
|
|
10288
|
+
inputs: ['caption', 'dragDropHandle', 'dragDropInstructions', 'emptyStateLabel', 'enableDragDrop', 'label', 'loading'],
|
|
10289
10289
|
methods: ['rerender']
|
|
10290
10290
|
})
|
|
10291
10291
|
], SwirlTable);
|
|
@@ -10296,7 +10296,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
10296
10296
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10297
10297
|
template: '<ng-content></ng-content>',
|
|
10298
10298
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
10299
|
-
inputs: ['caption', 'dragDropHandle', 'dragDropInstructions', 'emptyStateLabel', 'enableDragDrop', { name: 'label', required: true }],
|
|
10299
|
+
inputs: ['caption', 'dragDropHandle', 'dragDropInstructions', 'emptyStateLabel', 'enableDragDrop', { name: 'label', required: true }, 'loading'],
|
|
10300
10300
|
standalone: false
|
|
10301
10301
|
}]
|
|
10302
10302
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|