diff --git a/apps/36-blocks-widget/src/styles.scss b/apps/36-blocks-widget/src/styles.scss index 70347989..2efc3bc5 100644 --- a/apps/36-blocks-widget/src/styles.scss +++ b/apps/36-blocks-widget/src/styles.scss @@ -26,8 +26,6 @@ --font-size-28: 28px; --font-size-30: 30px; --font-size-36: 36px; - - --custom-mat-form-field-height: 48px; } /* You can add global styles to this file, and also import other style files */ diff --git a/apps/36-blocks/src/app/features/create-feature/create-feature.component.html b/apps/36-blocks/src/app/features/create-feature/create-feature.component.html index 2996f617..a591bd17 100644 --- a/apps/36-blocks/src/app/features/create-feature/create-feature.component.html +++ b/apps/36-blocks/src/app/features/create-feature/create-feature.component.html @@ -1387,85 +1387,78 @@
| Name | -- {{ element.name }} - | -Code | -
-
- {{ element.code }}
-
- |
- Type | -- - {{ element.recurring ? 'Recurring' : 'Metered' }} - - | -Aggregation | -- - {{ getAggregationLabel(element?.aggregation_type) }} - - | -Action | -
-
-
-
-
- |
-
|---|
|
- |
-
| Name | ++ {{ element.name }} + | +Code | +
+
+ {{ element.code }}
+
+ |
+ Type | ++ + {{ element.recurring ? 'Recurring' : 'Metered' }} + + | +Aggregation | ++ + {{ getAggregationLabel(element?.aggregation_type) }} + + | +Action | +
+
+
+
+
+ |
+
|---|
|
+ |
+
| Name | -- {{ element.name }} - | -Code | -
-
- {{ element.code }}
-
- |
- Billing Period | -- - {{ element.interval }} - - | -Price | -- {{ element.amount_cents / 100 }} - | -Currency | -- - {{ element.amount_currency }} - - | -Status | -- - {{ getAggregationLabel(element?.aggregation_type) }} - - | -Action | -
-
-
-
-
- |
-
|---|
|
- |
-
| Name | ++ {{ element.name }} + | +Code | +
+
+ {{ element.code }}
+
+ |
+ Billing Period | ++ + {{ element.interval }} + + | +Price | ++ {{ element.amount_cents / 100 }} + | +Currency | ++ + {{ element.amount_currency }} + + | +Status | ++ + {{ getAggregationLabel(element?.aggregation_type) }} + + | +Action | +
+
+
+
+
+ |
+
|---|
|
+ |
+
| Name | -- {{ tax.name }} - | -Code | -- {{ tax.code }} - | -Rate (%) | -- {{ tax.rate }}% - | -Action | -
-
-
-
- |
-
|---|
|
- |
-
| Name | ++ {{ tax.name }} + | +Code | ++ {{ tax.code }} + | +Rate (%) | ++ {{ tax.rate }}% + | +Action | +
+
+
+
+ |
+
|---|
|
+ |
+
| Name | -
- @if (!loading.dataLoading) {
- {{ element.name }}
- } @else {
- |
-
|---|
| Name | +
+ @if (!loading.dataLoading) {
+ {{ element.name }}
+ } @else {
+ |
+ Reference Id | -
- @if (!loading.dataLoading) {
-
-
- {{
- element.reference_id?.length > 15
- ? (element.reference_id | slice: 0:10) +
- '...' +
- (element.reference_id | slice: -5)
- : element.reference_id
- }}
-
-
- } @else {
- |
- Reference Id | +
+ @if (!loading.dataLoading) {
+
+
+ {{
+ element.reference_id?.length > 15
+ ? (element.reference_id | slice: 0:10) + '...' + (element.reference_id | slice: -5)
+ : element.reference_id
+ }}
+
+
+ } @else {
+ |
+ Method | -
- @if (!loading.dataLoading) { @if (element.method?.name) {
- {{ element.method?.name }}
- } } @else {
- |
- Method | +
+ @if (!loading.dataLoading) { @if (element.method?.name) {
+ {{ element.method?.name }}
+ } } @else {
+ |
+ Type | -
- @if (!loading.dataLoading) { @if (element.feature?.name) {
- {{ element.feature?.name }}
- } } @else {
- |
- Type | +
+ @if (!loading.dataLoading) { @if (element.feature?.name) {
+ {{ element.feature?.name }}
+ } } @else {
+ |
+ - |
- @if (!loading.dataLoading) {
-
-
-
- }
- |
- + |
+ @if (!loading.dataLoading) {
+
+
+
+ }
+ |
+
|---|
|
- |
-
| Role | -- {{ element.role }} - | -Permissions | -
- |
-
|---|
| Role | ++ {{ element.role }} + | +Permissions | +
+ |
+ - |
-
-
+
+
+ |
+ |
-
+
+
- |
+
|---|
|
- |
-
| Permission | -
- {{ element.name }} - @if (element.description) { -- {{ element.description }} - - } - |
- - |
-
-
- |
-
|---|
| Permission | +
+ {{ element.name }} + @if (element.description) { ++ {{ element.description }} + + } + |
+
|---|
| + |
+
+
+ |
+
|
- |
-
| Name | -
- @if (!loading.dataLoading) {
- {{ element.name }}
- } @else {
- |
-
|---|
| Name | +
+ @if (!loading.dataLoading) {
+ {{ element.name }}
+ } @else {
+ |
+
- @if (!loading.dataLoading) {
- {{ element.email }}
- } @else {
- |
-
+ @if (!loading.dataLoading) {
+ {{ element.email }}
+ } @else {
+ |
+ Phone Number | -
- @if (!loading.dataLoading) {
- {{ element.mobile ?? '-' }}
- } @else {
- |
- Phone Number | +
+ @if (!loading.dataLoading) {
+ {{ element.mobile ?? '-' }}
+ } @else {
+ |
+ User ID | -
- @if (!loading.dataLoading) {
-
-
- {{
- element?.id?.length > 15
- ? (element?.id | slice: 0:10) + '...' + (element?.id | slice: -5)
- : element?.id
- }}
-
-
- } @else {
- |
- User ID | +
+ @if (!loading.dataLoading) {
+
+
+ {{
+ element?.id?.length > 15
+ ? (element?.id | slice: 0:10) + '...' + (element?.id | slice: -5)
+ : element?.id
+ }}
+
+
+ } @else {
+ |
+ Block Name | -
- @if (!loading.dataLoading) { @if (element?.feature_configuration?.name) {
- {{ element.feature_configuration.name }}
- } @else {
- -
- } } @else {
- |
- Block Name | +
+ @if (!loading.dataLoading) { @if (element?.feature_configuration?.name) {
+ {{ element.feature_configuration.name }}
+ } @else {
+ -
+ } } @else {
+ |
+ Last Login | -
- @if (!loading.dataLoading) { @if (element?.last_login_at) {
-
- {{
- element.last_login_at | date: 'd MMM y'
- }}
- {{
- element.last_login_at | date: 'mediumTime'
- }}
-
- } @else {
- -
- } } @else {
- |
- Last Login | +
+ @if (!loading.dataLoading) { @if (element?.last_login_at) {
+
+ {{
+ element.last_login_at | date: 'd MMM y'
+ }}
+ {{
+ element.last_login_at | date: 'mediumTime'
+ }}
+
+ } @else {
+ -
+ } } @else {
+ |
+ Created At | -
- @if (!loading.dataLoading) { @if (element?.created_at) {
-
- {{
- element.created_at | date: 'd MMM y'
- }}
- {{
- element.created_at | date: 'mediumTime'
- }}
-
- } @else {
- -
- } } @else {
- |
- Created At | +
+ @if (!loading.dataLoading) { @if (element?.created_at) {
+
+ {{ element.created_at | date: 'd MMM y' }}
+ {{
+ element.created_at | date: 'mediumTime'
+ }}
+
+ } @else {
+ -
+ } } @else {
+ |
+
|---|
|
- |
-