@gravitee/ui-particles-angular 7.38.0 → 7.38.1
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/esm2020/lib/gio-clipboard/gio-clipboard-copy-icon.component.mjs +3 -1
- package/esm2020/lib/gio-clipboard/gio-clipboard-copy-wrapper.component.mjs +3 -1
- package/fesm2015/gravitee-ui-particles-angular.mjs +4 -0
- package/fesm2015/gravitee-ui-particles-angular.mjs.map +1 -1
- package/fesm2020/gravitee-ui-particles-angular.mjs +4 -0
- package/fesm2020/gravitee-ui-particles-angular.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5311,6 +5311,7 @@ GioClipboardCopyWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
5311
5311
|
<ng-content></ng-content>
|
|
5312
5312
|
<button
|
|
5313
5313
|
#tooltip="matTooltip"
|
|
5314
|
+
type="button"
|
|
5314
5315
|
class="right"
|
|
5315
5316
|
[attr.aria-label]="label"
|
|
5316
5317
|
[class.clicked]="clicked"
|
|
@@ -5333,6 +5334,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5333
5334
|
<ng-content></ng-content>
|
|
5334
5335
|
<button
|
|
5335
5336
|
#tooltip="matTooltip"
|
|
5337
|
+
type="button"
|
|
5336
5338
|
class="right"
|
|
5337
5339
|
[attr.aria-label]="label"
|
|
5338
5340
|
[class.clicked]="clicked"
|
|
@@ -5372,6 +5374,7 @@ GioClipboardCopyIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.
|
|
|
5372
5374
|
GioClipboardCopyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GioClipboardCopyIconComponent, selector: "gio-clipboard-copy-icon", usesInheritance: true, ngImport: i0, template: `
|
|
5373
5375
|
<button
|
|
5374
5376
|
#tooltip="matTooltip"
|
|
5377
|
+
type="button"
|
|
5375
5378
|
class="btn"
|
|
5376
5379
|
[attr.aria-label]="label"
|
|
5377
5380
|
[class.clicked]="clicked"
|
|
@@ -5392,6 +5395,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5392
5395
|
args: [{ selector: 'gio-clipboard-copy-icon', template: `
|
|
5393
5396
|
<button
|
|
5394
5397
|
#tooltip="matTooltip"
|
|
5398
|
+
type="button"
|
|
5395
5399
|
class="btn"
|
|
5396
5400
|
[attr.aria-label]="label"
|
|
5397
5401
|
[class.clicked]="clicked"
|