@yourself.create/ngx-form-designer 0.0.1 → 0.0.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/README.md CHANGED
@@ -28,7 +28,7 @@ Full beginner-friendly docs live in `projects/ngx-form-designer/docs/README.md`:
28
28
  ## Installation
29
29
 
30
30
  ```bash
31
- npm install @notdefined/ngx-form-designer
31
+ npm install @uch-web/ngx-form-designer
32
32
  ```
33
33
 
34
34
  ## Dependencies
@@ -43,11 +43,11 @@ This library relies on **Tailwind CSS** and **lucide-angular** for UI styling an
43
43
  ```javascript
44
44
  module.exports = {
45
45
  presets: [
46
- require('@notdefined/ngx-form-designer/tailwind.preset.js')
46
+ require('@uch-web/ngx-form-designer/tailwind.preset.js')
47
47
  ],
48
48
  content: [
49
49
  "./src/**/*.{html,ts}",
50
- "./node_modules/@notdefined/ngx-form-designer/**/*.{html,ts,mjs}"
50
+ "./node_modules/@uch-web/ngx-form-designer/**/*.{html,ts,mjs}"
51
51
  ],
52
52
  }
53
53
  ```
@@ -81,7 +81,7 @@ Import `JsonFormDesignerComponent` (standalone) into your component or route.
81
81
 
82
82
  ```typescript
83
83
  import { Component } from '@angular/core';
84
- import { JsonFormDesignerComponent } from '@notdefined/ngx-form-designer';
84
+ import { JsonFormDesignerComponent } from '@uch-web/ngx-form-designer';
85
85
 
86
86
  @Component({
87
87
  standalone: true,
@@ -95,7 +95,7 @@ If you want the full scaffolded UI (top bar + template library) with minimal set
95
95
 
96
96
  ```typescript
97
97
  import { Component } from '@angular/core';
98
- import { FormDesignerShellComponent, type DesignerEventApiDefinition } from '@notdefined/ngx-form-designer';
98
+ import { FormDesignerShellComponent, type DesignerEventApiDefinition } from '@uch-web/ngx-form-designer';
99
99
 
100
100
  @Component({
101
101
  standalone: true,
@@ -113,7 +113,7 @@ Widgets are registered via plugins. The simplest setup is to register the built-
113
113
 
114
114
  ```ts
115
115
  import { ApplicationConfig } from '@angular/core';
116
- import { CORE_DESIGNER_PLUGINS, provideDesignerPlugins } from '@notdefined/ngx-form-designer';
116
+ import { CORE_DESIGNER_PLUGINS, provideDesignerPlugins } from '@uch-web/ngx-form-designer';
117
117
 
118
118
  export const appConfig: ApplicationConfig = {
119
119
  providers: [
@@ -183,7 +183,7 @@ If you use the HTTP-based `DataSourceClient`, your backend should implement thes
183
183
  Use this for rapid prototyping or testing without a real backend.
184
184
 
185
185
  ```typescript
186
- import { DataCatalog, InMemoryDataCatalogService } from '@notdefined/ngx-form-designer';
186
+ import { DataCatalog, InMemoryDataCatalogService } from '@uch-web/ngx-form-designer';
187
187
 
188
188
  // in app.config.ts
189
189
  providers: [
@@ -195,7 +195,7 @@ providers: [
195
195
  Use this to connect to your real API.
196
196
 
197
197
  ```typescript
198
- import { provideHttpDataSourceClient } from '@notdefined/ngx-form-designer';
198
+ import { provideHttpDataSourceClient } from '@uch-web/ngx-form-designer';
199
199
 
200
200
  // in app.config.ts
201
201
  providers: [
@@ -14,7 +14,7 @@ import { takeUntilDestroyed, toSignal } from '@angular/core/rxjs-interop';
14
14
  import * as i5 from 'angular-resizable-element';
15
15
  import { ResizableModule } from 'angular-resizable-element';
16
16
  import loader from '@monaco-editor/loader';
17
- import { AI_BACKEND_CLIENT, AiChatDrawerComponent, AiWorkspaceComponent } from '@notdefined/angai';
17
+ import { AI_BACKEND_CLIENT, AiChatDrawerComponent, AiWorkspaceComponent } from '@uch-web/angai';
18
18
  import { Router, NavigationEnd } from '@angular/router';
19
19
  import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
20
20
  import { NgSelectComponent } from '@ng-select/ng-select';
@@ -37972,4 +37972,4 @@ function provideHttpDataSourceClient(config) {
37972
37972
  */
37973
37973
 
37974
37974
  export { APPEARANCE_FIELDS, AiToolRegistryService, CONTENT_TEXT_CLASS, CONTENT_TEXT_MUTED_CLASS, CORE_DESIGNER_PLUGINS, CURRENT_SCHEMA_VERSION, DATA_PROVIDER, DATA_SOURCE_CLIENT, DEFAULT_TEMPLATE_LIBRARY, DEFAULT_WEBSITE_SECTIONS, DEFAULT_WIDGET_PACKS, DESIGNER_PLUGINS, DESIGNER_SECTIONS, DataCatalog, DataPanelComponent, DataProvider, DefaultDataProvider, DefaultDataSourceClient, DefaultFileUploadClient, DesignerContext, DesignerStateService, DynamicPropertiesComponent, EFFECTS_FIELDS, EMAIL_SAFE_STYLE_SECTIONS, EMAIL_WIDGETS, EmailRendererComponent, EventsPanelComponent, EventsWorkspaceComponent, FIELD_CHOICE_LABEL_CLASS, FIELD_CHOICE_SURFACE_CLASS, FIELD_CONTAINER_CLASS, FIELD_ERROR_CLASS, FIELD_HELP_CLASS, FIELD_LABEL_CLASS, FIELD_OPTION_CLASS, FIELD_REQUIRED_CLASS, FIELD_RESULTS_PANEL_CLASS, FIELD_WIDGETS, FILE_UPLOAD_CARD_CLASS, FILE_UPLOAD_CLIENT, FORM_DESIGNER_AI_TOOL_PLUGIN, FULL_WEB_STYLE_SECTIONS, FieldPaletteComponent, FormDesignerShellComponent, FormEngine, FormViewerComponent, GlobalDataManagerComponent, HTTP_DATA_SOURCE_CLIENT_CONFIG, HttpDataSourceClient, InMemoryDataCatalogService, InspectorAdvancedSectionComponent, InspectorBackgroundsSectionComponent, InspectorBordersSectionComponent, InspectorEffectsSectionComponent, InspectorLayoutSectionComponent, InspectorPositionSectionComponent, InspectorSizeSectionComponent, InspectorSpacingSectionComponent, InspectorSpinInputComponent, InspectorTypographySectionComponent, JsonFormDesignerComponent, JsonFormRendererComponent, LAYOUT_FIELDS, LayoutCanvasComponent, LayoutNodeComponent, OUTLINED_FIELD_BORDER_WIDTH, OUTLINED_FIELD_IDLE_BORDER_COLOR, OUTLINED_FIELD_INTERACTIVE_BORDER_COLOR, OUTLINED_FIELD_INVALID_BORDER_COLOR, PAGE_WIDGETS, PropertiesPanelComponent, RulesPanelComponent, RuntimeFieldDataAccessRegistryService, SELECT_THEME_HOOKS, SELECT_THEME_TOKENS, SPACING_BOX_MODEL_FIELD, SPACING_MARGIN_FIELDS, SPACING_PADDING_FIELDS, STANDARD_FORM_STYLE_SECTIONS, STYLE_APPEARANCE_SECTION, STYLE_EFFECTS_SECTION, STYLE_LAYOUT_SECTION, STYLE_SECTIONS, STYLE_SPACING_SECTION, STYLE_TRANSFORM_SECTION, STYLE_TYPOGRAPHY_SECTION, TABLE_CELL_CLASS, TABLE_EMPTY_CLASS, TABLE_GRID_CLASS, TABLE_HEAD_CELL_CLASS, TABLE_HEAD_CLASS, TABLE_ICON_BUTTON_CLASS, TABLE_ROOT_CLASS, TABLE_ROW_CLASS, TABLE_TOOLBAR_CLASS, TRANSFORM_FIELDS, TYPOGRAPHY_FIELDS, ThemeService, UiAccordionComponent, UiBoxModelComponent, UiColorSwatchComponent, UiDimensionComponent, UiEdgeBoxComponent, UiFieldWrapperComponent, UiInputComponent, UiRangeNumberComponent, UiSelectIconComponent, UiTabComponent, UiTabsComponent, WIDGET_DEFINITIONS, WIDGET_ID_SEPARATOR, WebsiteBrickStudioComponent, WebsiteDesignerShellComponent, WebsitePreviewShellComponent, WebsiteProjectService, WidgetDefinitionResolverService, WidgetInspectorComponent, appendSectionToSchema, buildWidgetId, checkSchemaForApiOnlySources, createDefaultWebsiteBrick, createDefaultWebsiteBricks, createDefaultWebsiteTheme, createEmptySchema, createFormEngine, createPluginContext, createWebsiteBrick, createWebsitePage, createWebsiteProject, defineWidget, flattenPluginWidgets, getButtonClass, getChoiceControlClass, getEffectiveDataConfig, getFileInputClass, getFileUploadShellClass, getHeadingClass, getOutlinedFieldInlineStyle, getTextControlClass, getWidgetsForFlavor, hasWrapperSurfaceStyles, inferSchema, isWidgetVisibleInPalette, mergeAndNormalize, normalizeRuntimeOptions, normalizeStyle$1 as normalizeStyle, parseCsv, parseJsonArray, parseSchema, provideDesignerPlugins, provideHttpDataSourceClient, serializeSchema, slugifyId, splitControlSurfaceStyles, stripEmbeddedSourceData };
37975
- //# sourceMappingURL=notdefined-ngx-form-designer.mjs.map
37975
+ //# sourceMappingURL=uch-web-ngx-form-designer.mjs.map