@everymatrix/helper-tabs 0.1.24 → 1.15.0

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.
@@ -15,5 +15,5 @@ const patchBrowser = () => {
15
15
  };
16
16
 
17
17
  patchBrowser().then(options => {
18
- return index.bootstrapLazy([["helper-tab_2.cjs",[[1,"helper-tabs",{"disabled":[4],"label":[1],"selected":[4],"cmsEndpoint":[1,"cms-endpoint"],"selectedIndex":[1538,"selected-index"],"tabs":[16],"clientStyling":[1,"client-styling"],"clientStylingurl":[1,"client-stylingurl"],"clientStylingUrlContent":[1,"client-styling-url-content"],"limitStylingAppends":[32]}],[1,"helper-tab",{"selectedIndex":[2,"selected-index"],"cmsEndpoint":[1,"cms-endpoint"],"clientStyling":[1,"client-styling"],"clientStylingUrlContent":[1,"client-styling-url-content"],"tabContent":[32],"limitStylingAppends":[32]}]]]], options);
18
+ return index.bootstrapLazy([["helper-tab_2.cjs",[[1,"helper-tabs",{"disabled":[516],"label":[513],"selected":[516],"cmsEndpoint":[513,"cms-endpoint"],"selectedIndex":[1538,"selected-index"],"tabs":[16],"clientStyling":[513,"client-styling"],"clientStylingurl":[513,"client-stylingurl"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}],[1,"helper-tab",{"selectedIndex":[514,"selected-index"],"cmsEndpoint":[513,"cms-endpoint"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"tabContent":[32],"limitStylingAppends":[32]}]]]], options);
19
19
  });
@@ -14,7 +14,7 @@ const patchEsm = () => {
14
14
  const defineCustomElements = (win, options) => {
15
15
  if (typeof window === 'undefined') return Promise.resolve();
16
16
  return patchEsm().then(() => {
17
- return index.bootstrapLazy([["helper-tab_2.cjs",[[1,"helper-tabs",{"disabled":[4],"label":[1],"selected":[4],"cmsEndpoint":[1,"cms-endpoint"],"selectedIndex":[1538,"selected-index"],"tabs":[16],"clientStyling":[1,"client-styling"],"clientStylingurl":[1,"client-stylingurl"],"clientStylingUrlContent":[1,"client-styling-url-content"],"limitStylingAppends":[32]}],[1,"helper-tab",{"selectedIndex":[2,"selected-index"],"cmsEndpoint":[1,"cms-endpoint"],"clientStyling":[1,"client-styling"],"clientStylingUrlContent":[1,"client-styling-url-content"],"tabContent":[32],"limitStylingAppends":[32]}]]]], options);
17
+ return index.bootstrapLazy([["helper-tab_2.cjs",[[1,"helper-tabs",{"disabled":[516],"label":[513],"selected":[516],"cmsEndpoint":[513,"cms-endpoint"],"selectedIndex":[1538,"selected-index"],"tabs":[16],"clientStyling":[513,"client-styling"],"clientStylingurl":[513,"client-stylingurl"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}],[1,"helper-tab",{"selectedIndex":[514,"selected-index"],"cmsEndpoint":[513,"cms-endpoint"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"tabContent":[32],"limitStylingAppends":[32]}]]]], options);
18
18
  });
19
19
  };
20
20
 
@@ -86,7 +86,7 @@ export class HelperTab {
86
86
  "text": "Selected index"
87
87
  },
88
88
  "attribute": "selected-index",
89
- "reflect": false,
89
+ "reflect": true,
90
90
  "defaultValue": "0"
91
91
  },
92
92
  "cmsEndpoint": {
@@ -104,7 +104,7 @@ export class HelperTab {
104
104
  "text": "Endpoing for CMS"
105
105
  },
106
106
  "attribute": "cms-endpoint",
107
- "reflect": false
107
+ "reflect": true
108
108
  },
109
109
  "clientStyling": {
110
110
  "type": "string",
@@ -121,7 +121,7 @@ export class HelperTab {
121
121
  "text": "Client custom styling via string"
122
122
  },
123
123
  "attribute": "client-styling",
124
- "reflect": false,
124
+ "reflect": true,
125
125
  "defaultValue": "''"
126
126
  },
127
127
  "clientStylingUrlContent": {
@@ -139,7 +139,7 @@ export class HelperTab {
139
139
  "text": "Client custom styling via url content"
140
140
  },
141
141
  "attribute": "client-styling-url-content",
142
- "reflect": false,
142
+ "reflect": true,
143
143
  "defaultValue": "''"
144
144
  }
145
145
  }; }
@@ -89,7 +89,7 @@ export class HelperTabs {
89
89
  "text": "Tell me if it is disabled"
90
90
  },
91
91
  "attribute": "disabled",
92
- "reflect": false,
92
+ "reflect": true,
93
93
  "defaultValue": "false"
94
94
  },
95
95
  "label": {
@@ -107,7 +107,7 @@ export class HelperTabs {
107
107
  "text": "Gimme names or you die"
108
108
  },
109
109
  "attribute": "label",
110
- "reflect": false
110
+ "reflect": true
111
111
  },
112
112
  "selected": {
113
113
  "type": "boolean",
@@ -124,7 +124,7 @@ export class HelperTabs {
124
124
  "text": "Tell me what tab is selected"
125
125
  },
126
126
  "attribute": "selected",
127
- "reflect": false,
127
+ "reflect": true,
128
128
  "defaultValue": "false"
129
129
  },
130
130
  "cmsEndpoint": {
@@ -142,7 +142,7 @@ export class HelperTabs {
142
142
  "text": "Endpoing for CMS"
143
143
  },
144
144
  "attribute": "cms-endpoint",
145
- "reflect": false
145
+ "reflect": true
146
146
  },
147
147
  "selectedIndex": {
148
148
  "type": "number",
@@ -200,7 +200,7 @@ export class HelperTabs {
200
200
  "text": "Client custom styling via string"
201
201
  },
202
202
  "attribute": "client-styling",
203
- "reflect": false,
203
+ "reflect": true,
204
204
  "defaultValue": "''"
205
205
  },
206
206
  "clientStylingurl": {
@@ -218,7 +218,7 @@ export class HelperTabs {
218
218
  "text": "Client custom styling via url"
219
219
  },
220
220
  "attribute": "client-stylingurl",
221
- "reflect": false,
221
+ "reflect": true,
222
222
  "defaultValue": "''"
223
223
  },
224
224
  "clientStylingUrlContent": {
@@ -236,7 +236,7 @@ export class HelperTabs {
236
236
  "text": "Client custom styling via url content"
237
237
  },
238
238
  "attribute": "client-styling-url-content",
239
- "reflect": false,
239
+ "reflect": true,
240
240
  "defaultValue": "''"
241
241
  }
242
242
  }; }
@@ -62,10 +62,10 @@ const HelperTab = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
62
62
  }
63
63
  static get style() { return helperTabCss; }
64
64
  }, [1, "helper-tab", {
65
- "selectedIndex": [2, "selected-index"],
66
- "cmsEndpoint": [1, "cms-endpoint"],
67
- "clientStyling": [1, "client-styling"],
68
- "clientStylingUrlContent": [1, "client-styling-url-content"],
65
+ "selectedIndex": [514, "selected-index"],
66
+ "cmsEndpoint": [513, "cms-endpoint"],
67
+ "clientStyling": [513, "client-styling"],
68
+ "clientStylingUrlContent": [513, "client-styling-url-content"],
69
69
  "tabContent": [32],
70
70
  "limitStylingAppends": [32]
71
71
  }]);
@@ -69,15 +69,15 @@ const HelperTabs$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
69
69
  get host() { return this; }
70
70
  static get style() { return helperTabsCss; }
71
71
  }, [1, "helper-tabs", {
72
- "disabled": [4],
73
- "label": [1],
74
- "selected": [4],
75
- "cmsEndpoint": [1, "cms-endpoint"],
72
+ "disabled": [516],
73
+ "label": [513],
74
+ "selected": [516],
75
+ "cmsEndpoint": [513, "cms-endpoint"],
76
76
  "selectedIndex": [1538, "selected-index"],
77
77
  "tabs": [16],
78
- "clientStyling": [1, "client-styling"],
79
- "clientStylingurl": [1, "client-stylingurl"],
80
- "clientStylingUrlContent": [1, "client-styling-url-content"],
78
+ "clientStyling": [513, "client-styling"],
79
+ "clientStylingurl": [513, "client-stylingurl"],
80
+ "clientStylingUrlContent": [513, "client-styling-url-content"],
81
81
  "limitStylingAppends": [32]
82
82
  }]);
83
83
  function defineCustomElement$1() {
@@ -13,5 +13,5 @@ const patchBrowser = () => {
13
13
  };
14
14
 
15
15
  patchBrowser().then(options => {
16
- return bootstrapLazy([["helper-tab_2",[[1,"helper-tabs",{"disabled":[4],"label":[1],"selected":[4],"cmsEndpoint":[1,"cms-endpoint"],"selectedIndex":[1538,"selected-index"],"tabs":[16],"clientStyling":[1,"client-styling"],"clientStylingurl":[1,"client-stylingurl"],"clientStylingUrlContent":[1,"client-styling-url-content"],"limitStylingAppends":[32]}],[1,"helper-tab",{"selectedIndex":[2,"selected-index"],"cmsEndpoint":[1,"cms-endpoint"],"clientStyling":[1,"client-styling"],"clientStylingUrlContent":[1,"client-styling-url-content"],"tabContent":[32],"limitStylingAppends":[32]}]]]], options);
16
+ return bootstrapLazy([["helper-tab_2",[[1,"helper-tabs",{"disabled":[516],"label":[513],"selected":[516],"cmsEndpoint":[513,"cms-endpoint"],"selectedIndex":[1538,"selected-index"],"tabs":[16],"clientStyling":[513,"client-styling"],"clientStylingurl":[513,"client-stylingurl"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}],[1,"helper-tab",{"selectedIndex":[514,"selected-index"],"cmsEndpoint":[513,"cms-endpoint"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"tabContent":[32],"limitStylingAppends":[32]}]]]], options);
17
17
  });
@@ -10,7 +10,7 @@ const patchEsm = () => {
10
10
  const defineCustomElements = (win, options) => {
11
11
  if (typeof window === 'undefined') return Promise.resolve();
12
12
  return patchEsm().then(() => {
13
- return bootstrapLazy([["helper-tab_2",[[1,"helper-tabs",{"disabled":[4],"label":[1],"selected":[4],"cmsEndpoint":[1,"cms-endpoint"],"selectedIndex":[1538,"selected-index"],"tabs":[16],"clientStyling":[1,"client-styling"],"clientStylingurl":[1,"client-stylingurl"],"clientStylingUrlContent":[1,"client-styling-url-content"],"limitStylingAppends":[32]}],[1,"helper-tab",{"selectedIndex":[2,"selected-index"],"cmsEndpoint":[1,"cms-endpoint"],"clientStyling":[1,"client-styling"],"clientStylingUrlContent":[1,"client-styling-url-content"],"tabContent":[32],"limitStylingAppends":[32]}]]]], options);
13
+ return bootstrapLazy([["helper-tab_2",[[1,"helper-tabs",{"disabled":[516],"label":[513],"selected":[516],"cmsEndpoint":[513,"cms-endpoint"],"selectedIndex":[1538,"selected-index"],"tabs":[16],"clientStyling":[513,"client-styling"],"clientStylingurl":[513,"client-stylingurl"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}],[1,"helper-tab",{"selectedIndex":[514,"selected-index"],"cmsEndpoint":[513,"cms-endpoint"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"tabContent":[32],"limitStylingAppends":[32]}]]]], options);
14
14
  });
15
15
  };
16
16
 
@@ -1 +1 @@
1
- import{p as t,b as n}from"./p-b489f120.js";(()=>{const n=import.meta.url,e={};return""!==n&&(e.resourcesUrl=new URL(".",n).href),t(e)})().then((t=>n([["p-db41ef75",[[1,"helper-tabs",{disabled:[4],label:[1],selected:[4],cmsEndpoint:[1,"cms-endpoint"],selectedIndex:[1538,"selected-index"],tabs:[16],clientStyling:[1,"client-styling"],clientStylingurl:[1,"client-stylingurl"],clientStylingUrlContent:[1,"client-styling-url-content"],limitStylingAppends:[32]}],[1,"helper-tab",{selectedIndex:[2,"selected-index"],cmsEndpoint:[1,"cms-endpoint"],clientStyling:[1,"client-styling"],clientStylingUrlContent:[1,"client-styling-url-content"],tabContent:[32],limitStylingAppends:[32]}]]]],t)));
1
+ import{p as t,b as n}from"./p-b489f120.js";(()=>{const n=import.meta.url,e={};return""!==n&&(e.resourcesUrl=new URL(".",n).href),t(e)})().then((t=>n([["p-db41ef75",[[1,"helper-tabs",{disabled:[516],label:[513],selected:[516],cmsEndpoint:[513,"cms-endpoint"],selectedIndex:[1538,"selected-index"],tabs:[16],clientStyling:[513,"client-styling"],clientStylingurl:[513,"client-stylingurl"],clientStylingUrlContent:[513,"client-styling-url-content"],limitStylingAppends:[32]}],[1,"helper-tab",{selectedIndex:[514,"selected-index"],cmsEndpoint:[513,"cms-endpoint"],clientStyling:[513,"client-styling"],clientStylingUrlContent:[513,"client-styling-url-content"],tabContent:[32],limitStylingAppends:[32]}]]]],t)));
@@ -0,0 +1,2 @@
1
+ import { Config } from '../../../../../../../../../../stencil-public-runtime';
2
+ export declare const config: Config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/helper-tabs",
3
- "version": "0.1.24",
3
+ "version": "1.15.0",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",
@@ -8,7 +8,7 @@
8
8
  "types": "./dist/types/index.d.ts",
9
9
  "collection": "./dist/collection/collection-manifest.json",
10
10
  "collection:main": "./dist/collection/index.js",
11
- "unpkg": "./dist/helper-tabs/helper-tabs.js",
11
+ "unpkg": "./dist/helper-tabs/helper-tabs.esm.js",
12
12
  "files": [
13
13
  "dist/",
14
14
  "loader/"
@@ -1,2 +0,0 @@
1
- import { Config } from '../../../../../../../../../../../stencil-public-runtime';
2
- export declare const config: Config;