@theseam/ui-common 0.4.9 → 0.4.11

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/buttons/badge-button/badge-button.component.d.ts +7 -7
  2. package/buttons/button/button.component.d.ts +6 -6
  3. package/buttons/buttons.module.d.ts +1 -1
  4. package/buttons/progress-circle-button/progress-circle-button.component.d.ts +4 -4
  5. package/buttons/toggle-button/toggle-button.component.d.ts +4 -4
  6. package/datatable/datatable-action-menu/datatable-action-menu.component.d.ts +7 -2
  7. package/datatable/datatable-action-menu-item/datatable-action-menu-item.component.d.ts +3 -1
  8. package/esm2020/buttons/badge-button/badge-button.component.mjs +10 -10
  9. package/esm2020/buttons/button/button.component.mjs +9 -9
  10. package/esm2020/buttons/buttons.module.mjs +29 -29
  11. package/esm2020/buttons/progress-circle-button/progress-circle-button.component.mjs +10 -10
  12. package/esm2020/buttons/toggle-button/toggle-button.component.mjs +8 -8
  13. package/esm2020/carousel/carousel.component.mjs +2 -2
  14. package/esm2020/datatable/datatable-action-menu/datatable-action-menu.component.mjs +17 -5
  15. package/esm2020/datatable/datatable-action-menu-item/datatable-action-menu-item.component.mjs +4 -2
  16. package/esm2020/datatable/datatable-column-preferences-button/datatable-column-preferences-button.component.mjs +1 -1
  17. package/esm2020/datatable/datatable-export-button/datatable-export-button.component.mjs +1 -1
  18. package/esm2020/datatable-dynamic/datatable-dynamic-action-menu/datatable-dynamic-action-menu.component.mjs +1 -1
  19. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.component.mjs +1 -1
  20. package/esm2020/framework/schema-form-controls/schema-form-submit-split/schema-form-submit-split.component.mjs +1 -1
  21. package/esm2020/framework/side-nav/side-nav-item/side-nav-item.component.mjs +11 -3
  22. package/esm2020/framework/side-nav/side-nav.component.mjs +29 -4
  23. package/esm2020/framework/side-nav/side-nav.models.mjs +1 -1
  24. package/esm2020/framework/top-bar/top-bar.component.mjs +1 -1
  25. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.mjs +3 -3
  26. package/esm2020/loading/loading/loading.component.mjs +5 -5
  27. package/esm2020/loading/loading-overlay.service.mjs +3 -3
  28. package/esm2020/loading/loading.module.mjs +6 -6
  29. package/esm2020/menu/menu-toggle.directive.mjs +16 -4
  30. package/esm2020/services/preferences/preferences-accessor.mjs +1 -1
  31. package/esm2020/services/preferences/preferences-manager.service.mjs +1 -1
  32. package/esm2020/services/preferences/preferences-record.mjs +1 -1
  33. package/esm2020/services/preferences/preferences.models.mjs +1 -1
  34. package/esm2020/story-helpers/arg-type-helpers.mjs +5 -9
  35. package/esm2020/story-helpers/story-preferences-accessor.service.mjs +1 -1
  36. package/esm2020/testing/get-harness.mjs +8 -2
  37. package/esm2020/testing/story-expect.mjs +3 -2
  38. package/esm2020/toggle-edit/toggle-edit.component.mjs +1 -1
  39. package/esm2020/utils/geo-json/coerce-feature-collection.mjs +1 -1
  40. package/esm2020/utils/geo-json/is-feature-collection.validator.mjs +1 -1
  41. package/esm2020/utils/geo-json/is-only-geometry-types.mjs +1 -1
  42. package/esm2020/utils/geo-json/merge-polygons.mjs +1 -1
  43. package/esm2020/utils/geo-json/no-inner-rings.validator.mjs +1 -1
  44. package/esm2020/utils/geo-json/split-multi-polygons.mjs +1 -1
  45. package/esm2020/widget/preferences/widget-preferences.models.mjs +1 -1
  46. package/esm2020/widget/preferences/widget-preferences.service.mjs +1 -1
  47. package/esm2020/widget/preferences/widget-preferences.token.mjs +1 -1
  48. package/esm2020/widget/widget/widget.component.mjs +3 -3
  49. package/esm2020/widget/widget.models.mjs +1 -1
  50. package/fesm2015/theseam-ui-common-buttons.mjs +55 -55
  51. package/fesm2015/theseam-ui-common-buttons.mjs.map +1 -1
  52. package/fesm2015/theseam-ui-common-carousel.mjs +1 -1
  53. package/fesm2015/theseam-ui-common-carousel.mjs.map +1 -1
  54. package/fesm2015/theseam-ui-common-datatable-dynamic.mjs +1 -1
  55. package/fesm2015/theseam-ui-common-datatable-dynamic.mjs.map +1 -1
  56. package/fesm2015/theseam-ui-common-datatable.mjs +21 -10
  57. package/fesm2015/theseam-ui-common-datatable.mjs.map +1 -1
  58. package/fesm2015/theseam-ui-common-framework.mjs +42 -9
  59. package/fesm2015/theseam-ui-common-framework.mjs.map +1 -1
  60. package/fesm2015/theseam-ui-common-google-maps.mjs +2 -2
  61. package/fesm2015/theseam-ui-common-google-maps.mjs.map +1 -1
  62. package/fesm2015/theseam-ui-common-loading.mjs +10 -10
  63. package/fesm2015/theseam-ui-common-loading.mjs.map +1 -1
  64. package/fesm2015/theseam-ui-common-menu.mjs +15 -4
  65. package/fesm2015/theseam-ui-common-menu.mjs.map +1 -1
  66. package/fesm2015/theseam-ui-common-services.mjs.map +1 -1
  67. package/fesm2015/theseam-ui-common-story-helpers.mjs +4 -8
  68. package/fesm2015/theseam-ui-common-story-helpers.mjs.map +1 -1
  69. package/fesm2015/theseam-ui-common-testing.mjs +9 -2
  70. package/fesm2015/theseam-ui-common-testing.mjs.map +1 -1
  71. package/fesm2015/theseam-ui-common-toggle-edit.mjs +1 -1
  72. package/fesm2015/theseam-ui-common-toggle-edit.mjs.map +1 -1
  73. package/fesm2015/theseam-ui-common-utils.mjs.map +1 -1
  74. package/fesm2015/theseam-ui-common-widget.mjs +2 -2
  75. package/fesm2015/theseam-ui-common-widget.mjs.map +1 -1
  76. package/fesm2020/theseam-ui-common-buttons.mjs +55 -55
  77. package/fesm2020/theseam-ui-common-buttons.mjs.map +1 -1
  78. package/fesm2020/theseam-ui-common-carousel.mjs +1 -1
  79. package/fesm2020/theseam-ui-common-carousel.mjs.map +1 -1
  80. package/fesm2020/theseam-ui-common-datatable-dynamic.mjs +1 -1
  81. package/fesm2020/theseam-ui-common-datatable-dynamic.mjs.map +1 -1
  82. package/fesm2020/theseam-ui-common-datatable.mjs +20 -9
  83. package/fesm2020/theseam-ui-common-datatable.mjs.map +1 -1
  84. package/fesm2020/theseam-ui-common-framework.mjs +41 -8
  85. package/fesm2020/theseam-ui-common-framework.mjs.map +1 -1
  86. package/fesm2020/theseam-ui-common-google-maps.mjs +2 -2
  87. package/fesm2020/theseam-ui-common-google-maps.mjs.map +1 -1
  88. package/fesm2020/theseam-ui-common-loading.mjs +10 -10
  89. package/fesm2020/theseam-ui-common-loading.mjs.map +1 -1
  90. package/fesm2020/theseam-ui-common-menu.mjs +15 -4
  91. package/fesm2020/theseam-ui-common-menu.mjs.map +1 -1
  92. package/fesm2020/theseam-ui-common-services.mjs.map +1 -1
  93. package/fesm2020/theseam-ui-common-story-helpers.mjs +4 -8
  94. package/fesm2020/theseam-ui-common-story-helpers.mjs.map +1 -1
  95. package/fesm2020/theseam-ui-common-testing.mjs +9 -2
  96. package/fesm2020/theseam-ui-common-testing.mjs.map +1 -1
  97. package/fesm2020/theseam-ui-common-toggle-edit.mjs +1 -1
  98. package/fesm2020/theseam-ui-common-toggle-edit.mjs.map +1 -1
  99. package/fesm2020/theseam-ui-common-utils.mjs.map +1 -1
  100. package/fesm2020/theseam-ui-common-widget.mjs +2 -2
  101. package/fesm2020/theseam-ui-common-widget.mjs.map +1 -1
  102. package/framework/side-nav/side-nav-item/side-nav-item.component.d.ts +5 -2
  103. package/framework/side-nav/side-nav.component.d.ts +6 -2
  104. package/framework/side-nav/side-nav.models.d.ts +12 -0
  105. package/loading/loading/loading.component.d.ts +3 -3
  106. package/loading/loading.module.d.ts +1 -1
  107. package/menu/menu-toggle.directive.d.ts +4 -1
  108. package/package.json +1 -1
  109. package/testing/get-harness.d.ts +2 -2
  110. package/testing/story-expect.d.ts +1 -0
@@ -1839,13 +1839,13 @@ class TheSeamGoogleMapsPlacesAutoCompleteComponent {
1839
1839
  }
1840
1840
  }
1841
1841
  TheSeamGoogleMapsPlacesAutoCompleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsPlacesAutoCompleteComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
1842
- TheSeamGoogleMapsPlacesAutoCompleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamGoogleMapsPlacesAutoCompleteComponent, selector: "seam-google-maps-places-autocomplete", inputs: { label: "label", icon: "icon", disabled: "disabled", placeholder: "placeholder", autocorrect: "autocorrect", autocapitalize: "autocapitalize", tabIndex: "tabIndex", options: "options" }, outputs: { placeChanged: "placeChanged" }, host: { listeners: { "click": "_onClick(event)", "focus": "_onFocus($event)" }, properties: { "attr.tabindex": "this._attrTabIndex" } }, viewQueries: [{ propertyName: "_inputDirective", first: true, predicate: ["inp"], descendants: true, read: InputDirective, static: true }, { propertyName: "__autocompleteDirective", first: true, predicate: TheSeamGoogleMapsPlacesAutocompleteDirective, descendants: true, static: true }], exportAs: ["seamGoogleMapsPlacesAutoComplete"], ngImport: i0, template: "<div *ngIf=\"icon\" class=\"search-container--icon-wrapper\">\r\n <seam-icon [icon]=\"icon\" class=\"text-muted\" size=\"lg\"></seam-icon>\r\n</div>\r\n<label *ngIf=\"label || placeholder\" [attr.for]=\"inp.id\" class=\"sr-only\">{{ label || placeholder }}</label>\r\n<input #inp=\"seamInput\"\r\n seamInput\r\n seamGoogleMapsPlacesAutocomplete\r\n [disabled]=\"disabled\"\r\n [attr.placeholder]=\"placeholder\"\r\n [attr.autocorrect]=\"autocorrect\"\r\n [attr.autocapitalize]=\"autocapitalize\"\r\n [options]=\"_options\"\r\n/>\r\n", styles: [":host{position:relative;width:100%}:host>input{padding-left:40px}:host .search-container--icon-wrapper{position:absolute;top:6px;left:10px;bottom:0}:host .search-container--icon-wrapper ::ng-deep .svg-inline--fa{vertical-align:middle}\n"], dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }, { kind: "directive", type: i3.InputDirective, selector: "input[seamInput], textarea[seamInput], ng-select[seamInput], seam-checkbox[seamInput] [ngbRadioGroup], seam-tel-input[seamInput], quill-editor[seamInput], seam-google-maps[seamInput]", inputs: ["seamInputSize", "id", "type", "placeholder", "required", "disabled", "readonly"], exportAs: ["seamInput"] }, { kind: "directive", type: TheSeamGoogleMapsPlacesAutocompleteDirective, selector: "input[seamGoogleMapsPlacesAutocomplete]", inputs: ["options"], outputs: ["placeChanged"], exportAs: ["seamGoogleMapsPlacesAutocomplete"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1842
+ TheSeamGoogleMapsPlacesAutoCompleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamGoogleMapsPlacesAutoCompleteComponent, selector: "seam-google-maps-places-autocomplete", inputs: { label: "label", icon: "icon", disabled: "disabled", placeholder: "placeholder", autocorrect: "autocorrect", autocapitalize: "autocapitalize", tabIndex: "tabIndex", options: "options" }, outputs: { placeChanged: "placeChanged" }, host: { listeners: { "click": "_onClick(event)", "focus": "_onFocus($event)" }, properties: { "attr.tabindex": "this._attrTabIndex" } }, viewQueries: [{ propertyName: "_inputDirective", first: true, predicate: ["inp"], descendants: true, read: InputDirective, static: true }, { propertyName: "__autocompleteDirective", first: true, predicate: TheSeamGoogleMapsPlacesAutocompleteDirective, descendants: true, static: true }], exportAs: ["seamGoogleMapsPlacesAutoComplete"], ngImport: i0, template: "<div *ngIf=\"icon\" class=\"search-container--icon-wrapper\">\n <seam-icon [icon]=\"icon\" class=\"text-muted\" size=\"lg\"></seam-icon>\n</div>\n<label *ngIf=\"label || placeholder\" [attr.for]=\"inp.id\" class=\"sr-only\">{{ label || placeholder }}</label>\n<input #inp=\"seamInput\"\n seamInput\n seamGoogleMapsPlacesAutocomplete\n [disabled]=\"disabled\"\n [attr.placeholder]=\"placeholder\"\n [attr.autocorrect]=\"autocorrect\"\n [attr.autocapitalize]=\"autocapitalize\"\n [options]=\"_options\"\n/>\n", styles: [":host{position:relative;width:100%}:host>input{padding-left:40px}:host .search-container--icon-wrapper{position:absolute;top:6px;left:10px;bottom:0}:host .search-container--icon-wrapper ::ng-deep .svg-inline--fa{vertical-align:middle}\n"], dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }, { kind: "directive", type: i3.InputDirective, selector: "input[seamInput], textarea[seamInput], ng-select[seamInput], seam-checkbox[seamInput] [ngbRadioGroup], seam-tel-input[seamInput], quill-editor[seamInput], seam-google-maps[seamInput]", inputs: ["seamInputSize", "id", "type", "placeholder", "required", "disabled", "readonly"], exportAs: ["seamInput"] }, { kind: "directive", type: TheSeamGoogleMapsPlacesAutocompleteDirective, selector: "input[seamGoogleMapsPlacesAutocomplete]", inputs: ["options"], outputs: ["placeChanged"], exportAs: ["seamGoogleMapsPlacesAutocomplete"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1843
1843
  __decorate([
1844
1844
  InputBoolean()
1845
1845
  ], TheSeamGoogleMapsPlacesAutoCompleteComponent.prototype, "disabled", void 0);
1846
1846
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsPlacesAutoCompleteComponent, decorators: [{
1847
1847
  type: Component,
1848
- args: [{ selector: 'seam-google-maps-places-autocomplete', changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'seamGoogleMapsPlacesAutoComplete', template: "<div *ngIf=\"icon\" class=\"search-container--icon-wrapper\">\r\n <seam-icon [icon]=\"icon\" class=\"text-muted\" size=\"lg\"></seam-icon>\r\n</div>\r\n<label *ngIf=\"label || placeholder\" [attr.for]=\"inp.id\" class=\"sr-only\">{{ label || placeholder }}</label>\r\n<input #inp=\"seamInput\"\r\n seamInput\r\n seamGoogleMapsPlacesAutocomplete\r\n [disabled]=\"disabled\"\r\n [attr.placeholder]=\"placeholder\"\r\n [attr.autocorrect]=\"autocorrect\"\r\n [attr.autocapitalize]=\"autocapitalize\"\r\n [options]=\"_options\"\r\n/>\r\n", styles: [":host{position:relative;width:100%}:host>input{padding-left:40px}:host .search-container--icon-wrapper{position:absolute;top:6px;left:10px;bottom:0}:host .search-container--icon-wrapper ::ng-deep .svg-inline--fa{vertical-align:middle}\n"] }]
1848
+ args: [{ selector: 'seam-google-maps-places-autocomplete', changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'seamGoogleMapsPlacesAutoComplete', template: "<div *ngIf=\"icon\" class=\"search-container--icon-wrapper\">\n <seam-icon [icon]=\"icon\" class=\"text-muted\" size=\"lg\"></seam-icon>\n</div>\n<label *ngIf=\"label || placeholder\" [attr.for]=\"inp.id\" class=\"sr-only\">{{ label || placeholder }}</label>\n<input #inp=\"seamInput\"\n seamInput\n seamGoogleMapsPlacesAutocomplete\n [disabled]=\"disabled\"\n [attr.placeholder]=\"placeholder\"\n [attr.autocorrect]=\"autocorrect\"\n [attr.autocapitalize]=\"autocapitalize\"\n [options]=\"_options\"\n/>\n", styles: [":host{position:relative;width:100%}:host>input{padding-left:40px}:host .search-container--icon-wrapper{position:absolute;top:6px;left:10px;bottom:0}:host .search-container--icon-wrapper ::ng-deep .svg-inline--fa{vertical-align:middle}\n"] }]
1849
1849
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { label: [{
1850
1850
  type: Input
1851
1851
  }], icon: [{