@ascentgl/ads-ui 20.0.28 → 20.0.32
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-src-lib-components-avatar.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +10 -10
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +606 -575
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +7 -4
- package/package.json +15 -15
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnChanges, SimpleChanges, OnDestroy, ElementRef, SimpleChange, OnInit, AfterContentInit, Renderer2, AfterViewInit, ChangeDetectorRef,
|
|
2
|
+
import { OnChanges, SimpleChanges, OnDestroy, EventEmitter, ElementRef, SimpleChange, OnInit, AfterContentInit, Renderer2, AfterViewInit, ChangeDetectorRef, TemplateRef, PipeTransform } from '@angular/core';
|
|
3
3
|
import * as i4 from '@ascentgl/ads-icons';
|
|
4
4
|
import { AdsIconRegistry, IconThemes } from '@ascentgl/ads-icons';
|
|
5
5
|
import * as i2 from '@angular/common';
|
|
@@ -329,14 +329,14 @@ declare class AscentCardModule {
|
|
|
329
329
|
type Tag = {
|
|
330
330
|
id: string;
|
|
331
331
|
tag: string;
|
|
332
|
-
color: Colors;
|
|
332
|
+
color: Colors | string;
|
|
333
333
|
};
|
|
334
334
|
|
|
335
335
|
declare class AdsTagComponent {
|
|
336
336
|
private registry;
|
|
337
337
|
constructor(registry: AdsIconRegistry);
|
|
338
338
|
/** The color of the tag */
|
|
339
|
-
color: i0.InputSignal<
|
|
339
|
+
color: i0.InputSignal<string>;
|
|
340
340
|
/** The unique id of the tag */
|
|
341
341
|
id: i0.InputSignal<string>;
|
|
342
342
|
/** Whether the tag is removeable */
|
|
@@ -359,6 +359,7 @@ declare class AdsTagComponent {
|
|
|
359
359
|
getBackgroundColor(): string;
|
|
360
360
|
/** @ignore */
|
|
361
361
|
getTextColor(): string;
|
|
362
|
+
isColor(value: unknown): value is Colors;
|
|
362
363
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTagComponent, never>;
|
|
363
364
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTagComponent, "ads-tag", never, { "color": { "alias": "color"; "required": true; "isSignal": true; }; "id": { "alias": "id"; "required": true; "isSignal": true; }; "removable": { "alias": "removable"; "required": false; "isSignal": true; }; "tag": { "alias": "tag"; "required": true; "isSignal": true; }; }, { "remove": "remove"; "selected": "selected"; }, never, ["*"], false, never>;
|
|
364
365
|
}
|
|
@@ -378,6 +379,7 @@ declare class AdsCreateTagComponent implements OnChanges, OnDestroy {
|
|
|
378
379
|
/** Holds all the tags you create or tags you previously created. Required for proper unique tag validation
|
|
379
380
|
* and total number of existing tags calculation */
|
|
380
381
|
tags: Tag[];
|
|
382
|
+
tagsChange: EventEmitter<Tag[]>;
|
|
381
383
|
/** The color palette for the tag background */
|
|
382
384
|
palette: i0.InputSignal<Colors[]>;
|
|
383
385
|
/** Reference to a tag which can be used for editing existing tags */
|
|
@@ -452,7 +454,7 @@ declare class AdsCreateTagComponent implements OnChanges, OnDestroy {
|
|
|
452
454
|
/** @ignore */
|
|
453
455
|
onTagRemove(id: string): void;
|
|
454
456
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCreateTagComponent, never>;
|
|
455
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsCreateTagComponent, "ads-create-tag", never, { "limit": { "alias": "limit"; "required": false; "isSignal": true; }; "tags": { "alias": "tags"; "required": false; }; "palette": { "alias": "palette"; "required": false; "isSignal": true; }; "lowercase": { "alias": "lowercase"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "alphanumeric": { "alias": "alphanumeric"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
457
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsCreateTagComponent, "ads-create-tag", never, { "limit": { "alias": "limit"; "required": false; "isSignal": true; }; "tags": { "alias": "tags"; "required": false; }; "palette": { "alias": "palette"; "required": false; "isSignal": true; }; "lowercase": { "alias": "lowercase"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "alphanumeric": { "alias": "alphanumeric"; "required": false; "isSignal": true; }; }, { "tagsChange": "tagsChange"; }, never, never, false, never>;
|
|
456
458
|
}
|
|
457
459
|
|
|
458
460
|
declare class AdsTagContainerComponent {
|
|
@@ -1080,6 +1082,7 @@ declare abstract class AbstractBaseComponent implements OnChanges, AfterViewInit
|
|
|
1080
1082
|
showFooter: boolean;
|
|
1081
1083
|
/** @ignore */
|
|
1082
1084
|
protected registry: AdsIconRegistry;
|
|
1085
|
+
private destroyRef;
|
|
1083
1086
|
/** @ignore */
|
|
1084
1087
|
get required(): boolean;
|
|
1085
1088
|
/** Component width. Must include units of measure: px, %, em, rem, etc. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ascentgl/ads-ui",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.32",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ascentgl/ads-icons": ">=0.0.0",
|
|
6
6
|
"@ascentgl/ads-utils": ">=0.0.0",
|
|
@@ -44,33 +44,37 @@
|
|
|
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/splash-page": {
|
|
48
|
-
"types": "./src/lib/components/splash-page/index.d.ts",
|
|
49
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs"
|
|
50
|
-
},
|
|
51
47
|
"./src/lib/components/shell-layout": {
|
|
52
48
|
"types": "./src/lib/components/shell-layout/index.d.ts",
|
|
53
49
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs"
|
|
54
50
|
},
|
|
51
|
+
"./src/lib/components/splash-page": {
|
|
52
|
+
"types": "./src/lib/components/splash-page/index.d.ts",
|
|
53
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.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"
|
|
58
58
|
},
|
|
59
|
+
"./src/lib/components/error-page/error-page-code": {
|
|
60
|
+
"types": "./src/lib/components/error-page/error-page-code/index.d.ts",
|
|
61
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs"
|
|
62
|
+
},
|
|
59
63
|
"./src/lib/components/footer/container": {
|
|
60
64
|
"types": "./src/lib/components/footer/container/index.d.ts",
|
|
61
65
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs"
|
|
62
66
|
},
|
|
63
|
-
"./src/lib/components/
|
|
64
|
-
"types": "./src/lib/components/
|
|
65
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-
|
|
67
|
+
"./src/lib/components/logo/primary-logo": {
|
|
68
|
+
"types": "./src/lib/components/logo/primary-logo/index.d.ts",
|
|
69
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs"
|
|
66
70
|
},
|
|
67
71
|
"./src/lib/components/header/container": {
|
|
68
72
|
"types": "./src/lib/components/header/container/index.d.ts",
|
|
69
73
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs"
|
|
70
74
|
},
|
|
71
|
-
"./src/lib/components/
|
|
72
|
-
"types": "./src/lib/components/
|
|
73
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-
|
|
75
|
+
"./src/lib/components/progress-indicators/progress-bar": {
|
|
76
|
+
"types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
|
|
77
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
|
|
74
78
|
},
|
|
75
79
|
"./src/lib/components/progress-indicators/progress-indicator-spinner": {
|
|
76
80
|
"types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
|
|
@@ -80,10 +84,6 @@
|
|
|
80
84
|
"types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
|
|
81
85
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
|
|
82
86
|
},
|
|
83
|
-
"./src/lib/components/progress-indicators/progress-bar": {
|
|
84
|
-
"types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
|
|
85
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
|
|
86
|
-
},
|
|
87
87
|
"./src/lib/components/tags/tag-container": {
|
|
88
88
|
"types": "./src/lib/components/tags/tag-container/index.d.ts",
|
|
89
89
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs"
|