@supersoniks/concorde 1.1.35 → 1.1.36

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.
Files changed (204) hide show
  1. package/README.md +0 -0
  2. package/cli.js +0 -0
  3. package/components.d.ts +0 -0
  4. package/components.js +0 -0
  5. package/concorde-core.bundle.js +8 -8
  6. package/concorde-core.es.js +598 -480
  7. package/core/components/functional/configuration/configuration.d.ts +0 -0
  8. package/core/components/functional/configuration/configuration.js +0 -0
  9. package/core/components/functional/date/date.d.ts +0 -0
  10. package/core/components/functional/date/date.js +0 -0
  11. package/core/components/functional/example/example.d.ts +0 -0
  12. package/core/components/functional/example/example.js +0 -0
  13. package/core/components/functional/fetch/fetch.d.ts +1 -0
  14. package/core/components/functional/fetch/fetch.js +0 -0
  15. package/core/components/functional/functional.d.ts +1 -0
  16. package/core/components/functional/functional.js +1 -0
  17. package/core/components/functional/if/if.d.ts +0 -0
  18. package/core/components/functional/if/if.js +0 -0
  19. package/core/components/functional/list/list.d.ts +1 -0
  20. package/core/components/functional/list/list.js +0 -0
  21. package/core/components/functional/queue/queue.d.ts +0 -0
  22. package/core/components/functional/queue/queue.js +0 -0
  23. package/core/components/functional/router/redirect.d.ts +0 -0
  24. package/core/components/functional/router/redirect.js +0 -0
  25. package/core/components/functional/router/router.d.ts +0 -0
  26. package/core/components/functional/router/router.js +0 -0
  27. package/core/components/functional/sdui/sdui.d.ts +67 -0
  28. package/core/components/functional/sdui/sdui.js +130 -0
  29. package/core/components/functional/sonic-scope/sonic-scope.d.ts +0 -0
  30. package/core/components/functional/sonic-scope/sonic-scope.js +0 -0
  31. package/core/components/functional/states/states.d.ts +0 -0
  32. package/core/components/functional/states/states.js +0 -0
  33. package/core/components/functional/submit/submit.d.ts +0 -0
  34. package/core/components/functional/submit/submit.js +0 -0
  35. package/core/components/functional/subscriber/subscriber.d.ts +0 -0
  36. package/core/components/functional/subscriber/subscriber.js +0 -0
  37. package/core/components/ui/_css/scroll.d.ts +0 -0
  38. package/core/components/ui/_css/scroll.js +0 -0
  39. package/core/components/ui/_css/size.d.ts +0 -0
  40. package/core/components/ui/_css/size.js +0 -0
  41. package/core/components/ui/_css/type.d.ts +0 -0
  42. package/core/components/ui/_css/type.js +0 -0
  43. package/core/components/ui/alert/alert.d.ts +0 -0
  44. package/core/components/ui/alert/alert.js +0 -0
  45. package/core/components/ui/badge/badge.d.ts +0 -0
  46. package/core/components/ui/badge/badge.js +0 -0
  47. package/core/components/ui/button/button.d.ts +7 -1
  48. package/core/components/ui/button/button.js +0 -0
  49. package/core/components/ui/captcha/captcha.d.ts +0 -0
  50. package/core/components/ui/captcha/captcha.js +0 -0
  51. package/core/components/ui/card/card-footer.d.ts +0 -0
  52. package/core/components/ui/card/card-footer.js +0 -0
  53. package/core/components/ui/card/card-header-descripton.d.ts +0 -0
  54. package/core/components/ui/card/card-header-descripton.js +0 -0
  55. package/core/components/ui/card/card-header.d.ts +0 -0
  56. package/core/components/ui/card/card-header.js +0 -0
  57. package/core/components/ui/card/card-main.d.ts +0 -0
  58. package/core/components/ui/card/card-main.js +0 -0
  59. package/core/components/ui/card/card.d.ts +0 -0
  60. package/core/components/ui/card/card.js +0 -0
  61. package/core/components/ui/divider/divider.d.ts +0 -0
  62. package/core/components/ui/divider/divider.js +0 -0
  63. package/core/components/ui/form/checkbox/checkbox.d.ts +2 -0
  64. package/core/components/ui/form/checkbox/checkbox.js +0 -0
  65. package/core/components/ui/form/css/form-control.d.ts +0 -0
  66. package/core/components/ui/form/css/form-control.js +0 -0
  67. package/core/components/ui/form/fieldset/fieldset.d.ts +0 -0
  68. package/core/components/ui/form/fieldset/fieldset.js +0 -0
  69. package/core/components/ui/form/fieldset/legend-description.d.ts +0 -0
  70. package/core/components/ui/form/fieldset/legend-description.js +0 -0
  71. package/core/components/ui/form/fieldset/legend.d.ts +0 -0
  72. package/core/components/ui/form/fieldset/legend.js +0 -0
  73. package/core/components/ui/form/form-actions/form-actions.d.ts +0 -0
  74. package/core/components/ui/form/form-actions/form-actions.js +0 -0
  75. package/core/components/ui/form/form-layout/form-layout.d.ts +0 -0
  76. package/core/components/ui/form/form-layout/form-layout.js +0 -0
  77. package/core/components/ui/form/input/input.d.ts +1 -0
  78. package/core/components/ui/form/input/input.js +0 -0
  79. package/core/components/ui/form/radio/radio.d.ts +0 -0
  80. package/core/components/ui/form/radio/radio.js +0 -0
  81. package/core/components/ui/form/select/select.d.ts +0 -0
  82. package/core/components/ui/form/select/select.js +0 -0
  83. package/core/components/ui/form/textarea/textarea.d.ts +1 -0
  84. package/core/components/ui/form/textarea/textarea.js +0 -0
  85. package/core/components/ui/group/group.d.ts +0 -0
  86. package/core/components/ui/group/group.js +0 -0
  87. package/core/components/ui/icon/icon.d.ts +0 -0
  88. package/core/components/ui/icon/icon.js +0 -0
  89. package/core/components/ui/icon/icons.d.ts +0 -0
  90. package/core/components/ui/icon/icons.js +0 -0
  91. package/core/components/ui/icon/icons.json +0 -0
  92. package/core/components/ui/image/image.d.ts +0 -0
  93. package/core/components/ui/image/image.js +0 -0
  94. package/core/components/ui/link/link.d.ts +0 -0
  95. package/core/components/ui/link/link.js +0 -0
  96. package/core/components/ui/loader/loader.d.ts +0 -0
  97. package/core/components/ui/loader/loader.js +0 -0
  98. package/core/components/ui/loader/styles/fixed.d.ts +0 -0
  99. package/core/components/ui/loader/styles/fixed.js +0 -0
  100. package/core/components/ui/loader/styles/inline.d.ts +0 -0
  101. package/core/components/ui/loader/styles/inline.js +0 -0
  102. package/core/components/ui/menu/menu-item.d.ts +0 -0
  103. package/core/components/ui/menu/menu-item.js +0 -0
  104. package/core/components/ui/menu/menu.d.ts +0 -0
  105. package/core/components/ui/menu/menu.js +0 -0
  106. package/core/components/ui/modal/modal-actions.d.ts +0 -0
  107. package/core/components/ui/modal/modal-actions.js +0 -0
  108. package/core/components/ui/modal/modal-close.d.ts +0 -0
  109. package/core/components/ui/modal/modal-close.js +0 -0
  110. package/core/components/ui/modal/modal-content.d.ts +0 -0
  111. package/core/components/ui/modal/modal-content.js +0 -0
  112. package/core/components/ui/modal/modal-subtitle.d.ts +0 -0
  113. package/core/components/ui/modal/modal-subtitle.js +0 -0
  114. package/core/components/ui/modal/modal-title.d.ts +0 -0
  115. package/core/components/ui/modal/modal-title.js +0 -0
  116. package/core/components/ui/modal/modal.d.ts +0 -0
  117. package/core/components/ui/modal/modal.js +0 -0
  118. package/core/components/ui/pop/pop.d.ts +0 -0
  119. package/core/components/ui/pop/pop.js +0 -0
  120. package/core/components/ui/progress/progress.d.ts +0 -0
  121. package/core/components/ui/progress/progress.js +0 -0
  122. package/core/components/ui/table/table-caption.d.ts +0 -0
  123. package/core/components/ui/table/table-caption.js +0 -0
  124. package/core/components/ui/table/table-tbody.d.ts +0 -0
  125. package/core/components/ui/table/table-tbody.js +0 -0
  126. package/core/components/ui/table/table-td.d.ts +0 -0
  127. package/core/components/ui/table/table-td.js +0 -0
  128. package/core/components/ui/table/table-tfoot.d.ts +0 -0
  129. package/core/components/ui/table/table-tfoot.js +0 -0
  130. package/core/components/ui/table/table-th.d.ts +0 -0
  131. package/core/components/ui/table/table-th.js +0 -0
  132. package/core/components/ui/table/table-thead.d.ts +0 -0
  133. package/core/components/ui/table/table-thead.js +0 -0
  134. package/core/components/ui/table/table-tr.d.ts +0 -0
  135. package/core/components/ui/table/table-tr.js +0 -0
  136. package/core/components/ui/table/table.d.ts +0 -0
  137. package/core/components/ui/table/table.js +0 -0
  138. package/core/components/ui/tabs/tab.d.ts +0 -0
  139. package/core/components/ui/tabs/tab.js +0 -0
  140. package/core/components/ui/tabs/tabs.d.ts +0 -0
  141. package/core/components/ui/tabs/tabs.js +0 -0
  142. package/core/components/ui/taxonomy/taxonomy.d.ts +0 -0
  143. package/core/components/ui/taxonomy/taxonomy.js +0 -0
  144. package/core/components/ui/theme/css/tailwind.css +0 -0
  145. package/core/components/ui/theme/css/tailwind.d.ts +0 -0
  146. package/core/components/ui/theme/theme-collection/core-variables.d.ts +0 -0
  147. package/core/components/ui/theme/theme-collection/core-variables.js +0 -0
  148. package/core/components/ui/theme/theme-collection/dark.d.ts +0 -0
  149. package/core/components/ui/theme/theme-collection/dark.js +0 -0
  150. package/core/components/ui/theme/theme-collection/light.d.ts +0 -0
  151. package/core/components/ui/theme/theme-collection/light.js +0 -0
  152. package/core/components/ui/theme/theme.d.ts +0 -0
  153. package/core/components/ui/theme/theme.js +0 -0
  154. package/core/components/ui/toast/message-subscriber.d.ts +0 -0
  155. package/core/components/ui/toast/message-subscriber.js +0 -0
  156. package/core/components/ui/toast/toast-item.d.ts +0 -0
  157. package/core/components/ui/toast/toast-item.js +0 -0
  158. package/core/components/ui/toast/toast.d.ts +0 -0
  159. package/core/components/ui/toast/toast.js +0 -0
  160. package/core/components/ui/toast/types.d.ts +0 -0
  161. package/core/components/ui/toast/types.js +0 -0
  162. package/core/components/ui/tooltip/tooltip.d.ts +0 -0
  163. package/core/components/ui/tooltip/tooltip.js +0 -0
  164. package/core/components/ui/ui.d.ts +0 -0
  165. package/core/components/ui/ui.js +0 -0
  166. package/core/core.d.ts +0 -0
  167. package/core/core.js +0 -0
  168. package/core/mixins/Fetcher.d.ts +5 -1
  169. package/core/mixins/Fetcher.js +1 -1
  170. package/core/mixins/FormCheckable.d.ts +1 -0
  171. package/core/mixins/FormCheckable.js +1 -0
  172. package/core/mixins/FormElement.d.ts +0 -0
  173. package/core/mixins/FormElement.js +0 -0
  174. package/core/mixins/FormInput.d.ts +1 -0
  175. package/core/mixins/FormInput.js +0 -0
  176. package/core/mixins/Subscriber.d.ts +1 -0
  177. package/core/mixins/Subscriber.js +0 -0
  178. package/core/mixins/TemplatesContainer.d.ts +0 -0
  179. package/core/mixins/TemplatesContainer.js +0 -0
  180. package/core/mixins/mixins.d.ts +0 -0
  181. package/core/mixins/mixins.js +0 -0
  182. package/core/utils/Arrays.d.ts +0 -0
  183. package/core/utils/Arrays.js +0 -0
  184. package/core/utils/DataBindObserver.d.ts +0 -0
  185. package/core/utils/DataBindObserver.js +0 -0
  186. package/core/utils/Electron.d.ts +0 -0
  187. package/core/utils/Electron.js +0 -0
  188. package/core/utils/Format.d.ts +0 -0
  189. package/core/utils/Format.js +0 -0
  190. package/core/utils/HTML.d.ts +0 -0
  191. package/core/utils/HTML.js +0 -0
  192. package/core/utils/LocationHandler.d.ts +0 -0
  193. package/core/utils/LocationHandler.js +0 -0
  194. package/core/utils/Objects.d.ts +0 -0
  195. package/core/utils/Objects.js +0 -0
  196. package/core/utils/PublisherProxy.d.mts +0 -0
  197. package/core/utils/PublisherProxy.mjs +0 -0
  198. package/core/utils/api.d.ts +0 -0
  199. package/core/utils/api.js +4 -1
  200. package/mixins.d.ts +3 -0
  201. package/mixins.js +0 -0
  202. package/package.json +3 -1
  203. package/utils.d.ts +0 -0
  204. package/utils.js +0 -0
File without changes
File without changes
File without changes
File without changes
@@ -17,6 +17,7 @@ declare const Fetch_base: {
17
17
  firstUpdated(): void;
18
18
  onIntersection(entries: IntersectionObserverEntry[]): void;
19
19
  props: any;
20
+ propertyMap: Object;
20
21
  isConnected: boolean;
21
22
  getAncestorAttributeValue(attributeName: string): string;
22
23
  hasAncestorAttribute(attributeName: string): boolean;
File without changes
@@ -10,3 +10,4 @@ import "./router/redirect";
10
10
  import "./states/states";
11
11
  import "./sonic-scope/sonic-scope";
12
12
  import "./example/example";
13
+ import "./sdui/sdui";
@@ -10,3 +10,4 @@ import "./router/redirect";
10
10
  import "./states/states";
11
11
  import "./sonic-scope/sonic-scope";
12
12
  import "./example/example";
13
+ import "./sdui/sdui";
File without changes
File without changes
@@ -19,6 +19,7 @@ declare const List_base: {
19
19
  firstUpdated(): void;
20
20
  onIntersection(entries: IntersectionObserverEntry[]): void;
21
21
  props: any;
22
+ propertyMap: Object;
22
23
  isConnected: boolean;
23
24
  getAncestorAttributeValue(attributeName: string): string;
24
25
  hasAncestorAttribute(attributeName: string): boolean;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,67 @@
1
+ import { LitElement } from "lit";
2
+ declare type SDUIDescriptor = {
3
+ js?: Array<string>;
4
+ css?: Array<string>;
5
+ library?: Record<string, SDUINode>;
6
+ nodes?: Array<SDUINode>;
7
+ };
8
+ declare type SDUINode = {
9
+ library?: string;
10
+ markup?: string;
11
+ type?: string;
12
+ attributes: Record<string, string>;
13
+ nodes?: Array<SDUINode>;
14
+ innerHTML?: string;
15
+ prefix?: string;
16
+ suffix?: string;
17
+ };
18
+ declare const SonicComponent_base: {
19
+ new (...args: any[]): {
20
+ api: import("../../../utils/api").default | null;
21
+ key: String;
22
+ isFirstLoad: boolean;
23
+ isLoading: boolean;
24
+ iObserver: IntersectionObserver | null;
25
+ isDefaultLoaderEnabled: boolean;
26
+ isFetchEnabled: boolean;
27
+ _endPoint: string;
28
+ endPoint: string;
29
+ _fetchData(): Promise<void>;
30
+ onInvalidate: any;
31
+ disconnectedCallback(): void;
32
+ connectedCallback(): void;
33
+ firstUpdated(): void;
34
+ onIntersection(entries: IntersectionObserverEntry[]): void;
35
+ props: any;
36
+ propertyMap: Object;
37
+ isConnected: boolean;
38
+ getAncestorAttributeValue(attributeName: string): string;
39
+ hasAncestorAttribute(attributeName: string): boolean;
40
+ querySelectorAll(selector: string): NodeListOf<Element>;
41
+ publisher: any;
42
+ dataProvider: string | null;
43
+ noShadowDom: string | null;
44
+ debug: HTMLElement | null;
45
+ defferedDebug: boolean | null;
46
+ dispatchEvent(event: Event): void;
47
+ setAttribute(name: string, value: string): void;
48
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
49
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
50
+ removeAttribute(name: string): void;
51
+ initPublisher(): void;
52
+ getApiConfiguration(): import("../../../utils/api").APIConfiguration;
53
+ requestUpdate(): void;
54
+ getAttribute(name: string): string;
55
+ hasAttribute(attributeName: String): boolean;
56
+ };
57
+ } & (new (...args: any[]) => import("../../../mixins/Subscriber").SubscriberInterface) & typeof LitElement;
58
+ export declare class SonicComponent extends SonicComponent_base {
59
+ connectedCallback(): void;
60
+ get props(): SDUIDescriptor;
61
+ loadJS(src: string): Promise<unknown>;
62
+ loadCSS(src: string): Promise<unknown>;
63
+ set props(value: SDUIDescriptor);
64
+ updateContents(): Promise<void>;
65
+ parseChild(props: SDUINode): HTMLElement;
66
+ }
67
+ export {};
@@ -0,0 +1,130 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
8
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
9
+ return new (P || (P = Promise))(function (resolve, reject) {
10
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
11
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
12
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
13
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
14
+ });
15
+ };
16
+ import { LitElement } from "lit";
17
+ import { customElement, property } from "lit/decorators.js";
18
+ import { Fetcher, Subscriber } from "@supersoniks/concorde/mixins";
19
+ const tagName = "sonic-sdui"; // For Astro.build
20
+ let SonicComponent = class SonicComponent extends Fetcher(Subscriber(LitElement)) {
21
+ connectedCallback() {
22
+ this.noShadowDom = "";
23
+ this.isFetchEnabled = this.hasAttribute("fetch");
24
+ super.connectedCallback();
25
+ }
26
+ get props() {
27
+ return super.props;
28
+ }
29
+ loadJS(src) {
30
+ return __awaiter(this, void 0, void 0, function* () {
31
+ const p = new Promise((resolve) => __awaiter(this, void 0, void 0, function* () {
32
+ let script = document.createElement("script");
33
+ script.src = src;
34
+ script.onload = () => resolve(true);
35
+ script.onerror = () => resolve(true);
36
+ document.head.appendChild(script);
37
+ }));
38
+ return p;
39
+ });
40
+ }
41
+ loadCSS(src) {
42
+ return __awaiter(this, void 0, void 0, function* () {
43
+ const p = new Promise((resolve) => __awaiter(this, void 0, void 0, function* () {
44
+ var cssnode = document.createElement("link");
45
+ cssnode.type = "text/css";
46
+ cssnode.rel = "stylesheet";
47
+ cssnode.href = src;
48
+ cssnode.onload = () => resolve(true);
49
+ cssnode.onerror = () => resolve(true);
50
+ document.head.appendChild(cssnode);
51
+ }));
52
+ return p;
53
+ });
54
+ }
55
+ set props(value) {
56
+ super.props = value;
57
+ this.updateContents();
58
+ }
59
+ updateContents() {
60
+ return __awaiter(this, void 0, void 0, function* () {
61
+ while ([...this.children].filter((elt) => elt.nodeName != "SLOT").length > 0) {
62
+ this.removeChild(this.children[0]);
63
+ }
64
+ if (!this.props)
65
+ return;
66
+ try {
67
+ if (this.props.js) {
68
+ for (const src of this.props.js)
69
+ this.loadJS(src);
70
+ }
71
+ if (this.props.css) {
72
+ for (const src of this.props.css)
73
+ this.loadCSS(src);
74
+ }
75
+ }
76
+ catch (e) { }
77
+ let children = this.props.nodes;
78
+ if (!children)
79
+ return;
80
+ for (let child of children) {
81
+ this.appendChild(this.parseChild(child));
82
+ }
83
+ });
84
+ }
85
+ parseChild(props) {
86
+ let type = props.type || "div";
87
+ let element;
88
+ if (props.markup) {
89
+ element = document.createElement("div");
90
+ element.style.display = "contents";
91
+ element.innerHTML = props.markup;
92
+ return element;
93
+ }
94
+ if (props.library && this.props.library) {
95
+ element = this.parseChild(this.props.library[props.library] || { type: "div" });
96
+ }
97
+ else
98
+ element = document.createElement(type);
99
+ let attributes = props.attributes;
100
+ for (let k in attributes) {
101
+ element.setAttribute(k, attributes[k]);
102
+ }
103
+ if (props.innerHTML) {
104
+ element.innerHTML = props.innerHTML;
105
+ }
106
+ if (props.nodes) {
107
+ let children = props.nodes;
108
+ for (let child of children) {
109
+ if (element.shadowRoot)
110
+ element.shadowRoot.appendChild(this.parseChild(child));
111
+ else
112
+ element.appendChild(this.parseChild(child));
113
+ }
114
+ }
115
+ if (props.prefix || props.suffix) {
116
+ const container = document.createElement("div");
117
+ container.innerHTML = (props.prefix || "") + element.outerHTML + (props.suffix || "");
118
+ container.style.display = "contents";
119
+ return container;
120
+ }
121
+ return element;
122
+ }
123
+ };
124
+ __decorate([
125
+ property()
126
+ ], SonicComponent.prototype, "props", null);
127
+ SonicComponent = __decorate([
128
+ customElement(tagName)
129
+ ], SonicComponent);
130
+ export { SonicComponent };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -25,7 +25,13 @@ declare const Button_base: {
25
25
  _name: string;
26
26
  name: string;
27
27
  props: any;
28
- isConnected: boolean;
28
+ propertyMap: Object;
29
+ isConnected: boolean; /**
30
+ * Un bouton simple avec deux slots, un nommé préfix et un nomé suffix de manière à pouvoir mettre (par exemple) une icone avant ou après le contenu.
31
+ * * L'objet et ses slot sont en display flex avec direction / alignement et justifications configurables
32
+ * * Le bouton est comparable au badge car il possèdent tous les deux les propriétés *type* (primary...), *variant*(outline, ghost), size(xs...)...
33
+ * * Le bouton possède cependant et notamment une propriété href contrairement à un badge
34
+ */
29
35
  getAncestorAttributeValue(attributeName: string): string;
30
36
  hasAncestorAttribute(attributeName: string): boolean;
31
37
  querySelectorAll(selector: string): NodeListOf<Element>;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -26,6 +26,7 @@ declare const Checkbox_base: {
26
26
  _name: string;
27
27
  name: string;
28
28
  props: any;
29
+ propertyMap: Object;
29
30
  isConnected: boolean;
30
31
  getAncestorAttributeValue(attributeName: string): string;
31
32
  hasAncestorAttribute(attributeName: string): boolean;
@@ -74,6 +75,7 @@ declare const Checkbox_base: {
74
75
  _name: string;
75
76
  name: string;
76
77
  props: any;
78
+ propertyMap: Object;
77
79
  isConnected: boolean;
78
80
  getAncestorAttributeValue(attributeName: string): string;
79
81
  hasAncestorAttribute(attributeName: string): boolean;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -26,6 +26,7 @@ declare const Input_base: {
26
26
  _name: string;
27
27
  name: string;
28
28
  props: any;
29
+ propertyMap: Object;
29
30
  isConnected: boolean;
30
31
  getAncestorAttributeValue(attributeName: string): string;
31
32
  hasAncestorAttribute(attributeName: string): boolean;
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -26,6 +26,7 @@ declare const Textarea_base: {
26
26
  _name: string;
27
27
  name: string;
28
28
  props: any;
29
+ propertyMap: Object;
29
30
  isConnected: boolean;
30
31
  getAncestorAttributeValue(attributeName: string): string;
31
32
  hasAncestorAttribute(attributeName: string): boolean;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes