@candy-kingdom/bonnie-cms 0.27.2 → 0.27.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candy-kingdom/bonnie-cms",
3
- "version": "0.27.2",
3
+ "version": "0.27.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ulmer-morozov/candy-kingdom.git",
@@ -11,8 +11,7 @@
11
11
  "@angular/common": "^21.0.0",
12
12
  "@angular/core": "^21.0.0",
13
13
  "@angular/forms": "^21.0.0",
14
- "@angular/platform-browser": "^21.0.0",
15
- "ngx-lottie": ">=12.0.0"
14
+ "@angular/platform-browser": "^21.0.0"
16
15
  },
17
16
  "sideEffects": false,
18
17
  "module": "fesm2022/candy-kingdom-bonnie-cms.mjs",
@@ -2,7 +2,6 @@ import * as _angular_core from '@angular/core';
2
2
  import { ModelSignal, InputSignal, Signal, OutputEmitterRef, ElementRef, InjectionToken, Type, ViewContainerRef } from '@angular/core';
3
3
  import { PixMediaUnion, LocalizedString, Bone, FileSrc, FileMeta, ImageMeta, OpenGraphData, SvgMeta, FileSrcFileMeta, FileFormat, FileSrcImageMeta, MediaObjectFit, PageBase } from '@candy-kingdom/bonnie';
4
4
  import { SafeStyle } from '@angular/platform-browser';
5
- import { AnimationOptions } from 'ngx-lottie';
6
5
  import { Observable } from 'rxjs';
7
6
  import { CdkTextareaAutosize } from '@angular/cdk/text-field';
8
7
 
@@ -253,17 +252,6 @@ declare class FileFormComponent extends FormBaseComponent<FileSrc<FileMeta>> {
253
252
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<FileFormComponent, "bonc-file-form", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "uploadTypes": { "alias": "uploadTypes"; "required": true; "isSignal": true; }; "uploadMap": { "alias": "uploadMap"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof EditableDirective; inputs: {}; outputs: {}; }]>;
254
253
  }
255
254
 
256
- declare class LottieFormComponent extends FormBaseComponent<FileSrc<FileMeta>> {
257
- readonly LottieMimeType = "application/json";
258
- animOptions?: AnimationOptions;
259
- readonly label: _angular_core.InputSignal<string>;
260
- readonly uploadMap: _angular_core.InputSignal<Map<string, string>>;
261
- constructor();
262
- onFileUploaded(fileSrc: FileSrc<FileMeta>): void;
263
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LottieFormComponent, never>;
264
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<LottieFormComponent, "bonc-lottie-form", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "uploadMap": { "alias": "uploadMap"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof EditableDirective; inputs: {}; outputs: {}; }]>;
265
- }
266
-
267
255
  declare class OneImageFormComponent extends FormBaseComponent<FileSrc<ImageMeta>> {
268
256
  readonly label: _angular_core.InputSignal<string>;
269
257
  readonly uploadUrl: _angular_core.InputSignal<string>;
@@ -387,15 +375,6 @@ interface LocalizedTextSettingData extends SettingData {
387
375
  textType: TextSettingType;
388
376
  }
389
377
 
390
- /**
391
- * This is a TypeGen auto-generated file.
392
- * Any changes made to this file can be lost when this file is regenerated.
393
- */
394
-
395
- interface LottieSettingData extends SettingData {
396
- src: FileSrcFileMeta;
397
- }
398
-
399
378
  /**
400
379
  * This is a TypeGen auto-generated file.
401
380
  * Any changes made to this file can be lost when this file is regenerated.
@@ -601,5 +580,5 @@ declare class TranslationTextareaComponent {
601
580
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<TranslationTextareaComponent, "bonc-translation-textarea", never, { "text": { "alias": "text"; "required": true; "isSignal": true; }; "locale": { "alias": "locale"; "required": true; "isSignal": true; }; "minRows": { "alias": "minRows"; "required": false; "isSignal": true; }; "maxRows": { "alias": "maxRows"; "required": false; "isSignal": true; }; "device": { "alias": "device"; "required": false; "isSignal": true; }; }, { "startEditing": "startEditing"; "changed": "changed"; "blurred": "blurred"; }, never, never, true, never>;
602
581
  }
603
582
 
604
- export { API_BASE_URL, AdminControlsComponent, AdminDataService, BoneEditorBaseComponent, BoneEditorContainerComponent, DataService, DeviceType, DeviceVisibility, EditableDirective, EditableGroupComponent, FileFormComponent, FileUploaderComponent, FormBaseComponent, FormControlsComponent, LinkPopupComponent, LottieFormComponent, MediaUploaderComponent, OneImageFormComponent, SeoFormComponent, SkeletonEditorAnchorDirective, SkeletonEditorComponent, SvgFormComponent, TextEditorField, TextFormComponent, TextInputStyle, TextSettingType, TranslationFormComponent, TranslationInputComponent, TranslationTextareaComponent, UnknownBoneEditorComponent, UnknownFormComponent, createPreset, hasFlag, isLocalUrlString, regExpIsMobile, setOrRemoveFlag };
605
- export type { BoneEditorMap, ContentPreset, FileSettingData, IBoneEditor, IBoneTemplate, IEquatable, ISetting, LocalizedTextSettingData, LottieSettingData, MediaType, OneImageSettingData, Setting, SettingBase, SettingData, SettingDataDict, SettingGroup, SvgSettingData, TextSettingData };
583
+ export { API_BASE_URL, AdminControlsComponent, AdminDataService, BoneEditorBaseComponent, BoneEditorContainerComponent, DataService, DeviceType, DeviceVisibility, EditableDirective, EditableGroupComponent, FileFormComponent, FileUploaderComponent, FormBaseComponent, FormControlsComponent, LinkPopupComponent, MediaUploaderComponent, OneImageFormComponent, SeoFormComponent, SkeletonEditorAnchorDirective, SkeletonEditorComponent, SvgFormComponent, TextEditorField, TextFormComponent, TextInputStyle, TextSettingType, TranslationFormComponent, TranslationInputComponent, TranslationTextareaComponent, UnknownBoneEditorComponent, UnknownFormComponent, createPreset, hasFlag, isLocalUrlString, regExpIsMobile, setOrRemoveFlag };
584
+ export type { BoneEditorMap, ContentPreset, FileSettingData, IBoneEditor, IBoneTemplate, IEquatable, ISetting, LocalizedTextSettingData, MediaType, OneImageSettingData, Setting, SettingBase, SettingData, SettingDataDict, SettingGroup, SvgSettingData, TextSettingData };