@annalib/anna-core 33.2.19 → 33.2.21
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/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.mjs +1 -3
- package/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +1 -3
- package/fesm2022/annalib-anna-core.mjs +0 -4
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/anna-common-scss/user-module-common-scss/_user-tag-status.scss +1 -2
|
@@ -152,8 +152,6 @@ class DigitOnlyDirective {
|
|
|
152
152
|
"Enter",
|
|
153
153
|
"Home",
|
|
154
154
|
"End",
|
|
155
|
-
"ArrowUp",
|
|
156
|
-
"ArrowDown",
|
|
157
155
|
"ArrowLeft",
|
|
158
156
|
"ArrowRight",
|
|
159
157
|
"Clear",
|
|
@@ -1848,8 +1846,6 @@ class AnnaFilterService {
|
|
|
1848
1846
|
dayjs.extend(isBetween);
|
|
1849
1847
|
dayjs.extend(customParseFormat$1);
|
|
1850
1848
|
const sliderArr = [
|
|
1851
|
-
"planRate",
|
|
1852
|
-
"floorRate",
|
|
1853
1849
|
"rcvPreempt",
|
|
1854
1850
|
"osPreempt",
|
|
1855
1851
|
"rcvUnderDly",
|