@rxap/ngx-localize 18.0.7-dev.0 → 18.0.8-dev.0
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/CHANGELOG.md +8 -0
- package/package.json +19 -19
- package/theme.css +1 -130
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [18.0.8-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.7...@rxap/ngx-localize@18.0.8-dev.0) (2024-12-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/ngx-localize
|
|
9
|
+
|
|
10
|
+
## [18.0.7](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.7-dev.0...@rxap/ngx-localize@18.0.7) (2024-10-28)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/ngx-localize
|
|
13
|
+
|
|
6
14
|
## [18.0.7-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.6...@rxap/ngx-localize@18.0.7-dev.0) (2024-10-04)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @rxap/ngx-localize
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "18.0.
|
|
2
|
+
"version": "18.0.8-dev.0",
|
|
3
3
|
"name": "@rxap/ngx-localize",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@nx/devkit": "19.
|
|
6
|
+
"@nx/devkit": "19.8.14",
|
|
7
7
|
"tslib": "2.6.2"
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|
|
10
10
|
"@angular/common": "^18.2.0",
|
|
11
11
|
"@angular/core": "^18.2.0",
|
|
12
|
-
"@rxap/config": "^18.2.
|
|
13
|
-
"@rxap/ngx-user": "^18.1.
|
|
12
|
+
"@rxap/config": "^18.2.2",
|
|
13
|
+
"@rxap/ngx-user": "^18.1.2",
|
|
14
14
|
"rxjs": "^7.8.1"
|
|
15
15
|
},
|
|
16
16
|
"author": {
|
|
@@ -63,59 +63,59 @@
|
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"package": "@rxap/config",
|
|
66
|
-
"version": "18.2.
|
|
66
|
+
"version": "18.2.2"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"package": "@rxap/data-source",
|
|
70
|
-
"version": "18.1.
|
|
70
|
+
"version": "18.1.5"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"package": "@rxap/data-structure-tree",
|
|
74
|
-
"version": "1.1.10
|
|
74
|
+
"version": "1.1.10"
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"package": "@rxap/definition",
|
|
78
|
-
"version": "18.0.
|
|
78
|
+
"version": "18.0.7"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"package": "@rxap/environment",
|
|
82
|
-
"version": "18.0.
|
|
82
|
+
"version": "18.0.7"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"package": "@rxap/mixin",
|
|
86
|
-
"version": "16.0.10
|
|
86
|
+
"version": "16.0.10"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"package": "@rxap/ngx-pub-sub",
|
|
90
|
-
"version": "18.1.
|
|
90
|
+
"version": "18.1.2"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"package": "@rxap/ngx-user",
|
|
94
|
-
"version": "18.1.
|
|
94
|
+
"version": "18.1.2"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"package": "@rxap/open-api",
|
|
98
|
-
"version": "18.0.
|
|
98
|
+
"version": "18.0.9"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"package": "@rxap/pattern",
|
|
102
|
-
"version": "1.1.
|
|
102
|
+
"version": "1.1.9"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"package": "@rxap/reflect-metadata",
|
|
106
|
-
"version": "1.0.11
|
|
106
|
+
"version": "1.0.11"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"package": "@rxap/remote-method",
|
|
110
|
-
"version": "18.0.
|
|
110
|
+
"version": "18.0.7"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"package": "@rxap/rxjs",
|
|
114
|
-
"version": "1.1.10
|
|
114
|
+
"version": "1.1.10"
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
"package": "@rxap/utilities",
|
|
118
|
-
"version": "16.
|
|
118
|
+
"version": "16.4.0"
|
|
119
119
|
}
|
|
120
120
|
]
|
|
121
121
|
},
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"directory": "packages/angular/localize"
|
|
130
130
|
},
|
|
131
131
|
"sideEffects": false,
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "5844fe366e2b05fecc4f482cd21cb6d0a77225fa",
|
|
133
133
|
"module": "fesm2022/rxap-ngx-localize.mjs",
|
|
134
134
|
"typings": "index.d.ts",
|
|
135
135
|
"exports": {
|
package/theme.css
CHANGED
|
@@ -1,130 +1 @@
|
|
|
1
|
-
.visible {
|
|
2
|
-
visibility: visible
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.collapse {
|
|
6
|
-
visibility: collapse
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.static {
|
|
10
|
-
position: static
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.fixed {
|
|
14
|
-
position: fixed
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.absolute {
|
|
18
|
-
position: absolute
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.relative {
|
|
22
|
-
position: relative
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.sticky {
|
|
26
|
-
position: sticky
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.block {
|
|
30
|
-
display: block
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.inline {
|
|
34
|
-
display: inline
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.flex {
|
|
38
|
-
display: flex
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.table {
|
|
42
|
-
display: table
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.contents {
|
|
46
|
-
display: contents
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.hidden {
|
|
50
|
-
display: none
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.w-full {
|
|
54
|
-
width: 100%
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.table-auto {
|
|
58
|
-
table-layout: auto
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.transform {
|
|
62
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.flex-row {
|
|
66
|
-
flex-direction: row
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.flex-col {
|
|
70
|
-
flex-direction: column
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.items-center {
|
|
74
|
-
align-items: center
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.justify-center {
|
|
78
|
-
justify-content: center
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.gap-4 {
|
|
82
|
-
gap: 1rem
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.gap-8 {
|
|
86
|
-
gap: 2rem
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.p-10 {
|
|
90
|
-
padding: 2.5rem
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.p-4 {
|
|
94
|
-
padding: 1rem
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.pb-2 {
|
|
98
|
-
padding-bottom: 0.5rem
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.text-xl {
|
|
102
|
-
font-size: 1.25rem;
|
|
103
|
-
line-height: 1.75rem
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.font-bold {
|
|
107
|
-
font-weight: 700
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.capitalize {
|
|
111
|
-
text-transform: capitalize
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.text-red-700 {
|
|
115
|
-
--tw-text-opacity: 1;
|
|
116
|
-
color: rgb(185 28 28 / var(--tw-text-opacity))
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.invert {
|
|
120
|
-
--tw-invert: invert(100%);
|
|
121
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.\!filter {
|
|
125
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.filter {
|
|
129
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
|
130
|
-
}
|
|
1
|
+
.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.contents{display:contents}.hidden{display:none}.w-full{width:100%}.table-auto{table-layout:auto}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-4{gap:1rem}.gap-8{gap:2rem}.p-10{padding:2.5rem}.p-4{padding:1rem}.pb-2{padding-bottom:.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.capitalize{text-transform:capitalize}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.invert{--tw-invert:invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
|