@dev-tcloud/tcloud-ui 0.0.88 → 0.0.90

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.
@@ -24,6 +24,7 @@ export declare class TCloudUiFiltersComponent implements OnInit, OnChanges {
24
24
  useButtonSubmit: boolean;
25
25
  useNormalizeCaseSensitive: boolean;
26
26
  useRangeDate: boolean;
27
+ useFilterAccept: boolean;
27
28
  result: EventEmitter<any>;
28
29
  onFilter: EventEmitter<any>;
29
30
  onChange: EventEmitter<any>;
@@ -55,6 +56,7 @@ export declare class TCloudUiFiltersComponent implements OnInit, OnChanges {
55
56
  start_filter(): void;
56
57
  private toResult;
57
58
  setDataIndex(index: number, value: boolean): void;
59
+ result_accept(data: any): void;
58
60
  static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiFiltersComponent, never>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiFiltersComponent, "tcloud-ui-filters", never, { "data": "data"; "filters": "filters"; "submitText": "submitText"; "btnSubmitClass": "btnSubmitClass"; "useOnChangeSubmit": "useOnChangeSubmit"; "useButtonSubmit": "useButtonSubmit"; "useNormalizeCaseSensitive": "useNormalizeCaseSensitive"; "useRangeDate": "useRangeDate"; }, { "result": "result"; "onFilter": "onFilter"; "onChange": "onChange"; "onSubmit": "onSubmit"; }, never, never, false>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiFiltersComponent, "tcloud-ui-filters", never, { "data": "data"; "filters": "filters"; "submitText": "submitText"; "btnSubmitClass": "btnSubmitClass"; "useOnChangeSubmit": "useOnChangeSubmit"; "useButtonSubmit": "useButtonSubmit"; "useNormalizeCaseSensitive": "useNormalizeCaseSensitive"; "useRangeDate": "useRangeDate"; "useFilterAccept": "useFilterAccept"; }, { "result": "result"; "onFilter": "onFilter"; "onChange": "onChange"; "onSubmit": "onSubmit"; }, never, never, false>;
60
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-tcloud/tcloud-ui",
3
- "version": "0.0.88",
3
+ "version": "0.0.90",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.1.0",
6
6
  "@angular/core": "^14.1.0"
@@ -3,79 +3,3 @@
3
3
  // =============================================
4
4
  // Structure
5
5
  // =============================================
6
-
7
- main {
8
- position: relative;
9
- display: grid;
10
- gap: 20px;
11
- grid-template-columns: 170px auto;
12
- grid-template-areas:
13
- "nav nav"
14
- "section section";
15
- }
16
-
17
- header {
18
- background: $white;
19
- position: fixed;
20
- margin-bottom: 20px;
21
- width: 100%;
22
- @include bd-bottom;
23
- z-index: 2;
24
- }
25
-
26
- section {
27
- flex: 1;
28
- }
29
-
30
- nav {
31
- background-color: $gray-light;
32
- padding: 0 15px;
33
- }
34
-
35
- .content {
36
- margin-bottom: 20px;
37
- }
38
-
39
- .content-wrap {
40
- margin-bottom: 20px;
41
- background: #cccccc24;
42
- padding: 10px;
43
- border-radius: 5px;
44
-
45
- button, .btn {
46
- margin-bottom: 20px;
47
- }
48
-
49
- .wrap {
50
- margin-bottom: 20px;
51
- }
52
- }
53
-
54
- .sidemenu {
55
- display: grid;
56
- grid-template-columns: 100px auto;
57
- gap: 20px;
58
- position: relative;
59
- }
60
-
61
- .sidemenu-nav {
62
- position: relative;
63
- border-right: 1px solid $gray-200;
64
- }
65
-
66
- .sidemenu-nav-items {
67
- position: fixed;
68
- }
69
-
70
- .sidemenu-nav-item {
71
- display: block;
72
- text-decoration: none;
73
- color: $blue;
74
- margin-bottom: 10px;
75
- }
76
-
77
- // Responsive Styles
78
- @media screen and (max-width: 767px) {
79
-
80
- }
81
- // Default Styles
@@ -1,29 +1,29 @@
1
1
 
2
- h1, h2, h3, h4, h5, h6, p {
3
- margin: 0;
4
- }
2
+ // h1, h2, h3, h4, h5, h6, p {
3
+ // margin: 0;
4
+ // }
5
5
 
6
- h2, h3, h4, h5, h6 {
7
- margin-bottom: 20px;
8
- }
6
+ // h2, h3, h4, h5, h6 {
7
+ // margin-bottom: 20px;
8
+ // }
9
9
 
10
- p,
11
- label,
12
- ul,
13
- dl {
14
- font-size: 13px;
15
- }
10
+ // p,
11
+ // label,
12
+ // ul,
13
+ // dl {
14
+ // font-size: 13px;
15
+ // }
16
16
 
17
- p,
18
- ul,
19
- dl,
20
- code {
21
- line-height: 20px;
22
- }
17
+ // p,
18
+ // ul,
19
+ // dl,
20
+ // code {
21
+ // line-height: 20px;
22
+ // }
23
23
 
24
- .text {
25
- margin-bottom: 20px;
26
- }
24
+ // .text {
25
+ // margin-bottom: 20px;
26
+ // }
27
27
 
28
28
  .tc-uppercase{
29
29
  text-transform: uppercase;