@energinet/watt 4.6.11 → 4.6.12
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,28 @@
|
|
|
1
|
+
//#region License
|
|
2
|
+
/**
|
|
3
|
+
* @license
|
|
4
|
+
* Copyright 2020 Energinet DataHub A/S
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License2");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*/
|
|
18
|
+
//#endregion
|
|
19
|
+
// Temporary marker to satisfy ng-packagr for an empty secondary entrypoint.
|
|
20
|
+
// This is a private export that can be removed at any time.
|
|
21
|
+
const ɵɵwattNextButtonEntrypointIndicator = true;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Generated bundle index. Do not edit.
|
|
25
|
+
*/
|
|
26
|
+
|
|
27
|
+
export { ɵɵwattNextButtonEntrypointIndicator };
|
|
28
|
+
//# sourceMappingURL=energinet-watt-next-button.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"energinet-watt-next-button.mjs","sources":["../../../libs/watt/package/next/button/index.ts","../../../libs/watt/package/next/button/energinet-watt-next-button.ts"],"sourcesContent":["//#region License\n/**\n * @license\n * Copyright 2020 Energinet DataHub A/S\n *\n * Licensed under the Apache License, Version 2.0 (the \"License2\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n//#endregion\n\n// Temporary marker to satisfy ng-packagr for an empty secondary entrypoint.\n// This is a private export that can be removed at any time.\nexport const ɵɵwattNextButtonEntrypointIndicator = true;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;AACA;;;;;;;;;;;;;;;AAeG;AACH;AAEA;AACA;AACO,MAAM,mCAAmC,GAAG;;ACrBnD;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@energinet/watt",
|
|
4
|
-
"version": "4.6.
|
|
4
|
+
"version": "4.6.12",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -127,6 +127,10 @@
|
|
|
127
127
|
"types": "./types/energinet-watt-modal.d.ts",
|
|
128
128
|
"default": "./fesm2022/energinet-watt-modal.mjs"
|
|
129
129
|
},
|
|
130
|
+
"./next/button": {
|
|
131
|
+
"types": "./types/energinet-watt-next-button.d.ts",
|
|
132
|
+
"default": "./fesm2022/energinet-watt-next-button.mjs"
|
|
133
|
+
},
|
|
130
134
|
"./paginator": {
|
|
131
135
|
"types": "./types/energinet-watt-paginator.d.ts",
|
|
132
136
|
"default": "./fesm2022/energinet-watt-paginator.mjs"
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2020 Energinet DataHub A/S
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License2");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
declare const ɵɵwattNextButtonEntrypointIndicator = true;
|
|
18
|
+
|
|
19
|
+
export { ɵɵwattNextButtonEntrypointIndicator };
|