@shopify/ui-extensions 2025.10.0-rc.5 → 2025.10.0-rc.6

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 (53) hide show
  1. package/build/ts/surfaces/admin/components/StandardComponents.d.ts +1 -1
  2. package/build/ts/surfaces/admin/components/StandardComponents.d.ts.map +1 -1
  3. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +43 -1
  4. package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +43 -1
  5. package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +43 -1
  6. package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +43 -1
  7. package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +43 -1
  8. package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +43 -1
  9. package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +43 -1
  10. package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +43 -1
  11. package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +43 -1
  12. package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +43 -1
  13. package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +43 -1
  14. package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +43 -1
  15. package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +43 -1
  16. package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +43 -1
  17. package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +43 -1
  18. package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +43 -1
  19. package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +43 -1
  20. package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +43 -1
  21. package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +43 -1
  22. package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +43 -1
  23. package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +43 -1
  24. package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +43 -1
  25. package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +43 -1
  26. package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +43 -1
  27. package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +43 -1
  28. package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +43 -1
  29. package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +43 -1
  30. package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +43 -1
  31. package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +43 -1
  32. package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +43 -1
  33. package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +43 -1
  34. package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +43 -1
  35. package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +43 -1
  36. package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +43 -1
  37. package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +43 -1
  38. package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +43 -1
  39. package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +43 -1
  40. package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +43 -1
  41. package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +43 -1
  42. package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +43 -1
  43. package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +43 -1
  44. package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +43 -1
  45. package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +43 -1
  46. package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +43 -1
  47. package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +43 -1
  48. package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +43 -1
  49. package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +43 -1
  50. package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +43 -1
  51. package/build/tsconfig.tsbuildinfo +1 -1
  52. package/package.json +1 -1
  53. package/src/surfaces/admin/components/StandardComponents.ts +1 -0
@@ -1075,6 +1075,47 @@ export interface SectionProps extends Pick<
1075
1075
  declare const SectiontagName = 's-section';
1076
1076
  declare const SectionBaseClass: typeof globalThis.HTMLElement;
1077
1077
 
1078
+ declare module 'preact' {
1079
+ namespace createElement.JSX {
1080
+ interface IntrinsicElements {
1081
+ [QueryContainertagName]: Omit<
1082
+ HTMLAttributes<HTMLElement>,
1083
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
1084
+ > &
1085
+ QueryContainerJSXProps;
1086
+ }
1087
+ }
1088
+ }
1089
+
1090
+ declare global {
1091
+ interface HTMLElementTagNameMap {
1092
+ [QueryContainertagName]: QueryContainer;
1093
+ }
1094
+ }
1095
+
1096
+ export interface QueryContainerJSXProps extends Partial<QueryContainerProps$1>, Pick<QueryContainerProps$1, 'id'> {
1097
+ }
1098
+
1099
+ export interface QueryContainerProps extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {
1100
+ }
1101
+
1102
+ export interface QueryContainerClickOptions {
1103
+ /**
1104
+ * The event you want to influence the synthetic click.
1105
+ */
1106
+ sourceEvent?: QueryContainerActivationEventEsque;
1107
+ }
1108
+
1109
+ export interface QueryContainerActivationEventEsque {
1110
+ shiftKey: boolean;
1111
+ metaKey: boolean;
1112
+ ctrlKey: boolean;
1113
+ button: number;
1114
+ }
1115
+
1116
+ declare const QueryContainertagName = 's-query-container';
1117
+ declare const QueryContainerBaseClass: typeof globalThis.HTMLElement;
1118
+
1078
1119
  declare module 'preact' {
1079
1120
  namespace createElement.JSX {
1080
1121
  interface IntrinsicElements {
@@ -3433,9 +3474,10 @@ import { OptionGroup } from "../../../../../src/surfaces/admin/components/Option
3433
3474
  import { OrderedList } from "../../../../../src/surfaces/admin/components/OrderedList";
3434
3475
  import { Paragraph } from "../../../../../src/surfaces/admin/components/Paragraph";
3435
3476
  import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/admin/components/PasswordField";
3477
+ import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
3436
3478
  import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
3437
3479
  import { Select } from "../../../../../src/surfaces/admin/components/Select";
3438
- import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3480
+ import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3439
3481
  import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
3440
3482
  import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
3441
3483
  import { Table } from "../../../../../src/surfaces/admin/components/Table";
@@ -1075,6 +1075,47 @@ export interface SectionProps extends Pick<
1075
1075
  declare const SectiontagName = 's-section';
1076
1076
  declare const SectionBaseClass: typeof globalThis.HTMLElement;
1077
1077
 
1078
+ declare module 'preact' {
1079
+ namespace createElement.JSX {
1080
+ interface IntrinsicElements {
1081
+ [QueryContainertagName]: Omit<
1082
+ HTMLAttributes<HTMLElement>,
1083
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
1084
+ > &
1085
+ QueryContainerJSXProps;
1086
+ }
1087
+ }
1088
+ }
1089
+
1090
+ declare global {
1091
+ interface HTMLElementTagNameMap {
1092
+ [QueryContainertagName]: QueryContainer;
1093
+ }
1094
+ }
1095
+
1096
+ export interface QueryContainerJSXProps extends Partial<QueryContainerProps$1>, Pick<QueryContainerProps$1, 'id'> {
1097
+ }
1098
+
1099
+ export interface QueryContainerProps extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {
1100
+ }
1101
+
1102
+ export interface QueryContainerClickOptions {
1103
+ /**
1104
+ * The event you want to influence the synthetic click.
1105
+ */
1106
+ sourceEvent?: QueryContainerActivationEventEsque;
1107
+ }
1108
+
1109
+ export interface QueryContainerActivationEventEsque {
1110
+ shiftKey: boolean;
1111
+ metaKey: boolean;
1112
+ ctrlKey: boolean;
1113
+ button: number;
1114
+ }
1115
+
1116
+ declare const QueryContainertagName = 's-query-container';
1117
+ declare const QueryContainerBaseClass: typeof globalThis.HTMLElement;
1118
+
1078
1119
  declare module 'preact' {
1079
1120
  namespace createElement.JSX {
1080
1121
  interface IntrinsicElements {
@@ -3433,9 +3474,10 @@ import { OptionGroup } from "../../../../../src/surfaces/admin/components/Option
3433
3474
  import { OrderedList } from "../../../../../src/surfaces/admin/components/OrderedList";
3434
3475
  import { Paragraph } from "../../../../../src/surfaces/admin/components/Paragraph";
3435
3476
  import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/admin/components/PasswordField";
3477
+ import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
3436
3478
  import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
3437
3479
  import { Select } from "../../../../../src/surfaces/admin/components/Select";
3438
- import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3480
+ import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3439
3481
  import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
3440
3482
  import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
3441
3483
  import { Table } from "../../../../../src/surfaces/admin/components/Table";
@@ -1064,6 +1064,47 @@ export interface SectionProps extends Pick<
1064
1064
  declare const SectiontagName = 's-section';
1065
1065
  declare const SectionBaseClass: typeof globalThis.HTMLElement;
1066
1066
 
1067
+ declare module 'preact' {
1068
+ namespace createElement.JSX {
1069
+ interface IntrinsicElements {
1070
+ [QueryContainertagName]: Omit<
1071
+ HTMLAttributes<HTMLElement>,
1072
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
1073
+ > &
1074
+ QueryContainerJSXProps;
1075
+ }
1076
+ }
1077
+ }
1078
+
1079
+ declare global {
1080
+ interface HTMLElementTagNameMap {
1081
+ [QueryContainertagName]: QueryContainer;
1082
+ }
1083
+ }
1084
+
1085
+ export interface QueryContainerJSXProps extends Partial<QueryContainerProps$1>, Pick<QueryContainerProps$1, 'id'> {
1086
+ }
1087
+
1088
+ export interface QueryContainerProps extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {
1089
+ }
1090
+
1091
+ export interface QueryContainerClickOptions {
1092
+ /**
1093
+ * The event you want to influence the synthetic click.
1094
+ */
1095
+ sourceEvent?: QueryContainerActivationEventEsque;
1096
+ }
1097
+
1098
+ export interface QueryContainerActivationEventEsque {
1099
+ shiftKey: boolean;
1100
+ metaKey: boolean;
1101
+ ctrlKey: boolean;
1102
+ button: number;
1103
+ }
1104
+
1105
+ declare const QueryContainertagName = 's-query-container';
1106
+ declare const QueryContainerBaseClass: typeof globalThis.HTMLElement;
1107
+
1067
1108
  declare module 'preact' {
1068
1109
  namespace createElement.JSX {
1069
1110
  interface IntrinsicElements {
@@ -3422,9 +3463,10 @@ import { OptionGroup } from "../../../../../src/surfaces/admin/components/Option
3422
3463
  import { OrderedList } from "../../../../../src/surfaces/admin/components/OrderedList";
3423
3464
  import { Paragraph } from "../../../../../src/surfaces/admin/components/Paragraph";
3424
3465
  import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/admin/components/PasswordField";
3466
+ import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
3425
3467
  import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
3426
3468
  import { Select } from "../../../../../src/surfaces/admin/components/Select";
3427
- import { AdminPrintActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3469
+ import { AdminPrintActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3428
3470
  import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
3429
3471
  import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
3430
3472
  import { Table } from "../../../../../src/surfaces/admin/components/Table";
@@ -1075,6 +1075,47 @@ export interface SectionProps extends Pick<
1075
1075
  declare const SectiontagName = 's-section';
1076
1076
  declare const SectionBaseClass: typeof globalThis.HTMLElement;
1077
1077
 
1078
+ declare module 'preact' {
1079
+ namespace createElement.JSX {
1080
+ interface IntrinsicElements {
1081
+ [QueryContainertagName]: Omit<
1082
+ HTMLAttributes<HTMLElement>,
1083
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
1084
+ > &
1085
+ QueryContainerJSXProps;
1086
+ }
1087
+ }
1088
+ }
1089
+
1090
+ declare global {
1091
+ interface HTMLElementTagNameMap {
1092
+ [QueryContainertagName]: QueryContainer;
1093
+ }
1094
+ }
1095
+
1096
+ export interface QueryContainerJSXProps extends Partial<QueryContainerProps$1>, Pick<QueryContainerProps$1, 'id'> {
1097
+ }
1098
+
1099
+ export interface QueryContainerProps extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {
1100
+ }
1101
+
1102
+ export interface QueryContainerClickOptions {
1103
+ /**
1104
+ * The event you want to influence the synthetic click.
1105
+ */
1106
+ sourceEvent?: QueryContainerActivationEventEsque;
1107
+ }
1108
+
1109
+ export interface QueryContainerActivationEventEsque {
1110
+ shiftKey: boolean;
1111
+ metaKey: boolean;
1112
+ ctrlKey: boolean;
1113
+ button: number;
1114
+ }
1115
+
1116
+ declare const QueryContainertagName = 's-query-container';
1117
+ declare const QueryContainerBaseClass: typeof globalThis.HTMLElement;
1118
+
1078
1119
  declare module 'preact' {
1079
1120
  namespace createElement.JSX {
1080
1121
  interface IntrinsicElements {
@@ -3433,9 +3474,10 @@ import { OptionGroup } from "../../../../../src/surfaces/admin/components/Option
3433
3474
  import { OrderedList } from "../../../../../src/surfaces/admin/components/OrderedList";
3434
3475
  import { Paragraph } from "../../../../../src/surfaces/admin/components/Paragraph";
3435
3476
  import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/admin/components/PasswordField";
3477
+ import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
3436
3478
  import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
3437
3479
  import { Select } from "../../../../../src/surfaces/admin/components/Select";
3438
- import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3480
+ import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3439
3481
  import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
3440
3482
  import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
3441
3483
  import { Table } from "../../../../../src/surfaces/admin/components/Table";
@@ -1116,6 +1116,47 @@ export interface SectionProps extends Pick<
1116
1116
  declare const SectiontagName = 's-section';
1117
1117
  declare const SectionBaseClass: typeof globalThis.HTMLElement;
1118
1118
 
1119
+ declare module 'preact' {
1120
+ namespace createElement.JSX {
1121
+ interface IntrinsicElements {
1122
+ [QueryContainertagName]: Omit<
1123
+ HTMLAttributes<HTMLElement>,
1124
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
1125
+ > &
1126
+ QueryContainerJSXProps;
1127
+ }
1128
+ }
1129
+ }
1130
+
1131
+ declare global {
1132
+ interface HTMLElementTagNameMap {
1133
+ [QueryContainertagName]: QueryContainer;
1134
+ }
1135
+ }
1136
+
1137
+ export interface QueryContainerJSXProps extends Partial<QueryContainerProps$1>, Pick<QueryContainerProps$1, 'id'> {
1138
+ }
1139
+
1140
+ export interface QueryContainerProps extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {
1141
+ }
1142
+
1143
+ export interface QueryContainerClickOptions {
1144
+ /**
1145
+ * The event you want to influence the synthetic click.
1146
+ */
1147
+ sourceEvent?: QueryContainerActivationEventEsque;
1148
+ }
1149
+
1150
+ export interface QueryContainerActivationEventEsque {
1151
+ shiftKey: boolean;
1152
+ metaKey: boolean;
1153
+ ctrlKey: boolean;
1154
+ button: number;
1155
+ }
1156
+
1157
+ declare const QueryContainertagName = 's-query-container';
1158
+ declare const QueryContainerBaseClass: typeof globalThis.HTMLElement;
1159
+
1119
1160
  declare module 'preact' {
1120
1161
  namespace createElement.JSX {
1121
1162
  interface IntrinsicElements {
@@ -3475,9 +3516,10 @@ import { OptionGroup } from "../../../../../src/surfaces/admin/components/Option
3475
3516
  import { OrderedList } from "../../../../../src/surfaces/admin/components/OrderedList";
3476
3517
  import { Paragraph } from "../../../../../src/surfaces/admin/components/Paragraph";
3477
3518
  import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/admin/components/PasswordField";
3519
+ import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
3478
3520
  import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
3479
3521
  import { Select } from "../../../../../src/surfaces/admin/components/Select";
3480
- import { AdminBlockProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3522
+ import { AdminBlockProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3481
3523
  import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
3482
3524
  import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
3483
3525
  import { Table } from "../../../../../src/surfaces/admin/components/Table";
@@ -1116,6 +1116,47 @@ export interface SectionProps extends Pick<
1116
1116
  declare const SectiontagName = 's-section';
1117
1117
  declare const SectionBaseClass: typeof globalThis.HTMLElement;
1118
1118
 
1119
+ declare module 'preact' {
1120
+ namespace createElement.JSX {
1121
+ interface IntrinsicElements {
1122
+ [QueryContainertagName]: Omit<
1123
+ HTMLAttributes<HTMLElement>,
1124
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
1125
+ > &
1126
+ QueryContainerJSXProps;
1127
+ }
1128
+ }
1129
+ }
1130
+
1131
+ declare global {
1132
+ interface HTMLElementTagNameMap {
1133
+ [QueryContainertagName]: QueryContainer;
1134
+ }
1135
+ }
1136
+
1137
+ export interface QueryContainerJSXProps extends Partial<QueryContainerProps$1>, Pick<QueryContainerProps$1, 'id'> {
1138
+ }
1139
+
1140
+ export interface QueryContainerProps extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {
1141
+ }
1142
+
1143
+ export interface QueryContainerClickOptions {
1144
+ /**
1145
+ * The event you want to influence the synthetic click.
1146
+ */
1147
+ sourceEvent?: QueryContainerActivationEventEsque;
1148
+ }
1149
+
1150
+ export interface QueryContainerActivationEventEsque {
1151
+ shiftKey: boolean;
1152
+ metaKey: boolean;
1153
+ ctrlKey: boolean;
1154
+ button: number;
1155
+ }
1156
+
1157
+ declare const QueryContainertagName = 's-query-container';
1158
+ declare const QueryContainerBaseClass: typeof globalThis.HTMLElement;
1159
+
1119
1160
  declare module 'preact' {
1120
1161
  namespace createElement.JSX {
1121
1162
  interface IntrinsicElements {
@@ -3475,9 +3516,10 @@ import { OptionGroup } from "../../../../../src/surfaces/admin/components/Option
3475
3516
  import { OrderedList } from "../../../../../src/surfaces/admin/components/OrderedList";
3476
3517
  import { Paragraph } from "../../../../../src/surfaces/admin/components/Paragraph";
3477
3518
  import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/admin/components/PasswordField";
3519
+ import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
3478
3520
  import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
3479
3521
  import { Select } from "../../../../../src/surfaces/admin/components/Select";
3480
- import { AdminBlockProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3522
+ import { AdminBlockProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3481
3523
  import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
3482
3524
  import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
3483
3525
  import { Table } from "../../../../../src/surfaces/admin/components/Table";
@@ -1064,6 +1064,47 @@ export interface SectionProps extends Pick<
1064
1064
  declare const SectiontagName = 's-section';
1065
1065
  declare const SectionBaseClass: typeof globalThis.HTMLElement;
1066
1066
 
1067
+ declare module 'preact' {
1068
+ namespace createElement.JSX {
1069
+ interface IntrinsicElements {
1070
+ [QueryContainertagName]: Omit<
1071
+ HTMLAttributes<HTMLElement>,
1072
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
1073
+ > &
1074
+ QueryContainerJSXProps;
1075
+ }
1076
+ }
1077
+ }
1078
+
1079
+ declare global {
1080
+ interface HTMLElementTagNameMap {
1081
+ [QueryContainertagName]: QueryContainer;
1082
+ }
1083
+ }
1084
+
1085
+ export interface QueryContainerJSXProps extends Partial<QueryContainerProps$1>, Pick<QueryContainerProps$1, 'id'> {
1086
+ }
1087
+
1088
+ export interface QueryContainerProps extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {
1089
+ }
1090
+
1091
+ export interface QueryContainerClickOptions {
1092
+ /**
1093
+ * The event you want to influence the synthetic click.
1094
+ */
1095
+ sourceEvent?: QueryContainerActivationEventEsque;
1096
+ }
1097
+
1098
+ export interface QueryContainerActivationEventEsque {
1099
+ shiftKey: boolean;
1100
+ metaKey: boolean;
1101
+ ctrlKey: boolean;
1102
+ button: number;
1103
+ }
1104
+
1105
+ declare const QueryContainertagName = 's-query-container';
1106
+ declare const QueryContainerBaseClass: typeof globalThis.HTMLElement;
1107
+
1067
1108
  declare module 'preact' {
1068
1109
  namespace createElement.JSX {
1069
1110
  interface IntrinsicElements {
@@ -3422,9 +3463,10 @@ import { OptionGroup } from "../../../../../src/surfaces/admin/components/Option
3422
3463
  import { OrderedList } from "../../../../../src/surfaces/admin/components/OrderedList";
3423
3464
  import { Paragraph } from "../../../../../src/surfaces/admin/components/Paragraph";
3424
3465
  import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/admin/components/PasswordField";
3466
+ import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
3425
3467
  import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
3426
3468
  import { Select } from "../../../../../src/surfaces/admin/components/Select";
3427
- import { AdminPrintActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3469
+ import { AdminPrintActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3428
3470
  import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
3429
3471
  import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
3430
3472
  import { Table } from "../../../../../src/surfaces/admin/components/Table";
@@ -1116,6 +1116,47 @@ export interface SectionProps extends Pick<
1116
1116
  declare const SectiontagName = 's-section';
1117
1117
  declare const SectionBaseClass: typeof globalThis.HTMLElement;
1118
1118
 
1119
+ declare module 'preact' {
1120
+ namespace createElement.JSX {
1121
+ interface IntrinsicElements {
1122
+ [QueryContainertagName]: Omit<
1123
+ HTMLAttributes<HTMLElement>,
1124
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
1125
+ > &
1126
+ QueryContainerJSXProps;
1127
+ }
1128
+ }
1129
+ }
1130
+
1131
+ declare global {
1132
+ interface HTMLElementTagNameMap {
1133
+ [QueryContainertagName]: QueryContainer;
1134
+ }
1135
+ }
1136
+
1137
+ export interface QueryContainerJSXProps extends Partial<QueryContainerProps$1>, Pick<QueryContainerProps$1, 'id'> {
1138
+ }
1139
+
1140
+ export interface QueryContainerProps extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {
1141
+ }
1142
+
1143
+ export interface QueryContainerClickOptions {
1144
+ /**
1145
+ * The event you want to influence the synthetic click.
1146
+ */
1147
+ sourceEvent?: QueryContainerActivationEventEsque;
1148
+ }
1149
+
1150
+ export interface QueryContainerActivationEventEsque {
1151
+ shiftKey: boolean;
1152
+ metaKey: boolean;
1153
+ ctrlKey: boolean;
1154
+ button: number;
1155
+ }
1156
+
1157
+ declare const QueryContainertagName = 's-query-container';
1158
+ declare const QueryContainerBaseClass: typeof globalThis.HTMLElement;
1159
+
1119
1160
  declare module 'preact' {
1120
1161
  namespace createElement.JSX {
1121
1162
  interface IntrinsicElements {
@@ -3475,9 +3516,10 @@ import { OptionGroup } from "../../../../../src/surfaces/admin/components/Option
3475
3516
  import { OrderedList } from "../../../../../src/surfaces/admin/components/OrderedList";
3476
3517
  import { Paragraph } from "../../../../../src/surfaces/admin/components/Paragraph";
3477
3518
  import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/admin/components/PasswordField";
3519
+ import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
3478
3520
  import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
3479
3521
  import { Select } from "../../../../../src/surfaces/admin/components/Select";
3480
- import { AdminBlockProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3522
+ import { AdminBlockProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3481
3523
  import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
3482
3524
  import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
3483
3525
  import { Table } from "../../../../../src/surfaces/admin/components/Table";
@@ -1075,6 +1075,47 @@ export interface SectionProps extends Pick<
1075
1075
  declare const SectiontagName = 's-section';
1076
1076
  declare const SectionBaseClass: typeof globalThis.HTMLElement;
1077
1077
 
1078
+ declare module 'preact' {
1079
+ namespace createElement.JSX {
1080
+ interface IntrinsicElements {
1081
+ [QueryContainertagName]: Omit<
1082
+ HTMLAttributes<HTMLElement>,
1083
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
1084
+ > &
1085
+ QueryContainerJSXProps;
1086
+ }
1087
+ }
1088
+ }
1089
+
1090
+ declare global {
1091
+ interface HTMLElementTagNameMap {
1092
+ [QueryContainertagName]: QueryContainer;
1093
+ }
1094
+ }
1095
+
1096
+ export interface QueryContainerJSXProps extends Partial<QueryContainerProps$1>, Pick<QueryContainerProps$1, 'id'> {
1097
+ }
1098
+
1099
+ export interface QueryContainerProps extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {
1100
+ }
1101
+
1102
+ export interface QueryContainerClickOptions {
1103
+ /**
1104
+ * The event you want to influence the synthetic click.
1105
+ */
1106
+ sourceEvent?: QueryContainerActivationEventEsque;
1107
+ }
1108
+
1109
+ export interface QueryContainerActivationEventEsque {
1110
+ shiftKey: boolean;
1111
+ metaKey: boolean;
1112
+ ctrlKey: boolean;
1113
+ button: number;
1114
+ }
1115
+
1116
+ declare const QueryContainertagName = 's-query-container';
1117
+ declare const QueryContainerBaseClass: typeof globalThis.HTMLElement;
1118
+
1078
1119
  declare module 'preact' {
1079
1120
  namespace createElement.JSX {
1080
1121
  interface IntrinsicElements {
@@ -3433,9 +3474,10 @@ import { OptionGroup } from "../../../../../src/surfaces/admin/components/Option
3433
3474
  import { OrderedList } from "../../../../../src/surfaces/admin/components/OrderedList";
3434
3475
  import { Paragraph } from "../../../../../src/surfaces/admin/components/Paragraph";
3435
3476
  import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/admin/components/PasswordField";
3477
+ import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
3436
3478
  import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
3437
3479
  import { Select } from "../../../../../src/surfaces/admin/components/Select";
3438
- import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3480
+ import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3439
3481
  import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
3440
3482
  import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
3441
3483
  import { Table } from "../../../../../src/surfaces/admin/components/Table";
@@ -1075,6 +1075,47 @@ export interface SectionProps extends Pick<
1075
1075
  declare const SectiontagName = 's-section';
1076
1076
  declare const SectionBaseClass: typeof globalThis.HTMLElement;
1077
1077
 
1078
+ declare module 'preact' {
1079
+ namespace createElement.JSX {
1080
+ interface IntrinsicElements {
1081
+ [QueryContainertagName]: Omit<
1082
+ HTMLAttributes<HTMLElement>,
1083
+ Extract<keyof HTMLAttributes<HTMLElement>, `on${Capitalize<string>}`>
1084
+ > &
1085
+ QueryContainerJSXProps;
1086
+ }
1087
+ }
1088
+ }
1089
+
1090
+ declare global {
1091
+ interface HTMLElementTagNameMap {
1092
+ [QueryContainertagName]: QueryContainer;
1093
+ }
1094
+ }
1095
+
1096
+ export interface QueryContainerJSXProps extends Partial<QueryContainerProps$1>, Pick<QueryContainerProps$1, 'id'> {
1097
+ }
1098
+
1099
+ export interface QueryContainerProps extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {
1100
+ }
1101
+
1102
+ export interface QueryContainerClickOptions {
1103
+ /**
1104
+ * The event you want to influence the synthetic click.
1105
+ */
1106
+ sourceEvent?: QueryContainerActivationEventEsque;
1107
+ }
1108
+
1109
+ export interface QueryContainerActivationEventEsque {
1110
+ shiftKey: boolean;
1111
+ metaKey: boolean;
1112
+ ctrlKey: boolean;
1113
+ button: number;
1114
+ }
1115
+
1116
+ declare const QueryContainertagName = 's-query-container';
1117
+ declare const QueryContainerBaseClass: typeof globalThis.HTMLElement;
1118
+
1078
1119
  declare module 'preact' {
1079
1120
  namespace createElement.JSX {
1080
1121
  interface IntrinsicElements {
@@ -3433,9 +3474,10 @@ import { OptionGroup } from "../../../../../src/surfaces/admin/components/Option
3433
3474
  import { OrderedList } from "../../../../../src/surfaces/admin/components/OrderedList";
3434
3475
  import { Paragraph } from "../../../../../src/surfaces/admin/components/Paragraph";
3435
3476
  import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/admin/components/PasswordField";
3477
+ import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
3436
3478
  import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
3437
3479
  import { Select } from "../../../../../src/surfaces/admin/components/Select";
3438
- import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3480
+ import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
3439
3481
  import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
3440
3482
  import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
3441
3483
  import { Table } from "../../../../../src/surfaces/admin/components/Table";