wacom 21.1.1 → 21.1.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/fesm2022/wacom.mjs +16 -8
- package/fesm2022/wacom.mjs.map +1 -1
- package/package.json +1 -1
- package/types/wacom.d.ts +10 -4
package/fesm2022/wacom.mjs
CHANGED
|
@@ -997,12 +997,12 @@ class ManualDisabledDirective {
|
|
|
997
997
|
}, { ...(ngDevMode ? { debugName: "syncDisabledEffect" } : {}) });
|
|
998
998
|
}
|
|
999
999
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.1", ngImport: i0, type: ManualDisabledDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1000
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.1", type: ManualDisabledDirective, isStandalone: true, selector: "input[manualDisabled]", inputs: { manualDisabled: { classPropertyName: "manualDisabled", publicName: "manualDisabled", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
1000
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.1", type: ManualDisabledDirective, isStandalone: true, selector: "input[manualDisabled], textarea[manualDisabled]", inputs: { manualDisabled: { classPropertyName: "manualDisabled", publicName: "manualDisabled", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
1001
1001
|
}
|
|
1002
1002
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.1", ngImport: i0, type: ManualDisabledDirective, decorators: [{
|
|
1003
1003
|
type: Directive,
|
|
1004
1004
|
args: [{
|
|
1005
|
-
selector: 'input[manualDisabled]',
|
|
1005
|
+
selector: 'input[manualDisabled], textarea[manualDisabled]',
|
|
1006
1006
|
}]
|
|
1007
1007
|
}], propDecorators: { manualDisabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "manualDisabled", required: false }] }] } });
|
|
1008
1008
|
|
|
@@ -1024,12 +1024,12 @@ class ManualNameDirective {
|
|
|
1024
1024
|
}, { ...(ngDevMode ? { debugName: "syncNameEffect" } : {}) });
|
|
1025
1025
|
}
|
|
1026
1026
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.1", ngImport: i0, type: ManualNameDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1027
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.1", type: ManualNameDirective, isStandalone: true, selector: "input[manualName]", inputs: { manualName: { classPropertyName: "manualName", publicName: "manualName", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
1027
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.1", type: ManualNameDirective, isStandalone: true, selector: "input[manualName], textarea[manualName]", inputs: { manualName: { classPropertyName: "manualName", publicName: "manualName", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
1028
1028
|
}
|
|
1029
1029
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.1", ngImport: i0, type: ManualNameDirective, decorators: [{
|
|
1030
1030
|
type: Directive,
|
|
1031
1031
|
args: [{
|
|
1032
|
-
selector: 'input[manualName]',
|
|
1032
|
+
selector: 'input[manualName], textarea[manualName]',
|
|
1033
1033
|
}]
|
|
1034
1034
|
}], propDecorators: { manualName: [{ type: i0.Input, args: [{ isSignal: true, alias: "manualName", required: false }] }] } });
|
|
1035
1035
|
|
|
@@ -1049,12 +1049,12 @@ class ManualReadonlyDirective {
|
|
|
1049
1049
|
}, { ...(ngDevMode ? { debugName: "syncReadonlyEffect" } : {}) });
|
|
1050
1050
|
}
|
|
1051
1051
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.1", ngImport: i0, type: ManualReadonlyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1052
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.1", type: ManualReadonlyDirective, isStandalone: true, selector: "input[manualReadonly]", inputs: { manualReadonly: { classPropertyName: "manualReadonly", publicName: "manualReadonly", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
1052
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.1", type: ManualReadonlyDirective, isStandalone: true, selector: "input[manualReadonly], textarea[manualReadonly]", inputs: { manualReadonly: { classPropertyName: "manualReadonly", publicName: "manualReadonly", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
1053
1053
|
}
|
|
1054
1054
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.1", ngImport: i0, type: ManualReadonlyDirective, decorators: [{
|
|
1055
1055
|
type: Directive,
|
|
1056
1056
|
args: [{
|
|
1057
|
-
selector: 'input[manualReadonly]',
|
|
1057
|
+
selector: 'input[manualReadonly], textarea[manualReadonly]',
|
|
1058
1058
|
}]
|
|
1059
1059
|
}], propDecorators: { manualReadonly: [{ type: i0.Input, args: [{ isSignal: true, alias: "manualReadonly", required: false }] }] } });
|
|
1060
1060
|
|
|
@@ -1076,12 +1076,12 @@ class ManualTypeDirective {
|
|
|
1076
1076
|
}, { ...(ngDevMode ? { debugName: "syncTypeEffect" } : {}) });
|
|
1077
1077
|
}
|
|
1078
1078
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.1", ngImport: i0, type: ManualTypeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1079
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.1", type: ManualTypeDirective, isStandalone: true, selector: "input[manualType]", inputs: { manualType: { classPropertyName: "manualType", publicName: "manualType", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
1079
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.1", type: ManualTypeDirective, isStandalone: true, selector: "input[manualType], textarea[manualType]", inputs: { manualType: { classPropertyName: "manualType", publicName: "manualType", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
1080
1080
|
}
|
|
1081
1081
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.1", ngImport: i0, type: ManualTypeDirective, decorators: [{
|
|
1082
1082
|
type: Directive,
|
|
1083
1083
|
args: [{
|
|
1084
|
-
selector: 'input[manualType]',
|
|
1084
|
+
selector: 'input[manualType], textarea[manualType]',
|
|
1085
1085
|
}]
|
|
1086
1086
|
}], propDecorators: { manualType: [{ type: i0.Input, args: [{ isSignal: true, alias: "manualType", required: false }] }] } });
|
|
1087
1087
|
|
|
@@ -2280,6 +2280,14 @@ class CrudService {
|
|
|
2280
2280
|
getDocs(filter = () => true) {
|
|
2281
2281
|
return this._docs.filter(filter);
|
|
2282
2282
|
}
|
|
2283
|
+
/**
|
|
2284
|
+
* Retrieves the document based on function.
|
|
2285
|
+
*
|
|
2286
|
+
* @returns The list of document.
|
|
2287
|
+
*/
|
|
2288
|
+
getDoc(find) {
|
|
2289
|
+
return this._docs.find(find);
|
|
2290
|
+
}
|
|
2283
2291
|
/**
|
|
2284
2292
|
* Clears the current list of documents.
|
|
2285
2293
|
*
|