@dbmx/toasts 0.0.19 → 0.0.20

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,69 @@
1
+ import { g as _inherits, h as _createSuper, i as _createClass, j as _classCallCheck, b as _defineProperty, k as _assertThisInitialized, l as createRoot, m as _wrapNativeSuper } from './client-gw8asYiR.js';
2
+ import React, { useReducer } from 'react';
3
+ import 'react-dom';
4
+
5
+ var HelloWorld$1 = function HelloWorld(_ref) {
6
+ var name = _ref.name;
7
+ return /*#__PURE__*/React.createElement("div", {
8
+ style: {
9
+ backgroundColor: '#cfe8ff60',
10
+ padding: 15
11
+ }
12
+ }, /*#__PURE__*/React.createElement("h2", null, "testing react component"), /*#__PURE__*/React.createElement("p", null, "Your name is: ", /*#__PURE__*/React.createElement("i", {
13
+ style: {
14
+ color: '#9c9c9c'
15
+ }
16
+ }, name)), /*#__PURE__*/React.createElement("input", {
17
+ type: "text",
18
+ placeholder: "filter"
19
+ }));
20
+ };
21
+
22
+ var HelloWorld = /*#__PURE__*/function (_HTMLElement) {
23
+ _inherits(HelloWorld, _HTMLElement);
24
+ var _super = _createSuper(HelloWorld);
25
+ function HelloWorld() {
26
+ var _this;
27
+ _classCallCheck(this, HelloWorld);
28
+ for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
29
+ args[_key] = arguments[_key];
30
+ }
31
+ _this = _super.call.apply(_super, [this].concat(args));
32
+ _defineProperty(_assertThisInitialized(_this), "forceUpdateComponent", void 0);
33
+ _defineProperty(_assertThisInitialized(_this), "container", function () {
34
+ var forceUpdate = useReducer(function () {
35
+ return {};
36
+ }, {})[1];
37
+ _this.forceUpdateComponent = forceUpdate;
38
+ var name = _this.getAttribute('name');
39
+ return /*#__PURE__*/React.createElement(HelloWorld$1, {
40
+ name: name
41
+ });
42
+ });
43
+ return _this;
44
+ }
45
+ _createClass(HelloWorld, [{
46
+ key: "connectedCallback",
47
+ value: function connectedCallback() {
48
+ var mountPoint = document.createElement('div');
49
+ this.attachShadow({
50
+ mode: 'open'
51
+ }).appendChild(mountPoint);
52
+ var root = createRoot(mountPoint);
53
+ root.render( /*#__PURE__*/React.createElement(this.container, null));
54
+ }
55
+ }, {
56
+ key: "attributeChangedCallback",
57
+ value: function attributeChangedCallback() {
58
+ if (typeof this.forceUpdateComponent === 'function') this.forceUpdateComponent();
59
+ }
60
+ }], [{
61
+ key: "observedAttributes",
62
+ get: function get() {
63
+ return ['name'];
64
+ }
65
+ }]);
66
+ return HelloWorld;
67
+ }( /*#__PURE__*/_wrapNativeSuper(HTMLElement));
68
+ customElements.define('hello-world', HelloWorld);
69
+ //# sourceMappingURL=index-WUvbDMmw.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-WUvbDMmw.js","sources":["../src/components/HelloWorld/index.js","../src/webComponents/HelloWorld/index.js"],"sourcesContent":["import React from 'react'\n\nconst HelloWorld = ({ name }) => {\n return (\n <div style={{ backgroundColor: '#cfe8ff60', padding: 15 }}>\n <h2>testing react component</h2>\n <p>\n Your name is: <i style={{ color: '#9c9c9c' }}>{name}</i>\n </p>\n <input type=\"text\" placeholder=\"filter\" />\n </div>\n )\n}\n\nexport default HelloWorld\n","import React, { useReducer } from 'react'\nimport { createRoot } from 'react-dom/client'\nimport Component from '../../components/HelloWorld'\n\nclass HelloWorld extends HTMLElement {\n forceUpdateComponent\n\n container = () => {\n const forceUpdate = useReducer(() => ({}), {})[1]\n this.forceUpdateComponent = forceUpdate\n const name = this.getAttribute('name')\n return <Component name={name} />\n }\n\n connectedCallback() {\n const mountPoint = document.createElement('div')\n this.attachShadow({ mode: 'open' }).appendChild(mountPoint)\n const root = createRoot(mountPoint)\n root.render(<this.container />)\n }\n\n static get observedAttributes() {\n return ['name']\n }\n\n attributeChangedCallback() {\n if (typeof this.forceUpdateComponent === 'function') this.forceUpdateComponent()\n }\n}\n\ncustomElements.define('hello-world', HelloWorld)\n"],"names":["HelloWorld","_ref","name","React","createElement","style","backgroundColor","padding","color","type","placeholder","_HTMLElement","_inherits","_super","_createSuper","_this","_classCallCheck","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty","_assertThisInitialized","forceUpdate","useReducer","forceUpdateComponent","getAttribute","Component","_createClass","key","value","connectedCallback","mountPoint","document","attachShadow","mode","appendChild","root","createRoot","render","container","attributeChangedCallback","get","_wrapNativeSuper","HTMLElement","customElements","define"],"mappings":"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"}
package/esm/index.js CHANGED
@@ -1,3 +1,122 @@
1
- export { t as default } from './index-FCPRKLj2.js';
2
- import 'react';
1
+ // import { lazy } from 'react'
2
+
3
+ var importPath = '@dbmx/toasts';
4
+ // const type = importPath
5
+ // const tag = 'toast'
6
+
7
+ var toasts = [
8
+ // {
9
+ // id: 'sdmxDatagrid',
10
+ // importPath,
11
+ // type,
12
+ // tag,
13
+ // name: 'SDMX Datagrid',
14
+ // tech: 'react',
15
+ // description:
16
+ // 'SDMX, which stands for Statistical Data and Metadata eXchange, is an international initiative that aims at standardising and modernising ("industrialising") the mechanisms and processes for the exchange of statistical data and metadata among international organisations and their member countries.',
17
+ // component: lazy(async () => {
18
+ // const obj = await import('./components/SdmxDatagrid/index.jsx')
19
+ // return typeof obj.default === 'function' ? obj : obj.default
20
+ // }),
21
+ // image: '/images/toasts/sdmx_datagrid.png', // TODO
22
+ // props: {
23
+ // endpoint: {
24
+ // type: 'url',
25
+ // required: true,
26
+ // },
27
+ // resourceType: {
28
+ // type: 'select',
29
+ // required: true,
30
+ // defaultValue: 'dataflow',
31
+ // data: [
32
+ // { value: 'dataflow', label: 'Dataflow' },
33
+ // { value: 'datastructure', label: 'DataStructure' },
34
+ // { value: 'dataproviderscheme', label: 'DataProvider' },
35
+ // ],
36
+ // },
37
+ // agencyID: {
38
+ // type: 'string',
39
+ // required: true,
40
+ // defaultValue: '*',
41
+ // },
42
+ // id: {
43
+ // type: 'string',
44
+ // required: true,
45
+ // },
46
+ // version: {
47
+ // type: 'string',
48
+ // required: true,
49
+ // defaultValue: '~',
50
+ // },
51
+ // },
52
+ // },
53
+
54
+ {
55
+ id: 'sdmxDatagrid',
56
+ importPath: importPath,
57
+ brand: 'web-component',
58
+ tag: 'sdmx-datagrid',
59
+ name: 'SDMX Datagrid',
60
+ description: 'SDMX, which stands for Statistical Data and Metadata eXchange, is an international initiative that aims at standardising and modernising ("industrialising") the mechanisms and processes for the exchange of statistical data and metadata among international organisations and their member countries.',
61
+ "import": function _import() {
62
+ return import('./index-T2bcfyHI.js');
63
+ },
64
+ image: '/images/toasts/sdmx_datagrid.png',
65
+ // TODO
66
+ props: {
67
+ endpoint: {
68
+ type: 'url',
69
+ required: true
70
+ },
71
+ resourceType: {
72
+ type: 'select',
73
+ required: true,
74
+ defaultValue: 'dataflow',
75
+ data: [{
76
+ value: 'dataflow',
77
+ label: 'Dataflow'
78
+ }, {
79
+ value: 'datastructure',
80
+ label: 'DataStructure'
81
+ }, {
82
+ value: 'dataproviderscheme',
83
+ label: 'DataProvider'
84
+ }]
85
+ },
86
+ agencyID: {
87
+ type: 'string',
88
+ required: true,
89
+ defaultValue: '*'
90
+ },
91
+ id: {
92
+ type: 'string',
93
+ required: true
94
+ },
95
+ version: {
96
+ type: 'string',
97
+ required: true,
98
+ defaultValue: '~'
99
+ }
100
+ }
101
+ }, {
102
+ id: 'helloWorld',
103
+ importPath: '@dbmx/webComponents',
104
+ brand: 'web-component',
105
+ tag: 'hello-world',
106
+ name: 'Hello World',
107
+ description: 'web component demonstration',
108
+ "import": function _import() {
109
+ return import('./index-WUvbDMmw.js');
110
+ },
111
+ image: 'https://ui.mantine.dev/_next/static/media/comments-light.9c0747c0.svg',
112
+ props: {
113
+ name: {
114
+ type: 'string',
115
+ required: true,
116
+ "default": 'test'
117
+ }
118
+ }
119
+ }];
120
+
121
+ export { toasts as default };
3
122
  //# sourceMappingURL=index.js.map
package/esm/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
1
+ {"version":3,"file":"index.js","sources":["../src/index.js"],"sourcesContent":["// import { lazy } from 'react'\n\nconst importPath = '@dbmx/toasts'\n// const type = importPath\n// const tag = 'toast'\n\nconst toasts = [\n // {\n // id: 'sdmxDatagrid',\n // importPath,\n // type,\n // tag,\n // name: 'SDMX Datagrid',\n // tech: 'react',\n // description:\n // 'SDMX, which stands for Statistical Data and Metadata eXchange, is an international initiative that aims at standardising and modernising (\"industrialising\") the mechanisms and processes for the exchange of statistical data and metadata among international organisations and their member countries.',\n // component: lazy(async () => {\n // const obj = await import('./components/SdmxDatagrid/index.jsx')\n // return typeof obj.default === 'function' ? obj : obj.default\n // }),\n // image: '/images/toasts/sdmx_datagrid.png', // TODO\n // props: {\n // endpoint: {\n // type: 'url',\n // required: true,\n // },\n // resourceType: {\n // type: 'select',\n // required: true,\n // defaultValue: 'dataflow',\n // data: [\n // { value: 'dataflow', label: 'Dataflow' },\n // { value: 'datastructure', label: 'DataStructure' },\n // { value: 'dataproviderscheme', label: 'DataProvider' },\n // ],\n // },\n // agencyID: {\n // type: 'string',\n // required: true,\n // defaultValue: '*',\n // },\n // id: {\n // type: 'string',\n // required: true,\n // },\n // version: {\n // type: 'string',\n // required: true,\n // defaultValue: '~',\n // },\n // },\n // },\n\n {\n id: 'sdmxDatagrid',\n importPath,\n brand: 'web-component',\n tag: 'sdmx-datagrid',\n name: 'SDMX Datagrid',\n description:\n 'SDMX, which stands for Statistical Data and Metadata eXchange, is an international initiative that aims at standardising and modernising (\"industrialising\") the mechanisms and processes for the exchange of statistical data and metadata among international organisations and their member countries.',\n import: () => import('./webComponents/SDMXDatagrid/index.js'),\n image: '/images/toasts/sdmx_datagrid.png', // TODO\n props: {\n endpoint: {\n type: 'url',\n required: true,\n },\n resourceType: {\n type: 'select',\n required: true,\n defaultValue: 'dataflow',\n data: [\n { value: 'dataflow', label: 'Dataflow' },\n { value: 'datastructure', label: 'DataStructure' },\n { value: 'dataproviderscheme', label: 'DataProvider' },\n ],\n },\n agencyID: {\n type: 'string',\n required: true,\n defaultValue: '*',\n },\n id: {\n type: 'string',\n required: true,\n },\n version: {\n type: 'string',\n required: true,\n defaultValue: '~',\n },\n },\n },\n\n {\n id: 'helloWorld',\n importPath: '@dbmx/webComponents',\n brand: 'web-component',\n tag: 'hello-world',\n name: 'Hello World',\n description: 'web component demonstration',\n import: () => import('./webComponents/HelloWorld/index.js'),\n image: 'https://ui.mantine.dev/_next/static/media/comments-light.9c0747c0.svg',\n props: {\n name: {\n type: 'string',\n required: true,\n default: 'test',\n },\n },\n },\n]\n\nexport default toasts\n"],"names":["importPath","toasts","id","brand","tag","name","description","_import","image","props","endpoint","type","required","resourceType","defaultValue","data","value","label","agencyID","version"],"mappings":"AAAA;;AAEA,IAAMA,UAAU,GAAG,cAAc,CAAA;AACjC;AACA;;AAEA,IAAMC,MAAM,GAAG;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACEC,EAAAA,EAAE,EAAE,cAAc;AAClBF,EAAAA,UAAU,EAAVA,UAAU;AACVG,EAAAA,KAAK,EAAE,eAAe;AACtBC,EAAAA,GAAG,EAAE,eAAe;AACpBC,EAAAA,IAAI,EAAE,eAAe;AACrBC,EAAAA,WAAW,EACT,2SAA2S;AAC7S,EAAA,QAAA,EAAQ,SAAAC,OAAA,GAAA;IAAA,OAAM,OAAO,qBAAuC,CAAC,CAAA;AAAA,GAAA;AAC7DC,EAAAA,KAAK,EAAE,kCAAkC;AAAE;AAC3CC,EAAAA,KAAK,EAAE;AACLC,IAAAA,QAAQ,EAAE;AACRC,MAAAA,IAAI,EAAE,KAAK;AACXC,MAAAA,QAAQ,EAAE,IAAA;KACX;AACDC,IAAAA,YAAY,EAAE;AACZF,MAAAA,IAAI,EAAE,QAAQ;AACdC,MAAAA,QAAQ,EAAE,IAAI;AACdE,MAAAA,YAAY,EAAE,UAAU;AACxBC,MAAAA,IAAI,EAAE,CACJ;AAAEC,QAAAA,KAAK,EAAE,UAAU;AAAEC,QAAAA,KAAK,EAAE,UAAA;AAAW,OAAC,EACxC;AAAED,QAAAA,KAAK,EAAE,eAAe;AAAEC,QAAAA,KAAK,EAAE,eAAA;AAAgB,OAAC,EAClD;AAAED,QAAAA,KAAK,EAAE,oBAAoB;AAAEC,QAAAA,KAAK,EAAE,cAAA;OAAgB,CAAA;KAEzD;AACDC,IAAAA,QAAQ,EAAE;AACRP,MAAAA,IAAI,EAAE,QAAQ;AACdC,MAAAA,QAAQ,EAAE,IAAI;AACdE,MAAAA,YAAY,EAAE,GAAA;KACf;AACDZ,IAAAA,EAAE,EAAE;AACFS,MAAAA,IAAI,EAAE,QAAQ;AACdC,MAAAA,QAAQ,EAAE,IAAA;KACX;AACDO,IAAAA,OAAO,EAAE;AACPR,MAAAA,IAAI,EAAE,QAAQ;AACdC,MAAAA,QAAQ,EAAE,IAAI;AACdE,MAAAA,YAAY,EAAE,GAAA;AAChB,KAAA;AACF,GAAA;AACF,CAAC,EAED;AACEZ,EAAAA,EAAE,EAAE,YAAY;AAChBF,EAAAA,UAAU,EAAE,qBAAqB;AACjCG,EAAAA,KAAK,EAAE,eAAe;AACtBC,EAAAA,GAAG,EAAE,aAAa;AAClBC,EAAAA,IAAI,EAAE,aAAa;AACnBC,EAAAA,WAAW,EAAE,6BAA6B;AAC1C,EAAA,QAAA,EAAQ,SAAAC,OAAA,GAAA;IAAA,OAAM,OAAO,qBAAqC,CAAC,CAAA;AAAA,GAAA;AAC3DC,EAAAA,KAAK,EAAE,uEAAuE;AAC9EC,EAAAA,KAAK,EAAE;AACLJ,IAAAA,IAAI,EAAE;AACJM,MAAAA,IAAI,EAAE,QAAQ;AACdC,MAAAA,QAAQ,EAAE,IAAI;MACd,SAAS,EAAA,MAAA;AACX,KAAA;AACF,GAAA;AACF,CAAC;;;;"}
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@dbmx/toasts",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "type": "module",
5
5
  "main": "./esm/index.js",
6
6
  "license": "MIT",
7
7
  "author": "Eric Basley <eric.basley@redpelicans.com>",
8
8
  "peerDependencies": {
9
+ "@emotion/react": "^11.10.6",
9
10
  "@mantine/core": "^6.0.11",
10
11
  "@mantine/hooks": "^6.0.11",
11
12
  "@tabler/icons-react": "^2.23.0",
@@ -18,6 +19,7 @@
18
19
  },
19
20
  "dependencies": {
20
21
  "@dbmx/sdmx": "^3.0.86",
22
+ "@emotion/react": "^11.10.6",
21
23
  "@mantine/core": "^6.0.11",
22
24
  "@mantine/hooks": "^6.0.11",
23
25
  "mantine-react-table": "^1.2.0",
@@ -86,5 +88,5 @@
86
88
  "@babel/preset-react"
87
89
  ]
88
90
  },
89
- "gitHead": "a6605de47ce4b5adee96d45826f635f5ebd16717"
91
+ "gitHead": "759964c8a4ffc692c9ea8720af9c40771bb967d5"
90
92
  }