@libs-ui/exports 0.2.25 → 0.2.27
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/esm2022/index.mjs +5 -1
- package/fesm2022/libs-ui-exports.mjs +4 -0
- package/fesm2022/libs-ui-exports.mjs.map +1 -1
- package/index.d.ts +4 -0
- package/package.json +39 -36
package/esm2022/index.mjs
CHANGED
|
@@ -5,6 +5,7 @@ export * from '@libs-ui/utils';
|
|
|
5
5
|
export * from '@libs-ui/components-scroll-overlay';
|
|
6
6
|
export * from '@libs-ui/components-scroll-measure-items-direction-horizontal';
|
|
7
7
|
//Components
|
|
8
|
+
export * from '@libs-ui/icons';
|
|
8
9
|
export * from '@libs-ui/components-popover';
|
|
9
10
|
export * from '@libs-ui/components-spinner';
|
|
10
11
|
export * from '@libs-ui/components-label';
|
|
@@ -13,12 +14,14 @@ export * from '@libs-ui/components-avatar';
|
|
|
13
14
|
export * from '@libs-ui/components-skeleton';
|
|
14
15
|
export * from '@libs-ui/components-color-picker';
|
|
15
16
|
export * from '@libs-ui/components-switch';
|
|
17
|
+
export * from '@libs-ui/components-card';
|
|
16
18
|
export * from '@libs-ui/components-buttons-button';
|
|
17
19
|
export * from '@libs-ui/components-buttons-sort';
|
|
18
20
|
export * from '@libs-ui/components-buttons-status';
|
|
19
21
|
export * from '@libs-ui/components-buttons-group';
|
|
20
22
|
export * from '@libs-ui/components-buttons-dropdown';
|
|
21
23
|
export * from '@libs-ui/components-buttons-tab';
|
|
24
|
+
export * from '@libs-ui/components-buttons-select-color';
|
|
22
25
|
export * from '@libs-ui/components-inputs-input';
|
|
23
26
|
export * from '@libs-ui/components-inputs-search';
|
|
24
27
|
export * from '@libs-ui/components-inputs-range-slider';
|
|
@@ -29,10 +32,11 @@ export * from '@libs-ui/components-checkbox-single';
|
|
|
29
32
|
export * from '@libs-ui/components-checkbox-group';
|
|
30
33
|
export * from '@libs-ui/components-radio-single';
|
|
31
34
|
export * from '@libs-ui/components-radio-group';
|
|
35
|
+
export * from '@libs-ui/components-gallery';
|
|
32
36
|
//Services
|
|
33
37
|
export * from '@libs-ui/services-dynamic-component';
|
|
34
38
|
export * from '@libs-ui/services-config-project';
|
|
35
39
|
export * from '@libs-ui/services-notification';
|
|
36
40
|
export * from '@libs-ui/services-http-request';
|
|
37
41
|
export * from '@libs-ui/services-translate';
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
42
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9leHBvcnRzL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsZ0JBQWdCLENBQUM7QUFFL0IsT0FBTztBQUVQLFdBQVc7QUFDWCxjQUFjLG9DQUFvQyxDQUFDO0FBQ25ELGNBQWMsK0RBQStELENBQUM7QUFFOUUsWUFBWTtBQUNaLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsMEJBQTBCLENBQUM7QUFFekMsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLHNDQUFzQyxDQUFDO0FBQ3JELGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYywwQ0FBMEMsQ0FBQztBQUV6RCxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyxrQ0FBa0MsQ0FBQztBQUVqRCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsb0NBQW9DLENBQUM7QUFFbkQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLGlDQUFpQyxDQUFDO0FBRWhELGNBQWMsNkJBQTZCLENBQUM7QUFFNUMsVUFBVTtBQUNWLGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJ0BsaWJzLXVpL2ludGVyZmFjZXMtdHlwZXMnO1xuZXhwb3J0ICogZnJvbSAnQGxpYnMtdWkvdXRpbHMnO1xuXG4vL1BpcGVzXG5cbi8vRGlyZWN0aXZlXG5leHBvcnQgKiBmcm9tICdAbGlicy11aS9jb21wb25lbnRzLXNjcm9sbC1vdmVybGF5JztcbmV4cG9ydCAqIGZyb20gJ0BsaWJzLXVpL2NvbXBvbmVudHMtc2Nyb2xsLW1lYXN1cmUtaXRlbXMtZGlyZWN0aW9uLWhvcml6b250YWwnO1xuXG4vL0NvbXBvbmVudHNcbmV4cG9ydCAqIGZyb20gJ0BsaWJzLXVpL2ljb25zJztcbmV4cG9ydCAqIGZyb20gJ0BsaWJzLXVpL2NvbXBvbmVudHMtcG9wb3Zlcic7XG5leHBvcnQgKiBmcm9tICdAbGlicy11aS9jb21wb25lbnRzLXNwaW5uZXInO1xuZXhwb3J0ICogZnJvbSAnQGxpYnMtdWkvY29tcG9uZW50cy1sYWJlbCc7XG5leHBvcnQgKiBmcm9tICdAbGlicy11aS9jb21wb25lbnRzLWJhZGdlJztcbmV4cG9ydCAqIGZyb20gJ0BsaWJzLXVpL2NvbXBvbmVudHMtYXZhdGFyJztcbmV4cG9ydCAqIGZyb20gJ0BsaWJzLXVpL2NvbXBvbmVudHMtc2tlbGV0b24nO1xuZXhwb3J0ICogZnJvbSAnQGxpYnMtdWkvY29tcG9uZW50cy1jb2xvci1waWNrZXInO1xuZXhwb3J0ICogZnJvbSAnQGxpYnMtdWkvY29tcG9uZW50cy1zd2l0Y2gnO1xuZXhwb3J0ICogZnJvbSAnQGxpYnMtdWkvY29tcG9uZW50cy1jYXJkJztcblxuZXhwb3J0ICogZnJvbSAnQGxpYnMtdWkvY29tcG9uZW50cy1idXR0b25zLWJ1dHRvbic7XG5leHBvcnQgKiBmcm9tICdAbGlicy11aS9jb21wb25lbnRzLWJ1dHRvbnMtc29ydCc7XG5leHBvcnQgKiBmcm9tICdAbGlicy11aS9jb21wb25lbnRzLWJ1dHRvbnMtc3RhdHVzJztcbmV4cG9ydCAqIGZyb20gJ0BsaWJzLXVpL2NvbXBvbmVudHMtYnV0dG9ucy1ncm91cCc7XG5leHBvcnQgKiBmcm9tICdAbGlicy11aS9jb21wb25lbnRzLWJ1dHRvbnMtZHJvcGRvd24nO1xuZXhwb3J0ICogZnJvbSAnQGxpYnMtdWkvY29tcG9uZW50cy1idXR0b25zLXRhYic7XG5leHBvcnQgKiBmcm9tICdAbGlicy11aS9jb21wb25lbnRzLWJ1dHRvbnMtc2VsZWN0LWNvbG9yJztcblxuZXhwb3J0ICogZnJvbSAnQGxpYnMtdWkvY29tcG9uZW50cy1pbnB1dHMtaW5wdXQnO1xuZXhwb3J0ICogZnJvbSAnQGxpYnMtdWkvY29tcG9uZW50cy1pbnB1dHMtc2VhcmNoJztcbmV4cG9ydCAqIGZyb20gJ0BsaWJzLXVpL2NvbXBvbmVudHMtaW5wdXRzLXJhbmdlLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICdAbGlicy11aS9jb21wb25lbnRzLWlucHV0cy12YWxpZCc7XG5leHBvcnQgKiBmcm9tICdAbGlicy11aS9jb21wb25lbnRzLWlucHV0cy1hZGQnO1xuZXhwb3J0ICogZnJvbSAnQGxpYnMtdWkvY29tcG9uZW50cy1pbnB1dHMtY29sb3InO1xuXG5leHBvcnQgKiBmcm9tICdAbGlicy11aS9jb21wb25lbnRzLWNoZWNrYm94LXNpbmdsZSc7XG5leHBvcnQgKiBmcm9tICdAbGlicy11aS9jb21wb25lbnRzLWNoZWNrYm94LWdyb3VwJztcblxuZXhwb3J0ICogZnJvbSAnQGxpYnMtdWkvY29tcG9uZW50cy1yYWRpby1zaW5nbGUnO1xuZXhwb3J0ICogZnJvbSAnQGxpYnMtdWkvY29tcG9uZW50cy1yYWRpby1ncm91cCc7XG5cbmV4cG9ydCAqIGZyb20gJ0BsaWJzLXVpL2NvbXBvbmVudHMtZ2FsbGVyeSc7XG5cbi8vU2VydmljZXNcbmV4cG9ydCAqIGZyb20gJ0BsaWJzLXVpL3NlcnZpY2VzLWR5bmFtaWMtY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJ0BsaWJzLXVpL3NlcnZpY2VzLWNvbmZpZy1wcm9qZWN0JztcbmV4cG9ydCAqIGZyb20gJ0BsaWJzLXVpL3NlcnZpY2VzLW5vdGlmaWNhdGlvbic7XG5leHBvcnQgKiBmcm9tICdAbGlicy11aS9zZXJ2aWNlcy1odHRwLXJlcXVlc3QnO1xuZXhwb3J0ICogZnJvbSAnQGxpYnMtdWkvc2VydmljZXMtdHJhbnNsYXRlJztcbiJdfQ==
|
|
@@ -2,6 +2,7 @@ export * from '@libs-ui/interfaces-types';
|
|
|
2
2
|
export * from '@libs-ui/utils';
|
|
3
3
|
export * from '@libs-ui/components-scroll-overlay';
|
|
4
4
|
export * from '@libs-ui/components-scroll-measure-items-direction-horizontal';
|
|
5
|
+
export * from '@libs-ui/icons';
|
|
5
6
|
export * from '@libs-ui/components-popover';
|
|
6
7
|
export * from '@libs-ui/components-spinner';
|
|
7
8
|
export * from '@libs-ui/components-label';
|
|
@@ -10,12 +11,14 @@ export * from '@libs-ui/components-avatar';
|
|
|
10
11
|
export * from '@libs-ui/components-skeleton';
|
|
11
12
|
export * from '@libs-ui/components-color-picker';
|
|
12
13
|
export * from '@libs-ui/components-switch';
|
|
14
|
+
export * from '@libs-ui/components-card';
|
|
13
15
|
export * from '@libs-ui/components-buttons-button';
|
|
14
16
|
export * from '@libs-ui/components-buttons-sort';
|
|
15
17
|
export * from '@libs-ui/components-buttons-status';
|
|
16
18
|
export * from '@libs-ui/components-buttons-group';
|
|
17
19
|
export * from '@libs-ui/components-buttons-dropdown';
|
|
18
20
|
export * from '@libs-ui/components-buttons-tab';
|
|
21
|
+
export * from '@libs-ui/components-buttons-select-color';
|
|
19
22
|
export * from '@libs-ui/components-inputs-input';
|
|
20
23
|
export * from '@libs-ui/components-inputs-search';
|
|
21
24
|
export * from '@libs-ui/components-inputs-range-slider';
|
|
@@ -26,6 +29,7 @@ export * from '@libs-ui/components-checkbox-single';
|
|
|
26
29
|
export * from '@libs-ui/components-checkbox-group';
|
|
27
30
|
export * from '@libs-ui/components-radio-single';
|
|
28
31
|
export * from '@libs-ui/components-radio-group';
|
|
32
|
+
export * from '@libs-ui/components-gallery';
|
|
29
33
|
export * from '@libs-ui/services-dynamic-component';
|
|
30
34
|
export * from '@libs-ui/services-config-project';
|
|
31
35
|
export * from '@libs-ui/services-notification';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"libs-ui-exports.mjs","sources":["../../../exports/src/libs-ui-exports.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"libs-ui-exports.mjs","sources":["../../../exports/src/libs-ui-exports.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AAEG"}
|
package/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from '@libs-ui/interfaces-types';
|
|
|
2
2
|
export * from '@libs-ui/utils';
|
|
3
3
|
export * from '@libs-ui/components-scroll-overlay';
|
|
4
4
|
export * from '@libs-ui/components-scroll-measure-items-direction-horizontal';
|
|
5
|
+
export * from '@libs-ui/icons';
|
|
5
6
|
export * from '@libs-ui/components-popover';
|
|
6
7
|
export * from '@libs-ui/components-spinner';
|
|
7
8
|
export * from '@libs-ui/components-label';
|
|
@@ -10,12 +11,14 @@ export * from '@libs-ui/components-avatar';
|
|
|
10
11
|
export * from '@libs-ui/components-skeleton';
|
|
11
12
|
export * from '@libs-ui/components-color-picker';
|
|
12
13
|
export * from '@libs-ui/components-switch';
|
|
14
|
+
export * from '@libs-ui/components-card';
|
|
13
15
|
export * from '@libs-ui/components-buttons-button';
|
|
14
16
|
export * from '@libs-ui/components-buttons-sort';
|
|
15
17
|
export * from '@libs-ui/components-buttons-status';
|
|
16
18
|
export * from '@libs-ui/components-buttons-group';
|
|
17
19
|
export * from '@libs-ui/components-buttons-dropdown';
|
|
18
20
|
export * from '@libs-ui/components-buttons-tab';
|
|
21
|
+
export * from '@libs-ui/components-buttons-select-color';
|
|
19
22
|
export * from '@libs-ui/components-inputs-input';
|
|
20
23
|
export * from '@libs-ui/components-inputs-search';
|
|
21
24
|
export * from '@libs-ui/components-inputs-range-slider';
|
|
@@ -26,6 +29,7 @@ export * from '@libs-ui/components-checkbox-single';
|
|
|
26
29
|
export * from '@libs-ui/components-checkbox-group';
|
|
27
30
|
export * from '@libs-ui/components-radio-single';
|
|
28
31
|
export * from '@libs-ui/components-radio-group';
|
|
32
|
+
export * from '@libs-ui/components-gallery';
|
|
29
33
|
export * from '@libs-ui/services-dynamic-component';
|
|
30
34
|
export * from '@libs-ui/services-config-project';
|
|
31
35
|
export * from '@libs-ui/services-notification';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/exports",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.27",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^18.2.0",
|
|
6
6
|
"@angular/core": "^18.2.0",
|
|
@@ -11,41 +11,44 @@
|
|
|
11
11
|
"ngx-translate-messageformat-compiler": "^7.0.0",
|
|
12
12
|
"crypto-es": "^2.1.0",
|
|
13
13
|
"dayjs": "1.11.5",
|
|
14
|
-
"@libs-ui/interfaces-types": "^0.2.
|
|
15
|
-
"@libs-ui/utils": "^0.2.
|
|
16
|
-
"@libs-ui/icons": "^0.2.
|
|
17
|
-
"@libs-ui/icon-font": "^0.2.
|
|
18
|
-
"@libs-ui/services-dynamic-component": "^0.2.
|
|
19
|
-
"@libs-ui/services-notification": "^0.2.
|
|
20
|
-
"@libs-ui/services-http-request": "^0.2.
|
|
21
|
-
"@libs-ui/services-config-project": "^0.2.
|
|
22
|
-
"@libs-ui/services-translate": "^0.2.
|
|
23
|
-
"@libs-ui/components-scroll-overlay": "^0.2.
|
|
24
|
-
"@libs-ui/components-scroll-measure-items-direction-horizontal": "^0.2.
|
|
25
|
-
"@libs-ui/components-popover": "^0.2.
|
|
26
|
-
"@libs-ui/components-spinner": "^0.2.
|
|
27
|
-
"@libs-ui/components-label": "^0.2.
|
|
28
|
-
"@libs-ui/components-skeleton": "^0.2.
|
|
29
|
-
"@libs-ui/components-switch": "^0.2.
|
|
30
|
-
"@libs-ui/components-
|
|
31
|
-
"@libs-ui/components-
|
|
32
|
-
"@libs-ui/components-
|
|
33
|
-
"@libs-ui/components-buttons-
|
|
34
|
-
"@libs-ui/components-buttons-
|
|
35
|
-
"@libs-ui/components-buttons-
|
|
36
|
-
"@libs-ui/components-buttons-
|
|
37
|
-
"@libs-ui/components-
|
|
38
|
-
"@libs-ui/components-
|
|
39
|
-
"@libs-ui/components-inputs-
|
|
40
|
-
"@libs-ui/components-
|
|
41
|
-
"@libs-ui/components-
|
|
42
|
-
"@libs-ui/components-
|
|
43
|
-
"@libs-ui/components-
|
|
44
|
-
"@libs-ui/components-
|
|
45
|
-
"@libs-ui/components-
|
|
46
|
-
"@libs-ui/components-
|
|
47
|
-
"@libs-ui/components-
|
|
48
|
-
"@libs-ui/components-inputs-
|
|
14
|
+
"@libs-ui/interfaces-types": "^0.2.27",
|
|
15
|
+
"@libs-ui/utils": "^0.2.27",
|
|
16
|
+
"@libs-ui/icons": "^0.2.27",
|
|
17
|
+
"@libs-ui/icon-font": "^0.2.27",
|
|
18
|
+
"@libs-ui/services-dynamic-component": "^0.2.27",
|
|
19
|
+
"@libs-ui/services-notification": "^0.2.27",
|
|
20
|
+
"@libs-ui/services-http-request": "^0.2.27",
|
|
21
|
+
"@libs-ui/services-config-project": "^0.2.27",
|
|
22
|
+
"@libs-ui/services-translate": "^0.2.27",
|
|
23
|
+
"@libs-ui/components-scroll-overlay": "^0.2.27",
|
|
24
|
+
"@libs-ui/components-scroll-measure-items-direction-horizontal": "^0.2.27",
|
|
25
|
+
"@libs-ui/components-popover": "^0.2.27",
|
|
26
|
+
"@libs-ui/components-spinner": "^0.2.27",
|
|
27
|
+
"@libs-ui/components-label": "^0.2.27",
|
|
28
|
+
"@libs-ui/components-skeleton": "^0.2.27",
|
|
29
|
+
"@libs-ui/components-switch": "^0.2.27",
|
|
30
|
+
"@libs-ui/components-card": "^0.2.27",
|
|
31
|
+
"@libs-ui/components-gallery": "^0.2.27",
|
|
32
|
+
"@libs-ui/components-color-picker": "^0.2.27",
|
|
33
|
+
"@libs-ui/components-buttons-button": "^0.2.27",
|
|
34
|
+
"@libs-ui/components-buttons-sort": "^0.2.27",
|
|
35
|
+
"@libs-ui/components-buttons-status": "^0.2.27",
|
|
36
|
+
"@libs-ui/components-buttons-group": "^0.2.27",
|
|
37
|
+
"@libs-ui/components-buttons-dropdown": "^0.2.27",
|
|
38
|
+
"@libs-ui/components-buttons-tab": "^0.2.27",
|
|
39
|
+
"@libs-ui/components-inputs-input": "^0.2.27",
|
|
40
|
+
"@libs-ui/components-inputs-search": "^0.2.27",
|
|
41
|
+
"@libs-ui/components-inputs-range-slider": "^0.2.27",
|
|
42
|
+
"@libs-ui/components-badge": "^0.2.27",
|
|
43
|
+
"@libs-ui/components-avatar": "^0.2.27",
|
|
44
|
+
"@libs-ui/components-checkbox-single": "^0.2.27",
|
|
45
|
+
"@libs-ui/components-checkbox-group": "^0.2.27",
|
|
46
|
+
"@libs-ui/components-radio-single": "^0.2.27",
|
|
47
|
+
"@libs-ui/components-radio-group": "^0.2.27",
|
|
48
|
+
"@libs-ui/components-inputs-valid": "^0.2.27",
|
|
49
|
+
"@libs-ui/components-inputs-color": "^0.2.27",
|
|
50
|
+
"@libs-ui/components-inputs-add": "^0.2.27",
|
|
51
|
+
"@libs-ui/components-buttons-select-color": "^0.2.27"
|
|
49
52
|
},
|
|
50
53
|
"sideEffects": false,
|
|
51
54
|
"module": "fesm2022/libs-ui-exports.mjs",
|