layers-design-system 2.6.7 → 2.6.9

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,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,6 @@
1
+ export function getColor(color: any): any;
2
+ export function getColorLight(color: any): string;
3
+ export default Plugin;
4
+ declare namespace Plugin {
5
+ function install(Vue: any): void;
6
+ }
@@ -0,0 +1,10 @@
1
+ export namespace FieldTypeComponents {
2
+ export { getComponent as get };
3
+ export { registerComponent as register };
4
+ }
5
+ export default Plugin;
6
+ declare function getComponent(fieldSchema: any, componentType: any): any;
7
+ declare function registerComponent(fieldSchema: any, componentType: any, component: any): void;
8
+ declare namespace Plugin {
9
+ function install(Vue: any): void;
10
+ }
@@ -0,0 +1,4 @@
1
+ export default Plugin;
2
+ declare namespace Plugin {
3
+ function install(Vue: any): void;
4
+ }
@@ -0,0 +1,6 @@
1
+ export default Notification;
2
+ declare function Notification(options: any): any;
3
+ declare namespace Notification {
4
+ function close(id: any, userOnClose: any): void;
5
+ function closeAll(): void;
6
+ }
@@ -0,0 +1,4 @@
1
+ export default Plugin;
2
+ declare namespace Plugin {
3
+ function install(Vue: any): void;
4
+ }
@@ -0,0 +1,4 @@
1
+ export default Plugin;
2
+ declare namespace Plugin {
3
+ function install(Vue: any): void;
4
+ }
@@ -0,0 +1 @@
1
+ export function buildFieldKeys(fieldSchema: any): string[];