@dereekb/dbx-form 8.15.1 → 9.1.0

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 (110) hide show
  1. package/esm2020/lib/form/action/form.action.directive.mjs +3 -3
  2. package/esm2020/lib/form/action/form.action.module.mjs +5 -5
  3. package/esm2020/lib/form/action/transition/form.action.transition.module.mjs +5 -5
  4. package/esm2020/lib/form/action/transition/form.action.transition.safety.directive.mjs +3 -3
  5. package/esm2020/lib/form/form.module.mjs +4 -4
  6. package/esm2020/lib/form/io/form.changes.directive.mjs +3 -3
  7. package/esm2020/lib/form/io/form.input.directive.mjs +3 -3
  8. package/esm2020/lib/form/io/form.io.module.mjs +5 -5
  9. package/esm2020/lib/form/io/form.loading.directive.mjs +3 -3
  10. package/esm2020/lib/form.module.mjs +4 -4
  11. package/esm2020/lib/formly/field/checklist/checklist.item.field.component.mjs +14 -14
  12. package/esm2020/lib/formly/field/checklist/checklist.item.field.content.default.component.mjs +4 -4
  13. package/esm2020/lib/formly/field/checklist/checklist.item.field.module.mjs +18 -20
  14. package/esm2020/lib/formly/field/component/component.field.component.mjs +4 -4
  15. package/esm2020/lib/formly/field/component/component.field.module.mjs +9 -11
  16. package/esm2020/lib/formly/field/form.field.module.mjs +5 -5
  17. package/esm2020/lib/formly/field/selection/pickable/pickable.chip.field.component.mjs +10 -10
  18. package/esm2020/lib/formly/field/selection/pickable/pickable.field.directive.mjs +3 -3
  19. package/esm2020/lib/formly/field/selection/pickable/pickable.field.module.mjs +27 -29
  20. package/esm2020/lib/formly/field/selection/pickable/pickable.list.field.component.mjs +20 -20
  21. package/esm2020/lib/formly/field/selection/searchable/searchable.chip.field.component.mjs +9 -9
  22. package/esm2020/lib/formly/field/selection/searchable/searchable.field.autocomplete.item.component.mjs +11 -11
  23. package/esm2020/lib/formly/field/selection/searchable/searchable.field.directive.mjs +6 -6
  24. package/esm2020/lib/formly/field/selection/searchable/searchable.field.module.mjs +26 -28
  25. package/esm2020/lib/formly/field/selection/searchable/searchable.text.field.component.mjs +9 -9
  26. package/esm2020/lib/formly/field/selection/selection.module.mjs +5 -5
  27. package/esm2020/lib/formly/field/texteditor/texteditor.field.component.mjs +7 -7
  28. package/esm2020/lib/formly/field/texteditor/texteditor.field.module.mjs +14 -16
  29. package/esm2020/lib/formly/field/value/array/array.field.component.mjs +8 -8
  30. package/esm2020/lib/formly/field/value/array/array.field.module.mjs +17 -19
  31. package/esm2020/lib/formly/field/value/boolean/boolean.field.module.mjs +5 -5
  32. package/esm2020/lib/formly/field/value/date/date.field.module.mjs +21 -23
  33. package/esm2020/lib/formly/field/value/date/datetime.field.component.mjs +15 -15
  34. package/esm2020/lib/formly/field/value/index.mjs +1 -2
  35. package/esm2020/lib/formly/field/value/number/number.field.module.mjs +5 -5
  36. package/esm2020/lib/formly/field/value/phone/phone.field.component.mjs +5 -5
  37. package/esm2020/lib/formly/field/value/phone/phone.field.module.mjs +22 -25
  38. package/esm2020/lib/formly/field/value/text/text.field.module.mjs +5 -5
  39. package/esm2020/lib/formly/field/value/value.module.mjs +6 -7
  40. package/esm2020/lib/formly/field/wrapper/autotouch.wrapper.component.mjs +3 -3
  41. package/esm2020/lib/formly/field/wrapper/expandable.wrapper.component.mjs +4 -4
  42. package/esm2020/lib/formly/field/wrapper/expandable.wrapper.delegate.mjs +3 -3
  43. package/esm2020/lib/formly/field/wrapper/flex.wrapper.component.mjs +4 -4
  44. package/esm2020/lib/formly/field/wrapper/form.wrapper.module.mjs +26 -28
  45. package/esm2020/lib/formly/field/wrapper/info.wrapper.component.mjs +4 -4
  46. package/esm2020/lib/formly/field/wrapper/section.wrapper.component.mjs +4 -4
  47. package/esm2020/lib/formly/field/wrapper/style.wrapper.component.mjs +4 -4
  48. package/esm2020/lib/formly/field/wrapper/subsection.wrapper.component.mjs +4 -4
  49. package/esm2020/lib/formly/field/wrapper/toggle.wrapper.component.mjs +6 -6
  50. package/esm2020/lib/formly/field/wrapper/working.wrapper.component.mjs +4 -4
  51. package/esm2020/lib/formly/formly.context.directive.mjs +3 -3
  52. package/esm2020/lib/formly/formly.directive.mjs +12 -12
  53. package/esm2020/lib/formly/formly.form.component.mjs +7 -7
  54. package/esm2020/lib/formly/formly.module.mjs +5 -5
  55. package/esm2020/lib/layout/form.layout.module.mjs +5 -5
  56. package/esm2020/lib/layout/form.spacer.component.mjs +3 -3
  57. package/esm2020/lib/validator/email.mjs +1 -6
  58. package/fesm2015/dereekb-dbx-form.mjs +400 -460
  59. package/fesm2015/dereekb-dbx-form.mjs.map +1 -1
  60. package/fesm2020/dereekb-dbx-form.mjs +399 -459
  61. package/fesm2020/dereekb-dbx-form.mjs.map +1 -1
  62. package/lib/form/action/form.action.directive.d.ts +1 -1
  63. package/lib/form/action/transition/form.action.transition.safety.directive.d.ts +1 -1
  64. package/lib/form/io/form.changes.directive.d.ts +1 -1
  65. package/lib/form/io/form.input.directive.d.ts +1 -1
  66. package/lib/form/io/form.loading.directive.d.ts +1 -1
  67. package/lib/formly/field/checklist/checklist.item.field.component.d.ts +2 -2
  68. package/lib/formly/field/checklist/checklist.item.field.content.default.component.d.ts +1 -1
  69. package/lib/formly/field/component/component.field.component.d.ts +1 -1
  70. package/lib/formly/field/selection/pickable/pickable.chip.field.component.d.ts +1 -1
  71. package/lib/formly/field/selection/pickable/pickable.field.directive.d.ts +3 -3
  72. package/lib/formly/field/selection/pickable/pickable.list.field.component.d.ts +4 -4
  73. package/lib/formly/field/selection/searchable/searchable.chip.field.component.d.ts +1 -1
  74. package/lib/formly/field/selection/searchable/searchable.field.autocomplete.item.component.d.ts +3 -3
  75. package/lib/formly/field/selection/searchable/searchable.field.directive.d.ts +3 -3
  76. package/lib/formly/field/selection/searchable/searchable.text.field.component.d.ts +1 -1
  77. package/lib/formly/field/texteditor/texteditor.field.component.d.ts +1 -1
  78. package/lib/formly/field/value/_value.scss +0 -4
  79. package/lib/formly/field/value/array/array.field.component.d.ts +1 -1
  80. package/lib/formly/field/value/date/datetime.field.component.d.ts +6 -6
  81. package/lib/formly/field/value/index.d.ts +0 -1
  82. package/lib/formly/field/value/phone/phone.field.component.d.ts +1 -1
  83. package/lib/formly/field/value/phone/phone.field.module.d.ts +8 -8
  84. package/lib/formly/field/value/value.module.d.ts +4 -5
  85. package/lib/formly/field/wrapper/autotouch.wrapper.component.d.ts +1 -1
  86. package/lib/formly/field/wrapper/expandable.wrapper.component.d.ts +1 -1
  87. package/lib/formly/field/wrapper/expandable.wrapper.delegate.d.ts +3 -3
  88. package/lib/formly/field/wrapper/flex.wrapper.component.d.ts +1 -1
  89. package/lib/formly/field/wrapper/info.wrapper.component.d.ts +1 -1
  90. package/lib/formly/field/wrapper/section.wrapper.component.d.ts +1 -1
  91. package/lib/formly/field/wrapper/style.wrapper.component.d.ts +1 -1
  92. package/lib/formly/field/wrapper/subsection.wrapper.component.d.ts +1 -1
  93. package/lib/formly/field/wrapper/toggle.wrapper.component.d.ts +1 -1
  94. package/lib/formly/field/wrapper/working.wrapper.component.d.ts +1 -1
  95. package/lib/formly/formly.context.directive.d.ts +1 -1
  96. package/lib/formly/formly.directive.d.ts +4 -4
  97. package/lib/formly/formly.form.component.d.ts +2 -2
  98. package/lib/layout/form.spacer.component.d.ts +1 -1
  99. package/lib/validator/email.d.ts +0 -4
  100. package/package.json +12 -11
  101. package/dereekb-dbx-form.d.ts +0 -5
  102. package/esm2020/lib/formly/field/value/enum/enum.field.mjs +0 -21
  103. package/esm2020/lib/formly/field/value/enum/enum.field.module.mjs +0 -16
  104. package/esm2020/lib/formly/field/value/enum/enum.mjs +0 -2
  105. package/esm2020/lib/formly/field/value/enum/index.mjs +0 -5
  106. package/lib/formly/field/value/enum/_enum.scss +0 -28
  107. package/lib/formly/field/value/enum/enum.d.ts +0 -7
  108. package/lib/formly/field/value/enum/enum.field.d.ts +0 -20
  109. package/lib/formly/field/value/enum/enum.field.module.d.ts +0 -6
  110. package/lib/formly/field/value/enum/index.d.ts +0 -3
@@ -1,16 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class DbxFormFormlyEnumFieldModule {
4
- }
5
- DbxFormFormlyEnumFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFormFormlyEnumFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6
- DbxFormFormlyEnumFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFormFormlyEnumFieldModule });
7
- DbxFormFormlyEnumFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFormFormlyEnumFieldModule, imports: [[]] });
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DbxFormFormlyEnumFieldModule, decorators: [{
9
- type: NgModule,
10
- args: [{
11
- imports: [],
12
- declarations: [],
13
- exports: []
14
- }]
15
- }] });
16
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW51bS5maWVsZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtZm9ybS9zcmMvbGliL2Zvcm1seS9maWVsZC92YWx1ZS9lbnVtL2VudW0uZmllbGQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBT3pDLE1BQU0sT0FBTyw0QkFBNEI7O3lIQUE1Qiw0QkFBNEI7MEhBQTVCLDRCQUE0QjswSEFBNUIsNEJBQTRCLFlBSjlCLEVBQUU7MkZBSUEsNEJBQTRCO2tCQUx4QyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxFQUFFO29CQUNYLFlBQVksRUFBRSxFQUFFO29CQUNoQixPQUFPLEVBQUUsRUFBRTtpQkFDWiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtdLFxuICBkZWNsYXJhdGlvbnM6IFtdLFxuICBleHBvcnRzOiBbXVxufSlcbmV4cG9ydCBjbGFzcyBEYnhGb3JtRm9ybWx5RW51bUZpZWxkTW9kdWxlIHt9XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC1mb3JtL3NyYy9saWIvZm9ybWx5L2ZpZWxkL3ZhbHVlL2VudW0vZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBAZGVwcmVjYXRlZCB1c2UgVmFsdWVTZWxlY3Rpb25PcHRpb24gaW5zdGVhZC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBFbnVtVmFsdWVGaWVsZE9wdGlvbjxUPiB7XG4gIHZhbHVlOiBUO1xuICBsYWJlbDogc3RyaW5nO1xufVxuIl19
@@ -1,5 +0,0 @@
1
- export * from './enum';
2
- export * from './enum.field';
3
- export * from './enum.field.module';
4
- // TODO: Finish dynamic.enum before adding in
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtZm9ybS9zcmMvbGliL2Zvcm1seS9maWVsZC92YWx1ZS9lbnVtL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsUUFBUSxDQUFDO0FBQ3ZCLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMscUJBQXFCLENBQUM7QUFFcEMsNkNBQTZDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9lbnVtJztcbmV4cG9ydCAqIGZyb20gJy4vZW51bS5maWVsZCc7XG5leHBvcnQgKiBmcm9tICcuL2VudW0uZmllbGQubW9kdWxlJztcblxuLy8gVE9ETzogRmluaXNoIGR5bmFtaWMuZW51bSBiZWZvcmUgYWRkaW5nIGluXG4iXX0=
@@ -1,28 +0,0 @@
1
- @use '../../../../style/theming';
2
-
3
- // MARK: Variables
4
-
5
- // MARK: Mixin
6
- @mixin core() {
7
- }
8
-
9
- @mixin color($theme-config) {
10
- }
11
-
12
- @mixin typography($typography-config) {
13
- }
14
-
15
- @mixin theme($theme-config) {
16
- @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-form-field-value-enum') {
17
- $color: theming.get-color-config($theme-config);
18
- $typography: theming.get-typography-config($theme-config);
19
-
20
- @if $color !=null {
21
- @include color($theme-config);
22
- }
23
-
24
- @if $typography !=null {
25
- @include typography($typography);
26
- }
27
- }
28
- }
@@ -1,7 +0,0 @@
1
- /**
2
- * @deprecated use ValueSelectionOption instead.
3
- */
4
- export interface EnumValueFieldOption<T> {
5
- value: T;
6
- label: string;
7
- }
@@ -1,20 +0,0 @@
1
- import { DescriptionFieldConfig, LabeledFieldConfig } from '../../field';
2
- import { FormlyFieldConfig } from '@ngx-formly/core';
3
- import { EnumValueFieldOption } from './enum';
4
- /**
5
- * @deprecated
6
- */
7
- export interface StaticEnumFieldConfig<T> extends LabeledFieldConfig, DescriptionFieldConfig {
8
- /**
9
- * Whether or not multiple values can be selected.
10
- */
11
- multiple?: boolean;
12
- /**
13
- * Options
14
- */
15
- options: EnumValueFieldOption<T>[];
16
- }
17
- /**
18
- * @deprecated use valueSelectionField instead.
19
- */
20
- export declare function staticEnumField<T = unknown>({ key, label, placeholder, description, multiple, required, options }: StaticEnumFieldConfig<T>): FormlyFieldConfig;
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class DbxFormFormlyEnumFieldModule {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormFormlyEnumFieldModule, never>;
4
- static ɵmod: i0.ɵɵNgModuleDeclaration<DbxFormFormlyEnumFieldModule, never, never, never>;
5
- static ɵinj: i0.ɵɵInjectorDeclaration<DbxFormFormlyEnumFieldModule>;
6
- }
@@ -1,3 +0,0 @@
1
- export * from './enum';
2
- export * from './enum.field';
3
- export * from './enum.field.module';