mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +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'
|
||||
]);
|
||||
|
||||
|
||||
@ -224,6 +238,10 @@ export const IonCheckbox = /*@__PURE__*/ defineContainer<JSX.IonCheckbox, JSX.Io
|
||||
'ionChange',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
],
|
||||
'checked', 'ion-change');
|
||||
|
||||
@ -274,6 +292,10 @@ export const IonContent = /*@__PURE__*/ defineContainer<JSX.IonContent>('ion-con
|
||||
'ionScrollStart',
|
||||
'ionScroll',
|
||||
'ionScrollEnd'
|
||||
], [
|
||||
'ionScrollStart',
|
||||
'ionScroll',
|
||||
'ionScrollEnd'
|
||||
]);
|
||||
|
||||
|
||||
@ -315,6 +337,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 +381,9 @@ export const IonFabButton = /*@__PURE__*/ defineContainer<JSX.IonFabButton>('ion
|
||||
'closeIcon',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
], [
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
]);
|
||||
|
||||
|
||||
@ -383,6 +416,10 @@ export const IonImg = /*@__PURE__*/ defineContainer<JSX.IonImg>('ion-img', defin
|
||||
'ionImgWillLoad',
|
||||
'ionImgDidLoad',
|
||||
'ionError'
|
||||
], [
|
||||
'ionImgWillLoad',
|
||||
'ionImgDidLoad',
|
||||
'ionError'
|
||||
]);
|
||||
|
||||
|
||||
@ -391,6 +428,8 @@ export const IonInfiniteScroll = /*@__PURE__*/ defineContainer<JSX.IonInfiniteSc
|
||||
'disabled',
|
||||
'position',
|
||||
'ionInfinite'
|
||||
], [
|
||||
'ionInfinite'
|
||||
]);
|
||||
|
||||
|
||||
@ -439,6 +478,11 @@ export const IonInput = /*@__PURE__*/ defineContainer<JSX.IonInput, JSX.IonInput
|
||||
'ionChange',
|
||||
'ionBlur',
|
||||
'ionFocus'
|
||||
], [
|
||||
'ionInput',
|
||||
'ionChange',
|
||||
'ionBlur',
|
||||
'ionFocus'
|
||||
],
|
||||
'value', 'ion-input');
|
||||
|
||||
@ -492,12 +536,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 +554,9 @@ export const IonLabel = /*@__PURE__*/ defineContainer<JSX.IonLabel>('ion-label',
|
||||
'position',
|
||||
'ionColor',
|
||||
'ionStyle'
|
||||
], [
|
||||
'ionColor',
|
||||
'ionStyle'
|
||||
]);
|
||||
|
||||
|
||||
@ -534,6 +585,12 @@ export const IonMenu = /*@__PURE__*/ defineContainer<JSX.IonMenu>('ion-menu', de
|
||||
'ionDidOpen',
|
||||
'ionDidClose',
|
||||
'ionMenuChange'
|
||||
], [
|
||||
'ionWillOpen',
|
||||
'ionWillClose',
|
||||
'ionDidOpen',
|
||||
'ionDidClose',
|
||||
'ionMenuChange'
|
||||
]);
|
||||
|
||||
|
||||
@ -562,6 +619,10 @@ export const IonNav = /*@__PURE__*/ defineContainer<JSX.IonNav>('ion-nav', defin
|
||||
'ionNavWillLoad',
|
||||
'ionNavWillChange',
|
||||
'ionNavDidChange'
|
||||
], [
|
||||
'ionNavWillLoad',
|
||||
'ionNavWillChange',
|
||||
'ionNavDidChange'
|
||||
]);
|
||||
|
||||
|
||||
@ -580,6 +641,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 +652,8 @@ export const IonPickerColumn = /*@__PURE__*/ defineContainer<JSX.IonPickerColumn
|
||||
'color',
|
||||
'numericInput',
|
||||
'ionChange'
|
||||
], [
|
||||
'ionChange'
|
||||
]);
|
||||
|
||||
|
||||
@ -618,6 +683,9 @@ export const IonRadio = /*@__PURE__*/ defineContainer<JSX.IonRadio, JSX.IonRadio
|
||||
'alignment',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
], [
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
],
|
||||
'value', 'ion-change');
|
||||
|
||||
@ -629,6 +697,9 @@ export const IonRadioGroup = /*@__PURE__*/ defineContainer<JSX.IonRadioGroup, JS
|
||||
'value',
|
||||
'ionChange',
|
||||
'ionValueChange'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionValueChange'
|
||||
],
|
||||
'value', 'ion-change');
|
||||
|
||||
@ -656,6 +727,13 @@ export const IonRange = /*@__PURE__*/ defineContainer<JSX.IonRange, JSX.IonRange
|
||||
'ionBlur',
|
||||
'ionKnobMoveStart',
|
||||
'ionKnobMoveEnd'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionInput',
|
||||
'ionFocus',
|
||||
'ionBlur',
|
||||
'ionKnobMoveStart',
|
||||
'ionKnobMoveEnd'
|
||||
],
|
||||
'value', 'ion-input');
|
||||
|
||||
@ -670,6 +748,10 @@ export const IonRefresher = /*@__PURE__*/ defineContainer<JSX.IonRefresher>('ion
|
||||
'ionRefresh',
|
||||
'ionPull',
|
||||
'ionStart'
|
||||
], [
|
||||
'ionRefresh',
|
||||
'ionPull',
|
||||
'ionStart'
|
||||
]);
|
||||
|
||||
|
||||
@ -687,6 +769,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 +812,14 @@ export const IonSearchbar = /*@__PURE__*/ defineContainer<JSX.IonSearchbar, JSX.
|
||||
'ionBlur',
|
||||
'ionFocus',
|
||||
'ionStyle'
|
||||
], [
|
||||
'ionInput',
|
||||
'ionChange',
|
||||
'ionCancel',
|
||||
'ionClear',
|
||||
'ionBlur',
|
||||
'ionFocus',
|
||||
'ionStyle'
|
||||
],
|
||||
'value', 'ion-input');
|
||||
|
||||
@ -742,6 +834,10 @@ export const IonSegment = /*@__PURE__*/ defineContainer<JSX.IonSegment, JSX.IonS
|
||||
'ionChange',
|
||||
'ionSelect',
|
||||
'ionStyle'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionSelect',
|
||||
'ionStyle'
|
||||
],
|
||||
'value', 'ion-change');
|
||||
|
||||
@ -752,7 +848,7 @@ export const IonSegmentButton = /*@__PURE__*/ defineContainer<JSX.IonSegmentButt
|
||||
'layout',
|
||||
'type',
|
||||
'value'
|
||||
],
|
||||
], [],
|
||||
'value', 'ion-change');
|
||||
|
||||
|
||||
@ -762,6 +858,8 @@ export const IonSegmentContent = /*@__PURE__*/ defineContainer<JSX.IonSegmentCon
|
||||
export const IonSegmentView = /*@__PURE__*/ defineContainer<JSX.IonSegmentView>('ion-segment-view', defineIonSegmentView, [
|
||||
'disabled',
|
||||
'ionSegmentViewScroll'
|
||||
], [
|
||||
'ionSegmentViewScroll'
|
||||
]);
|
||||
|
||||
|
||||
@ -791,6 +889,13 @@ export const IonSelect = /*@__PURE__*/ defineContainer<JSX.IonSelect, JSX.IonSel
|
||||
'ionFocus',
|
||||
'ionBlur',
|
||||
'ionStyle'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionCancel',
|
||||
'ionDismiss',
|
||||
'ionFocus',
|
||||
'ionBlur',
|
||||
'ionStyle'
|
||||
],
|
||||
'value', 'ion-change');
|
||||
|
||||
@ -811,6 +916,8 @@ export const IonSelectOption = /*@__PURE__*/ defineContainer<JSX.IonSelectOption
|
||||
export const IonSkeletonText = /*@__PURE__*/ defineContainer<JSX.IonSkeletonText>('ion-skeleton-text', defineIonSkeletonText, [
|
||||
'animated',
|
||||
'ionStyle'
|
||||
], [
|
||||
'ionStyle'
|
||||
]);
|
||||
|
||||
|
||||
@ -827,6 +934,8 @@ export const IonSplitPane = /*@__PURE__*/ defineContainer<JSX.IonSplitPane>('ion
|
||||
'disabled',
|
||||
'when',
|
||||
'ionSplitPaneVisible'
|
||||
], [
|
||||
'ionSplitPaneVisible'
|
||||
]);
|
||||
|
||||
|
||||
@ -876,6 +985,11 @@ export const IonTextarea = /*@__PURE__*/ defineContainer<JSX.IonTextarea, JSX.Io
|
||||
'ionInput',
|
||||
'ionBlur',
|
||||
'ionFocus'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionInput',
|
||||
'ionBlur',
|
||||
'ionFocus'
|
||||
],
|
||||
'value', 'ion-input');
|
||||
|
||||
@ -887,6 +1001,8 @@ export const IonTitle = /*@__PURE__*/ defineContainer<JSX.IonTitle>('ion-title',
|
||||
'color',
|
||||
'size',
|
||||
'ionStyle'
|
||||
], [
|
||||
'ionStyle'
|
||||
]);
|
||||
|
||||
|
||||
@ -900,6 +1016,11 @@ export const IonToggle = /*@__PURE__*/ defineContainer<JSX.IonToggle, JSX.IonTog
|
||||
'labelPlacement',
|
||||
'justify',
|
||||
'alignment',
|
||||
'required',
|
||||
'ionChange',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
], [
|
||||
'ionChange',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
|
Reference in New Issue
Block a user