@rtsee/ngx 0.0.94 → 0.0.96
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/dist/ngx/index.d.ts
CHANGED
|
@@ -8,11 +8,11 @@ import { RTSeeAuth, RTSeeAuthConfiguration, IRtseeSignInRequestOptions, IRTSeeSi
|
|
|
8
8
|
import { Observable, Subscription } from 'rxjs';
|
|
9
9
|
import * as i47 from '@angular/router';
|
|
10
10
|
import { Router, ActivatedRoute } from '@angular/router';
|
|
11
|
-
import { IRTSeePaymentProduct, IRTSeePaymentPriceItem,
|
|
11
|
+
import { IRTSeePaymentProduct, IRTSeePaymentPriceItem, IRTSeeChat, RTSeeChatTypes, IMessageThumbnail } from '@rtsee/common';
|
|
12
12
|
import { RTSeeEventsDashboard, RTSeeDashboardClientSession, RTSeeDashboardEvent, RTSeeDashboardClient } from '@rtsee/events-dashboard';
|
|
13
13
|
import { RTSee, INavigationConfig, IRouteConfig } from '@rtsee/factory';
|
|
14
14
|
import { RTSeePresentation, RTSeeStory, RTSeePresentationSettings, RTSeeStorySlide } from '@rtsee/presentation';
|
|
15
|
-
import { RTSeeTag, RTSeeManageTags,
|
|
15
|
+
import { RTSeeTag, RTSeeManageTags, RTSeeTagGroup, RTSeeManageTagGroups, RTSeeEntityConfiguration, RTSeeManageEntityConfigurations, RTSeeEntity, RTSeeManageEntities, RTSeeRater, RTSeeForm } from '@rtsee/utilities-ui';
|
|
16
16
|
import * as i44 from '@angular/forms';
|
|
17
17
|
import { FormGroup, FormBuilder, FormControl, FormArray } from '@angular/forms';
|
|
18
18
|
import * as i43 from '@angular/common';
|
|
@@ -191,21 +191,10 @@ type RTSeeTagForm = {
|
|
|
191
191
|
value: string | null;
|
|
192
192
|
};
|
|
193
193
|
declare class RtseeTagManageComponent implements OnInit {
|
|
194
|
-
private formBuilder;
|
|
195
|
-
tagForm: FormGroup;
|
|
196
|
-
tagsRecursiveSelect: RecursiveSelect<IRTSeeTag> | null;
|
|
197
194
|
manageTags: RTSeeManageTags;
|
|
198
|
-
constructor(
|
|
195
|
+
constructor();
|
|
199
196
|
ngOnInit(): void;
|
|
200
|
-
private presetParent;
|
|
201
|
-
submit(): Promise<void>;
|
|
202
197
|
cancel(): void;
|
|
203
|
-
private presetFields;
|
|
204
|
-
private getTagForm;
|
|
205
|
-
get nameField(): FormControl<string>;
|
|
206
|
-
get descriptionField(): FormControl<string>;
|
|
207
|
-
get iconClassField(): FormControl<string>;
|
|
208
|
-
get valueField(): FormControl<string>;
|
|
209
198
|
static ɵfac: i0.ɵɵFactoryDeclaration<RtseeTagManageComponent, never>;
|
|
210
199
|
static ɵcmp: i0.ɵɵComponentDeclaration<RtseeTagManageComponent, "rtsee-rtsee-tag-manage", never, { "manageTags": { "alias": "manageTags"; "required": false; }; }, {}, never, never, true, never>;
|
|
211
200
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.0.
|
|
2
|
+
"version": "0.0.96",
|
|
3
3
|
"name": "@rtsee/ngx",
|
|
4
4
|
"module": "./dist/ngx/fesm2022/rtsee-ngx.mjs",
|
|
5
5
|
"types": "./dist/ngx/index.d.ts",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"@angular/platform-browser-dynamic": "^20.1.2",
|
|
41
41
|
"@angular/router": "^20.1.2",
|
|
42
42
|
"@primeuix/themes": "^1.2.3",
|
|
43
|
-
"@rtsee/common": "^0.0.
|
|
44
|
-
"@rtsee/conference": "^0.0.
|
|
45
|
-
"@rtsee/core": "^0.0.
|
|
46
|
-
"@rtsee/events-dashboard": "^0.0.
|
|
47
|
-
"@rtsee/factory": "^0.0.
|
|
48
|
-
"@rtsee/messenger": "^0.0.
|
|
49
|
-
"@rtsee/presentation": "^0.0.
|
|
50
|
-
"@rtsee/signaling-client": "^0.0.
|
|
51
|
-
"@rtsee/utilities-ui": "^0.0.
|
|
43
|
+
"@rtsee/common": "^0.0.67",
|
|
44
|
+
"@rtsee/conference": "^0.0.68",
|
|
45
|
+
"@rtsee/core": "^0.0.111",
|
|
46
|
+
"@rtsee/events-dashboard": "^0.0.101",
|
|
47
|
+
"@rtsee/factory": "^0.0.110",
|
|
48
|
+
"@rtsee/messenger": "^0.0.101",
|
|
49
|
+
"@rtsee/presentation": "^0.0.100",
|
|
50
|
+
"@rtsee/signaling-client": "^0.0.114",
|
|
51
|
+
"@rtsee/utilities-ui": "^0.0.32",
|
|
52
52
|
"@stripe/stripe-js": "^8.6.1",
|
|
53
53
|
"@types/node": "~24.0.14",
|
|
54
54
|
"dayjs": "^1.11.9",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "75084ad39274b7e01c3d730b93db6b16b1edb36b"
|
|
74
74
|
}
|