@ascentgl/ads-ui 20.0.11 → 20.0.13
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/ascentgl-ads-ui.mjs +23 -27
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +1 -3
- package/package.json +9 -9
package/index.d.ts
CHANGED
|
@@ -1321,8 +1321,6 @@ declare class AdsInputComponent extends AbstractInputComponent implements OnInit
|
|
|
1321
1321
|
/** Provide "default" value that will be used when control value is cleared */
|
|
1322
1322
|
defaultValue?: unknown;
|
|
1323
1323
|
/** mark input field as readonly */
|
|
1324
|
-
readonly: boolean;
|
|
1325
|
-
/** mark input field as readonly */
|
|
1326
1324
|
isPasswordField: boolean;
|
|
1327
1325
|
/** @ignore */
|
|
1328
1326
|
showClockIcon: boolean;
|
|
@@ -1356,7 +1354,7 @@ declare class AdsInputComponent extends AbstractInputComponent implements OnInit
|
|
|
1356
1354
|
/** @ignore */
|
|
1357
1355
|
restrictInput(event: KeyboardEvent): void;
|
|
1358
1356
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputComponent, never>;
|
|
1359
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsInputComponent, "ads-input", never, { "maxlength": { "alias": "maxlength"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "
|
|
1357
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsInputComponent, "ads-input", never, { "maxlength": { "alias": "maxlength"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "isPasswordField": { "alias": "isPasswordField"; "required": false; }; "showClockIcon": { "alias": "showClockIcon"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "dropSpecialCharacters": { "alias": "dropSpecialCharacters"; "required": false; }; "thousandSeparator": { "alias": "thousandSeparator"; "required": false; }; "decimalMarker": { "alias": "decimalMarker"; "required": false; }; "matAutocomplete": { "alias": "matAutocomplete"; "required": false; }; "showSearchIcon": { "alias": "showSearchIcon"; "required": false; }; "onBlur": { "alias": "onBlur"; "required": false; }; }, {}, never, never, false, never>;
|
|
1360
1358
|
}
|
|
1361
1359
|
|
|
1362
1360
|
declare class AdsInputModule {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ascentgl/ads-ui",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.13",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ascentgl/ads-icons": ">=0.0.0",
|
|
6
6
|
"@ascentgl/ads-utils": ">=0.0.0",
|
|
@@ -32,26 +32,26 @@
|
|
|
32
32
|
"types": "./src/lib/components/avatar/index.d.ts",
|
|
33
33
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs"
|
|
34
34
|
},
|
|
35
|
-
"./src/lib/components/footer": {
|
|
36
|
-
"types": "./src/lib/components/footer/index.d.ts",
|
|
37
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs"
|
|
38
|
-
},
|
|
39
35
|
"./src/lib/components/drag-and-drop-list": {
|
|
40
36
|
"types": "./src/lib/components/drag-and-drop-list/index.d.ts",
|
|
41
37
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs"
|
|
42
38
|
},
|
|
39
|
+
"./src/lib/components/footer": {
|
|
40
|
+
"types": "./src/lib/components/footer/index.d.ts",
|
|
41
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs"
|
|
42
|
+
},
|
|
43
43
|
"./src/lib/components/header": {
|
|
44
44
|
"types": "./src/lib/components/header/index.d.ts",
|
|
45
45
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs"
|
|
46
46
|
},
|
|
47
|
-
"./src/lib/components/shell-layout": {
|
|
48
|
-
"types": "./src/lib/components/shell-layout/index.d.ts",
|
|
49
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs"
|
|
50
|
-
},
|
|
51
47
|
"./src/lib/components/splash-page": {
|
|
52
48
|
"types": "./src/lib/components/splash-page/index.d.ts",
|
|
53
49
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs"
|
|
54
50
|
},
|
|
51
|
+
"./src/lib/components/shell-layout": {
|
|
52
|
+
"types": "./src/lib/components/shell-layout/index.d.ts",
|
|
53
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs"
|
|
54
|
+
},
|
|
55
55
|
"./src/lib/components/buttons/button-container": {
|
|
56
56
|
"types": "./src/lib/components/buttons/button-container/index.d.ts",
|
|
57
57
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs"
|