@taiga-ui/experimental 3.72.0-canary.e5fa8b1 → 3.73.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.
- package/bundles/taiga-ui-experimental-components-avatar-labeled.umd.js +387 -533
- package/bundles/taiga-ui-experimental-components-avatar-labeled.umd.js.map +1 -1
- package/bundles/taiga-ui-experimental-components-rating.umd.js +489 -635
- package/bundles/taiga-ui-experimental-components-rating.umd.js.map +1 -1
- package/bundles/taiga-ui-experimental-components-tooltip.umd.js +478 -624
- package/bundles/taiga-ui-experimental-components-tooltip.umd.js.map +1 -1
- package/bundles/taiga-ui-experimental-directives-avatar-outline.umd.js +111 -0
- package/bundles/taiga-ui-experimental-directives-avatar-outline.umd.js.map +1 -0
- package/bundles/taiga-ui-experimental-directives-sensitive.umd.js +6 -152
- package/bundles/taiga-ui-experimental-directives-sensitive.umd.js.map +1 -1
- package/bundles/taiga-ui-experimental-directives-skeleton.umd.js +6 -152
- package/bundles/taiga-ui-experimental-directives-skeleton.umd.js.map +1 -1
- package/bundles/taiga-ui-experimental-directives.umd.js +10 -4
- package/bundles/taiga-ui-experimental-directives.umd.js.map +1 -1
- package/bundles/taiga-ui-experimental-pipes-initials.umd.js +379 -525
- package/bundles/taiga-ui-experimental-pipes-initials.umd.js.map +1 -1
- package/directives/avatar-outline/avatar-outline.component.d.ts +5 -0
- package/directives/avatar-outline/avatar-outline.directive.d.ts +9 -0
- package/directives/avatar-outline/avatar-outline.module.d.ts +8 -0
- package/directives/avatar-outline/index.d.ts +3 -0
- package/directives/avatar-outline/package.json +10 -0
- package/directives/avatar-outline/taiga-ui-experimental-directives-avatar-outline.d.ts +5 -0
- package/directives/index.d.ts +1 -0
- package/esm2015/components/tooltip/tooltip.component.js +1 -1
- package/esm2015/directives/avatar-outline/avatar-outline.component.js +19 -0
- package/esm2015/directives/avatar-outline/avatar-outline.directive.js +34 -0
- package/esm2015/directives/avatar-outline/avatar-outline.module.js +17 -0
- package/esm2015/directives/avatar-outline/index.js +4 -0
- package/esm2015/directives/avatar-outline/taiga-ui-experimental-directives-avatar-outline.js +5 -0
- package/esm2015/directives/index.js +2 -1
- package/fesm2015/taiga-ui-experimental-components-tooltip.js +1 -1
- package/fesm2015/taiga-ui-experimental-components-tooltip.js.map +1 -1
- package/fesm2015/taiga-ui-experimental-directives-avatar-outline.js +70 -0
- package/fesm2015/taiga-ui-experimental-directives-avatar-outline.js.map +1 -0
- package/fesm2015/taiga-ui-experimental-directives.js +1 -0
- package/fesm2015/taiga-ui-experimental-directives.js.map +1 -1
- package/package.json +31 -31
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@taiga-ui/experimental/directives/appearance'), require('@taiga-ui/experimental/directives/block-details'), require('@taiga-ui/experimental/directives/button-close'), require('@taiga-ui/experimental/directives/button-group'), require('@taiga-ui/experimental/directives/button-vertical'), require('@taiga-ui/experimental/directives/card'), require('@taiga-ui/experimental/directives/cell'), require('@taiga-ui/experimental/directives/comment'), require('@taiga-ui/experimental/directives/fade'), require('@taiga-ui/experimental/directives/header'), require('@taiga-ui/experimental/directives/icons'), require('@taiga-ui/experimental/directives/progress-segmented'), require('@taiga-ui/experimental/directives/sensitive'), require('@taiga-ui/experimental/directives/skeleton'), require('@taiga-ui/experimental/directives/surface'), require('@taiga-ui/experimental/directives/title')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@taiga-ui/experimental/directives', ['exports', '@taiga-ui/experimental/directives/appearance', '@taiga-ui/experimental/directives/block-details', '@taiga-ui/experimental/directives/button-close', '@taiga-ui/experimental/directives/button-group', '@taiga-ui/experimental/directives/button-vertical', '@taiga-ui/experimental/directives/card', '@taiga-ui/experimental/directives/cell', '@taiga-ui/experimental/directives/comment', '@taiga-ui/experimental/directives/fade', '@taiga-ui/experimental/directives/header', '@taiga-ui/experimental/directives/icons', '@taiga-ui/experimental/directives/progress-segmented', '@taiga-ui/experimental/directives/sensitive', '@taiga-ui/experimental/directives/skeleton', '@taiga-ui/experimental/directives/surface', '@taiga-ui/experimental/directives/title'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].experimental = global["taiga-ui"].experimental || {}, global["taiga-ui"].experimental.directives = {}), global["taiga-ui"].experimental.directives.appearance, global["taiga-ui"].experimental.directives["block-details"], global["taiga-ui"].experimental.directives["button-close"], global["taiga-ui"].experimental.directives["button-group"], global["taiga-ui"].experimental.directives["button-vertical"], global["taiga-ui"].experimental.directives.card, global["taiga-ui"].experimental.directives.cell, global["taiga-ui"].experimental.directives.comment, global["taiga-ui"].experimental.directives.fade, global["taiga-ui"].experimental.directives.header, global["taiga-ui"].experimental.directives.icons, global["taiga-ui"].experimental.directives["progress-segmented"], global["taiga-ui"].experimental.directives.sensitive, global["taiga-ui"].experimental.directives.skeleton, global["taiga-ui"].experimental.directives.surface, global["taiga-ui"].experimental.directives.title));
|
|
5
|
-
})(this, (function (exports, appearance, blockDetails, buttonClose, buttonGroup, buttonVertical, card, cell, comment, fade, header, icons, progressSegmented, sensitive, skeleton, surface, title) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@taiga-ui/experimental/directives/appearance'), require('@taiga-ui/experimental/directives/avatar-outline'), require('@taiga-ui/experimental/directives/block-details'), require('@taiga-ui/experimental/directives/button-close'), require('@taiga-ui/experimental/directives/button-group'), require('@taiga-ui/experimental/directives/button-vertical'), require('@taiga-ui/experimental/directives/card'), require('@taiga-ui/experimental/directives/cell'), require('@taiga-ui/experimental/directives/comment'), require('@taiga-ui/experimental/directives/fade'), require('@taiga-ui/experimental/directives/header'), require('@taiga-ui/experimental/directives/icons'), require('@taiga-ui/experimental/directives/progress-segmented'), require('@taiga-ui/experimental/directives/sensitive'), require('@taiga-ui/experimental/directives/skeleton'), require('@taiga-ui/experimental/directives/surface'), require('@taiga-ui/experimental/directives/title')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@taiga-ui/experimental/directives', ['exports', '@taiga-ui/experimental/directives/appearance', '@taiga-ui/experimental/directives/avatar-outline', '@taiga-ui/experimental/directives/block-details', '@taiga-ui/experimental/directives/button-close', '@taiga-ui/experimental/directives/button-group', '@taiga-ui/experimental/directives/button-vertical', '@taiga-ui/experimental/directives/card', '@taiga-ui/experimental/directives/cell', '@taiga-ui/experimental/directives/comment', '@taiga-ui/experimental/directives/fade', '@taiga-ui/experimental/directives/header', '@taiga-ui/experimental/directives/icons', '@taiga-ui/experimental/directives/progress-segmented', '@taiga-ui/experimental/directives/sensitive', '@taiga-ui/experimental/directives/skeleton', '@taiga-ui/experimental/directives/surface', '@taiga-ui/experimental/directives/title'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].experimental = global["taiga-ui"].experimental || {}, global["taiga-ui"].experimental.directives = {}), global["taiga-ui"].experimental.directives.appearance, global["taiga-ui"].experimental.directives["avatar-outline"], global["taiga-ui"].experimental.directives["block-details"], global["taiga-ui"].experimental.directives["button-close"], global["taiga-ui"].experimental.directives["button-group"], global["taiga-ui"].experimental.directives["button-vertical"], global["taiga-ui"].experimental.directives.card, global["taiga-ui"].experimental.directives.cell, global["taiga-ui"].experimental.directives.comment, global["taiga-ui"].experimental.directives.fade, global["taiga-ui"].experimental.directives.header, global["taiga-ui"].experimental.directives.icons, global["taiga-ui"].experimental.directives["progress-segmented"], global["taiga-ui"].experimental.directives.sensitive, global["taiga-ui"].experimental.directives.skeleton, global["taiga-ui"].experimental.directives.surface, global["taiga-ui"].experimental.directives.title));
|
|
5
|
+
})(this, (function (exports, appearance, avatarOutline, blockDetails, buttonClose, buttonGroup, buttonVertical, card, cell, comment, fade, header, icons, progressSegmented, sensitive, skeleton, surface, title) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Generated bundle index. Do not edit.
|
|
@@ -14,6 +14,12 @@
|
|
|
14
14
|
get: function () { return appearance[k]; }
|
|
15
15
|
});
|
|
16
16
|
});
|
|
17
|
+
Object.keys(avatarOutline).forEach(function (k) {
|
|
18
|
+
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () { return avatarOutline[k]; }
|
|
21
|
+
});
|
|
22
|
+
});
|
|
17
23
|
Object.keys(blockDetails).forEach(function (k) {
|
|
18
24
|
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
|
19
25
|
enumerable: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-experimental-directives.umd.js","sources":["../../../projects/experimental/directives/taiga-ui-experimental-directives.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;CAAA;;CAEG
|
|
1
|
+
{"version":3,"file":"taiga-ui-experimental-directives.umd.js","sources":["../../../projects/experimental/directives/taiga-ui-experimental-directives.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;CAAA;;CAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|