taiga-ui 3.491.1-canary.a08581f → 4.0.0-rc.1
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.
- package/LICENSE +1 -1
- package/{esm2015/index.js → esm2022/index.mjs} +2 -2
- package/fesm2022/taiga-ui.mjs +8 -0
- package/fesm2022/taiga-ui.mjs.map +1 -0
- package/package.json +17 -10
- package/bundles/taiga-ui.umd.js +0 -18
- package/bundles/taiga-ui.umd.js.map +0 -1
- package/fesm2015/taiga-ui.js +0 -8
- package/fesm2015/taiga-ui.js.map +0 -1
- package/taiga-ui.d.ts +0 -5
- /package/{esm2015/taiga-ui.js → esm2022/taiga-ui.mjs} +0 -0
package/LICENSE
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export const stub =
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
1
|
+
export const stub = 'Taiga UI schematics package';
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy90YWlnYS1zY2hlbWF0aWNzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLElBQUksR0FBRyw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjb25zdCBzdHViID0gJ1RhaWdhIFVJIHNjaGVtYXRpY3MgcGFja2FnZSc7XG4iXX0=
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"taiga-ui.mjs","sources":["../../../projects/taiga-schematics/index.ts","../../../projects/taiga-schematics/taiga-ui.ts"],"sourcesContent":["export const stub = 'Taiga UI schematics package';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAO,MAAM,IAAI,GAAG;;ACApB;;AAEG;;;;"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "taiga-ui",
|
3
|
-
"version": "
|
3
|
+
"version": "4.0.0-rc.1",
|
4
4
|
"description": "Taiga UI package that provides ng add command for Taiga library",
|
5
5
|
"keywords": [
|
6
6
|
"angular",
|
@@ -15,18 +15,25 @@
|
|
15
15
|
"repository": "https://github.com/taiga-family/taiga-ui",
|
16
16
|
"license": "Apache-2.0",
|
17
17
|
"dependencies": {
|
18
|
-
"@taiga-ui/cdk": "^
|
19
|
-
"tslib": "
|
18
|
+
"@taiga-ui/cdk": "^4.0.0-rc.1",
|
19
|
+
"tslib": "^2.6.3"
|
20
20
|
},
|
21
21
|
"peerDependencies": {
|
22
|
-
"@taiga-ui/cdk": "
|
22
|
+
"@taiga-ui/cdk": "^4.0.0-rc.1"
|
23
23
|
},
|
24
24
|
"schematics": "../@taiga-ui/cdk/schematics/collection.json",
|
25
|
-
"
|
26
|
-
"
|
27
|
-
"
|
28
|
-
|
29
|
-
|
30
|
-
|
25
|
+
"module": "fesm2022/taiga-ui.mjs",
|
26
|
+
"typings": "index.d.ts",
|
27
|
+
"exports": {
|
28
|
+
"./package.json": {
|
29
|
+
"default": "./package.json"
|
30
|
+
},
|
31
|
+
".": {
|
32
|
+
"types": "./index.d.ts",
|
33
|
+
"esm2022": "./esm2022/taiga-ui.mjs",
|
34
|
+
"esm": "./esm2022/taiga-ui.mjs",
|
35
|
+
"default": "./fesm2022/taiga-ui.mjs"
|
36
|
+
}
|
37
|
+
},
|
31
38
|
"sideEffects": false
|
32
39
|
}
|
package/bundles/taiga-ui.umd.js
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
(function (global, factory) {
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
3
|
-
typeof define === 'function' && define.amd ? define('taiga-ui', ['exports'], factory) :
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["taiga-ui"] = {}));
|
5
|
-
})(this, (function (exports) { 'use strict';
|
6
|
-
|
7
|
-
var stub = "Taiga UI schematics package";
|
8
|
-
|
9
|
-
/**
|
10
|
-
* Generated bundle index. Do not edit.
|
11
|
-
*/
|
12
|
-
|
13
|
-
exports.stub = stub;
|
14
|
-
|
15
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
16
|
-
|
17
|
-
}));
|
18
|
-
//# sourceMappingURL=taiga-ui.umd.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"taiga-ui.umd.js","sources":["../../../projects/taiga-schematics/index.ts","../../../projects/taiga-schematics/taiga-ui.ts"],"sourcesContent":["export const stub = `Taiga UI schematics package`;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAAO,KAAM,IAAI,GAAG;;CCApB;;CAEG;;;;;;;;;;"}
|
package/fesm2015/taiga-ui.js
DELETED
package/fesm2015/taiga-ui.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"taiga-ui.js","sources":["../../../projects/taiga-schematics/index.ts","../../../projects/taiga-schematics/taiga-ui.ts"],"sourcesContent":["export const stub = `Taiga UI schematics package`;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAO,MAAM,IAAI,GAAG;;ACApB;;AAEG;;;;"}
|
package/taiga-ui.d.ts
DELETED
File without changes
|