@everymatrix/helper-tabs 1.31.2 → 1.32.4

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 (52) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +3 -2
  3. package/dist/cjs/helper-tab_2.cjs.entry.js +0 -136
  4. package/dist/cjs/helper-tabs.cjs.js +0 -19
  5. package/dist/cjs/index-c1f39e41.js +0 -1179
  6. package/dist/cjs/index.cjs.js +0 -2
  7. package/dist/cjs/loader.cjs.js +0 -21
  8. package/dist/collection/collection-manifest.json +0 -13
  9. package/dist/collection/components/helper-tab/helper-tab.css +0 -9
  10. package/dist/collection/components/helper-tab/helper-tab.js +0 -150
  11. package/dist/collection/components/helper-tabs/helper-tabs.css +0 -34
  12. package/dist/collection/components/helper-tabs/helper-tabs.js +0 -247
  13. package/dist/collection/index.js +0 -1
  14. package/dist/collection/utils/utils.js +0 -33
  15. package/dist/components/helper-tab.d.ts +0 -11
  16. package/dist/components/helper-tab.js +0 -6
  17. package/dist/components/helper-tab2.js +0 -86
  18. package/dist/components/helper-tabs.d.ts +0 -11
  19. package/dist/components/helper-tabs.js +0 -105
  20. package/dist/components/index.d.ts +0 -26
  21. package/dist/components/index.js +0 -1
  22. package/dist/esm/helper-tab_2.entry.js +0 -131
  23. package/dist/esm/helper-tabs.js +0 -17
  24. package/dist/esm/index-77d38aa8.js +0 -1153
  25. package/dist/esm/index.js +0 -1
  26. package/dist/esm/loader.js +0 -17
  27. package/dist/esm/polyfills/core-js.js +0 -11
  28. package/dist/esm/polyfills/css-shim.js +0 -1
  29. package/dist/esm/polyfills/dom.js +0 -79
  30. package/dist/esm/polyfills/es5-html-element.js +0 -1
  31. package/dist/esm/polyfills/index.js +0 -34
  32. package/dist/esm/polyfills/system.js +0 -6
  33. package/dist/helper-tabs/helper-tabs.esm.js +0 -1
  34. package/dist/helper-tabs/index.esm.js +0 -0
  35. package/dist/helper-tabs/p-b489f120.js +0 -1
  36. package/dist/helper-tabs/p-db41ef75.entry.js +0 -1
  37. package/dist/index.cjs.js +0 -1
  38. package/dist/index.js +0 -1
  39. package/dist/stencil.config.js +0 -22
  40. package/dist/types/Users/dragos.bodea/Documents/everymatrix-prjs/emfe-widgets/widgets-stencil/packages/helper-tabs/.stencil/packages/helper-tabs/stencil.config.d.ts +0 -2
  41. package/dist/types/components/helper-tab/helper-tab.d.ts +0 -26
  42. package/dist/types/components/helper-tabs/helper-tabs.d.ts +0 -46
  43. package/dist/types/components.d.ts +0 -154
  44. package/dist/types/index.d.ts +0 -1
  45. package/dist/types/stencil-public-runtime.d.ts +0 -1565
  46. package/dist/types/utils/utils.d.ts +0 -15
  47. package/loader/cdn.js +0 -3
  48. package/loader/index.cjs.js +0 -3
  49. package/loader/index.d.ts +0 -12
  50. package/loader/index.es2017.js +0 -3
  51. package/loader/index.js +0 -4
  52. package/loader/package.json +0 -10
@@ -1,46 +0,0 @@
1
- export declare class HelperTabs {
2
- /**
3
- * Tell me if it is disabled
4
- */
5
- disabled: boolean;
6
- /**
7
- * Gimme names or you die
8
- */
9
- label: string;
10
- /**
11
- * Tell me what tab is selected
12
- */
13
- selected: boolean;
14
- /**
15
- * Endpoing for CMS
16
- */
17
- cmsEndpoint: string;
18
- /**
19
- * Default selected index
20
- */
21
- selectedIndex: number;
22
- /**
23
- * Tabs details
24
- */
25
- tabs: Array<Object>;
26
- /**
27
- * Client custom styling via string
28
- */
29
- clientStyling: string;
30
- /**
31
- * Client custom styling via url
32
- */
33
- clientStylingurl: string;
34
- /**
35
- * Client custom styling via url content
36
- */
37
- clientStylingUrlContent: string;
38
- private limitStylingAppends;
39
- host: HTMLElement;
40
- private stylingContainer;
41
- connectedCallback(): void;
42
- componentDidRender(): void;
43
- setClientStyling: () => void;
44
- setClientStylingURL: () => void;
45
- render(): any;
46
- }
@@ -1,154 +0,0 @@
1
- /* eslint-disable */
2
- /* tslint:disable */
3
- /**
4
- * This is an autogenerated file created by the Stencil compiler.
5
- * It contains typing information for all components that exist in this project.
6
- */
7
- import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- export namespace Components {
9
- interface HelperTab {
10
- /**
11
- * Client custom styling via string
12
- */
13
- "clientStyling": string;
14
- /**
15
- * Client custom styling via url content
16
- */
17
- "clientStylingUrlContent": string;
18
- /**
19
- * Endpoing for CMS
20
- */
21
- "cmsEndpoint": string;
22
- /**
23
- * Selected index
24
- */
25
- "selectedIndex": number;
26
- }
27
- interface HelperTabs {
28
- /**
29
- * Client custom styling via string
30
- */
31
- "clientStyling": string;
32
- /**
33
- * Client custom styling via url content
34
- */
35
- "clientStylingUrlContent": string;
36
- /**
37
- * Client custom styling via url
38
- */
39
- "clientStylingurl": string;
40
- /**
41
- * Endpoing for CMS
42
- */
43
- "cmsEndpoint": string;
44
- /**
45
- * Tell me if it is disabled
46
- */
47
- "disabled": boolean;
48
- /**
49
- * Gimme names or you die
50
- */
51
- "label": string;
52
- /**
53
- * Tell me what tab is selected
54
- */
55
- "selected": boolean;
56
- /**
57
- * Default selected index
58
- */
59
- "selectedIndex": number;
60
- /**
61
- * Tabs details
62
- */
63
- "tabs": Array<Object>;
64
- }
65
- }
66
- declare global {
67
- interface HTMLHelperTabElement extends Components.HelperTab, HTMLStencilElement {
68
- }
69
- var HTMLHelperTabElement: {
70
- prototype: HTMLHelperTabElement;
71
- new (): HTMLHelperTabElement;
72
- };
73
- interface HTMLHelperTabsElement extends Components.HelperTabs, HTMLStencilElement {
74
- }
75
- var HTMLHelperTabsElement: {
76
- prototype: HTMLHelperTabsElement;
77
- new (): HTMLHelperTabsElement;
78
- };
79
- interface HTMLElementTagNameMap {
80
- "helper-tab": HTMLHelperTabElement;
81
- "helper-tabs": HTMLHelperTabsElement;
82
- }
83
- }
84
- declare namespace LocalJSX {
85
- interface HelperTab {
86
- /**
87
- * Client custom styling via string
88
- */
89
- "clientStyling"?: string;
90
- /**
91
- * Client custom styling via url content
92
- */
93
- "clientStylingUrlContent"?: string;
94
- /**
95
- * Endpoing for CMS
96
- */
97
- "cmsEndpoint"?: string;
98
- /**
99
- * Selected index
100
- */
101
- "selectedIndex"?: number;
102
- }
103
- interface HelperTabs {
104
- /**
105
- * Client custom styling via string
106
- */
107
- "clientStyling"?: string;
108
- /**
109
- * Client custom styling via url content
110
- */
111
- "clientStylingUrlContent"?: string;
112
- /**
113
- * Client custom styling via url
114
- */
115
- "clientStylingurl"?: string;
116
- /**
117
- * Endpoing for CMS
118
- */
119
- "cmsEndpoint"?: string;
120
- /**
121
- * Tell me if it is disabled
122
- */
123
- "disabled"?: boolean;
124
- /**
125
- * Gimme names or you die
126
- */
127
- "label"?: string;
128
- /**
129
- * Tell me what tab is selected
130
- */
131
- "selected"?: boolean;
132
- /**
133
- * Default selected index
134
- */
135
- "selectedIndex"?: number;
136
- /**
137
- * Tabs details
138
- */
139
- "tabs"?: Array<Object>;
140
- }
141
- interface IntrinsicElements {
142
- "helper-tab": HelperTab;
143
- "helper-tabs": HelperTabs;
144
- }
145
- }
146
- export { LocalJSX as JSX };
147
- declare module "@stencil/core" {
148
- export namespace JSX {
149
- interface IntrinsicElements {
150
- "helper-tab": LocalJSX.HelperTab & JSXBase.HTMLAttributes<HTMLHelperTabElement>;
151
- "helper-tabs": LocalJSX.HelperTabs & JSXBase.HTMLAttributes<HTMLHelperTabsElement>;
152
- }
153
- }
154
- }
@@ -1 +0,0 @@
1
- export * from './components';