@dev-tcloud/tcloud-ui 0.0.6 → 0.0.8
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/README.md +3 -0
- package/esm2020/lib/_directives/directives.module.mjs +9 -9
- package/esm2020/lib/_directives/tooltip/tooltip.directive.mjs +16 -17
- package/esm2020/lib/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.component.mjs +2 -2
- package/esm2020/lib/_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.component.mjs +73 -0
- package/esm2020/lib/_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.module.mjs +27 -0
- package/esm2020/lib/_modules/tcloud-ui-multi-select/tcloud-ui-multi-select.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-multi-select/tcloud-ui-multi-select.module.mjs +1 -1
- package/esm2020/lib/_pipes/tcloud-pipes.module.mjs +6 -6
- package/esm2020/lib/tcloud-ui.module.mjs +22 -15
- package/esm2020/public-api.mjs +4 -1
- package/fesm2015/dev-tcloud-tcloud-ui.mjs +141 -45
- package/fesm2015/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/fesm2020/dev-tcloud-tcloud-ui.mjs +141 -45
- package/fesm2020/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/lib/_directives/directives.module.d.ts +4 -4
- package/lib/_directives/tooltip/tooltip.directive.d.ts +5 -5
- package/lib/_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.component.d.ts +19 -0
- package/lib/_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.module.d.ts +9 -0
- package/lib/_pipes/tcloud-pipes.module.d.ts +4 -4
- package/lib/tcloud-ui.module.d.ts +4 -3
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -5,8 +5,9 @@ import { TCloudUiModalModule } from './_modules/tcloud-ui-modal/tcloud-ui-modal.
|
|
|
5
5
|
import { TCloudUiLineStepCircleModule } from './_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.module';
|
|
6
6
|
import { TCloudUiMultiSelectModule } from './_modules/tcloud-ui-multi-select/tcloud-ui-multi-select.module';
|
|
7
7
|
import { TCloudUiDataListModule } from './_modules/tcloud-ui-data-list/tcloud-ui-data-list.module';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
8
|
+
import { TCloudUiDirectiveModule } from './_directives/directives.module';
|
|
9
|
+
import { TCloudUiPipesModule } from './_pipes/tcloud-pipes.module';
|
|
10
|
+
import { TCloudUiMultiInputModule } from './_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.module';
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
12
|
export class TCloudUiModule {
|
|
12
13
|
}
|
|
@@ -17,38 +18,42 @@ TCloudUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
17
18
|
TCloudUiLineStepCircleModule,
|
|
18
19
|
TCloudUiMultiSelectModule,
|
|
19
20
|
TCloudUiDataListModule,
|
|
21
|
+
TCloudUiMultiInputModule,
|
|
20
22
|
// Directives
|
|
21
|
-
|
|
23
|
+
TCloudUiDirectiveModule,
|
|
22
24
|
// Pipes
|
|
23
|
-
|
|
25
|
+
TCloudUiPipesModule], exports: [TCloudUiModalModule,
|
|
24
26
|
TCloudUiTabMenuModule,
|
|
25
27
|
TCloudUiLinhaLogoModule,
|
|
26
28
|
TCloudUiLineStepCircleModule,
|
|
27
29
|
TCloudUiMultiSelectModule,
|
|
28
30
|
TCloudUiDataListModule,
|
|
31
|
+
TCloudUiMultiInputModule,
|
|
29
32
|
// Directives
|
|
30
|
-
|
|
33
|
+
TCloudUiDirectiveModule,
|
|
31
34
|
// Pipes
|
|
32
|
-
|
|
35
|
+
TCloudUiPipesModule] });
|
|
33
36
|
TCloudUiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiModule, imports: [TCloudUiModalModule,
|
|
34
37
|
TCloudUiTabMenuModule,
|
|
35
38
|
TCloudUiLinhaLogoModule,
|
|
36
39
|
TCloudUiLineStepCircleModule,
|
|
37
40
|
TCloudUiMultiSelectModule,
|
|
38
41
|
TCloudUiDataListModule,
|
|
42
|
+
TCloudUiMultiInputModule,
|
|
39
43
|
// Directives
|
|
40
|
-
|
|
44
|
+
TCloudUiDirectiveModule,
|
|
41
45
|
// Pipes
|
|
42
|
-
|
|
46
|
+
TCloudUiPipesModule, TCloudUiModalModule,
|
|
43
47
|
TCloudUiTabMenuModule,
|
|
44
48
|
TCloudUiLinhaLogoModule,
|
|
45
49
|
TCloudUiLineStepCircleModule,
|
|
46
50
|
TCloudUiMultiSelectModule,
|
|
47
51
|
TCloudUiDataListModule,
|
|
52
|
+
TCloudUiMultiInputModule,
|
|
48
53
|
// Directives
|
|
49
|
-
|
|
54
|
+
TCloudUiDirectiveModule,
|
|
50
55
|
// Pipes
|
|
51
|
-
|
|
56
|
+
TCloudUiPipesModule] });
|
|
52
57
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiModule, decorators: [{
|
|
53
58
|
type: NgModule,
|
|
54
59
|
args: [{
|
|
@@ -59,10 +64,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
59
64
|
TCloudUiLineStepCircleModule,
|
|
60
65
|
TCloudUiMultiSelectModule,
|
|
61
66
|
TCloudUiDataListModule,
|
|
67
|
+
TCloudUiMultiInputModule,
|
|
62
68
|
// Directives
|
|
63
|
-
|
|
69
|
+
TCloudUiDirectiveModule,
|
|
64
70
|
// Pipes
|
|
65
|
-
|
|
71
|
+
TCloudUiPipesModule
|
|
66
72
|
],
|
|
67
73
|
exports: [
|
|
68
74
|
TCloudUiModalModule,
|
|
@@ -71,11 +77,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
71
77
|
TCloudUiLineStepCircleModule,
|
|
72
78
|
TCloudUiMultiSelectModule,
|
|
73
79
|
TCloudUiDataListModule,
|
|
80
|
+
TCloudUiMultiInputModule,
|
|
74
81
|
// Directives
|
|
75
|
-
|
|
82
|
+
TCloudUiDirectiveModule,
|
|
76
83
|
// Pipes
|
|
77
|
-
|
|
84
|
+
TCloudUiPipesModule
|
|
78
85
|
]
|
|
79
86
|
}]
|
|
80
87
|
}] });
|
|
81
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
88
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGNsb3VkLXVpLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3RjbG91ZC11aS9zcmMvbGliL3RjbG91ZC11aS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSw2REFBNkQsQ0FBQztBQUN0RyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5REFBeUQsQ0FBQztBQUNoRyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUN4RixPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSx5RUFBeUUsQ0FBQztBQUN2SCxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxpRUFBaUUsQ0FBQztBQUM1RyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyREFBMkQsQ0FBQztBQUVuRyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUUxRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNuRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQzs7QUFrQ3pHLE1BQU0sT0FBTyxjQUFjOzs0R0FBZCxjQUFjOzZHQUFkLGNBQWMsWUE5Qm5CLG1CQUFtQjtRQUNuQixxQkFBcUI7UUFDckIsdUJBQXVCO1FBQ3ZCLDRCQUE0QjtRQUM1Qix5QkFBeUI7UUFDekIsc0JBQXNCO1FBQ3RCLHdCQUF3QjtRQUV4QixhQUFhO1FBQ2IsdUJBQXVCO1FBRXZCLFFBQVE7UUFDUixtQkFBbUIsYUFHbkIsbUJBQW1CO1FBQ25CLHFCQUFxQjtRQUNyQix1QkFBdUI7UUFDdkIsNEJBQTRCO1FBQzVCLHlCQUF5QjtRQUN6QixzQkFBc0I7UUFDdEIsd0JBQXdCO1FBRXhCLGFBQWE7UUFDYix1QkFBdUI7UUFFdkIsUUFBUTtRQUNSLG1CQUFtQjs2R0FHZCxjQUFjLFlBOUJuQixtQkFBbUI7UUFDbkIscUJBQXFCO1FBQ3JCLHVCQUF1QjtRQUN2Qiw0QkFBNEI7UUFDNUIseUJBQXlCO1FBQ3pCLHNCQUFzQjtRQUN0Qix3QkFBd0I7UUFFeEIsYUFBYTtRQUNiLHVCQUF1QjtRQUV2QixRQUFRO1FBQ1IsbUJBQW1CLEVBR25CLG1CQUFtQjtRQUNuQixxQkFBcUI7UUFDckIsdUJBQXVCO1FBQ3ZCLDRCQUE0QjtRQUM1Qix5QkFBeUI7UUFDekIsc0JBQXNCO1FBQ3RCLHdCQUF3QjtRQUV4QixhQUFhO1FBQ2IsdUJBQXVCO1FBRXZCLFFBQVE7UUFDUixtQkFBbUI7NEZBR2QsY0FBYztrQkFoQzFCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFO3dCQUNMLG1CQUFtQjt3QkFDbkIscUJBQXFCO3dCQUNyQix1QkFBdUI7d0JBQ3ZCLDRCQUE0Qjt3QkFDNUIseUJBQXlCO3dCQUN6QixzQkFBc0I7d0JBQ3RCLHdCQUF3Qjt3QkFFeEIsYUFBYTt3QkFDYix1QkFBdUI7d0JBRXZCLFFBQVE7d0JBQ1IsbUJBQW1CO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsbUJBQW1CO3dCQUNuQixxQkFBcUI7d0JBQ3JCLHVCQUF1Qjt3QkFDdkIsNEJBQTRCO3dCQUM1Qix5QkFBeUI7d0JBQ3pCLHNCQUFzQjt3QkFDdEIsd0JBQXdCO3dCQUV4QixhQUFhO3dCQUNiLHVCQUF1Qjt3QkFFdkIsUUFBUTt3QkFDUixtQkFBbUI7cUJBQ3RCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgVENsb3VkVWlMaW5oYUxvZ29Nb2R1bGUgfSBmcm9tICcuL19tb2R1bGVzL3RjbG91ZC11aS1saW5oYS1sb2dvL3RjbG91ZC11aS1saW5oYS1sb2dvLm1vZHVsZSc7XG5pbXBvcnQgeyBUQ2xvdWRVaVRhYk1lbnVNb2R1bGUgfSBmcm9tICcuL19tb2R1bGVzL3RjbG91ZC11aS10YWItbWVudS90Y2xvdWQtdWktdGFiLW1lbnUubW9kdWxlJztcbmltcG9ydCB7IFRDbG91ZFVpTW9kYWxNb2R1bGUgfSBmcm9tICcuL19tb2R1bGVzL3RjbG91ZC11aS1tb2RhbC90Y2xvdWQtdWktbW9kYWwubW9kdWxlJztcbmltcG9ydCB7IFRDbG91ZFVpTGluZVN0ZXBDaXJjbGVNb2R1bGUgfSBmcm9tICcuL19tb2R1bGVzL3RjbG91ZC11aS1saW5lLXN0ZXAtY2lyY2xlL3RjbG91ZC11aS1saW5lLXN0ZXAtY2lyY2xlLm1vZHVsZSc7XG5pbXBvcnQgeyBUQ2xvdWRVaU11bHRpU2VsZWN0TW9kdWxlIH0gZnJvbSAnLi9fbW9kdWxlcy90Y2xvdWQtdWktbXVsdGktc2VsZWN0L3RjbG91ZC11aS1tdWx0aS1zZWxlY3QubW9kdWxlJztcbmltcG9ydCB7IFRDbG91ZFVpRGF0YUxpc3RNb2R1bGUgfSBmcm9tICcuL19tb2R1bGVzL3RjbG91ZC11aS1kYXRhLWxpc3QvdGNsb3VkLXVpLWRhdGEtbGlzdC5tb2R1bGUnO1xuXG5pbXBvcnQgeyBUQ2xvdWRVaURpcmVjdGl2ZU1vZHVsZSB9IGZyb20gJy4vX2RpcmVjdGl2ZXMvZGlyZWN0aXZlcy5tb2R1bGUnO1xuXG5pbXBvcnQgeyBUQ2xvdWRVaVBpcGVzTW9kdWxlIH0gZnJvbSAnLi9fcGlwZXMvdGNsb3VkLXBpcGVzLm1vZHVsZSc7XG5pbXBvcnQgeyBUQ2xvdWRVaU11bHRpSW5wdXRNb2R1bGUgfSBmcm9tICcuL19tb2R1bGVzL3RjbG91ZC11aS1tdWx0aS1pbnB1dC90Y2xvdWQtdWktbXVsdGktaW5wdXQubW9kdWxlJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIFRDbG91ZFVpTW9kYWxNb2R1bGUsXG4gICAgICAgIFRDbG91ZFVpVGFiTWVudU1vZHVsZSxcbiAgICAgICAgVENsb3VkVWlMaW5oYUxvZ29Nb2R1bGUsXG4gICAgICAgIFRDbG91ZFVpTGluZVN0ZXBDaXJjbGVNb2R1bGUsXG4gICAgICAgIFRDbG91ZFVpTXVsdGlTZWxlY3RNb2R1bGUsXG4gICAgICAgIFRDbG91ZFVpRGF0YUxpc3RNb2R1bGUsXG4gICAgICAgIFRDbG91ZFVpTXVsdGlJbnB1dE1vZHVsZSxcblxuICAgICAgICAvLyBEaXJlY3RpdmVzXG4gICAgICAgIFRDbG91ZFVpRGlyZWN0aXZlTW9kdWxlLFxuXG4gICAgICAgIC8vIFBpcGVzXG4gICAgICAgIFRDbG91ZFVpUGlwZXNNb2R1bGVcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgVENsb3VkVWlNb2RhbE1vZHVsZSxcbiAgICAgICAgVENsb3VkVWlUYWJNZW51TW9kdWxlLFxuICAgICAgICBUQ2xvdWRVaUxpbmhhTG9nb01vZHVsZSxcbiAgICAgICAgVENsb3VkVWlMaW5lU3RlcENpcmNsZU1vZHVsZSxcbiAgICAgICAgVENsb3VkVWlNdWx0aVNlbGVjdE1vZHVsZSxcbiAgICAgICAgVENsb3VkVWlEYXRhTGlzdE1vZHVsZSxcbiAgICAgICAgVENsb3VkVWlNdWx0aUlucHV0TW9kdWxlLFxuXG4gICAgICAgIC8vIERpcmVjdGl2ZXNcbiAgICAgICAgVENsb3VkVWlEaXJlY3RpdmVNb2R1bGUsXG5cbiAgICAgICAgLy8gUGlwZXNcbiAgICAgICAgVENsb3VkVWlQaXBlc01vZHVsZVxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgVENsb3VkVWlNb2R1bGUge30iXX0=
|
package/esm2020/public-api.mjs
CHANGED
|
@@ -28,10 +28,13 @@ export * from './lib/_modules/tcloud-ui-multi-select/tcloud-ui-multi-select.comp
|
|
|
28
28
|
export * from './lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list.module';
|
|
29
29
|
export * from './lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list.component';
|
|
30
30
|
export * from './lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list-option/tcloud-ui-data-list-option.component';
|
|
31
|
+
// UI-MULTI-INPUT
|
|
32
|
+
export * from './lib/_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.module';
|
|
33
|
+
export * from './lib/_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.component';
|
|
31
34
|
// DIRECTIVES
|
|
32
35
|
export * from './lib/_directives/directives.module';
|
|
33
36
|
export * from './lib/_directives/tooltip/tooltip.directive';
|
|
34
37
|
// PIPES
|
|
35
38
|
export * from './lib/_pipes/tcloud-pipes.module';
|
|
36
39
|
export * from './lib/_pipes/index';
|
|
37
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL3RjbG91ZC11aS9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsd0JBQXdCLENBQUM7QUFFdkMsV0FBVztBQUNYLGNBQWMsdURBQXVELENBQUM7QUFDdEUsY0FBYywwREFBMEQsQ0FBQztBQUN6RSxjQUFjLG1HQUFtRyxDQUFDO0FBQ2xILGNBQWMsK0ZBQStGLENBQUM7QUFDOUcsY0FBYyxtR0FBbUcsQ0FBQztBQUVsSCxjQUFjO0FBQ2QsY0FBYyw2REFBNkQsQ0FBQztBQUM1RSxjQUFjLGdFQUFnRSxDQUFDO0FBQy9FLGNBQWMsb0dBQW9HLENBQUM7QUFDbkgsY0FBYyw4RkFBOEYsQ0FBQztBQUM3RyxjQUFjLHNHQUFzRyxDQUFDO0FBQ3JILGNBQWMsZ0dBQWdHLENBQUM7QUFFL0csZ0JBQWdCO0FBQ2hCLGNBQWMsaUVBQWlFLENBQUM7QUFDaEYsY0FBYyxvRUFBb0UsQ0FBQztBQUVuRixpQkFBaUI7QUFDakIsY0FBYyw2RUFBNkUsQ0FBQztBQUM1RixjQUFjLGdGQUFnRixDQUFDO0FBRS9GLGtCQUFrQjtBQUNsQixjQUFjLHFFQUFxRSxDQUFDO0FBQ3BGLGNBQWMsd0VBQXdFLENBQUM7QUFFdkYsYUFBYTtBQUNiLGNBQWMsK0RBQStELENBQUM7QUFDOUUsY0FBYyxrRUFBa0UsQ0FBQztBQUNqRixjQUFjLG9HQUFvRyxDQUFDO0FBRW5ILGlCQUFpQjtBQUNqQixjQUFjLG1FQUFtRSxDQUFDO0FBQ2xGLGNBQWMsc0VBQXNFLENBQUM7QUFFckYsYUFBYTtBQUNiLGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyw2Q0FBNkMsQ0FBQztBQUU1RCxRQUFRO0FBQ1IsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLG9CQUFvQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiB0Y2xvdWQtdWlcbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2xpYi90Y2xvdWQtdWkubW9kdWxlJztcblxuLy8gVUktTU9EQUxcbmV4cG9ydCAqIGZyb20gJy4vbGliL19tb2R1bGVzL3RjbG91ZC11aS1tb2RhbC90Y2xvdWQtdWktbW9kYWwubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL19tb2R1bGVzL3RjbG91ZC11aS1tb2RhbC90Y2xvdWQtdWktbW9kYWwuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL19tb2R1bGVzL3RjbG91ZC11aS1tb2RhbC9jb21wb25lbnRzL3RjbG91ZC11aS1tb2RhbC1oZWFkZXIvdGNsb3VkLXVpLW1vZGFsLWhlYWRlci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvX21vZHVsZXMvdGNsb3VkLXVpLW1vZGFsL2NvbXBvbmVudHMvdGNsb3VkLXVpLW1vZGFsLWJvZHkvdGNsb3VkLXVpLW1vZGFsLWJvZHkuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL19tb2R1bGVzL3RjbG91ZC11aS1tb2RhbC9jb21wb25lbnRzL3RjbG91ZC11aS1tb2RhbC1mb290ZXIvdGNsb3VkLXVpLW1vZGFsLWZvb3Rlci5jb21wb25lbnQnO1xuXG4vLyBVSS1UQUItTUVOVVxuZXhwb3J0ICogZnJvbSAnLi9saWIvX21vZHVsZXMvdGNsb3VkLXVpLXRhYi1tZW51L3RjbG91ZC11aS10YWItbWVudS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvX21vZHVsZXMvdGNsb3VkLXVpLXRhYi1tZW51L3RjbG91ZC11aS10YWItbWVudS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvX21vZHVsZXMvdGNsb3VkLXVpLXRhYi1tZW51L2NvbXBvbmVudHMvdGNsb3VkLXVpLXRhYi1jb250ZW50L3RjbG91ZC11aS10YWItY29udGVudC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvX21vZHVsZXMvdGNsb3VkLXVpLXRhYi1tZW51L2NvbXBvbmVudHMvdGNsb3VkLXVpLXRhYi1oZWFkL3RjbG91ZC11aS10YWItaGVhZC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvX21vZHVsZXMvdGNsb3VkLXVpLXRhYi1tZW51L2NvbXBvbmVudHMvdGNsb3VkLXVpLXRhYi1zdWJ0aXRsZS90Y2xvdWQtdWktdGFiLXN1YnRpdGxlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9fbW9kdWxlcy90Y2xvdWQtdWktdGFiLW1lbnUvY29tcG9uZW50cy90Y2xvdWQtdWktdGFiLXRpdGxlL3RjbG91ZC11aS10YWItdGl0bGUuY29tcG9uZW50JztcblxuLy8gVUktTElOSEEtTE9HT1xuZXhwb3J0ICogZnJvbSAnLi9saWIvX21vZHVsZXMvdGNsb3VkLXVpLWxpbmhhLWxvZ28vdGNsb3VkLXVpLWxpbmhhLWxvZ28ubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL19tb2R1bGVzL3RjbG91ZC11aS1saW5oYS1sb2dvL3RjbG91ZC11aS1saW5oYS1sb2dvLmNvbXBvbmVudCc7XG5cbi8vIFVJLVNURVAtQ0lSQ0xFXG5leHBvcnQgKiBmcm9tICcuL2xpYi9fbW9kdWxlcy90Y2xvdWQtdWktbGluZS1zdGVwLWNpcmNsZS90Y2xvdWQtdWktbGluZS1zdGVwLWNpcmNsZS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvX21vZHVsZXMvdGNsb3VkLXVpLWxpbmUtc3RlcC1jaXJjbGUvdGNsb3VkLXVpLWxpbmUtc3RlcC1jaXJjbGUuY29tcG9uZW50JztcblxuLy8gVUktTVVMVEktU0VMRUNUXG5leHBvcnQgKiBmcm9tICcuL2xpYi9fbW9kdWxlcy90Y2xvdWQtdWktbXVsdGktc2VsZWN0L3RjbG91ZC11aS1tdWx0aS1zZWxlY3QubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL19tb2R1bGVzL3RjbG91ZC11aS1tdWx0aS1zZWxlY3QvdGNsb3VkLXVpLW11bHRpLXNlbGVjdC5jb21wb25lbnQnO1xuXG4vLyBVSS1UT09MVElQXG5leHBvcnQgKiBmcm9tICcuL2xpYi9fbW9kdWxlcy90Y2xvdWQtdWktZGF0YS1saXN0L3RjbG91ZC11aS1kYXRhLWxpc3QubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL19tb2R1bGVzL3RjbG91ZC11aS1kYXRhLWxpc3QvdGNsb3VkLXVpLWRhdGEtbGlzdC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvX21vZHVsZXMvdGNsb3VkLXVpLWRhdGEtbGlzdC90Y2xvdWQtdWktZGF0YS1saXN0LW9wdGlvbi90Y2xvdWQtdWktZGF0YS1saXN0LW9wdGlvbi5jb21wb25lbnQnO1xuXG4vLyBVSS1NVUxUSS1JTlBVVFxuZXhwb3J0ICogZnJvbSAnLi9saWIvX21vZHVsZXMvdGNsb3VkLXVpLW11bHRpLWlucHV0L3RjbG91ZC11aS1tdWx0aS1pbnB1dC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvX21vZHVsZXMvdGNsb3VkLXVpLW11bHRpLWlucHV0L3RjbG91ZC11aS1tdWx0aS1pbnB1dC5jb21wb25lbnQnO1xuXG4vLyBESVJFQ1RJVkVTXG5leHBvcnQgKiBmcm9tICcuL2xpYi9fZGlyZWN0aXZlcy9kaXJlY3RpdmVzLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9fZGlyZWN0aXZlcy90b29sdGlwL3Rvb2x0aXAuZGlyZWN0aXZlJztcblxuLy8gUElQRVNcbmV4cG9ydCAqIGZyb20gJy4vbGliL19waXBlcy90Y2xvdWQtcGlwZXMubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL19waXBlcy9pbmRleCc7Il19
|
|
@@ -839,10 +839,10 @@ class TCloudUiLineStepCircleComponent {
|
|
|
839
839
|
}
|
|
840
840
|
}
|
|
841
841
|
TCloudUiLineStepCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiLineStepCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
842
|
-
TCloudUiLineStepCircleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiLineStepCircleComponent, selector: "tcloud-ui-line-step-circle", inputs: { step: "step", active: "active", inactives: "inactives", complete: "complete" }, ngImport: i0, template: "<table class=\"table-trilha\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr>\r\n <ng-container *ngFor=\"let fase of trilha; let i = index\" >\r\n <td class=\"area-circle\"><i class=\"fas fa-circle icon-{{ fase.class }} {{ fase.second_class }} \"></i></td>\r\n <td class=\"area-line\" *ngIf=\"(i+1) < (trilha).length\">\r\n <div class=\"step-line {{ fase.class }}\"></div>\r\n </td>\r\n </ng-container>\r\n </tr>\r\n</table>", styles: [".table-trilha{width:100%;border-collapse:collapse;margin-top:3px;margin-bottom:2px}.table-trilha td{border:none}.table-trilha .area-circle{width:0px}.table-trilha .step-line{width:100%;height:2px;background-color:#ccc;padding:0;margin-left:-1px;width:
|
|
842
|
+
TCloudUiLineStepCircleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiLineStepCircleComponent, selector: "tcloud-ui-line-step-circle", inputs: { step: "step", active: "active", inactives: "inactives", complete: "complete" }, ngImport: i0, template: "<table class=\"table-trilha\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr>\r\n <ng-container *ngFor=\"let fase of trilha; let i = index\" >\r\n <td class=\"area-circle\"><i class=\"fas fa-circle icon-{{ fase.class }} {{ fase.second_class }} \"></i></td>\r\n <td class=\"area-line\" *ngIf=\"(i+1) < (trilha).length\">\r\n <div class=\"step-line {{ fase.class }}\"></div>\r\n </td>\r\n </ng-container>\r\n </tr>\r\n</table>", styles: [".table-trilha{width:100%;border-collapse:collapse;margin-top:3px;margin-bottom:2px}.table-trilha td{border:none}.table-trilha .area-circle{width:0px}.table-trilha .step-line{width:100%;height:2px;background-color:#ccc;padding:0;margin-left:-1px;width:calc(100% + 2px)}table tr{background-color:transparent!important}.step-default{background-color:#d9d9d9}.step-progress{background-color:#039be5!important}.icon-step-default{color:#d9d9d9}.icon-step-progress{color:#039be5}.icon-step-active{color:#ea9b3e}.step-inactive{color:#d9d9d9!important}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
843
843
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiLineStepCircleComponent, decorators: [{
|
|
844
844
|
type: Component,
|
|
845
|
-
args: [{ selector: 'tcloud-ui-line-step-circle', template: "<table class=\"table-trilha\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr>\r\n <ng-container *ngFor=\"let fase of trilha; let i = index\" >\r\n <td class=\"area-circle\"><i class=\"fas fa-circle icon-{{ fase.class }} {{ fase.second_class }} \"></i></td>\r\n <td class=\"area-line\" *ngIf=\"(i+1) < (trilha).length\">\r\n <div class=\"step-line {{ fase.class }}\"></div>\r\n </td>\r\n </ng-container>\r\n </tr>\r\n</table>", styles: [".table-trilha{width:100%;border-collapse:collapse;margin-top:3px;margin-bottom:2px}.table-trilha td{border:none}.table-trilha .area-circle{width:0px}.table-trilha .step-line{width:100%;height:2px;background-color:#ccc;padding:0;margin-left:-1px;width:
|
|
845
|
+
args: [{ selector: 'tcloud-ui-line-step-circle', template: "<table class=\"table-trilha\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr>\r\n <ng-container *ngFor=\"let fase of trilha; let i = index\" >\r\n <td class=\"area-circle\"><i class=\"fas fa-circle icon-{{ fase.class }} {{ fase.second_class }} \"></i></td>\r\n <td class=\"area-line\" *ngIf=\"(i+1) < (trilha).length\">\r\n <div class=\"step-line {{ fase.class }}\"></div>\r\n </td>\r\n </ng-container>\r\n </tr>\r\n</table>", styles: [".table-trilha{width:100%;border-collapse:collapse;margin-top:3px;margin-bottom:2px}.table-trilha td{border:none}.table-trilha .area-circle{width:0px}.table-trilha .step-line{width:100%;height:2px;background-color:#ccc;padding:0;margin-left:-1px;width:calc(100% + 2px)}table tr{background-color:transparent!important}.step-default{background-color:#d9d9d9}.step-progress{background-color:#039be5!important}.icon-step-default{color:#d9d9d9}.icon-step-progress{color:#039be5}.icon-step-active{color:#ea9b3e}.step-inactive{color:#d9d9d9!important}\n"] }]
|
|
846
846
|
}], ctorParameters: function () { return []; }, propDecorators: { step: [{
|
|
847
847
|
type: Input
|
|
848
848
|
}], active: [{
|
|
@@ -933,10 +933,10 @@ class TCloudUiMultiSelectComponent {
|
|
|
933
933
|
}
|
|
934
934
|
}
|
|
935
935
|
TCloudUiMultiSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiMultiSelectComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
936
|
-
TCloudUiMultiSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiMultiSelectComponent, selector: "tcloud-ui-multi-select", inputs: { tcList: "tcList", placeholder: "placeholder", disabled: "disabled", loading: "loading" }, outputs: { tcChange: "tcChange" }, ngImport: i0, template: "<div>\r\n <table>\r\n <tr *ngIf=\"tcList\">\r\n <td>\r\n <select\r\n #_select\r\n [disabled]=\"tcList === undefined || (tcList && tcList.length === 0) || disabled || loading\"\r\n [title]=\"tcList.length === 0 ? 'Nenhum item dispon\u00EDvel' : placeholder\">\r\n <option></option>\r\n <ng-container *ngFor=\"let item of tcList; let i = index\">\r\n <option [title]=\"item.description\" *ngIf=\"!item.active\" [value]=\"item.value\">{{ item.description }}</option>\r\n </ng-container>\r\n </select>\r\n </td>\r\n <td>\r\n <button\r\n [disabled]=\"tcList === undefined || (tcList && tcList.length === 0) || disabled || loading\"\r\n title=\"Adicionar\"\r\n class=\"btn-plus-select\"\r\n (click)=\"addItem(_select.value)\"\r\n type=\"button\">\r\n <i class=\"fas fa-plus\"></i>\r\n </button>\r\n </td>\r\n </tr>\r\n </table>\r\n\r\n <div class=\"box-itens-selected\" *ngIf=\"count_actives > 0\">\r\n <ng-container *ngFor=\"let item of tcList\">\r\n <div class=\"
|
|
936
|
+
TCloudUiMultiSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiMultiSelectComponent, selector: "tcloud-ui-multi-select", inputs: { tcList: "tcList", placeholder: "placeholder", disabled: "disabled", loading: "loading" }, outputs: { tcChange: "tcChange" }, ngImport: i0, template: "<div>\r\n <table>\r\n <tr *ngIf=\"tcList\">\r\n <td>\r\n <select\r\n #_select\r\n [disabled]=\"tcList === undefined || (tcList && tcList.length === 0) || disabled || loading\"\r\n [title]=\"tcList.length === 0 ? 'Nenhum item dispon\u00EDvel' : placeholder\">\r\n <option></option>\r\n <ng-container *ngFor=\"let item of tcList; let i = index\">\r\n <option [title]=\"item.description\" *ngIf=\"!item.active\" [value]=\"item.value\">{{ item.description }}</option>\r\n </ng-container>\r\n </select>\r\n </td>\r\n <td>\r\n <button\r\n [disabled]=\"tcList === undefined || (tcList && tcList.length === 0) || disabled || loading\"\r\n title=\"Adicionar\"\r\n class=\"btn-plus-select\"\r\n (click)=\"addItem(_select.value)\"\r\n type=\"button\">\r\n <i class=\"fas fa-plus\"></i>\r\n </button>\r\n </td>\r\n </tr>\r\n </table>\r\n\r\n <div class=\"box-itens-selected\" *ngIf=\"count_actives > 0\">\r\n <ng-container *ngFor=\"let item of tcList\">\r\n\r\n <ng-container *ngIf=\"item.active\">\r\n <div class=\"box-label\">\r\n <div class=\"box-value\" [title]=\"item.value\">\r\n {{ item.value }} \r\n </div>\r\n <div class=\"box-action\">\r\n <button\r\n [disabled]=\"tcList === undefined || (tcList && tcList.length === 0) || disabled || loading\"\r\n title=\"Remover\"\r\n type=\"button\"\r\n (click)=\"removeItem(item.value)\">\r\n <i class=\"fas fa-times\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n </ng-container>\r\n </div>\r\n</div>\r\n", styles: ["table{width:100%;border-collapse:collapse;border:none}table td:first-child{width:100%}select{font-size:.8rem;height:40px;border:1px solid #999;border-radius:4px 0 0 4px;padding:6px 10px;white-space:nowrap;text-overflow:ellipsis;width:100%;background-color:#fff;color:#888}.btn-plus-select{width:30px;height:40px;border:none;color:#fff;background-color:var(--verde);border-radius:0 4px 4px 0}.box-itens-selected{display:flex;padding:9px;background-color:#ededed;border-radius:4px}select:disabled{opacity:.8!important;cursor:not-allowed!important;background-color:#ededed}button:disabled{opacity:.5!important;cursor:not-allowed!important}.box-label{display:flex;max-width:220px;height:35px;min-width:100px;background-color:var(--verde);color:#fff;padding:8px 15px 10px;border:none;border-radius:5px;margin:2px}.box-label .box-value{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.box-label .box-action{width:8px}.box-label .box-action button{color:#d72020;background-color:var(--verde);border:none;font-weight:700;cursor:pointer}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
937
937
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiMultiSelectComponent, decorators: [{
|
|
938
938
|
type: Component,
|
|
939
|
-
args: [{ selector: 'tcloud-ui-multi-select', template: "<div>\r\n <table>\r\n <tr *ngIf=\"tcList\">\r\n <td>\r\n <select\r\n #_select\r\n [disabled]=\"tcList === undefined || (tcList && tcList.length === 0) || disabled || loading\"\r\n [title]=\"tcList.length === 0 ? 'Nenhum item dispon\u00EDvel' : placeholder\">\r\n <option></option>\r\n <ng-container *ngFor=\"let item of tcList; let i = index\">\r\n <option [title]=\"item.description\" *ngIf=\"!item.active\" [value]=\"item.value\">{{ item.description }}</option>\r\n </ng-container>\r\n </select>\r\n </td>\r\n <td>\r\n <button\r\n [disabled]=\"tcList === undefined || (tcList && tcList.length === 0) || disabled || loading\"\r\n title=\"Adicionar\"\r\n class=\"btn-plus-select\"\r\n (click)=\"addItem(_select.value)\"\r\n type=\"button\">\r\n <i class=\"fas fa-plus\"></i>\r\n </button>\r\n </td>\r\n </tr>\r\n </table>\r\n\r\n <div class=\"box-itens-selected\" *ngIf=\"count_actives > 0\">\r\n <ng-container *ngFor=\"let item of tcList\">\r\n <div class=\"
|
|
939
|
+
args: [{ selector: 'tcloud-ui-multi-select', template: "<div>\r\n <table>\r\n <tr *ngIf=\"tcList\">\r\n <td>\r\n <select\r\n #_select\r\n [disabled]=\"tcList === undefined || (tcList && tcList.length === 0) || disabled || loading\"\r\n [title]=\"tcList.length === 0 ? 'Nenhum item dispon\u00EDvel' : placeholder\">\r\n <option></option>\r\n <ng-container *ngFor=\"let item of tcList; let i = index\">\r\n <option [title]=\"item.description\" *ngIf=\"!item.active\" [value]=\"item.value\">{{ item.description }}</option>\r\n </ng-container>\r\n </select>\r\n </td>\r\n <td>\r\n <button\r\n [disabled]=\"tcList === undefined || (tcList && tcList.length === 0) || disabled || loading\"\r\n title=\"Adicionar\"\r\n class=\"btn-plus-select\"\r\n (click)=\"addItem(_select.value)\"\r\n type=\"button\">\r\n <i class=\"fas fa-plus\"></i>\r\n </button>\r\n </td>\r\n </tr>\r\n </table>\r\n\r\n <div class=\"box-itens-selected\" *ngIf=\"count_actives > 0\">\r\n <ng-container *ngFor=\"let item of tcList\">\r\n\r\n <ng-container *ngIf=\"item.active\">\r\n <div class=\"box-label\">\r\n <div class=\"box-value\" [title]=\"item.value\">\r\n {{ item.value }} \r\n </div>\r\n <div class=\"box-action\">\r\n <button\r\n [disabled]=\"tcList === undefined || (tcList && tcList.length === 0) || disabled || loading\"\r\n title=\"Remover\"\r\n type=\"button\"\r\n (click)=\"removeItem(item.value)\">\r\n <i class=\"fas fa-times\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n </ng-container>\r\n </div>\r\n</div>\r\n", styles: ["table{width:100%;border-collapse:collapse;border:none}table td:first-child{width:100%}select{font-size:.8rem;height:40px;border:1px solid #999;border-radius:4px 0 0 4px;padding:6px 10px;white-space:nowrap;text-overflow:ellipsis;width:100%;background-color:#fff;color:#888}.btn-plus-select{width:30px;height:40px;border:none;color:#fff;background-color:var(--verde);border-radius:0 4px 4px 0}.box-itens-selected{display:flex;padding:9px;background-color:#ededed;border-radius:4px}select:disabled{opacity:.8!important;cursor:not-allowed!important;background-color:#ededed}button:disabled{opacity:.5!important;cursor:not-allowed!important}.box-label{display:flex;max-width:220px;height:35px;min-width:100px;background-color:var(--verde);color:#fff;padding:8px 15px 10px;border:none;border-radius:5px;margin:2px}.box-label .box-value{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.box-label .box-action{width:8px}.box-label .box-action button{color:#d72020;background-color:var(--verde);border:none;font-weight:700;cursor:pointer}\n"] }]
|
|
940
940
|
}], ctorParameters: function () { return []; }, propDecorators: { tcList: [{
|
|
941
941
|
type: Input
|
|
942
942
|
}], placeholder: [{
|
|
@@ -1335,7 +1335,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1335
1335
|
}]
|
|
1336
1336
|
}] });
|
|
1337
1337
|
|
|
1338
|
-
class
|
|
1338
|
+
class TCloudUiTooltipDirective {
|
|
1339
1339
|
constructor(el, renderer) {
|
|
1340
1340
|
this.el = el;
|
|
1341
1341
|
this.renderer = renderer;
|
|
@@ -1354,6 +1354,7 @@ class TooltipDirective {
|
|
|
1354
1354
|
}
|
|
1355
1355
|
onMouseOver() {
|
|
1356
1356
|
if (this.getElement()) {
|
|
1357
|
+
this.renderer.addClass(this.el.nativeElement, 'main-tooltip');
|
|
1357
1358
|
const el = this.getElement();
|
|
1358
1359
|
el.style.display = 'inline';
|
|
1359
1360
|
setTimeout(() => {
|
|
@@ -1394,20 +1395,19 @@ class TooltipDirective {
|
|
|
1394
1395
|
if (this.getElement()) {
|
|
1395
1396
|
const el = this.getElement();
|
|
1396
1397
|
el.style.display = 'none';
|
|
1398
|
+
this.renderer.removeClass(this.el.nativeElement, 'main-tooltip');
|
|
1397
1399
|
}
|
|
1398
1400
|
}
|
|
1399
|
-
set
|
|
1401
|
+
set TCtooltip(tooltip) {
|
|
1400
1402
|
if (tooltip) {
|
|
1401
1403
|
this.check(tooltip);
|
|
1402
1404
|
}
|
|
1403
1405
|
}
|
|
1404
|
-
|
|
1405
|
-
set direction(direction) {
|
|
1406
|
+
set TCdirection(direction) {
|
|
1406
1407
|
if (direction) {
|
|
1407
1408
|
this._direction = direction;
|
|
1408
1409
|
}
|
|
1409
1410
|
}
|
|
1410
|
-
;
|
|
1411
1411
|
ngOnInit() {
|
|
1412
1412
|
}
|
|
1413
1413
|
generateID() {
|
|
@@ -1429,9 +1429,8 @@ class TooltipDirective {
|
|
|
1429
1429
|
}
|
|
1430
1430
|
}
|
|
1431
1431
|
setStyle(el) {
|
|
1432
|
-
this.renderer.setStyle(el, 'position', 'relative');
|
|
1433
|
-
this.renderer.setStyle(el, '
|
|
1434
|
-
this.renderer.setStyle(el, 'display', 'inline');
|
|
1432
|
+
// this.renderer.setStyle(el, 'position', 'relative');
|
|
1433
|
+
// this.renderer.setStyle(el, 'display', 'inline');
|
|
1435
1434
|
}
|
|
1436
1435
|
create_tooltip(tip, el) {
|
|
1437
1436
|
this.setStyle(el);
|
|
@@ -1440,7 +1439,7 @@ class TooltipDirective {
|
|
|
1440
1439
|
tooltip.setAttribute('style', `
|
|
1441
1440
|
position: absolute;
|
|
1442
1441
|
display: none;
|
|
1443
|
-
padding:
|
|
1442
|
+
padding: 10px;
|
|
1444
1443
|
border-radius: 10px;
|
|
1445
1444
|
text-align: center;
|
|
1446
1445
|
width: max-content;
|
|
@@ -1457,7 +1456,7 @@ class TooltipDirective {
|
|
|
1457
1456
|
to_top(el) {
|
|
1458
1457
|
const pos = this.el_center - (this.target_center);
|
|
1459
1458
|
this.renderer.setStyle(el, 'left', `${(pos)}px`);
|
|
1460
|
-
this.renderer.setStyle(el, 'bottom', `
|
|
1459
|
+
this.renderer.setStyle(el, 'bottom', `${(this.el_height + 7)}px`);
|
|
1461
1460
|
el.setAttribute('class', 'tc-directive-tooltip tc-directive-tooltip-top');
|
|
1462
1461
|
}
|
|
1463
1462
|
to_bottom(el) {
|
|
@@ -1479,12 +1478,12 @@ class TooltipDirective {
|
|
|
1479
1478
|
el.setAttribute('class', 'tc-directive-tooltip tc-directive-tooltip-left');
|
|
1480
1479
|
}
|
|
1481
1480
|
}
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type:
|
|
1481
|
+
TCloudUiTooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiTooltipDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1482
|
+
TCloudUiTooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiTooltipDirective, selector: "[TCtooltip]", inputs: { TCtooltip: "TCtooltip", TCdirection: "TCdirection" }, host: { listeners: { "mouseover": "onMouseOver()", "mouseout": "onMouseOut()" } }, ngImport: i0 });
|
|
1483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiTooltipDirective, decorators: [{
|
|
1485
1484
|
type: Directive,
|
|
1486
1485
|
args: [{
|
|
1487
|
-
selector: '[
|
|
1486
|
+
selector: '[TCtooltip]'
|
|
1488
1487
|
}]
|
|
1489
1488
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { onMouseOver: [{
|
|
1490
1489
|
type: HostListener,
|
|
@@ -1492,22 +1491,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1492
1491
|
}], onMouseOut: [{
|
|
1493
1492
|
type: HostListener,
|
|
1494
1493
|
args: ['mouseout']
|
|
1495
|
-
}],
|
|
1494
|
+
}], TCtooltip: [{
|
|
1496
1495
|
type: Input
|
|
1497
|
-
}],
|
|
1496
|
+
}], TCdirection: [{
|
|
1498
1497
|
type: Input
|
|
1499
1498
|
}] } });
|
|
1500
1499
|
|
|
1501
|
-
class
|
|
1500
|
+
class TCloudUiDirectiveModule {
|
|
1502
1501
|
}
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type:
|
|
1502
|
+
TCloudUiDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1503
|
+
TCloudUiDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiDirectiveModule, declarations: [TCloudUiTooltipDirective], exports: [TCloudUiTooltipDirective] });
|
|
1504
|
+
TCloudUiDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiDirectiveModule });
|
|
1505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiDirectiveModule, decorators: [{
|
|
1507
1506
|
type: NgModule,
|
|
1508
1507
|
args: [{
|
|
1509
|
-
declarations: [
|
|
1510
|
-
exports: [
|
|
1508
|
+
declarations: [TCloudUiTooltipDirective],
|
|
1509
|
+
exports: [TCloudUiTooltipDirective],
|
|
1511
1510
|
}]
|
|
1512
1511
|
}] });
|
|
1513
1512
|
|
|
@@ -1746,23 +1745,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1746
1745
|
args: [{ name: 'cpf' }]
|
|
1747
1746
|
}] });
|
|
1748
1747
|
|
|
1749
|
-
class
|
|
1748
|
+
class TCloudUiPipesModule {
|
|
1750
1749
|
}
|
|
1751
|
-
|
|
1752
|
-
|
|
1750
|
+
TCloudUiPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1751
|
+
TCloudUiPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiPipesModule, declarations: [MonthNamePipe,
|
|
1753
1752
|
StatusInfoPipe,
|
|
1754
1753
|
RespectivePipe,
|
|
1755
1754
|
CNPJPipe], imports: [CommonModule], exports: [MonthNamePipe,
|
|
1756
1755
|
StatusInfoPipe,
|
|
1757
1756
|
RespectivePipe,
|
|
1758
1757
|
CNPJPipe] });
|
|
1759
|
-
|
|
1758
|
+
TCloudUiPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiPipesModule, providers: [
|
|
1760
1759
|
MonthNamePipe,
|
|
1761
1760
|
StatusInfoPipe,
|
|
1762
1761
|
RespectivePipe,
|
|
1763
1762
|
CNPJPipe
|
|
1764
1763
|
], imports: [CommonModule] });
|
|
1765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type:
|
|
1764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiPipesModule, decorators: [{
|
|
1766
1765
|
type: NgModule,
|
|
1767
1766
|
args: [{
|
|
1768
1767
|
imports: [
|
|
@@ -1789,6 +1788,97 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1789
1788
|
}]
|
|
1790
1789
|
}] });
|
|
1791
1790
|
|
|
1791
|
+
class TCloudUiMultiInputComponent {
|
|
1792
|
+
constructor() {
|
|
1793
|
+
this.placeholder = '';
|
|
1794
|
+
this.disabled = false;
|
|
1795
|
+
this.loading = false;
|
|
1796
|
+
this.count_actives = 0;
|
|
1797
|
+
this.tcChange = new EventEmitter();
|
|
1798
|
+
}
|
|
1799
|
+
ngOnInit() {
|
|
1800
|
+
setTimeout(() => {
|
|
1801
|
+
this.toChange();
|
|
1802
|
+
});
|
|
1803
|
+
}
|
|
1804
|
+
addItem(item) {
|
|
1805
|
+
if (this.disabled) {
|
|
1806
|
+
return;
|
|
1807
|
+
}
|
|
1808
|
+
if (!this.tcList) {
|
|
1809
|
+
this.tcList = [];
|
|
1810
|
+
}
|
|
1811
|
+
(this.tcList).push({ value: item });
|
|
1812
|
+
this.toChange();
|
|
1813
|
+
this.input_value = '';
|
|
1814
|
+
}
|
|
1815
|
+
removeItem(item, index) {
|
|
1816
|
+
if (this.disabled) {
|
|
1817
|
+
return;
|
|
1818
|
+
}
|
|
1819
|
+
if (this.tcList) {
|
|
1820
|
+
for (let i = 0; i < (this.tcList).length; i++) {
|
|
1821
|
+
const row = this.tcList[i];
|
|
1822
|
+
if (item === row.value && i === index) {
|
|
1823
|
+
(this.tcList).splice(index, 1);
|
|
1824
|
+
break;
|
|
1825
|
+
}
|
|
1826
|
+
}
|
|
1827
|
+
this.toChange();
|
|
1828
|
+
}
|
|
1829
|
+
}
|
|
1830
|
+
toChange() {
|
|
1831
|
+
let count_actives = 0;
|
|
1832
|
+
let itens = [];
|
|
1833
|
+
if (this.tcList) {
|
|
1834
|
+
for (let i = 0; i < (this.tcList).length; i++) {
|
|
1835
|
+
const row = this.tcList[i];
|
|
1836
|
+
(itens).push(row);
|
|
1837
|
+
}
|
|
1838
|
+
}
|
|
1839
|
+
this.count_actives = count_actives;
|
|
1840
|
+
this.tcChange.emit(itens);
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
TCloudUiMultiInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiMultiInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1844
|
+
TCloudUiMultiInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiMultiInputComponent, selector: "tcloud-ui-multi-input", inputs: { tcList: "tcList", placeholder: "placeholder", disabled: "disabled", loading: "loading" }, outputs: { tcChange: "tcChange" }, ngImport: i0, template: "<div>\n <form #_formulario=\"ngForm\">\n <table>\n <tr *ngIf=\"tcList\">\n <td>\n <input type=\"text\" [(ngModel)]=\"input_value\" [disabled]=\"disabled || loading\" name=\"input_value\" required>\n </td>\n <td>\n <button\n [disabled]=\"disabled || loading || !_formulario.valid\"\n title=\"Adicionar\"\n class=\"btn-plus-select\"\n (click)=\"addItem(input_value)\"\n type=\"button\">\n <i class=\"fas fa-plus\"></i>\n </button>\n </td>\n </tr>\n </table>\n \n <div class=\"box-itens-selected\">\n <ng-container *ngFor=\"let item of tcList; let i = index\">\n \n <div class=\"box-label\">\n <div class=\"box-value\" [title]=\"item.value\">\n {{ item.value }} \n </div>\n <div class=\"box-action\">\n <button\n [disabled]=\"tcList === undefined || (tcList && tcList.length === 0) || disabled || loading\"\n title=\"Remover\"\n type=\"button\"\n (click)=\"removeItem(item.value, i)\">\n <i class=\"fas fa-times\"></i>\n </button>\n </div>\n </div>\n\n </ng-container>\n </div>\n </form>\n</div>\n ", styles: ["table{width:100%;border-collapse:collapse;border:none}table td:first-child{width:100%}input{font-size:.8rem;height:40px;border:1px solid #999;border-radius:4px 0 0 4px;padding:6px 10px;white-space:nowrap;text-overflow:ellipsis;width:100%;background-color:#fff;color:#888}.btn-plus-select{width:30px;height:40px;border:none;color:#fff;background-color:var(--verde);border-radius:0 4px 4px 0}.box-itens-selected{display:flex;padding:9px;background-color:#ededed;border-radius:4px}select:disabled{opacity:.8!important;cursor:not-allowed!important;background-color:#ededed}button:disabled{opacity:.5!important;cursor:not-allowed!important}.box-label{display:flex;max-width:220px;height:35px;min-width:100px;background-color:var(--verde);color:#fff;padding:8px 15px 10px;border:none;border-radius:5px;margin:2px}.box-label .box-value{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.box-label .box-action{width:8px}.box-label .box-action button{color:#d72020;background-color:var(--verde);border:none;font-weight:700;cursor:pointer}\n"], dependencies: [{ kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiMultiInputComponent, decorators: [{
|
|
1846
|
+
type: Component,
|
|
1847
|
+
args: [{ selector: 'tcloud-ui-multi-input', template: "<div>\n <form #_formulario=\"ngForm\">\n <table>\n <tr *ngIf=\"tcList\">\n <td>\n <input type=\"text\" [(ngModel)]=\"input_value\" [disabled]=\"disabled || loading\" name=\"input_value\" required>\n </td>\n <td>\n <button\n [disabled]=\"disabled || loading || !_formulario.valid\"\n title=\"Adicionar\"\n class=\"btn-plus-select\"\n (click)=\"addItem(input_value)\"\n type=\"button\">\n <i class=\"fas fa-plus\"></i>\n </button>\n </td>\n </tr>\n </table>\n \n <div class=\"box-itens-selected\">\n <ng-container *ngFor=\"let item of tcList; let i = index\">\n \n <div class=\"box-label\">\n <div class=\"box-value\" [title]=\"item.value\">\n {{ item.value }} \n </div>\n <div class=\"box-action\">\n <button\n [disabled]=\"tcList === undefined || (tcList && tcList.length === 0) || disabled || loading\"\n title=\"Remover\"\n type=\"button\"\n (click)=\"removeItem(item.value, i)\">\n <i class=\"fas fa-times\"></i>\n </button>\n </div>\n </div>\n\n </ng-container>\n </div>\n </form>\n</div>\n ", styles: ["table{width:100%;border-collapse:collapse;border:none}table td:first-child{width:100%}input{font-size:.8rem;height:40px;border:1px solid #999;border-radius:4px 0 0 4px;padding:6px 10px;white-space:nowrap;text-overflow:ellipsis;width:100%;background-color:#fff;color:#888}.btn-plus-select{width:30px;height:40px;border:none;color:#fff;background-color:var(--verde);border-radius:0 4px 4px 0}.box-itens-selected{display:flex;padding:9px;background-color:#ededed;border-radius:4px}select:disabled{opacity:.8!important;cursor:not-allowed!important;background-color:#ededed}button:disabled{opacity:.5!important;cursor:not-allowed!important}.box-label{display:flex;max-width:220px;height:35px;min-width:100px;background-color:var(--verde);color:#fff;padding:8px 15px 10px;border:none;border-radius:5px;margin:2px}.box-label .box-value{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.box-label .box-action{width:8px}.box-label .box-action button{color:#d72020;background-color:var(--verde);border:none;font-weight:700;cursor:pointer}\n"] }]
|
|
1848
|
+
}], ctorParameters: function () { return []; }, propDecorators: { tcList: [{
|
|
1849
|
+
type: Input
|
|
1850
|
+
}], placeholder: [{
|
|
1851
|
+
type: Input
|
|
1852
|
+
}], disabled: [{
|
|
1853
|
+
type: Input
|
|
1854
|
+
}], loading: [{
|
|
1855
|
+
type: Input
|
|
1856
|
+
}], tcChange: [{
|
|
1857
|
+
type: Output
|
|
1858
|
+
}] } });
|
|
1859
|
+
|
|
1860
|
+
class TCloudUiMultiInputModule {
|
|
1861
|
+
}
|
|
1862
|
+
TCloudUiMultiInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiMultiInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1863
|
+
TCloudUiMultiInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiMultiInputModule, declarations: [TCloudUiMultiInputComponent], imports: [FormsModule,
|
|
1864
|
+
ReactiveFormsModule,
|
|
1865
|
+
CommonModule], exports: [TCloudUiMultiInputComponent] });
|
|
1866
|
+
TCloudUiMultiInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiMultiInputModule, imports: [FormsModule,
|
|
1867
|
+
ReactiveFormsModule,
|
|
1868
|
+
CommonModule] });
|
|
1869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiMultiInputModule, decorators: [{
|
|
1870
|
+
type: NgModule,
|
|
1871
|
+
args: [{
|
|
1872
|
+
declarations: [TCloudUiMultiInputComponent],
|
|
1873
|
+
exports: [TCloudUiMultiInputComponent],
|
|
1874
|
+
imports: [
|
|
1875
|
+
FormsModule,
|
|
1876
|
+
ReactiveFormsModule,
|
|
1877
|
+
CommonModule
|
|
1878
|
+
]
|
|
1879
|
+
}]
|
|
1880
|
+
}] });
|
|
1881
|
+
|
|
1792
1882
|
class TCloudUiModule {
|
|
1793
1883
|
}
|
|
1794
1884
|
TCloudUiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -1798,38 +1888,42 @@ TCloudUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
1798
1888
|
TCloudUiLineStepCircleModule,
|
|
1799
1889
|
TCloudUiMultiSelectModule,
|
|
1800
1890
|
TCloudUiDataListModule,
|
|
1891
|
+
TCloudUiMultiInputModule,
|
|
1801
1892
|
// Directives
|
|
1802
|
-
|
|
1893
|
+
TCloudUiDirectiveModule,
|
|
1803
1894
|
// Pipes
|
|
1804
|
-
|
|
1895
|
+
TCloudUiPipesModule], exports: [TCloudUiModalModule,
|
|
1805
1896
|
TCloudUiTabMenuModule,
|
|
1806
1897
|
TCloudUiLinhaLogoModule,
|
|
1807
1898
|
TCloudUiLineStepCircleModule,
|
|
1808
1899
|
TCloudUiMultiSelectModule,
|
|
1809
1900
|
TCloudUiDataListModule,
|
|
1901
|
+
TCloudUiMultiInputModule,
|
|
1810
1902
|
// Directives
|
|
1811
|
-
|
|
1903
|
+
TCloudUiDirectiveModule,
|
|
1812
1904
|
// Pipes
|
|
1813
|
-
|
|
1905
|
+
TCloudUiPipesModule] });
|
|
1814
1906
|
TCloudUiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiModule, imports: [TCloudUiModalModule,
|
|
1815
1907
|
TCloudUiTabMenuModule,
|
|
1816
1908
|
TCloudUiLinhaLogoModule,
|
|
1817
1909
|
TCloudUiLineStepCircleModule,
|
|
1818
1910
|
TCloudUiMultiSelectModule,
|
|
1819
1911
|
TCloudUiDataListModule,
|
|
1912
|
+
TCloudUiMultiInputModule,
|
|
1820
1913
|
// Directives
|
|
1821
|
-
|
|
1914
|
+
TCloudUiDirectiveModule,
|
|
1822
1915
|
// Pipes
|
|
1823
|
-
|
|
1916
|
+
TCloudUiPipesModule, TCloudUiModalModule,
|
|
1824
1917
|
TCloudUiTabMenuModule,
|
|
1825
1918
|
TCloudUiLinhaLogoModule,
|
|
1826
1919
|
TCloudUiLineStepCircleModule,
|
|
1827
1920
|
TCloudUiMultiSelectModule,
|
|
1828
1921
|
TCloudUiDataListModule,
|
|
1922
|
+
TCloudUiMultiInputModule,
|
|
1829
1923
|
// Directives
|
|
1830
|
-
|
|
1924
|
+
TCloudUiDirectiveModule,
|
|
1831
1925
|
// Pipes
|
|
1832
|
-
|
|
1926
|
+
TCloudUiPipesModule] });
|
|
1833
1927
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiModule, decorators: [{
|
|
1834
1928
|
type: NgModule,
|
|
1835
1929
|
args: [{
|
|
@@ -1840,10 +1934,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1840
1934
|
TCloudUiLineStepCircleModule,
|
|
1841
1935
|
TCloudUiMultiSelectModule,
|
|
1842
1936
|
TCloudUiDataListModule,
|
|
1937
|
+
TCloudUiMultiInputModule,
|
|
1843
1938
|
// Directives
|
|
1844
|
-
|
|
1939
|
+
TCloudUiDirectiveModule,
|
|
1845
1940
|
// Pipes
|
|
1846
|
-
|
|
1941
|
+
TCloudUiPipesModule
|
|
1847
1942
|
],
|
|
1848
1943
|
exports: [
|
|
1849
1944
|
TCloudUiModalModule,
|
|
@@ -1852,10 +1947,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1852
1947
|
TCloudUiLineStepCircleModule,
|
|
1853
1948
|
TCloudUiMultiSelectModule,
|
|
1854
1949
|
TCloudUiDataListModule,
|
|
1950
|
+
TCloudUiMultiInputModule,
|
|
1855
1951
|
// Directives
|
|
1856
|
-
|
|
1952
|
+
TCloudUiDirectiveModule,
|
|
1857
1953
|
// Pipes
|
|
1858
|
-
|
|
1954
|
+
TCloudUiPipesModule
|
|
1859
1955
|
]
|
|
1860
1956
|
}]
|
|
1861
1957
|
}] });
|
|
@@ -1868,5 +1964,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1868
1964
|
* Generated bundle index. Do not edit.
|
|
1869
1965
|
*/
|
|
1870
1966
|
|
|
1871
|
-
export { CNPJPipe, CPFPipe, CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR, MonthNamePipe, RespectivePipe, StatusInfoPipe,
|
|
1967
|
+
export { CNPJPipe, CPFPipe, CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR, MonthNamePipe, RespectivePipe, StatusInfoPipe, TCloudUiDataListComponent, TCloudUiDataListModule, TCloudUiDataListOptionComponent, TCloudUiDirectiveModule, TCloudUiLineStepCircleComponent, TCloudUiLineStepCircleModule, TCloudUiLinhaLogoComponent, TCloudUiLinhaLogoModule, TCloudUiModalBodyComponent, TCloudUiModalComponent, TCloudUiModalFooterComponent, TCloudUiModalHeaderComponent, TCloudUiModalModule, TCloudUiModule, TCloudUiMultiInputComponent, TCloudUiMultiInputModule, TCloudUiMultiSelectComponent, TCloudUiMultiSelectModule, TCloudUiPipesModule, TCloudUiTabContentComponent, TCloudUiTabHeadComponent, TCloudUiTabMenuComponent, TCloudUiTabMenuModule, TCloudUiTabSubtitleComponent, TCloudUiTabTitleComponent, TCloudUiTooltipDirective };
|
|
1872
1968
|
//# sourceMappingURL=dev-tcloud-tcloud-ui.mjs.map
|