@seniorsistemas/angular-components 17.27.1-feature-sds-110-c2d4f9d4 → 17.27.1-feature-sds-110-174b0744
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.
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ElementRef, OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class InteractiveContentDirective implements OnInit, OnDestroy {
|
|
4
|
+
private readonly elementRef;
|
|
5
|
+
activated: import("@angular/core").OutputEmitterRef<PointerEvent | KeyboardEvent>;
|
|
6
|
+
focusable: import("@angular/core").InputSignal<boolean>;
|
|
7
|
+
disabled: import("@angular/core").InputSignal<boolean>;
|
|
8
|
+
private readonly EVENT_LISTENER;
|
|
9
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
private setTabIndex;
|
|
12
|
+
private checkAccessbilityEvents;
|
|
13
|
+
private get element();
|
|
14
|
+
ngOnDestroy(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveContentDirective, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InteractiveContentDirective, "[sInteractiveContent]", never, { "focusable": { "alias": "focusable"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "activated": "sInteractiveContent"; }, never, never, true, never>;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InteractiveContentDirective } from './lib/interactive-content/interactive-content.directive';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seniorsistemas/angular-components",
|
|
3
|
-
"version": "17.27.1-feature-sds-110-
|
|
3
|
+
"version": "17.27.1-feature-sds-110-174b0744",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "^18.2.14",
|
|
6
6
|
"@angular/common": "^18.2.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"control-errors/",
|
|
42
42
|
"country-phone-picker/",
|
|
43
43
|
"checkbox-list/",
|
|
44
|
-
"checkbox",
|
|
44
|
+
"checkbox/",
|
|
45
45
|
"button/",
|
|
46
46
|
"tiered-menu/",
|
|
47
47
|
"editable-overlay/",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"code-editor/",
|
|
103
103
|
"text-area/",
|
|
104
104
|
"speech-recognition/",
|
|
105
|
-
"
|
|
105
|
+
"interactive-content/",
|
|
106
106
|
"fieldset/",
|
|
107
107
|
"star-rating/",
|
|
108
108
|
"paginator/"
|
|
@@ -132,18 +132,18 @@
|
|
|
132
132
|
"esm": "./esm2022/alert/seniorsistemas-angular-components-alert.mjs",
|
|
133
133
|
"default": "./fesm2022/seniorsistemas-angular-components-alert.mjs"
|
|
134
134
|
},
|
|
135
|
-
"./bignumber-input": {
|
|
136
|
-
"types": "./bignumber-input/index.d.ts",
|
|
137
|
-
"esm2022": "./esm2022/bignumber-input/seniorsistemas-angular-components-bignumber-input.mjs",
|
|
138
|
-
"esm": "./esm2022/bignumber-input/seniorsistemas-angular-components-bignumber-input.mjs",
|
|
139
|
-
"default": "./fesm2022/seniorsistemas-angular-components-bignumber-input.mjs"
|
|
140
|
-
},
|
|
141
135
|
"./badge": {
|
|
142
136
|
"types": "./badge/index.d.ts",
|
|
143
137
|
"esm2022": "./esm2022/badge/seniorsistemas-angular-components-badge.mjs",
|
|
144
138
|
"esm": "./esm2022/badge/seniorsistemas-angular-components-badge.mjs",
|
|
145
139
|
"default": "./fesm2022/seniorsistemas-angular-components-badge.mjs"
|
|
146
140
|
},
|
|
141
|
+
"./bignumber-input": {
|
|
142
|
+
"types": "./bignumber-input/index.d.ts",
|
|
143
|
+
"esm2022": "./esm2022/bignumber-input/seniorsistemas-angular-components-bignumber-input.mjs",
|
|
144
|
+
"esm": "./esm2022/bignumber-input/seniorsistemas-angular-components-bignumber-input.mjs",
|
|
145
|
+
"default": "./fesm2022/seniorsistemas-angular-components-bignumber-input.mjs"
|
|
146
|
+
},
|
|
147
147
|
"./breadcrumb": {
|
|
148
148
|
"types": "./breadcrumb/index.d.ts",
|
|
149
149
|
"esm2022": "./esm2022/breadcrumb/seniorsistemas-angular-components-breadcrumb.mjs",
|