mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
chore(): add files after build
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
/* eslint-disable */
|
||||
/* tslint:disable */
|
||||
/* auto-generated vue proxies */
|
||||
import { defineContainer } from './vue-component-lib/utils';
|
||||
import { defineContainer } from '@stencil/vue-output-target/runtime';
|
||||
|
||||
import type { JSX } from '@ionic/core/components';
|
||||
import type { JSX } from '@ionic/core';
|
||||
|
||||
import { defineCustomElement as defineIonAccordion } from '@ionic/core/components/ion-accordion.js';
|
||||
import { defineCustomElement as defineIonAccordionGroup } from '@ionic/core/components/ion-accordion-group.js';
|
||||
@ -102,6 +102,9 @@ export const IonAccordionGroup = /*@__PURE__*/ defineContainer<JSX.IonAccordionG
|
||||
'expand',
|
||||
'ionChange',
|
||||
'ionValueChange'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionValueChange'
|
||||
],
|
||||
'value', 'ion-change');
|
||||
|
||||
@ -114,6 +117,8 @@ export const IonBackdrop = /*@__PURE__*/ defineContainer<JSX.IonBackdrop>('ion-b
|
||||
'tappable',
|
||||
'stopPropagation',
|
||||
'ionBackdropTap'
|
||||
], [
|
||||
'ionBackdropTap'
|
||||
]);
|
||||
|
||||
|
||||
@ -139,6 +144,10 @@ export const IonBreadcrumb = /*@__PURE__*/ defineContainer<JSX.IonBreadcrumb>('i
|
||||
'ionFocus',
|
||||
'ionBlur',
|
||||
'collapsedClick'
|
||||
], [
|
||||
'ionFocus',
|
||||
'ionBlur',
|
||||
'collapsedClick'
|
||||
]);
|
||||
|
||||
|
||||
@ -148,6 +157,8 @@ export const IonBreadcrumbs = /*@__PURE__*/ defineContainer<JSX.IonBreadcrumbs>(
|
||||
'itemsBeforeCollapse',
|
||||
'itemsAfterCollapse',
|
||||
'ionCollapsedClick'
|
||||
], [
|
||||
'ionCollapsedClick'
|
||||
]);
|
||||
|
||||
|
||||
@ -170,6 +181,9 @@ export const IonButton = /*@__PURE__*/ defineContainer<JSX.IonButton>('ion-butto
|
||||
'form',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
], [
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
]);
|
||||
|
||||
|
||||
@ -221,6 +235,11 @@ export const IonCheckbox = /*@__PURE__*/ defineContainer<JSX.IonCheckbox, JSX.Io
|
||||
'labelPlacement',
|
||||
'justify',
|
||||
'alignment',
|
||||
'required',
|
||||
'ionChange',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
@ -274,6 +293,10 @@ export const IonContent = /*@__PURE__*/ defineContainer<JSX.IonContent>('ion-con
|
||||
'ionScrollStart',
|
||||
'ionScroll',
|
||||
'ionScrollEnd'
|
||||
], [
|
||||
'ionScrollStart',
|
||||
'ionScroll',
|
||||
'ionScrollEnd'
|
||||
]);
|
||||
|
||||
|
||||
@ -315,6 +338,14 @@ export const IonDatetime = /*@__PURE__*/ defineContainer<JSX.IonDatetime, JSX.Io
|
||||
'ionBlur',
|
||||
'ionStyle',
|
||||
'ionRender'
|
||||
], [
|
||||
'ionCancel',
|
||||
'ionChange',
|
||||
'ionValueChange',
|
||||
'ionFocus',
|
||||
'ionBlur',
|
||||
'ionStyle',
|
||||
'ionRender'
|
||||
],
|
||||
'value', 'ion-change');
|
||||
|
||||
@ -351,6 +382,9 @@ export const IonFabButton = /*@__PURE__*/ defineContainer<JSX.IonFabButton>('ion
|
||||
'closeIcon',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
], [
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
]);
|
||||
|
||||
|
||||
@ -383,6 +417,10 @@ export const IonImg = /*@__PURE__*/ defineContainer<JSX.IonImg>('ion-img', defin
|
||||
'ionImgWillLoad',
|
||||
'ionImgDidLoad',
|
||||
'ionError'
|
||||
], [
|
||||
'ionImgWillLoad',
|
||||
'ionImgDidLoad',
|
||||
'ionError'
|
||||
]);
|
||||
|
||||
|
||||
@ -391,6 +429,8 @@ export const IonInfiniteScroll = /*@__PURE__*/ defineContainer<JSX.IonInfiniteSc
|
||||
'disabled',
|
||||
'position',
|
||||
'ionInfinite'
|
||||
], [
|
||||
'ionInfinite'
|
||||
]);
|
||||
|
||||
|
||||
@ -439,6 +479,11 @@ export const IonInput = /*@__PURE__*/ defineContainer<JSX.IonInput, JSX.IonInput
|
||||
'ionChange',
|
||||
'ionBlur',
|
||||
'ionFocus'
|
||||
], [
|
||||
'ionInput',
|
||||
'ionChange',
|
||||
'ionBlur',
|
||||
'ionFocus'
|
||||
],
|
||||
'value', 'ion-input');
|
||||
|
||||
@ -492,12 +537,16 @@ export const IonItemOption = /*@__PURE__*/ defineContainer<JSX.IonItemOption>('i
|
||||
export const IonItemOptions = /*@__PURE__*/ defineContainer<JSX.IonItemOptions>('ion-item-options', defineIonItemOptions, [
|
||||
'side',
|
||||
'ionSwipe'
|
||||
], [
|
||||
'ionSwipe'
|
||||
]);
|
||||
|
||||
|
||||
export const IonItemSliding = /*@__PURE__*/ defineContainer<JSX.IonItemSliding>('ion-item-sliding', defineIonItemSliding, [
|
||||
'disabled',
|
||||
'ionDrag'
|
||||
], [
|
||||
'ionDrag'
|
||||
]);
|
||||
|
||||
|
||||
@ -506,6 +555,9 @@ export const IonLabel = /*@__PURE__*/ defineContainer<JSX.IonLabel>('ion-label',
|
||||
'position',
|
||||
'ionColor',
|
||||
'ionStyle'
|
||||
], [
|
||||
'ionColor',
|
||||
'ionStyle'
|
||||
]);
|
||||
|
||||
|
||||
@ -534,6 +586,12 @@ export const IonMenu = /*@__PURE__*/ defineContainer<JSX.IonMenu>('ion-menu', de
|
||||
'ionDidOpen',
|
||||
'ionDidClose',
|
||||
'ionMenuChange'
|
||||
], [
|
||||
'ionWillOpen',
|
||||
'ionWillClose',
|
||||
'ionDidOpen',
|
||||
'ionDidClose',
|
||||
'ionMenuChange'
|
||||
]);
|
||||
|
||||
|
||||
@ -562,6 +620,10 @@ export const IonNav = /*@__PURE__*/ defineContainer<JSX.IonNav>('ion-nav', defin
|
||||
'ionNavWillLoad',
|
||||
'ionNavWillChange',
|
||||
'ionNavDidChange'
|
||||
], [
|
||||
'ionNavWillLoad',
|
||||
'ionNavWillChange',
|
||||
'ionNavDidChange'
|
||||
]);
|
||||
|
||||
|
||||
@ -580,6 +642,8 @@ export const IonNote = /*@__PURE__*/ defineContainer<JSX.IonNote>('ion-note', de
|
||||
|
||||
export const IonPicker = /*@__PURE__*/ defineContainer<JSX.IonPicker>('ion-picker', defineIonPicker, [
|
||||
'ionInputModeChange'
|
||||
], [
|
||||
'ionInputModeChange'
|
||||
]);
|
||||
|
||||
|
||||
@ -589,6 +653,8 @@ export const IonPickerColumn = /*@__PURE__*/ defineContainer<JSX.IonPickerColumn
|
||||
'color',
|
||||
'numericInput',
|
||||
'ionChange'
|
||||
], [
|
||||
'ionChange'
|
||||
]);
|
||||
|
||||
|
||||
@ -618,6 +684,9 @@ export const IonRadio = /*@__PURE__*/ defineContainer<JSX.IonRadio, JSX.IonRadio
|
||||
'alignment',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
], [
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
],
|
||||
'value', 'ion-change');
|
||||
|
||||
@ -629,6 +698,9 @@ export const IonRadioGroup = /*@__PURE__*/ defineContainer<JSX.IonRadioGroup, JS
|
||||
'value',
|
||||
'ionChange',
|
||||
'ionValueChange'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionValueChange'
|
||||
],
|
||||
'value', 'ion-change');
|
||||
|
||||
@ -656,6 +728,13 @@ export const IonRange = /*@__PURE__*/ defineContainer<JSX.IonRange, JSX.IonRange
|
||||
'ionBlur',
|
||||
'ionKnobMoveStart',
|
||||
'ionKnobMoveEnd'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionInput',
|
||||
'ionFocus',
|
||||
'ionBlur',
|
||||
'ionKnobMoveStart',
|
||||
'ionKnobMoveEnd'
|
||||
],
|
||||
'value', 'ion-input');
|
||||
|
||||
@ -670,6 +749,10 @@ export const IonRefresher = /*@__PURE__*/ defineContainer<JSX.IonRefresher>('ion
|
||||
'ionRefresh',
|
||||
'ionPull',
|
||||
'ionStart'
|
||||
], [
|
||||
'ionRefresh',
|
||||
'ionPull',
|
||||
'ionStart'
|
||||
]);
|
||||
|
||||
|
||||
@ -687,6 +770,8 @@ export const IonReorder = /*@__PURE__*/ defineContainer<JSX.IonReorder>('ion-reo
|
||||
export const IonReorderGroup = /*@__PURE__*/ defineContainer<JSX.IonReorderGroup>('ion-reorder-group', defineIonReorderGroup, [
|
||||
'disabled',
|
||||
'ionItemReorder'
|
||||
], [
|
||||
'ionItemReorder'
|
||||
]);
|
||||
|
||||
|
||||
@ -728,6 +813,14 @@ export const IonSearchbar = /*@__PURE__*/ defineContainer<JSX.IonSearchbar, JSX.
|
||||
'ionBlur',
|
||||
'ionFocus',
|
||||
'ionStyle'
|
||||
], [
|
||||
'ionInput',
|
||||
'ionChange',
|
||||
'ionCancel',
|
||||
'ionClear',
|
||||
'ionBlur',
|
||||
'ionFocus',
|
||||
'ionStyle'
|
||||
],
|
||||
'value', 'ion-input');
|
||||
|
||||
@ -742,6 +835,10 @@ export const IonSegment = /*@__PURE__*/ defineContainer<JSX.IonSegment, JSX.IonS
|
||||
'ionChange',
|
||||
'ionSelect',
|
||||
'ionStyle'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionSelect',
|
||||
'ionStyle'
|
||||
],
|
||||
'value', 'ion-change');
|
||||
|
||||
@ -752,7 +849,7 @@ export const IonSegmentButton = /*@__PURE__*/ defineContainer<JSX.IonSegmentButt
|
||||
'layout',
|
||||
'type',
|
||||
'value'
|
||||
],
|
||||
], [],
|
||||
'value', 'ion-change');
|
||||
|
||||
|
||||
@ -762,6 +859,8 @@ export const IonSegmentContent = /*@__PURE__*/ defineContainer<JSX.IonSegmentCon
|
||||
export const IonSegmentView = /*@__PURE__*/ defineContainer<JSX.IonSegmentView>('ion-segment-view', defineIonSegmentView, [
|
||||
'disabled',
|
||||
'ionSegmentViewScroll'
|
||||
], [
|
||||
'ionSegmentViewScroll'
|
||||
]);
|
||||
|
||||
|
||||
@ -791,6 +890,13 @@ export const IonSelect = /*@__PURE__*/ defineContainer<JSX.IonSelect, JSX.IonSel
|
||||
'ionFocus',
|
||||
'ionBlur',
|
||||
'ionStyle'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionCancel',
|
||||
'ionDismiss',
|
||||
'ionFocus',
|
||||
'ionBlur',
|
||||
'ionStyle'
|
||||
],
|
||||
'value', 'ion-change');
|
||||
|
||||
@ -811,6 +917,8 @@ export const IonSelectOption = /*@__PURE__*/ defineContainer<JSX.IonSelectOption
|
||||
export const IonSkeletonText = /*@__PURE__*/ defineContainer<JSX.IonSkeletonText>('ion-skeleton-text', defineIonSkeletonText, [
|
||||
'animated',
|
||||
'ionStyle'
|
||||
], [
|
||||
'ionStyle'
|
||||
]);
|
||||
|
||||
|
||||
@ -827,6 +935,8 @@ export const IonSplitPane = /*@__PURE__*/ defineContainer<JSX.IonSplitPane>('ion
|
||||
'disabled',
|
||||
'when',
|
||||
'ionSplitPaneVisible'
|
||||
], [
|
||||
'ionSplitPaneVisible'
|
||||
]);
|
||||
|
||||
|
||||
@ -876,6 +986,11 @@ export const IonTextarea = /*@__PURE__*/ defineContainer<JSX.IonTextarea, JSX.Io
|
||||
'ionInput',
|
||||
'ionBlur',
|
||||
'ionFocus'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionInput',
|
||||
'ionBlur',
|
||||
'ionFocus'
|
||||
],
|
||||
'value', 'ion-input');
|
||||
|
||||
@ -887,6 +1002,8 @@ export const IonTitle = /*@__PURE__*/ defineContainer<JSX.IonTitle>('ion-title',
|
||||
'color',
|
||||
'size',
|
||||
'ionStyle'
|
||||
], [
|
||||
'ionStyle'
|
||||
]);
|
||||
|
||||
|
||||
@ -903,6 +1020,10 @@ export const IonToggle = /*@__PURE__*/ defineContainer<JSX.IonToggle, JSX.IonTog
|
||||
'ionChange',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
],
|
||||
'checked', 'ion-change');
|
||||
|
||||
|
Reference in New Issue
Block a user