@telia-ace/widget-core-flamingo 1.0.14 → 1.1.12-rc.5
Sign up to get free protection for your applications and to get access to all the features.
- package/bootstrap.d.ts +3 -0
- package/components/ace-widget.component.d.ts +21 -0
- package/components/trigger.component.d.ts +14 -0
- package/components/unresolved.component.d.ts +7 -0
- package/components/widget.component.d.ts +18 -0
- package/components/wrapper.component.d.ts +13 -0
- package/index-5087564d.mjs +335 -0
- package/index-6dd00f59.js +1 -0
- package/index.d.ts +9 -0
- package/index.js +261 -0
- package/index.mjs +2021 -0
- package/models/application.d.ts +27 -0
- package/models/container.d.ts +16 -0
- package/models/environment.d.ts +12 -0
- package/models/site.d.ts +12 -0
- package/package.json +7 -43
- package/services/component-platform.d.ts +13 -0
- package/services/component-resolver.d.ts +8 -0
- package/services/http-client.service.d.ts +11 -0
- package/types.d.ts +47 -0
- package/utils/map-branding.d.ts +1 -0
- package/LICENSE.txt +0 -6
- package/README.md +0 -3
- package/dist/action-resolver.d.ts +0 -9
- package/dist/action-resolver.d.ts.map +0 -1
- package/dist/bootstrap.d.ts +0 -16
- package/dist/bootstrap.d.ts.map +0 -1
- package/dist/component-platform/actions-controller.d.ts +0 -41
- package/dist/component-platform/actions-controller.d.ts.map +0 -1
- package/dist/component-platform/changeset-provider.d.ts +0 -9
- package/dist/component-platform/changeset-provider.d.ts.map +0 -1
- package/dist/component-platform/component-configuration-api.d.ts +0 -3
- package/dist/component-platform/component-configuration-api.d.ts.map +0 -1
- package/dist/component-platform/component-controller.d.ts +0 -39
- package/dist/component-platform/component-controller.d.ts.map +0 -1
- package/dist/component-platform/component-node-collection.d.ts +0 -19
- package/dist/component-platform/component-node-collection.d.ts.map +0 -1
- package/dist/component-platform/component-node.d.ts +0 -64
- package/dist/component-platform/component-node.d.ts.map +0 -1
- package/dist/component-platform/component-platform.d.ts +0 -55
- package/dist/component-platform/component-platform.d.ts.map +0 -1
- package/dist/component-platform/component-query.d.ts +0 -17
- package/dist/component-platform/component-query.d.ts.map +0 -1
- package/dist/component-platform/create-component-model.d.ts +0 -37
- package/dist/component-platform/create-component-model.d.ts.map +0 -1
- package/dist/component-platform/custom-component-handler.d.ts +0 -22
- package/dist/component-platform/custom-component-handler.d.ts.map +0 -1
- package/dist/component-platform/descriptor.d.ts +0 -9
- package/dist/component-platform/descriptor.d.ts.map +0 -1
- package/dist/component-platform/extend-component.d.ts +0 -9
- package/dist/component-platform/extend-component.d.ts.map +0 -1
- package/dist/component-platform/index.d.ts +0 -19
- package/dist/component-platform/index.d.ts.map +0 -1
- package/dist/component-platform/queries.d.ts +0 -7
- package/dist/component-platform/queries.d.ts.map +0 -1
- package/dist/component-platform/state-processor.d.ts +0 -13
- package/dist/component-platform/state-processor.d.ts.map +0 -1
- package/dist/component-resolver.d.ts +0 -15
- package/dist/component-resolver.d.ts.map +0 -1
- package/dist/environment.d.ts +0 -49
- package/dist/environment.d.ts.map +0 -1
- package/dist/event-subscriber.d.ts +0 -8
- package/dist/event-subscriber.d.ts.map +0 -1
- package/dist/implementation.d.ts +0 -8
- package/dist/implementation.d.ts.map +0 -1
- package/dist/index.d.ts +0 -15
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -2076
- package/dist/index.js.map +0 -1
- package/dist/plugin.d.ts +0 -8
- package/dist/plugin.d.ts.map +0 -1
- package/dist/types/configuration.d.ts +0 -87
- package/dist/types/configuration.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -3
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/ui.d.ts +0 -49
- package/dist/types/ui.d.ts.map +0 -1
- package/dist/version.d.ts +0 -3
- package/dist/version.d.ts.map +0 -1
- package/dist/widget-type.d.ts +0 -8
- package/dist/widget-type.d.ts.map +0 -1
package/dist/types/ui.d.ts
DELETED
@@ -1,49 +0,0 @@
|
|
1
|
-
export type Theme = {
|
2
|
-
gap: string;
|
3
|
-
accessibility: {
|
4
|
-
border: string;
|
5
|
-
colors: {
|
6
|
-
inactiveText: string;
|
7
|
-
activeText: string;
|
8
|
-
};
|
9
|
-
};
|
10
|
-
border: string;
|
11
|
-
borderRadius: string;
|
12
|
-
boxShadow: string;
|
13
|
-
inputBorder: string;
|
14
|
-
colors: {
|
15
|
-
warning: string;
|
16
|
-
accent: string;
|
17
|
-
link: string;
|
18
|
-
primary: string;
|
19
|
-
text: string;
|
20
|
-
textLight: string;
|
21
|
-
};
|
22
|
-
fonts: {
|
23
|
-
type: string;
|
24
|
-
base: string;
|
25
|
-
small: string;
|
26
|
-
normal: string;
|
27
|
-
medium: string;
|
28
|
-
large: string;
|
29
|
-
huge: string;
|
30
|
-
};
|
31
|
-
sizes: {
|
32
|
-
cardinal: number;
|
33
|
-
small: string;
|
34
|
-
normal: string;
|
35
|
-
medium: string;
|
36
|
-
large: string;
|
37
|
-
};
|
38
|
-
typographyVariantMapping?: {
|
39
|
-
h1: 'h1';
|
40
|
-
h2: 'h2';
|
41
|
-
h3: 'h3';
|
42
|
-
h4: 'h4';
|
43
|
-
h5: 'h5';
|
44
|
-
h6: 'h6';
|
45
|
-
p: 'p';
|
46
|
-
span: 'span';
|
47
|
-
};
|
48
|
-
};
|
49
|
-
//# sourceMappingURL=ui.d.ts.map
|
package/dist/types/ui.d.ts.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ui.d.ts","sourceRoot":"","sources":["../../src/types/ui.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,KAAK,GAAG;IAChB,GAAG,EAAE,MAAM,CAAC;IAGZ,aAAa,EAAE;QACX,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE;YACJ,YAAY,EAAE,MAAM,CAAC;YACrB,UAAU,EAAE,MAAM,CAAC;SACtB,CAAC;KACL,CAAC;IAGF,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IAGpB,MAAM,EAAE;QACJ,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,EAAE,MAAM,CAAC;KACrB,CAAC;IAGF,KAAK,EAAE;QACH,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;KAChB,CAAC;IAGF,KAAK,EAAE;QACH,QAAQ,EAAE,MAAM,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;KACjB,CAAC;IAEF,wBAAwB,CAAC,EAAE;QACvB,EAAE,EAAE,IAAI,CAAC;QACT,EAAE,EAAE,IAAI,CAAC;QACT,EAAE,EAAE,IAAI,CAAC;QACT,EAAE,EAAE,IAAI,CAAC;QACT,EAAE,EAAE,IAAI,CAAC;QACT,EAAE,EAAE,IAAI,CAAC;QACT,CAAC,EAAE,GAAG,CAAC;QACP,IAAI,EAAE,MAAM,CAAC;KAChB,CAAC;CACL,CAAC"}
|
package/dist/version.d.ts
DELETED
package/dist/version.d.ts.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";AAAA,wBAAmC"}
|
package/dist/widget-type.d.ts
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
import { Container, WidgetType as WidgetTypeBase } from '@webprovisions/platform';
|
2
|
-
/**
|
3
|
-
* Base class for a widget.
|
4
|
-
*/
|
5
|
-
export default class WidgetType extends WidgetTypeBase {
|
6
|
-
constructor(container: Container);
|
7
|
-
}
|
8
|
-
//# sourceMappingURL=widget-type.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"widget-type.d.ts","sourceRoot":"","sources":["../src/widget-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAElF;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,cAAc;gBACtC,SAAS,EAAE,SAAS;CAGnC"}
|