@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.
- package/build/ts/surfaces/admin/components/StandardComponents.d.ts +1 -1
- package/build/ts/surfaces/admin/components/StandardComponents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +43 -1
- package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +43 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/surfaces/admin/components/StandardComponents.ts +1 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export type StandardComponents = 'Badge' | 'Banner' | 'Box' | 'Button' | 'Checkbox' | 'Choice' | 'ChoiceList' | 'Clickable' | 'DatePicker' | 'Divider' | 'EmailField' | 'Grid' | 'GridItem' | 'Heading' | 'Icon' | 'Image' | 'Link' | 'ListItem' | 'MoneyField' | 'NumberField' | 'Option' | 'OptionGroup' | 'OrderedList' | 'Paragraph' | 'PasswordField' | 'Section' | 'Select' | 'Spinner' | 'Stack' | 'Table' | 'TableBody' | 'TableCell' | 'TableHeader' | 'TableHeaderRow' | 'TableRow' | 'Text' | 'TextArea' | 'TextField' | 'UnorderedList' | 'URLField';
|
|
1
|
+
export type StandardComponents = 'Badge' | 'Banner' | 'Box' | 'Button' | 'Checkbox' | 'Choice' | 'ChoiceList' | 'Clickable' | 'DatePicker' | 'Divider' | 'EmailField' | 'Grid' | 'GridItem' | 'Heading' | 'Icon' | 'Image' | 'Link' | 'ListItem' | 'MoneyField' | 'NumberField' | 'Option' | 'OptionGroup' | 'OrderedList' | 'Paragraph' | 'PasswordField' | 'QueryContainer' | 'Section' | 'Select' | 'Spinner' | 'Stack' | 'Table' | 'TableBody' | 'TableCell' | 'TableHeader' | 'TableHeaderRow' | 'TableRow' | 'Text' | 'TextArea' | 'TextField' | 'UnorderedList' | 'URLField';
|
|
2
2
|
export default StandardComponents;
|
|
3
3
|
//# sourceMappingURL=StandardComponents.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StandardComponents.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/admin/components/StandardComponents.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAC1B,OAAO,GACP,QAAQ,GACR,KAAK,GACL,QAAQ,GACR,UAAU,GACV,QAAQ,GACR,YAAY,GACZ,WAAW,GACX,YAAY,GACZ,SAAS,GACT,YAAY,GACZ,MAAM,GACN,UAAU,GACV,SAAS,GACT,MAAM,GACN,OAAO,GACP,MAAM,GACN,UAAU,GACV,YAAY,GACZ,aAAa,GACb,QAAQ,GACR,aAAa,GACb,aAAa,GACb,WAAW,GACX,eAAe,GACf,SAAS,GACT,QAAQ,GACR,SAAS,GACT,OAAO,GACP,OAAO,GACP,WAAW,GACX,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,UAAU,GACV,MAAM,GACN,UAAU,GACV,WAAW,GACX,eAAe,GACf,UAAU,CAAC;AAEf,eAAe,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"StandardComponents.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/admin/components/StandardComponents.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAC1B,OAAO,GACP,QAAQ,GACR,KAAK,GACL,QAAQ,GACR,UAAU,GACV,QAAQ,GACR,YAAY,GACZ,WAAW,GACX,YAAY,GACZ,SAAS,GACT,YAAY,GACZ,MAAM,GACN,UAAU,GACV,SAAS,GACT,MAAM,GACN,OAAO,GACP,MAAM,GACN,UAAU,GACV,YAAY,GACZ,aAAa,GACb,QAAQ,GACR,aAAa,GACb,aAAa,GACb,WAAW,GACX,eAAe,GACf,gBAAgB,GAChB,SAAS,GACT,QAAQ,GACR,SAAS,GACT,OAAO,GACP,OAAO,GACP,WAAW,GACX,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,UAAU,GACV,MAAM,GACN,UAAU,GACV,WAAW,GACX,eAAe,GACf,UAAU,CAAC;AAEf,eAAe,kBAAkB,CAAC"}
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|