@dereekb/dbx-firebase 13.6.8 → 13.6.10

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.
@@ -4165,7 +4165,7 @@ class DbxFirebaseModelEntitiesPopoverButtonComponent extends AbstractPopoverRefD
4165
4165
  const config = this.config();
4166
4166
  return config?.buttonDisplay ?? { icon: config?.icon ?? 'data_object' };
4167
4167
  }, ...(ngDevMode ? [{ debugName: "buttonDisplaySignal" }] : /* istanbul ignore next */ []));
4168
- buttonStyleSignal = computed(() => this.config()?.buttonStyle, ...(ngDevMode ? [{ debugName: "buttonStyleSignal" }] : /* istanbul ignore next */ []));
4168
+ buttonStyleSignal = computed(() => this.config()?.buttonStyle ?? { type: 'icon' }, ...(ngDevMode ? [{ debugName: "buttonStyleSignal" }] : /* istanbul ignore next */ []));
4169
4169
  _makePopoverRef(origin) {
4170
4170
  if (!origin) {
4171
4171
  throw new Error('Missing origin.');