@yesilyazilim/web.spa 1.0.57 → 1.0.59

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.
Files changed (43) hide show
  1. package/index.css +53 -27
  2. package/index.css.map +1 -1
  3. package/index.js +113 -38
  4. package/index.js.map +1 -1
  5. package/package.json +1 -1
  6. package/roboto-v47-latin_latin-ext-100.58f3f7b0.woff2 +0 -0
  7. package/roboto-v47-latin_latin-ext-100italic.6861ba33.woff2 +0 -0
  8. package/roboto-v47-latin_latin-ext-200.c4445c9c.woff2 +0 -0
  9. package/roboto-v47-latin_latin-ext-200italic.8e782917.woff2 +0 -0
  10. package/roboto-v47-latin_latin-ext-300.bfb33508.woff2 +0 -0
  11. package/roboto-v47-latin_latin-ext-300italic.5839da0d.woff2 +0 -0
  12. package/roboto-v47-latin_latin-ext-500.d28cacd3.woff2 +0 -0
  13. package/roboto-v47-latin_latin-ext-500italic.d70e36fb.woff2 +0 -0
  14. package/roboto-v47-latin_latin-ext-600.e064064a.woff2 +0 -0
  15. package/roboto-v47-latin_latin-ext-600italic.d0b1fa1a.woff2 +0 -0
  16. package/roboto-v47-latin_latin-ext-700.b13d40e2.woff2 +0 -0
  17. package/roboto-v47-latin_latin-ext-700italic.f8d1e8d0.woff2 +0 -0
  18. package/roboto-v47-latin_latin-ext-800.e5e7df1a.woff2 +0 -0
  19. package/roboto-v47-latin_latin-ext-800italic.5b057aa0.woff2 +0 -0
  20. package/roboto-v47-latin_latin-ext-900.3a40187e.woff2 +0 -0
  21. package/roboto-v47-latin_latin-ext-900italic.e64fe078.woff2 +0 -0
  22. package/roboto-v47-latin_latin-ext-italic.aa25881a.woff2 +0 -0
  23. package/roboto-v47-latin_latin-ext-regular.1c3e5175.woff2 +0 -0
  24. package/types.d.ts +37 -11
  25. package/types.d.ts.map +1 -1
  26. package/roboto-v47-latin-100.c9f5a5e5.woff2 +0 -0
  27. package/roboto-v47-latin-100italic.424a9a14.woff2 +0 -0
  28. package/roboto-v47-latin-200.dc3317d8.woff2 +0 -0
  29. package/roboto-v47-latin-200italic.015fe3a8.woff2 +0 -0
  30. package/roboto-v47-latin-300.0569b5b3.woff2 +0 -0
  31. package/roboto-v47-latin-300italic.85eb7a41.woff2 +0 -0
  32. package/roboto-v47-latin-500.4d0daca4.woff2 +0 -0
  33. package/roboto-v47-latin-500italic.9d016e97.woff2 +0 -0
  34. package/roboto-v47-latin-600.8732151a.woff2 +0 -0
  35. package/roboto-v47-latin-600italic.84aae73e.woff2 +0 -0
  36. package/roboto-v47-latin-700.ff86afd9.woff2 +0 -0
  37. package/roboto-v47-latin-700italic.9463ba11.woff2 +0 -0
  38. package/roboto-v47-latin-800.e34d1333.woff2 +0 -0
  39. package/roboto-v47-latin-800italic.a1b1ef05.woff2 +0 -0
  40. package/roboto-v47-latin-900.0a31df3d.woff2 +0 -0
  41. package/roboto-v47-latin-900italic.a536e538.woff2 +0 -0
  42. package/roboto-v47-latin-italic.f9909d9d.woff2 +0 -0
  43. package/roboto-v47-latin-regular.7014c08d.woff2 +0 -0
package/index.css CHANGED
@@ -3088,7 +3088,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3088
3088
  font-family: Roboto;
3089
3089
  font-style: normal;
3090
3090
  font-weight: 100;
3091
- src: url("roboto-v47-latin-100.c9f5a5e5.woff2") format("woff2");
3091
+ src: url("roboto-v47-latin_latin-ext-100.58f3f7b0.woff2") format("woff2");
3092
3092
  }
3093
3093
 
3094
3094
  @font-face {
@@ -3096,7 +3096,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3096
3096
  font-family: Roboto;
3097
3097
  font-style: italic;
3098
3098
  font-weight: 100;
3099
- src: url("roboto-v47-latin-100italic.424a9a14.woff2") format("woff2");
3099
+ src: url("roboto-v47-latin_latin-ext-100italic.6861ba33.woff2") format("woff2");
3100
3100
  }
3101
3101
 
3102
3102
  @font-face {
@@ -3104,7 +3104,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3104
3104
  font-family: Roboto;
3105
3105
  font-style: normal;
3106
3106
  font-weight: 200;
3107
- src: url("roboto-v47-latin-200.dc3317d8.woff2") format("woff2");
3107
+ src: url("roboto-v47-latin_latin-ext-200.c4445c9c.woff2") format("woff2");
3108
3108
  }
3109
3109
 
3110
3110
  @font-face {
@@ -3112,7 +3112,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3112
3112
  font-family: Roboto;
3113
3113
  font-style: italic;
3114
3114
  font-weight: 200;
3115
- src: url("roboto-v47-latin-200italic.015fe3a8.woff2") format("woff2");
3115
+ src: url("roboto-v47-latin_latin-ext-200italic.8e782917.woff2") format("woff2");
3116
3116
  }
3117
3117
 
3118
3118
  @font-face {
@@ -3120,7 +3120,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3120
3120
  font-family: Roboto;
3121
3121
  font-style: normal;
3122
3122
  font-weight: 300;
3123
- src: url("roboto-v47-latin-300.0569b5b3.woff2") format("woff2");
3123
+ src: url("roboto-v47-latin_latin-ext-300.bfb33508.woff2") format("woff2");
3124
3124
  }
3125
3125
 
3126
3126
  @font-face {
@@ -3128,7 +3128,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3128
3128
  font-family: Roboto;
3129
3129
  font-style: italic;
3130
3130
  font-weight: 300;
3131
- src: url("roboto-v47-latin-300italic.85eb7a41.woff2") format("woff2");
3131
+ src: url("roboto-v47-latin_latin-ext-300italic.5839da0d.woff2") format("woff2");
3132
3132
  }
3133
3133
 
3134
3134
  @font-face {
@@ -3136,7 +3136,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3136
3136
  font-family: Roboto;
3137
3137
  font-style: normal;
3138
3138
  font-weight: 400;
3139
- src: url("roboto-v47-latin-regular.7014c08d.woff2") format("woff2");
3139
+ src: url("roboto-v47-latin_latin-ext-regular.1c3e5175.woff2") format("woff2");
3140
3140
  }
3141
3141
 
3142
3142
  @font-face {
@@ -3144,7 +3144,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3144
3144
  font-family: Roboto;
3145
3145
  font-style: italic;
3146
3146
  font-weight: 400;
3147
- src: url("roboto-v47-latin-italic.f9909d9d.woff2") format("woff2");
3147
+ src: url("roboto-v47-latin_latin-ext-italic.aa25881a.woff2") format("woff2");
3148
3148
  }
3149
3149
 
3150
3150
  @font-face {
@@ -3152,7 +3152,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3152
3152
  font-family: Roboto;
3153
3153
  font-style: normal;
3154
3154
  font-weight: 500;
3155
- src: url("roboto-v47-latin-500.4d0daca4.woff2") format("woff2");
3155
+ src: url("roboto-v47-latin_latin-ext-500.d28cacd3.woff2") format("woff2");
3156
3156
  }
3157
3157
 
3158
3158
  @font-face {
@@ -3160,7 +3160,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3160
3160
  font-family: Roboto;
3161
3161
  font-style: italic;
3162
3162
  font-weight: 500;
3163
- src: url("roboto-v47-latin-500italic.9d016e97.woff2") format("woff2");
3163
+ src: url("roboto-v47-latin_latin-ext-500italic.d70e36fb.woff2") format("woff2");
3164
3164
  }
3165
3165
 
3166
3166
  @font-face {
@@ -3168,7 +3168,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3168
3168
  font-family: Roboto;
3169
3169
  font-style: normal;
3170
3170
  font-weight: 600;
3171
- src: url("roboto-v47-latin-600.8732151a.woff2") format("woff2");
3171
+ src: url("roboto-v47-latin_latin-ext-600.e064064a.woff2") format("woff2");
3172
3172
  }
3173
3173
 
3174
3174
  @font-face {
@@ -3176,7 +3176,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3176
3176
  font-family: Roboto;
3177
3177
  font-style: italic;
3178
3178
  font-weight: 600;
3179
- src: url("roboto-v47-latin-600italic.84aae73e.woff2") format("woff2");
3179
+ src: url("roboto-v47-latin_latin-ext-600italic.d0b1fa1a.woff2") format("woff2");
3180
3180
  }
3181
3181
 
3182
3182
  @font-face {
@@ -3184,7 +3184,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3184
3184
  font-family: Roboto;
3185
3185
  font-style: normal;
3186
3186
  font-weight: 700;
3187
- src: url("roboto-v47-latin-700.ff86afd9.woff2") format("woff2");
3187
+ src: url("roboto-v47-latin_latin-ext-700.b13d40e2.woff2") format("woff2");
3188
3188
  }
3189
3189
 
3190
3190
  @font-face {
@@ -3192,7 +3192,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3192
3192
  font-family: Roboto;
3193
3193
  font-style: italic;
3194
3194
  font-weight: 700;
3195
- src: url("roboto-v47-latin-700italic.9463ba11.woff2") format("woff2");
3195
+ src: url("roboto-v47-latin_latin-ext-700italic.f8d1e8d0.woff2") format("woff2");
3196
3196
  }
3197
3197
 
3198
3198
  @font-face {
@@ -3200,7 +3200,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3200
3200
  font-family: Roboto;
3201
3201
  font-style: normal;
3202
3202
  font-weight: 800;
3203
- src: url("roboto-v47-latin-800.e34d1333.woff2") format("woff2");
3203
+ src: url("roboto-v47-latin_latin-ext-800.e5e7df1a.woff2") format("woff2");
3204
3204
  }
3205
3205
 
3206
3206
  @font-face {
@@ -3208,7 +3208,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3208
3208
  font-family: Roboto;
3209
3209
  font-style: italic;
3210
3210
  font-weight: 800;
3211
- src: url("roboto-v47-latin-800italic.a1b1ef05.woff2") format("woff2");
3211
+ src: url("roboto-v47-latin_latin-ext-800italic.5b057aa0.woff2") format("woff2");
3212
3212
  }
3213
3213
 
3214
3214
  @font-face {
@@ -3216,7 +3216,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3216
3216
  font-family: Roboto;
3217
3217
  font-style: normal;
3218
3218
  font-weight: 900;
3219
- src: url("roboto-v47-latin-900.0a31df3d.woff2") format("woff2");
3219
+ src: url("roboto-v47-latin_latin-ext-900.3a40187e.woff2") format("woff2");
3220
3220
  }
3221
3221
 
3222
3222
  @font-face {
@@ -3224,7 +3224,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
3224
3224
  font-family: Roboto;
3225
3225
  font-style: italic;
3226
3226
  font-weight: 900;
3227
- src: url("roboto-v47-latin-900italic.a536e538.woff2") format("woff2");
3227
+ src: url("roboto-v47-latin_latin-ext-900italic.e64fe078.woff2") format("woff2");
3228
3228
  }
3229
3229
 
3230
3230
  :root {
@@ -4149,6 +4149,7 @@ app-spinner .spinner {
4149
4149
  pointer-events: all;
4150
4150
  box-shadow: 3px 6px 12px 3px var(--drop-shadow-color);
4151
4151
  border-radius: var(--spacing-2x);
4152
+ backdrop-filter: blur(10px);
4152
4153
  align-self: flex-end;
4153
4154
  animation-name: toasting;
4154
4155
  animation-duration: .3s;
@@ -4216,7 +4217,7 @@ app-spinner .spinner {
4216
4217
  }
4217
4218
 
4218
4219
  #notify-container app-notify > div.success {
4219
- background-color: var(--success);
4220
+ background-color: color-mix(in srgb, var(--success) 70%, transparent);
4220
4221
  }
4221
4222
 
4222
4223
  #notify-container app-notify > div.success .title, #notify-container app-notify > div.success .message {
@@ -4224,7 +4225,7 @@ app-spinner .spinner {
4224
4225
  }
4225
4226
 
4226
4227
  #notify-container app-notify > div.warning {
4227
- background-color: var(--warning);
4228
+ background-color: color-mix(in srgb, var(--warning) 70%, transparent);
4228
4229
  }
4229
4230
 
4230
4231
  #notify-container app-notify > div.warning .title, #notify-container app-notify > div.warning .message {
@@ -4232,7 +4233,7 @@ app-spinner .spinner {
4232
4233
  }
4233
4234
 
4234
4235
  #notify-container app-notify > div.error {
4235
- background-color: var(--danger);
4236
+ background-color: color-mix(in srgb, var(--danger) 70%, transparent);
4236
4237
  }
4237
4238
 
4238
4239
  #notify-container app-notify > div.error .title, #notify-container app-notify > div.error .message {
@@ -4240,7 +4241,7 @@ app-spinner .spinner {
4240
4241
  }
4241
4242
 
4242
4243
  #notify-container app-notify > div.info {
4243
- background-color: var(--info);
4244
+ background-color: color-mix(in srgb, var(--info) 70%, transparent);
4244
4245
  }
4245
4246
 
4246
4247
  #notify-container app-notify > div.info .title, #notify-container app-notify > div.info .message {
@@ -4775,8 +4776,10 @@ app-radio-button.readonly * {
4775
4776
  }
4776
4777
 
4777
4778
  app-tab-container {
4779
+ grid-template-rows: auto 1fr;
4778
4780
  width: 100%;
4779
4781
  height: 100%;
4782
+ display: grid;
4780
4783
  overflow-y: hidden;
4781
4784
  }
4782
4785
 
@@ -4885,6 +4888,23 @@ app-tab-container .appTabContainerBody app-tab {
4885
4888
  app-tab-container .appTabContainerBody app-tab > .componentWrapper {
4886
4889
  width: 100%;
4887
4890
  height: 100%;
4891
+ padding-bottom: 1px;
4892
+ }
4893
+
4894
+ app-tab-container.enof {
4895
+ overflow-y: visible;
4896
+ }
4897
+
4898
+ app-tab-container.enof .appTabContainerHeader {
4899
+ overflow: visible;
4900
+ }
4901
+
4902
+ app-tab-container.enof .appTabContainerBody {
4903
+ overflow-y: visible;
4904
+ }
4905
+
4906
+ app-tab-container.enof .appTabContainerBody app-tab {
4907
+ overflow: visible;
4888
4908
  }
4889
4909
 
4890
4910
  app-dropdown-button {
@@ -5684,8 +5704,8 @@ app-form {
5684
5704
  }
5685
5705
 
5686
5706
  app-form app-form-line {
5687
- gap: var(--spacing-half);
5688
5707
  flex-direction: column;
5708
+ gap: 1px;
5689
5709
  width: 100%;
5690
5710
  display: flex;
5691
5711
  }
@@ -5705,6 +5725,12 @@ app-form app-form-line > .titleContainer {
5705
5725
  display: flex;
5706
5726
  }
5707
5727
 
5728
+ app-form app-form-line > .titleContainer > .required {
5729
+ color: var(--danger);
5730
+ margin: 0;
5731
+ padding: 0;
5732
+ }
5733
+
5708
5734
  app-form app-form-line > .titleContainer > i {
5709
5735
  visibility: hidden;
5710
5736
  height: 100%;
@@ -5722,6 +5748,7 @@ app-form app-form-line > .titleContainer > label {
5722
5748
  margin: 0;
5723
5749
  padding: 0;
5724
5750
  font-size: 11px;
5751
+ line-height: 13px;
5725
5752
  overflow: hidden;
5726
5753
  }
5727
5754
 
@@ -5791,7 +5818,7 @@ app-form app-form-line.val-success > .inputContainer:after {
5791
5818
  app-taginput {
5792
5819
  margin-bottom: var(--spacing);
5793
5820
  appearance: none;
5794
- padding: var(--form-element-spacing-vertical) var(--form-element-spacing-horizontal);
5821
+ padding: var(--spacing-half) var(--spacing-half);
5795
5822
  width: 100%;
5796
5823
  min-height: calc(1rem * var(--line-height) + var(--form-element-spacing-vertical) * 2 + var(--border-width) * 2);
5797
5824
  --background-color: var(--form-element-background-color);
@@ -5805,10 +5832,10 @@ app-taginput {
5805
5832
  color: var(--color);
5806
5833
  font-weight: var(--font-weight);
5807
5834
  transition: background-color var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition);
5835
+ align-items: center;
5836
+ gap: var(--spacing-half);
5808
5837
  outline: 0;
5809
5838
  flex-wrap: wrap;
5810
- align-items: center;
5811
- gap: 3px;
5812
5839
  display: inline-flex;
5813
5840
  position: relative;
5814
5841
  }
@@ -5981,7 +6008,6 @@ dialog.MessageBox > app-msgbox-content > .contentContainer {
5981
6008
  max-width: 80vw;
5982
6009
  max-height: 60vh;
5983
6010
  padding: 10px;
5984
- overflow-y: auto;
5985
6011
  }
5986
6012
 
5987
6013
  dialog.MessageBox > app-msgbox-content > .contentContainer > .textContent {