@1money/component-ui 0.0.79 → 0.0.80
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/es/business/Filter/Account/Account.js +71 -209
- package/es/business/Filter/Account/style/Account.css +2 -42
- package/es/business/Filter/Account/style/css.js +3 -1
- package/es/business/Filter/Account/style/index.d.ts +2 -0
- package/es/business/Filter/Account/style/index.js +3 -1
- package/es/business/Filter/Asset/Asset.js +66 -209
- package/es/business/Filter/Asset/style/Asset.css +3 -44
- package/es/business/Filter/Asset/style/css.js +2 -1
- package/es/business/Filter/Asset/style/index.d.ts +1 -0
- package/es/business/Filter/Asset/style/index.js +2 -1
- package/es/business/Filter/DateRange/DateRange.js +13 -8
- package/es/business/Filter/DateRange/interface.d.ts +0 -5
- package/es/business/Filter/DateRange/style/DateRange.css +15 -5
- package/es/business/Filter/Option/Option.js +50 -193
- package/es/business/Filter/Option/style/Option.css +1 -63
- package/es/business/Filter/Option/style/css.js +2 -1
- package/es/business/Filter/Option/style/index.d.ts +1 -0
- package/es/business/Filter/Option/style/index.js +2 -1
- package/es/components/Filter/Filter.d.ts +2 -0
- package/es/components/Filter/Filter.js +266 -0
- package/es/components/Filter/index.d.ts +4 -0
- package/es/components/Filter/index.js +5 -0
- package/es/components/Filter/interface.d.ts +67 -0
- package/es/components/Filter/interface.js +2 -0
- package/es/components/Filter/style/Filter.css +100 -0
- package/es/components/Filter/style/css.js +8 -0
- package/es/components/Filter/style/index.d.ts +7 -0
- package/es/components/Filter/style/index.js +8 -0
- package/es/components/Pagination/constants.js +3 -2
- package/es/components/Pagination/style/Pagination.css +10 -8
- package/es/components/Select/style/Select.css +2 -1
- package/es/index.css +1 -1
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -1
- package/lib/business/Filter/Account/Account.js +69 -208
- package/lib/business/Filter/Account/style/Account.css +2 -42
- package/lib/business/Filter/Account/style/css.js +3 -1
- package/lib/business/Filter/Account/style/index.d.ts +2 -0
- package/lib/business/Filter/Account/style/index.js +3 -1
- package/lib/business/Filter/Asset/Asset.js +64 -208
- package/lib/business/Filter/Asset/style/Asset.css +3 -44
- package/lib/business/Filter/Asset/style/css.js +2 -1
- package/lib/business/Filter/Asset/style/index.d.ts +1 -0
- package/lib/business/Filter/Asset/style/index.js +2 -1
- package/lib/business/Filter/DateRange/DateRange.js +13 -8
- package/lib/business/Filter/DateRange/interface.d.ts +0 -5
- package/lib/business/Filter/DateRange/style/DateRange.css +15 -5
- package/lib/business/Filter/Option/Option.js +48 -192
- package/lib/business/Filter/Option/style/Option.css +1 -63
- package/lib/business/Filter/Option/style/css.js +2 -1
- package/lib/business/Filter/Option/style/index.d.ts +1 -0
- package/lib/business/Filter/Option/style/index.js +2 -1
- package/lib/components/Filter/Filter.d.ts +2 -0
- package/lib/components/Filter/Filter.js +273 -0
- package/lib/components/Filter/index.d.ts +4 -0
- package/lib/components/Filter/index.js +30 -0
- package/lib/components/Filter/interface.d.ts +67 -0
- package/lib/components/Filter/interface.js +6 -0
- package/lib/components/Filter/style/Filter.css +100 -0
- package/lib/components/Filter/style/css.js +10 -0
- package/lib/components/Filter/style/index.d.ts +7 -0
- package/lib/components/Filter/style/index.js +10 -0
- package/lib/components/Pagination/constants.js +3 -2
- package/lib/components/Pagination/style/Pagination.css +10 -8
- package/lib/components/Select/style/Select.css +2 -1
- package/lib/index.css +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +8 -1
- package/package.json +6 -1
- package/scripts/mcp-server/examples.generated.json +18 -0
- package/scripts/mcp-server/index.generated.json +68 -0
|
@@ -41,8 +41,6 @@
|
|
|
41
41
|
display: inline-flex;
|
|
42
42
|
align-items: center;
|
|
43
43
|
justify-content: center;
|
|
44
|
-
min-height: calc(var(--om-spacing-400, 16px) + var(--om-spacing-500, 20px));
|
|
45
|
-
padding: var(--om-spacing-200, 8px) var(--om-spacing-300, 12px);
|
|
46
44
|
color: var(--om-text-default, #131313);
|
|
47
45
|
white-space: nowrap;
|
|
48
46
|
background-color: transparent;
|
|
@@ -51,7 +49,6 @@
|
|
|
51
49
|
font-variant-numeric: tabular-nums;
|
|
52
50
|
}
|
|
53
51
|
.om-component-ui-pagination-button {
|
|
54
|
-
gap: var(--om-spacing-200, 8px);
|
|
55
52
|
cursor: pointer;
|
|
56
53
|
}
|
|
57
54
|
.om-component-ui-pagination-button:hover:not(:disabled) {
|
|
@@ -59,15 +56,22 @@
|
|
|
59
56
|
}
|
|
60
57
|
.om-component-ui-pagination-button:focus-visible {
|
|
61
58
|
outline: none;
|
|
62
|
-
box-shadow: 0 0 0 2px var(--om-border-
|
|
59
|
+
box-shadow: 0 0 0 2px var(--om-border-default-tertiary, #404042);
|
|
63
60
|
}
|
|
64
61
|
.om-component-ui-pagination-button:disabled, .om-component-ui-pagination-button-disabled {
|
|
65
62
|
color: var(--om-text-disabled, #bbbdc1);
|
|
66
63
|
cursor: default;
|
|
67
64
|
pointer-events: none;
|
|
68
65
|
}
|
|
69
|
-
.om-component-ui-pagination-button-page {
|
|
70
|
-
min-width:
|
|
66
|
+
.om-component-ui-pagination-button-page, .om-component-ui-pagination-ellipsis {
|
|
67
|
+
min-width: calc(var(--om-spacing-400, 16px) + var(--om-spacing-300, 12px));
|
|
68
|
+
min-height: calc(var(--om-spacing-400, 16px) + var(--om-spacing-300, 12px));
|
|
69
|
+
padding: var(--om-spacing-100, 4px);
|
|
70
|
+
}
|
|
71
|
+
.om-component-ui-pagination-button-control {
|
|
72
|
+
gap: var(--om-spacing-200, 8px);
|
|
73
|
+
min-height: var(--om-spacing-800, 32px);
|
|
74
|
+
padding: var(--om-spacing-200, 8px) var(--om-spacing-300, 12px);
|
|
71
75
|
}
|
|
72
76
|
.om-component-ui-pagination-button-current {
|
|
73
77
|
color: var(--om-text-on-neutral, #fff);
|
|
@@ -83,7 +87,5 @@
|
|
|
83
87
|
justify-content: center;
|
|
84
88
|
}
|
|
85
89
|
.om-component-ui-pagination-ellipsis {
|
|
86
|
-
padding-right: var(--om-spacing-400, 16px);
|
|
87
|
-
padding-left: var(--om-spacing-400, 16px);
|
|
88
90
|
cursor: default;
|
|
89
91
|
}
|
|
@@ -383,6 +383,7 @@
|
|
|
383
383
|
.om-component-ui-select-group {
|
|
384
384
|
display: flex;
|
|
385
385
|
flex-direction: column;
|
|
386
|
+
gap: var(--om-spacing-100, 4px);
|
|
386
387
|
width: 100%;
|
|
387
388
|
}
|
|
388
389
|
.om-component-ui-select-group-label {
|
|
@@ -398,7 +399,7 @@
|
|
|
398
399
|
align-items: center;
|
|
399
400
|
width: 100%;
|
|
400
401
|
min-height: 40px;
|
|
401
|
-
margin:
|
|
402
|
+
margin: 0;
|
|
402
403
|
padding: var(--om-spacing-200, 8px) var(--om-spacing-200, 8px);
|
|
403
404
|
color: var(--om-text-default, #131313);
|
|
404
405
|
text-align: left;
|