@3t-transform/threeteeui 1.5.1 → 1.5.3
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/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{tttx-button_1_5_1.cjs.entry.js → tttx-button_1_5_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_5_1.cjs.entry.js → tttx-checkbox-group-caption_1_5_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_5_1.cjs.entry.js → tttx-checkbox-group-heading_1_5_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_5_1.cjs.entry.js → tttx-checkbox-group_1_5_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_5_1.cjs.entry.js → tttx-checkbox_1_5_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_5_1.cjs.entry.js → tttx-data-pattern_1_5_3.cjs.entry.js} +2 -2
- package/dist/cjs/tttx-datacard_1_5_3.cjs.entry.js +35 -0
- package/dist/cjs/{tttx-dialog-box_1_5_1.cjs.entry.js → tttx-dialog-box_1_5_3.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_5_1.cjs.entry.js → tttx-dialog_1_5_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_5_1.cjs.entry.js → tttx-expander_1_5_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_5_1_4.cjs.entry.js → tttx-filter_1_5_3_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_5_1.cjs.entry.js → tttx-form_1_5_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-icon_1_5_1.cjs.entry.js → tttx-icon_1_5_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_5_1.cjs.entry.js → tttx-keyvalue-block_1_5_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_5_1.cjs.entry.js → tttx-loading-spinner_1_5_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_5_1.cjs.entry.js → tttx-multiselect-box_1_5_3.cjs.entry.js} +7 -6
- package/dist/cjs/{tttx-percentage-bar_1_5_1.cjs.entry.js → tttx-percentage-bar_1_5_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_5_1.cjs.entry.js → tttx-qrcode_1_5_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_5_1.cjs.entry.js → tttx-select-box_1_5_3.cjs.entry.js} +16 -6
- package/dist/cjs/tttx-standalone-input_1_5_3.cjs.entry.js +94 -0
- package/dist/cjs/{tttx-tabs_1_5_1.cjs.entry.js → tttx-tabs_1_5_3.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_5_1.cjs.entry.js → tttx-tag_1_5_3.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_5_1.cjs.entry.js → tttx-textarea_1_5_3.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_5_1.cjs.entry.js → tttx-tree-view_1_5_3.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/atoms/tttx-button/tttx-button.js +2 -2
- package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +20 -20
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.js +2 -2
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.css +87 -0
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.js +125 -0
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.stories.js +52 -0
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.js +1 -1
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.js +1 -1
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.stories.js +6 -6
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.js +1 -1
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.js +1 -1
- package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.stories.js +5 -5
- package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.js +1 -1
- package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.js +1 -1
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-caption.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-heading.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.stories.js +10 -10
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.js +2 -2
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.js +3 -3
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.stories.js +24 -24
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.js +2 -2
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.stories.js +9 -9
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.js +3 -3
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.stories.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +5 -5
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +7 -7
- package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +46 -46
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.js +7 -6
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +33 -33
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +47 -6
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +46 -16
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.js +2 -2
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +4 -4
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.js +3 -3
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.stories.js +4 -4
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.js +3 -3
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.js +3 -3
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.stories.js +8 -8
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.js +2 -2
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
- package/dist/components/index.d.ts +27 -26
- package/dist/components/index.js +27 -26
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_5_1.d.ts → tttx-button_1_5_3.d.ts} +4 -4
- package/dist/components/{tttx-button_1_5_1.js → tttx-button_1_5_3.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_5_1.js → tttx-checkbox-group-caption_1_5_3.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_5_1.js → tttx-checkbox-group-heading_1_5_3.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_5_1.js → tttx-checkbox-group_1_5_3.js} +5 -5
- package/dist/components/{tttx-expander_1_5_1.d.ts → tttx-checkbox_1_5_3.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_5_1.js → tttx-checkbox_1_5_3.js} +7 -7
- package/dist/components/tttx-data-pattern_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_5_1.js → tttx-data-pattern_1_5_3.js} +13 -13
- package/dist/components/{tttx-checkbox_1_5_1.d.ts → tttx-datacard_1_5_3.d.ts} +4 -4
- package/dist/components/tttx-datacard_1_5_3.js +61 -0
- package/dist/components/{tttx-dialog-box_1_5_1.d.ts → tttx-dialog-box_1_5_3.d.ts} +4 -4
- package/dist/components/{tttx-dialog-box_1_5_1.js → tttx-dialog-box_1_5_3.js} +9 -9
- package/dist/components/{tttx-filter_1_5_1.d.ts → tttx-dialog_1_5_3.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_5_1.js → tttx-dialog_1_5_3.js} +8 -8
- package/dist/components/tttx-expander_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-expander_1_5_1.js → tttx-expander_1_5_3.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-qrcode_1_5_1.d.ts → tttx-filter_1_5_3.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_5_1.js → tttx-filter_1_5_3.js} +2 -2
- package/dist/components/{tttx-icon_1_5_1.d.ts → tttx-form_1_5_3.d.ts} +4 -4
- package/dist/components/{tttx-form_1_5_1.js → tttx-form_1_5_3.js} +9 -9
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-list_1_5_1.d.ts → tttx-icon_1_5_3.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_5_1.js → tttx-icon_1_5_3.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_5_1.js → tttx-keyvalue-block_1_5_3.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-form_1_5_1.d.ts → tttx-list_1_5_3.d.ts} +4 -4
- package/dist/components/{tttx-list_1_5_1.js → tttx-list_1_5_3.js} +2 -2
- package/dist/components/tttx-loading-spinner_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_5_1.js → tttx-loading-spinner_1_5_3.js} +5 -5
- package/dist/components/tttx-multiselect-box_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_5_1.js → tttx-multiselect-box_1_5_3.js} +14 -13
- package/dist/components/tttx-percentage-bar_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_5_1.js → tttx-percentage-bar_1_5_3.js} +6 -6
- package/dist/components/{tttx-dialog_1_5_1.d.ts → tttx-qrcode_1_5_3.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_5_1.js → tttx-qrcode_1_5_3.js} +5 -5
- package/dist/components/tttx-select-box.js +21 -10
- package/dist/components/tttx-select-box_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_5_1.js → tttx-select-box_1_5_3.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_5_1.js → tttx-sorter_1_5_3.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_5_1.js → tttx-standalone-input_1_5_3.js} +2 -2
- package/dist/components/{tttx-tabs_1_5_1.d.ts → tttx-tabs_1_5_3.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_5_1.js → tttx-tabs_1_5_3.js} +9 -9
- package/dist/components/{tttx-tag_1_5_1.d.ts → tttx-tag_1_5_3.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_5_1.js → tttx-tag_1_5_3.js} +5 -5
- package/dist/components/tttx-textarea_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_5_1.js → tttx-textarea_1_5_3.js} +6 -6
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_5_1.d.ts → tttx-toolbar_1_5_3.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_5_1.js → tttx-toolbar_1_5_3.js} +2 -2
- package/dist/components/tttx-tree-view_1_5_3.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_5_1.js → tttx-tree-view_1_5_3.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_5_1.entry.js → tttx-button_1_5_3.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_5_1.entry.js → tttx-checkbox-group-caption_1_5_3.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_5_1.entry.js → tttx-checkbox-group-heading_1_5_3.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_5_1.entry.js → tttx-checkbox-group_1_5_3.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_5_1.entry.js → tttx-checkbox_1_5_3.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_5_1.entry.js → tttx-data-pattern_1_5_3.entry.js} +2 -2
- package/dist/esm/tttx-datacard_1_5_3.entry.js +31 -0
- package/dist/esm/{tttx-dialog-box_1_5_1.entry.js → tttx-dialog-box_1_5_3.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_5_1.entry.js → tttx-dialog_1_5_3.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_5_1.entry.js → tttx-expander_1_5_3.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_5_1_4.entry.js → tttx-filter_1_5_3_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_5_1.entry.js → tttx-form_1_5_3.entry.js} +2 -2
- package/dist/esm/{tttx-icon_1_5_1.entry.js → tttx-icon_1_5_3.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_5_1.entry.js → tttx-keyvalue-block_1_5_3.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_5_1.entry.js → tttx-loading-spinner_1_5_3.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_5_1.entry.js → tttx-multiselect-box_1_5_3.entry.js} +7 -6
- package/dist/esm/{tttx-percentage-bar_1_5_1.entry.js → tttx-percentage-bar_1_5_3.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_5_1.entry.js → tttx-qrcode_1_5_3.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_5_1.entry.js → tttx-select-box_1_5_3.entry.js} +16 -6
- package/dist/esm/tttx-standalone-input_1_5_3.entry.js +90 -0
- package/dist/esm/{tttx-tabs_1_5_1.entry.js → tttx-tabs_1_5_3.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_5_1.entry.js → tttx-tag_1_5_3.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_5_1.entry.js → tttx-textarea_1_5_3.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_5_1.entry.js → tttx-tree-view_1_5_3.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0e515960.entry.js +1 -1
- package/dist/tttx/p-1e5ff5f8.entry.js +1 -1
- package/dist/tttx/p-23f45005.entry.js +1 -1
- package/dist/tttx/p-3676cddd.entry.js +1 -1
- package/dist/tttx/p-533499ec.entry.js +1 -0
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-59c7b049.entry.js +1 -1
- package/dist/tttx/p-5d2706b1.entry.js +1 -1
- package/dist/tttx/p-5fa512cb.entry.js +1 -1
- package/dist/tttx/p-63ad6fb7.entry.js +1 -1
- package/dist/tttx/p-6b1c7a21.entry.js +1 -1
- package/dist/tttx/p-796f699a.entry.js +1 -1
- package/dist/tttx/p-884f37d3.entry.js +1 -1
- package/dist/tttx/p-8b0b95b7.entry.js +1 -1
- package/dist/tttx/p-9434561e.entry.js +1 -1
- package/dist/tttx/p-983d63ff.entry.js +1 -1
- package/dist/tttx/p-a01e679a.entry.js +1 -1
- package/dist/tttx/p-a8e76e78.entry.js +1 -1
- package/dist/tttx/p-c08a54f9.entry.js +1 -1
- package/dist/tttx/p-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-e5259a38.entry.js +1 -0
- package/dist/tttx/p-ee358ce4.entry.js +1 -1
- package/dist/tttx/p-f374e293.entry.js +1 -1
- package/dist/tttx/p-f4db1cf2.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/atoms/tttx-datacard/tttx-datacard.d.ts +9 -0
- package/dist/types/components/atoms/tttx-datacard/tttx-datacard.stories.d.ts +18 -0
- package/dist/types/components/molecules/tttx-list/tttx-list.d.ts +2 -2
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +4 -1
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.stories.d.ts +1 -0
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +330 -304
- package/package.json +1 -1
- package/dist/cjs/tttx-standalone-input_1_5_1.cjs.entry.js +0 -94
- package/dist/components/tttx-checkbox-group-caption_1_5_1.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_5_1.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_5_1.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_5_1.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_5_1.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_5_1.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_5_1.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_5_1.d.ts +0 -11
- package/dist/components/tttx-select-box_1_5_1.d.ts +0 -11
- package/dist/components/tttx-sorter_1_5_1.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_5_1.d.ts +0 -11
- package/dist/components/tttx-textarea_1_5_1.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_5_1.d.ts +0 -11
- package/dist/esm/tttx-standalone-input_1_5_1.entry.js +0 -90
- package/dist/tttx/p-7077c8ed.entry.js +0 -1
|
@@ -18,39 +18,46 @@ import { MinMaxDates } from "./components/molecules/tttx-standalone-input/tttx-s
|
|
|
18
18
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
19
19
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
20
20
|
export namespace Components {
|
|
21
|
-
interface
|
|
21
|
+
interface TttxButton_1_5_3 {
|
|
22
22
|
"design": string;
|
|
23
23
|
"icon": string;
|
|
24
24
|
"iconcolor": string;
|
|
25
25
|
"iconposition": 'left' | 'right';
|
|
26
26
|
"notext": boolean;
|
|
27
27
|
}
|
|
28
|
-
interface
|
|
28
|
+
interface TttxCheckboxGroupCaption_1_5_3 {
|
|
29
29
|
}
|
|
30
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupHeading_1_5_3 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroup_1_5_3 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckbox_1_5_3 {
|
|
35
35
|
"checkboxId": string;
|
|
36
36
|
"checked": boolean;
|
|
37
37
|
"indeterminate": boolean;
|
|
38
38
|
"inline": boolean;
|
|
39
39
|
"label": string;
|
|
40
40
|
}
|
|
41
|
-
interface
|
|
41
|
+
interface TttxDataPattern_1_5_3 {
|
|
42
42
|
"data": string;
|
|
43
43
|
"filterheader": string;
|
|
44
44
|
"filteroptions": string;
|
|
45
45
|
"sorteroptions": string;
|
|
46
46
|
}
|
|
47
|
-
interface
|
|
47
|
+
interface TttxDatacard_1_5_3 {
|
|
48
|
+
"cardTitle": string;
|
|
49
|
+
"iconStyle": string;
|
|
50
|
+
"leftData": string;
|
|
51
|
+
"rightData": string;
|
|
52
|
+
"rightSubtext": string;
|
|
53
|
+
}
|
|
54
|
+
interface TttxDialogBox_1_5_3 {
|
|
48
55
|
"allowOverflow": boolean;
|
|
49
56
|
"data": string | DialogItems;
|
|
50
57
|
"open": boolean;
|
|
51
58
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
52
59
|
}
|
|
53
|
-
interface
|
|
60
|
+
interface TttxDialog_1_5_3 {
|
|
54
61
|
"allowOverflow": boolean;
|
|
55
62
|
"closeEnabled": boolean;
|
|
56
63
|
"header": string;
|
|
@@ -58,13 +65,13 @@ export namespace Components {
|
|
|
58
65
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
59
66
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
60
67
|
}
|
|
61
|
-
interface
|
|
68
|
+
interface TttxExpander_1_5_3 {
|
|
62
69
|
"lefticon"?: string;
|
|
63
70
|
"lefticoncolor"?: string;
|
|
64
71
|
"name": string;
|
|
65
72
|
"open": boolean;
|
|
66
73
|
}
|
|
67
|
-
interface
|
|
74
|
+
interface TttxFilter_1_5_3 {
|
|
68
75
|
"defaultFilterOptions": string[] | string;
|
|
69
76
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
70
77
|
"filterHeader": string;
|
|
@@ -75,7 +82,7 @@ export namespace Components {
|
|
|
75
82
|
"showSearchField": boolean;
|
|
76
83
|
"showSelectAll": boolean;
|
|
77
84
|
}
|
|
78
|
-
interface
|
|
85
|
+
interface TttxForm_1_5_3 {
|
|
79
86
|
/**
|
|
80
87
|
* Clear the validation message on a given form field
|
|
81
88
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -107,25 +114,25 @@ export namespace Components {
|
|
|
107
114
|
"setValidationFor": (fieldName: string, message: string) => Promise<void>;
|
|
108
115
|
"submit": () => Promise<void>;
|
|
109
116
|
}
|
|
110
|
-
interface
|
|
117
|
+
interface TttxIcon_1_5_3 {
|
|
111
118
|
"color": string;
|
|
112
119
|
"icon": string;
|
|
113
120
|
"size": number;
|
|
114
121
|
}
|
|
115
|
-
interface
|
|
122
|
+
interface TttxKeyvalueBlock_1_5_3 {
|
|
116
123
|
"horizontal": boolean;
|
|
117
124
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
118
125
|
"spacedout": boolean;
|
|
119
126
|
}
|
|
120
|
-
interface
|
|
127
|
+
interface TttxList_1_5_3 {
|
|
121
128
|
"data": string | ListItem[];
|
|
122
129
|
"name": string;
|
|
123
130
|
}
|
|
124
|
-
interface
|
|
131
|
+
interface TttxLoadingSpinner_1_5_3 {
|
|
125
132
|
"loadingMessage": boolean;
|
|
126
133
|
"size": 'small' | 'large';
|
|
127
134
|
}
|
|
128
|
-
interface
|
|
135
|
+
interface TttxMultiselectBox_1_5_3 {
|
|
129
136
|
"htmlVisibleValue": boolean;
|
|
130
137
|
"inline": boolean;
|
|
131
138
|
"label": string;
|
|
@@ -134,18 +141,18 @@ export namespace Components {
|
|
|
134
141
|
"searchEnabled": boolean;
|
|
135
142
|
"visibleValue": string;
|
|
136
143
|
}
|
|
137
|
-
interface
|
|
144
|
+
interface TttxPercentageBar_1_5_3 {
|
|
138
145
|
"color"?: string;
|
|
139
146
|
"labelid"?: string;
|
|
140
147
|
"min": string;
|
|
141
148
|
"percentage": string | number;
|
|
142
149
|
"thresholds"?: string | Threshold[];
|
|
143
150
|
}
|
|
144
|
-
interface
|
|
151
|
+
interface TttxQrcode_1_5_3 {
|
|
145
152
|
"link": string;
|
|
146
153
|
"size": number;
|
|
147
154
|
}
|
|
148
|
-
interface
|
|
155
|
+
interface TttxSelectBox_1_5_3 {
|
|
149
156
|
"errorMsg": string;
|
|
150
157
|
"inline": boolean;
|
|
151
158
|
"label": string;
|
|
@@ -156,14 +163,15 @@ export namespace Components {
|
|
|
156
163
|
"setSelectedItem": (value: string) => Promise<void>;
|
|
157
164
|
"showErrorBubble": boolean;
|
|
158
165
|
"showErrorMsg": boolean;
|
|
166
|
+
"useExternalFiltering": boolean;
|
|
159
167
|
}
|
|
160
|
-
interface
|
|
168
|
+
interface TttxSorter_1_5_3 {
|
|
161
169
|
"defaultOption": string;
|
|
162
170
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
163
171
|
"fieldOptionsData": string | SorterData;
|
|
164
172
|
"sorterKey": string;
|
|
165
173
|
}
|
|
166
|
-
interface
|
|
174
|
+
interface TttxStandaloneInput_1_5_3 {
|
|
167
175
|
"autocomplete": 'off' | 'on';
|
|
168
176
|
"checked": boolean;
|
|
169
177
|
"disabled": boolean;
|
|
@@ -179,8 +187,8 @@ export namespace Components {
|
|
|
179
187
|
"inputiconcolor": string;
|
|
180
188
|
/**
|
|
181
189
|
* tabindex - Allows the HTML elements to be focusable
|
|
182
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
183
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
190
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_5_3 input-index="1" />
|
|
191
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_5_3 inputindex={1} />
|
|
184
192
|
*/
|
|
185
193
|
"inputindex": string | number;
|
|
186
194
|
/**
|
|
@@ -208,24 +216,24 @@ export namespace Components {
|
|
|
208
216
|
"type": string;
|
|
209
217
|
"value": string | number;
|
|
210
218
|
}
|
|
211
|
-
interface
|
|
219
|
+
interface TttxTabs_1_5_3 {
|
|
212
220
|
"navigation": boolean;
|
|
213
221
|
"tabs": string | Tab[];
|
|
214
222
|
"tabsName": string;
|
|
215
223
|
"wide": boolean;
|
|
216
224
|
}
|
|
217
|
-
interface
|
|
225
|
+
interface TttxTag_1_5_3 {
|
|
218
226
|
"color": string;
|
|
219
227
|
"text": string;
|
|
220
228
|
"textColor": string;
|
|
221
229
|
}
|
|
222
|
-
interface
|
|
230
|
+
interface TttxTextarea_1_5_3 {
|
|
223
231
|
"disabled": boolean;
|
|
224
232
|
"errormsg": string;
|
|
225
233
|
/**
|
|
226
234
|
* tabindex - Allows the HTML elements to be focusable
|
|
227
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
228
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
235
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_5_3 input-index="1" />
|
|
236
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_5_3 inputindex={1} />
|
|
229
237
|
*/
|
|
230
238
|
"inputindex": string | number;
|
|
231
239
|
/**
|
|
@@ -249,391 +257,407 @@ export namespace Components {
|
|
|
249
257
|
"textareaautofocus": boolean;
|
|
250
258
|
"value": string | number;
|
|
251
259
|
}
|
|
252
|
-
interface
|
|
260
|
+
interface TttxToolbar_1_5_3 {
|
|
253
261
|
"border": boolean;
|
|
254
262
|
}
|
|
255
|
-
interface
|
|
263
|
+
interface TttxTreeView_1_5_3 {
|
|
256
264
|
"data": TreeViewItem[];
|
|
257
265
|
}
|
|
258
266
|
}
|
|
259
|
-
export interface
|
|
267
|
+
export interface TttxCheckbox_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
260
268
|
detail: T;
|
|
261
|
-
target:
|
|
269
|
+
target: HTMLTttxCheckbox_1_5_3Element;
|
|
262
270
|
}
|
|
263
|
-
export interface
|
|
271
|
+
export interface TttxDialogBox_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
264
272
|
detail: T;
|
|
265
|
-
target:
|
|
273
|
+
target: HTMLTttxDialogBox_1_5_3Element;
|
|
266
274
|
}
|
|
267
|
-
export interface
|
|
275
|
+
export interface TttxDialog_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
268
276
|
detail: T;
|
|
269
|
-
target:
|
|
277
|
+
target: HTMLTttxDialog_1_5_3Element;
|
|
270
278
|
}
|
|
271
|
-
export interface
|
|
279
|
+
export interface TttxExpander_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
272
280
|
detail: T;
|
|
273
|
-
target:
|
|
281
|
+
target: HTMLTttxExpander_1_5_3Element;
|
|
274
282
|
}
|
|
275
|
-
export interface
|
|
283
|
+
export interface TttxFilter_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
276
284
|
detail: T;
|
|
277
|
-
target:
|
|
285
|
+
target: HTMLTttxFilter_1_5_3Element;
|
|
278
286
|
}
|
|
279
|
-
export interface
|
|
287
|
+
export interface TttxForm_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
280
288
|
detail: T;
|
|
281
|
-
target:
|
|
289
|
+
target: HTMLTttxForm_1_5_3Element;
|
|
282
290
|
}
|
|
283
|
-
export interface
|
|
291
|
+
export interface TttxList_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
284
292
|
detail: T;
|
|
285
|
-
target:
|
|
293
|
+
target: HTMLTttxList_1_5_3Element;
|
|
286
294
|
}
|
|
287
|
-
export interface
|
|
295
|
+
export interface TttxMultiselectBox_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
288
296
|
detail: T;
|
|
289
|
-
target:
|
|
297
|
+
target: HTMLTttxMultiselectBox_1_5_3Element;
|
|
290
298
|
}
|
|
291
|
-
export interface
|
|
299
|
+
export interface TttxSelectBox_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
292
300
|
detail: T;
|
|
293
|
-
target:
|
|
301
|
+
target: HTMLTttxSelectBox_1_5_3Element;
|
|
294
302
|
}
|
|
295
|
-
export interface
|
|
303
|
+
export interface TttxSorter_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
296
304
|
detail: T;
|
|
297
|
-
target:
|
|
305
|
+
target: HTMLTttxSorter_1_5_3Element;
|
|
298
306
|
}
|
|
299
|
-
export interface
|
|
307
|
+
export interface TttxStandaloneInput_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
300
308
|
detail: T;
|
|
301
|
-
target:
|
|
309
|
+
target: HTMLTttxStandaloneInput_1_5_3Element;
|
|
302
310
|
}
|
|
303
|
-
export interface
|
|
311
|
+
export interface TttxTabs_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
304
312
|
detail: T;
|
|
305
|
-
target:
|
|
313
|
+
target: HTMLTttxTabs_1_5_3Element;
|
|
306
314
|
}
|
|
307
|
-
export interface
|
|
315
|
+
export interface TttxTextarea_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
308
316
|
detail: T;
|
|
309
|
-
target:
|
|
317
|
+
target: HTMLTttxTextarea_1_5_3Element;
|
|
310
318
|
}
|
|
311
|
-
export interface
|
|
319
|
+
export interface TttxTreeView_1_5_3CustomEvent<T> extends CustomEvent<T> {
|
|
312
320
|
detail: T;
|
|
313
|
-
target:
|
|
321
|
+
target: HTMLTttxTreeView_1_5_3Element;
|
|
314
322
|
}
|
|
315
323
|
declare global {
|
|
316
|
-
interface
|
|
324
|
+
interface HTMLTttxButton_1_5_3Element extends Components.TttxButton_1_5_3, HTMLStencilElement {
|
|
325
|
+
}
|
|
326
|
+
var HTMLTttxButton_1_5_3Element: {
|
|
327
|
+
prototype: HTMLTttxButton_1_5_3Element;
|
|
328
|
+
new (): HTMLTttxButton_1_5_3Element;
|
|
329
|
+
};
|
|
330
|
+
interface HTMLTttxCheckboxGroupCaption_1_5_3Element extends Components.TttxCheckboxGroupCaption_1_5_3, HTMLStencilElement {
|
|
317
331
|
}
|
|
318
|
-
var
|
|
319
|
-
prototype:
|
|
320
|
-
new ():
|
|
332
|
+
var HTMLTttxCheckboxGroupCaption_1_5_3Element: {
|
|
333
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_5_3Element;
|
|
334
|
+
new (): HTMLTttxCheckboxGroupCaption_1_5_3Element;
|
|
321
335
|
};
|
|
322
|
-
interface
|
|
336
|
+
interface HTMLTttxCheckboxGroupHeading_1_5_3Element extends Components.TttxCheckboxGroupHeading_1_5_3, HTMLStencilElement {
|
|
323
337
|
}
|
|
324
|
-
var
|
|
325
|
-
prototype:
|
|
326
|
-
new ():
|
|
338
|
+
var HTMLTttxCheckboxGroupHeading_1_5_3Element: {
|
|
339
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_5_3Element;
|
|
340
|
+
new (): HTMLTttxCheckboxGroupHeading_1_5_3Element;
|
|
327
341
|
};
|
|
328
|
-
interface
|
|
342
|
+
interface HTMLTttxCheckboxGroup_1_5_3Element extends Components.TttxCheckboxGroup_1_5_3, HTMLStencilElement {
|
|
329
343
|
}
|
|
330
|
-
var
|
|
331
|
-
prototype:
|
|
332
|
-
new ():
|
|
344
|
+
var HTMLTttxCheckboxGroup_1_5_3Element: {
|
|
345
|
+
prototype: HTMLTttxCheckboxGroup_1_5_3Element;
|
|
346
|
+
new (): HTMLTttxCheckboxGroup_1_5_3Element;
|
|
333
347
|
};
|
|
334
|
-
interface
|
|
348
|
+
interface HTMLTttxCheckbox_1_5_3Element extends Components.TttxCheckbox_1_5_3, HTMLStencilElement {
|
|
335
349
|
}
|
|
336
|
-
var
|
|
337
|
-
prototype:
|
|
338
|
-
new ():
|
|
350
|
+
var HTMLTttxCheckbox_1_5_3Element: {
|
|
351
|
+
prototype: HTMLTttxCheckbox_1_5_3Element;
|
|
352
|
+
new (): HTMLTttxCheckbox_1_5_3Element;
|
|
339
353
|
};
|
|
340
|
-
interface
|
|
354
|
+
interface HTMLTttxDataPattern_1_5_3Element extends Components.TttxDataPattern_1_5_3, HTMLStencilElement {
|
|
341
355
|
}
|
|
342
|
-
var
|
|
343
|
-
prototype:
|
|
344
|
-
new ():
|
|
356
|
+
var HTMLTttxDataPattern_1_5_3Element: {
|
|
357
|
+
prototype: HTMLTttxDataPattern_1_5_3Element;
|
|
358
|
+
new (): HTMLTttxDataPattern_1_5_3Element;
|
|
345
359
|
};
|
|
346
|
-
interface
|
|
360
|
+
interface HTMLTttxDatacard_1_5_3Element extends Components.TttxDatacard_1_5_3, HTMLStencilElement {
|
|
347
361
|
}
|
|
348
|
-
var
|
|
349
|
-
prototype:
|
|
350
|
-
new ():
|
|
362
|
+
var HTMLTttxDatacard_1_5_3Element: {
|
|
363
|
+
prototype: HTMLTttxDatacard_1_5_3Element;
|
|
364
|
+
new (): HTMLTttxDatacard_1_5_3Element;
|
|
351
365
|
};
|
|
352
|
-
interface
|
|
366
|
+
interface HTMLTttxDialogBox_1_5_3Element extends Components.TttxDialogBox_1_5_3, HTMLStencilElement {
|
|
353
367
|
}
|
|
354
|
-
var
|
|
355
|
-
prototype:
|
|
356
|
-
new ():
|
|
368
|
+
var HTMLTttxDialogBox_1_5_3Element: {
|
|
369
|
+
prototype: HTMLTttxDialogBox_1_5_3Element;
|
|
370
|
+
new (): HTMLTttxDialogBox_1_5_3Element;
|
|
357
371
|
};
|
|
358
|
-
interface
|
|
372
|
+
interface HTMLTttxDialog_1_5_3Element extends Components.TttxDialog_1_5_3, HTMLStencilElement {
|
|
359
373
|
}
|
|
360
|
-
var
|
|
361
|
-
prototype:
|
|
362
|
-
new ():
|
|
374
|
+
var HTMLTttxDialog_1_5_3Element: {
|
|
375
|
+
prototype: HTMLTttxDialog_1_5_3Element;
|
|
376
|
+
new (): HTMLTttxDialog_1_5_3Element;
|
|
363
377
|
};
|
|
364
|
-
interface
|
|
378
|
+
interface HTMLTttxExpander_1_5_3Element extends Components.TttxExpander_1_5_3, HTMLStencilElement {
|
|
365
379
|
}
|
|
366
|
-
var
|
|
367
|
-
prototype:
|
|
368
|
-
new ():
|
|
380
|
+
var HTMLTttxExpander_1_5_3Element: {
|
|
381
|
+
prototype: HTMLTttxExpander_1_5_3Element;
|
|
382
|
+
new (): HTMLTttxExpander_1_5_3Element;
|
|
369
383
|
};
|
|
370
|
-
interface
|
|
384
|
+
interface HTMLTttxFilter_1_5_3Element extends Components.TttxFilter_1_5_3, HTMLStencilElement {
|
|
371
385
|
}
|
|
372
|
-
var
|
|
373
|
-
prototype:
|
|
374
|
-
new ():
|
|
386
|
+
var HTMLTttxFilter_1_5_3Element: {
|
|
387
|
+
prototype: HTMLTttxFilter_1_5_3Element;
|
|
388
|
+
new (): HTMLTttxFilter_1_5_3Element;
|
|
375
389
|
};
|
|
376
|
-
interface
|
|
390
|
+
interface HTMLTttxForm_1_5_3Element extends Components.TttxForm_1_5_3, HTMLStencilElement {
|
|
377
391
|
}
|
|
378
|
-
var
|
|
379
|
-
prototype:
|
|
380
|
-
new ():
|
|
392
|
+
var HTMLTttxForm_1_5_3Element: {
|
|
393
|
+
prototype: HTMLTttxForm_1_5_3Element;
|
|
394
|
+
new (): HTMLTttxForm_1_5_3Element;
|
|
381
395
|
};
|
|
382
|
-
interface
|
|
396
|
+
interface HTMLTttxIcon_1_5_3Element extends Components.TttxIcon_1_5_3, HTMLStencilElement {
|
|
383
397
|
}
|
|
384
|
-
var
|
|
385
|
-
prototype:
|
|
386
|
-
new ():
|
|
398
|
+
var HTMLTttxIcon_1_5_3Element: {
|
|
399
|
+
prototype: HTMLTttxIcon_1_5_3Element;
|
|
400
|
+
new (): HTMLTttxIcon_1_5_3Element;
|
|
387
401
|
};
|
|
388
|
-
interface
|
|
402
|
+
interface HTMLTttxKeyvalueBlock_1_5_3Element extends Components.TttxKeyvalueBlock_1_5_3, HTMLStencilElement {
|
|
389
403
|
}
|
|
390
|
-
var
|
|
391
|
-
prototype:
|
|
392
|
-
new ():
|
|
404
|
+
var HTMLTttxKeyvalueBlock_1_5_3Element: {
|
|
405
|
+
prototype: HTMLTttxKeyvalueBlock_1_5_3Element;
|
|
406
|
+
new (): HTMLTttxKeyvalueBlock_1_5_3Element;
|
|
393
407
|
};
|
|
394
|
-
interface
|
|
408
|
+
interface HTMLTttxList_1_5_3Element extends Components.TttxList_1_5_3, HTMLStencilElement {
|
|
395
409
|
}
|
|
396
|
-
var
|
|
397
|
-
prototype:
|
|
398
|
-
new ():
|
|
410
|
+
var HTMLTttxList_1_5_3Element: {
|
|
411
|
+
prototype: HTMLTttxList_1_5_3Element;
|
|
412
|
+
new (): HTMLTttxList_1_5_3Element;
|
|
399
413
|
};
|
|
400
|
-
interface
|
|
414
|
+
interface HTMLTttxLoadingSpinner_1_5_3Element extends Components.TttxLoadingSpinner_1_5_3, HTMLStencilElement {
|
|
401
415
|
}
|
|
402
|
-
var
|
|
403
|
-
prototype:
|
|
404
|
-
new ():
|
|
416
|
+
var HTMLTttxLoadingSpinner_1_5_3Element: {
|
|
417
|
+
prototype: HTMLTttxLoadingSpinner_1_5_3Element;
|
|
418
|
+
new (): HTMLTttxLoadingSpinner_1_5_3Element;
|
|
405
419
|
};
|
|
406
|
-
interface
|
|
420
|
+
interface HTMLTttxMultiselectBox_1_5_3Element extends Components.TttxMultiselectBox_1_5_3, HTMLStencilElement {
|
|
407
421
|
}
|
|
408
|
-
var
|
|
409
|
-
prototype:
|
|
410
|
-
new ():
|
|
422
|
+
var HTMLTttxMultiselectBox_1_5_3Element: {
|
|
423
|
+
prototype: HTMLTttxMultiselectBox_1_5_3Element;
|
|
424
|
+
new (): HTMLTttxMultiselectBox_1_5_3Element;
|
|
411
425
|
};
|
|
412
|
-
interface
|
|
426
|
+
interface HTMLTttxPercentageBar_1_5_3Element extends Components.TttxPercentageBar_1_5_3, HTMLStencilElement {
|
|
413
427
|
}
|
|
414
|
-
var
|
|
415
|
-
prototype:
|
|
416
|
-
new ():
|
|
428
|
+
var HTMLTttxPercentageBar_1_5_3Element: {
|
|
429
|
+
prototype: HTMLTttxPercentageBar_1_5_3Element;
|
|
430
|
+
new (): HTMLTttxPercentageBar_1_5_3Element;
|
|
417
431
|
};
|
|
418
|
-
interface
|
|
432
|
+
interface HTMLTttxQrcode_1_5_3Element extends Components.TttxQrcode_1_5_3, HTMLStencilElement {
|
|
419
433
|
}
|
|
420
|
-
var
|
|
421
|
-
prototype:
|
|
422
|
-
new ():
|
|
434
|
+
var HTMLTttxQrcode_1_5_3Element: {
|
|
435
|
+
prototype: HTMLTttxQrcode_1_5_3Element;
|
|
436
|
+
new (): HTMLTttxQrcode_1_5_3Element;
|
|
423
437
|
};
|
|
424
|
-
interface
|
|
438
|
+
interface HTMLTttxSelectBox_1_5_3Element extends Components.TttxSelectBox_1_5_3, HTMLStencilElement {
|
|
425
439
|
}
|
|
426
|
-
var
|
|
427
|
-
prototype:
|
|
428
|
-
new ():
|
|
440
|
+
var HTMLTttxSelectBox_1_5_3Element: {
|
|
441
|
+
prototype: HTMLTttxSelectBox_1_5_3Element;
|
|
442
|
+
new (): HTMLTttxSelectBox_1_5_3Element;
|
|
429
443
|
};
|
|
430
|
-
interface
|
|
444
|
+
interface HTMLTttxSorter_1_5_3Element extends Components.TttxSorter_1_5_3, HTMLStencilElement {
|
|
431
445
|
}
|
|
432
|
-
var
|
|
433
|
-
prototype:
|
|
434
|
-
new ():
|
|
446
|
+
var HTMLTttxSorter_1_5_3Element: {
|
|
447
|
+
prototype: HTMLTttxSorter_1_5_3Element;
|
|
448
|
+
new (): HTMLTttxSorter_1_5_3Element;
|
|
435
449
|
};
|
|
436
|
-
interface
|
|
450
|
+
interface HTMLTttxStandaloneInput_1_5_3Element extends Components.TttxStandaloneInput_1_5_3, HTMLStencilElement {
|
|
437
451
|
}
|
|
438
|
-
var
|
|
439
|
-
prototype:
|
|
440
|
-
new ():
|
|
452
|
+
var HTMLTttxStandaloneInput_1_5_3Element: {
|
|
453
|
+
prototype: HTMLTttxStandaloneInput_1_5_3Element;
|
|
454
|
+
new (): HTMLTttxStandaloneInput_1_5_3Element;
|
|
441
455
|
};
|
|
442
|
-
interface
|
|
456
|
+
interface HTMLTttxTabs_1_5_3Element extends Components.TttxTabs_1_5_3, HTMLStencilElement {
|
|
443
457
|
}
|
|
444
|
-
var
|
|
445
|
-
prototype:
|
|
446
|
-
new ():
|
|
458
|
+
var HTMLTttxTabs_1_5_3Element: {
|
|
459
|
+
prototype: HTMLTttxTabs_1_5_3Element;
|
|
460
|
+
new (): HTMLTttxTabs_1_5_3Element;
|
|
447
461
|
};
|
|
448
|
-
interface
|
|
462
|
+
interface HTMLTttxTag_1_5_3Element extends Components.TttxTag_1_5_3, HTMLStencilElement {
|
|
449
463
|
}
|
|
450
|
-
var
|
|
451
|
-
prototype:
|
|
452
|
-
new ():
|
|
464
|
+
var HTMLTttxTag_1_5_3Element: {
|
|
465
|
+
prototype: HTMLTttxTag_1_5_3Element;
|
|
466
|
+
new (): HTMLTttxTag_1_5_3Element;
|
|
453
467
|
};
|
|
454
|
-
interface
|
|
468
|
+
interface HTMLTttxTextarea_1_5_3Element extends Components.TttxTextarea_1_5_3, HTMLStencilElement {
|
|
455
469
|
}
|
|
456
|
-
var
|
|
457
|
-
prototype:
|
|
458
|
-
new ():
|
|
470
|
+
var HTMLTttxTextarea_1_5_3Element: {
|
|
471
|
+
prototype: HTMLTttxTextarea_1_5_3Element;
|
|
472
|
+
new (): HTMLTttxTextarea_1_5_3Element;
|
|
459
473
|
};
|
|
460
|
-
interface
|
|
474
|
+
interface HTMLTttxToolbar_1_5_3Element extends Components.TttxToolbar_1_5_3, HTMLStencilElement {
|
|
461
475
|
}
|
|
462
|
-
var
|
|
463
|
-
prototype:
|
|
464
|
-
new ():
|
|
476
|
+
var HTMLTttxToolbar_1_5_3Element: {
|
|
477
|
+
prototype: HTMLTttxToolbar_1_5_3Element;
|
|
478
|
+
new (): HTMLTttxToolbar_1_5_3Element;
|
|
465
479
|
};
|
|
466
|
-
interface
|
|
480
|
+
interface HTMLTttxTreeView_1_5_3Element extends Components.TttxTreeView_1_5_3, HTMLStencilElement {
|
|
467
481
|
}
|
|
468
|
-
var
|
|
469
|
-
prototype:
|
|
470
|
-
new ():
|
|
482
|
+
var HTMLTttxTreeView_1_5_3Element: {
|
|
483
|
+
prototype: HTMLTttxTreeView_1_5_3Element;
|
|
484
|
+
new (): HTMLTttxTreeView_1_5_3Element;
|
|
471
485
|
};
|
|
472
486
|
interface HTMLElementTagNameMap {
|
|
473
|
-
"tttx-
|
|
474
|
-
"tttx-checkbox-group-
|
|
475
|
-
"tttx-checkbox-group-
|
|
476
|
-
"tttx-checkbox-
|
|
477
|
-
"tttx-
|
|
478
|
-
"tttx-data-
|
|
479
|
-
"tttx-
|
|
480
|
-
"tttx-
|
|
481
|
-
"tttx-
|
|
482
|
-
"tttx-
|
|
483
|
-
"tttx-
|
|
484
|
-
"tttx-
|
|
485
|
-
"tttx-
|
|
486
|
-
"tttx-
|
|
487
|
-
"tttx-
|
|
488
|
-
"tttx-
|
|
489
|
-
"tttx-
|
|
490
|
-
"tttx-
|
|
491
|
-
"tttx-
|
|
492
|
-
"tttx-
|
|
493
|
-
"tttx-
|
|
494
|
-
"tttx-
|
|
495
|
-
"tttx-
|
|
496
|
-
"tttx-
|
|
497
|
-
"tttx-
|
|
498
|
-
"tttx-
|
|
487
|
+
"tttx-button_1_5_3": HTMLTttxButton_1_5_3Element;
|
|
488
|
+
"tttx-checkbox-group-caption_1_5_3": HTMLTttxCheckboxGroupCaption_1_5_3Element;
|
|
489
|
+
"tttx-checkbox-group-heading_1_5_3": HTMLTttxCheckboxGroupHeading_1_5_3Element;
|
|
490
|
+
"tttx-checkbox-group_1_5_3": HTMLTttxCheckboxGroup_1_5_3Element;
|
|
491
|
+
"tttx-checkbox_1_5_3": HTMLTttxCheckbox_1_5_3Element;
|
|
492
|
+
"tttx-data-pattern_1_5_3": HTMLTttxDataPattern_1_5_3Element;
|
|
493
|
+
"tttx-datacard_1_5_3": HTMLTttxDatacard_1_5_3Element;
|
|
494
|
+
"tttx-dialog-box_1_5_3": HTMLTttxDialogBox_1_5_3Element;
|
|
495
|
+
"tttx-dialog_1_5_3": HTMLTttxDialog_1_5_3Element;
|
|
496
|
+
"tttx-expander_1_5_3": HTMLTttxExpander_1_5_3Element;
|
|
497
|
+
"tttx-filter_1_5_3": HTMLTttxFilter_1_5_3Element;
|
|
498
|
+
"tttx-form_1_5_3": HTMLTttxForm_1_5_3Element;
|
|
499
|
+
"tttx-icon_1_5_3": HTMLTttxIcon_1_5_3Element;
|
|
500
|
+
"tttx-keyvalue-block_1_5_3": HTMLTttxKeyvalueBlock_1_5_3Element;
|
|
501
|
+
"tttx-list_1_5_3": HTMLTttxList_1_5_3Element;
|
|
502
|
+
"tttx-loading-spinner_1_5_3": HTMLTttxLoadingSpinner_1_5_3Element;
|
|
503
|
+
"tttx-multiselect-box_1_5_3": HTMLTttxMultiselectBox_1_5_3Element;
|
|
504
|
+
"tttx-percentage-bar_1_5_3": HTMLTttxPercentageBar_1_5_3Element;
|
|
505
|
+
"tttx-qrcode_1_5_3": HTMLTttxQrcode_1_5_3Element;
|
|
506
|
+
"tttx-select-box_1_5_3": HTMLTttxSelectBox_1_5_3Element;
|
|
507
|
+
"tttx-sorter_1_5_3": HTMLTttxSorter_1_5_3Element;
|
|
508
|
+
"tttx-standalone-input_1_5_3": HTMLTttxStandaloneInput_1_5_3Element;
|
|
509
|
+
"tttx-tabs_1_5_3": HTMLTttxTabs_1_5_3Element;
|
|
510
|
+
"tttx-tag_1_5_3": HTMLTttxTag_1_5_3Element;
|
|
511
|
+
"tttx-textarea_1_5_3": HTMLTttxTextarea_1_5_3Element;
|
|
512
|
+
"tttx-toolbar_1_5_3": HTMLTttxToolbar_1_5_3Element;
|
|
513
|
+
"tttx-tree-view_1_5_3": HTMLTttxTreeView_1_5_3Element;
|
|
499
514
|
}
|
|
500
515
|
}
|
|
501
516
|
declare namespace LocalJSX {
|
|
502
|
-
interface
|
|
517
|
+
interface TttxButton_1_5_3 {
|
|
503
518
|
"design"?: string;
|
|
504
519
|
"icon"?: string;
|
|
505
520
|
"iconcolor"?: string;
|
|
506
521
|
"iconposition"?: 'left' | 'right';
|
|
507
522
|
"notext"?: boolean;
|
|
508
523
|
}
|
|
509
|
-
interface
|
|
524
|
+
interface TttxCheckboxGroupCaption_1_5_3 {
|
|
510
525
|
}
|
|
511
|
-
interface
|
|
526
|
+
interface TttxCheckboxGroupHeading_1_5_3 {
|
|
512
527
|
}
|
|
513
|
-
interface
|
|
528
|
+
interface TttxCheckboxGroup_1_5_3 {
|
|
514
529
|
}
|
|
515
|
-
interface
|
|
530
|
+
interface TttxCheckbox_1_5_3 {
|
|
516
531
|
"checkboxId"?: string;
|
|
517
532
|
"checked"?: boolean;
|
|
518
533
|
"indeterminate"?: boolean;
|
|
519
534
|
"inline"?: boolean;
|
|
520
535
|
"label"?: string;
|
|
521
|
-
"onCheckboxChangeEvent"?: (event:
|
|
536
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_5_3CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
522
537
|
}
|
|
523
|
-
interface
|
|
538
|
+
interface TttxDataPattern_1_5_3 {
|
|
524
539
|
"data"?: string;
|
|
525
540
|
"filterheader"?: string;
|
|
526
541
|
"filteroptions"?: string;
|
|
527
542
|
"sorteroptions"?: string;
|
|
528
543
|
}
|
|
529
|
-
interface
|
|
544
|
+
interface TttxDatacard_1_5_3 {
|
|
545
|
+
"cardTitle"?: string;
|
|
546
|
+
"iconStyle"?: string;
|
|
547
|
+
"leftData"?: string;
|
|
548
|
+
"rightData"?: string;
|
|
549
|
+
"rightSubtext"?: string;
|
|
550
|
+
}
|
|
551
|
+
interface TttxDialogBox_1_5_3 {
|
|
530
552
|
"allowOverflow"?: boolean;
|
|
531
553
|
"data"?: string | DialogItems;
|
|
532
|
-
"onButtonClick"?: (event:
|
|
533
|
-
"onCloseButtonClick"?: (event:
|
|
554
|
+
"onButtonClick"?: (event: TttxDialogBox_1_5_3CustomEvent<any>) => void;
|
|
555
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_5_3CustomEvent<any>) => void;
|
|
534
556
|
"open"?: boolean;
|
|
535
557
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
536
558
|
}
|
|
537
|
-
interface
|
|
559
|
+
interface TttxDialog_1_5_3 {
|
|
538
560
|
"allowOverflow"?: boolean;
|
|
539
561
|
"closeEnabled"?: boolean;
|
|
540
562
|
"header"?: string;
|
|
541
|
-
"onCloseButtonClick"?: (event:
|
|
563
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_5_3CustomEvent<any>) => void;
|
|
542
564
|
"open"?: boolean;
|
|
543
565
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
544
566
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
545
567
|
}
|
|
546
|
-
interface
|
|
568
|
+
interface TttxExpander_1_5_3 {
|
|
547
569
|
"lefticon"?: string;
|
|
548
570
|
"lefticoncolor"?: string;
|
|
549
571
|
"name"?: string;
|
|
550
|
-
"onToggleExpander"?: (event:
|
|
572
|
+
"onToggleExpander"?: (event: TttxExpander_1_5_3CustomEvent<{ open: boolean; name: string }>) => void;
|
|
551
573
|
"open"?: boolean;
|
|
552
574
|
}
|
|
553
|
-
interface
|
|
575
|
+
interface TttxFilter_1_5_3 {
|
|
554
576
|
"defaultFilterOptions"?: string[] | string;
|
|
555
577
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
556
578
|
"filterHeader"?: string;
|
|
557
579
|
"filterKey"?: string;
|
|
558
580
|
"filterOptions"?: string | FilterSettings[];
|
|
559
|
-
"onFilterChangeEvent"?: (event:
|
|
560
|
-
"onToggleFilter"?: (event:
|
|
581
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_5_3CustomEvent<FilterChangeEvent>) => void;
|
|
582
|
+
"onToggleFilter"?: (event: TttxFilter_1_5_3CustomEvent<boolean>) => void;
|
|
561
583
|
"popoverWidth"?: string;
|
|
562
584
|
"showOptionIcons"?: boolean;
|
|
563
585
|
"showSearchField"?: boolean;
|
|
564
586
|
"showSelectAll"?: boolean;
|
|
565
587
|
}
|
|
566
|
-
interface
|
|
588
|
+
interface TttxForm_1_5_3 {
|
|
567
589
|
"data"?: any;
|
|
568
590
|
"formschema"?: Record<string, any> | string;
|
|
569
|
-
"onDataChanged"?: (event:
|
|
570
|
-
"onDataSubmitted"?: (event:
|
|
591
|
+
"onDataChanged"?: (event: TttxForm_1_5_3CustomEvent<{ name: string; value: string }>) => void;
|
|
592
|
+
"onDataSubmitted"?: (event: TttxForm_1_5_3CustomEvent<FormData>) => void;
|
|
571
593
|
}
|
|
572
|
-
interface
|
|
594
|
+
interface TttxIcon_1_5_3 {
|
|
573
595
|
"color"?: string;
|
|
574
596
|
"icon"?: string;
|
|
575
597
|
"size"?: number;
|
|
576
598
|
}
|
|
577
|
-
interface
|
|
599
|
+
interface TttxKeyvalueBlock_1_5_3 {
|
|
578
600
|
"horizontal"?: boolean;
|
|
579
601
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
580
602
|
"spacedout"?: boolean;
|
|
581
603
|
}
|
|
582
|
-
interface
|
|
604
|
+
interface TttxList_1_5_3 {
|
|
583
605
|
"data"?: string | ListItem[];
|
|
584
606
|
"name"?: string;
|
|
585
|
-
"onListRowCheckboxClick"?: (event:
|
|
586
|
-
"onListRowClick"?: (event:
|
|
607
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_5_3CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
608
|
+
"onListRowClick"?: (event: TttxList_1_5_3CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
587
609
|
}
|
|
588
|
-
interface
|
|
610
|
+
interface TttxLoadingSpinner_1_5_3 {
|
|
589
611
|
"loadingMessage"?: boolean;
|
|
590
612
|
"size"?: 'small' | 'large';
|
|
591
613
|
}
|
|
592
|
-
interface
|
|
614
|
+
interface TttxMultiselectBox_1_5_3 {
|
|
593
615
|
"htmlVisibleValue"?: boolean;
|
|
594
616
|
"inline"?: boolean;
|
|
595
617
|
"label"?: string;
|
|
596
|
-
"onChangesApplied"?: (event:
|
|
597
|
-
"onSelectItemEvent"?: (event:
|
|
598
|
-
"onToggleOpen"?: (event:
|
|
618
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_5_3CustomEvent<SelectItem[]>) => void;
|
|
619
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_5_3CustomEvent<SelectItem>) => void;
|
|
620
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_5_3CustomEvent<boolean>) => void;
|
|
599
621
|
"optionsData"?: string | SelectItem[];
|
|
600
622
|
"placeholder"?: string;
|
|
601
623
|
"searchEnabled"?: boolean;
|
|
602
624
|
"visibleValue"?: string;
|
|
603
625
|
}
|
|
604
|
-
interface
|
|
626
|
+
interface TttxPercentageBar_1_5_3 {
|
|
605
627
|
"color"?: string;
|
|
606
628
|
"labelid"?: string;
|
|
607
629
|
"min"?: string;
|
|
608
630
|
"percentage"?: string | number;
|
|
609
631
|
"thresholds"?: string | Threshold[];
|
|
610
632
|
}
|
|
611
|
-
interface
|
|
633
|
+
interface TttxQrcode_1_5_3 {
|
|
612
634
|
"link"?: string;
|
|
613
635
|
"size"?: number;
|
|
614
636
|
}
|
|
615
|
-
interface
|
|
637
|
+
interface TttxSelectBox_1_5_3 {
|
|
616
638
|
"errorMsg"?: string;
|
|
617
639
|
"inline"?: boolean;
|
|
618
640
|
"label"?: string;
|
|
619
|
-
"
|
|
620
|
-
"
|
|
641
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_5_3CustomEvent<string>) => void;
|
|
642
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_5_3CustomEvent<SelectItem1>) => void;
|
|
643
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_5_3CustomEvent<boolean>) => void;
|
|
621
644
|
"optionsData"?: string | SelectItem1[];
|
|
622
645
|
"placeholder"?: string;
|
|
623
646
|
"searchEnabled"?: boolean;
|
|
624
647
|
"selectedValue"?: string;
|
|
625
648
|
"showErrorBubble"?: boolean;
|
|
626
649
|
"showErrorMsg"?: boolean;
|
|
650
|
+
"useExternalFiltering"?: boolean;
|
|
627
651
|
}
|
|
628
|
-
interface
|
|
652
|
+
interface TttxSorter_1_5_3 {
|
|
629
653
|
"defaultOption"?: string;
|
|
630
654
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
631
655
|
"fieldOptionsData"?: string | SorterData;
|
|
632
|
-
"onSorterChangeEvent"?: (event:
|
|
633
|
-
"onToggleSorter"?: (event:
|
|
656
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_5_3CustomEvent<SorterChangeEvent>) => void;
|
|
657
|
+
"onToggleSorter"?: (event: TttxSorter_1_5_3CustomEvent<boolean>) => void;
|
|
634
658
|
"sorterKey"?: string;
|
|
635
659
|
}
|
|
636
|
-
interface
|
|
660
|
+
interface TttxStandaloneInput_1_5_3 {
|
|
637
661
|
"autocomplete"?: 'off' | 'on';
|
|
638
662
|
"checked"?: boolean;
|
|
639
663
|
"disabled"?: boolean;
|
|
@@ -649,8 +673,8 @@ declare namespace LocalJSX {
|
|
|
649
673
|
"inputiconcolor"?: string;
|
|
650
674
|
/**
|
|
651
675
|
* tabindex - Allows the HTML elements to be focusable
|
|
652
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
653
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
676
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_5_3 input-index="1" />
|
|
677
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_5_3 inputindex={1} />
|
|
654
678
|
*/
|
|
655
679
|
"inputindex"?: string | number;
|
|
656
680
|
/**
|
|
@@ -664,13 +688,13 @@ declare namespace LocalJSX {
|
|
|
664
688
|
"min"?: MinMaxDates | number;
|
|
665
689
|
"minlength"?: string | number;
|
|
666
690
|
"name"?: string;
|
|
667
|
-
"onBlurChanged"?: (event:
|
|
668
|
-
"onFocusChanged"?: (event:
|
|
669
|
-
"onInputIconClick"?: (event:
|
|
670
|
-
"onInvalidChanged"?: (event:
|
|
671
|
-
"onLeftIconClick"?: (event:
|
|
672
|
-
"onRightIconClick"?: (event:
|
|
673
|
-
"onValueChanged"?: (event:
|
|
691
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_5_3CustomEvent<string>) => void;
|
|
692
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_5_3CustomEvent<string>) => void;
|
|
693
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_5_3CustomEvent<void>) => void;
|
|
694
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_5_3CustomEvent<string>) => void;
|
|
695
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_5_3CustomEvent<void>) => void;
|
|
696
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_5_3CustomEvent<void>) => void;
|
|
697
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_5_3CustomEvent<string>) => void;
|
|
674
698
|
"pattern"?: string;
|
|
675
699
|
"placeholder"?: string;
|
|
676
700
|
"readonly"?: string | boolean;
|
|
@@ -685,27 +709,27 @@ declare namespace LocalJSX {
|
|
|
685
709
|
"type"?: string;
|
|
686
710
|
"value"?: string | number;
|
|
687
711
|
}
|
|
688
|
-
interface
|
|
712
|
+
interface TttxTabs_1_5_3 {
|
|
689
713
|
"navigation"?: boolean;
|
|
690
|
-
"onLeftNavigation"?: (event:
|
|
691
|
-
"onRightNavigation"?: (event:
|
|
692
|
-
"onTabClick"?: (event:
|
|
714
|
+
"onLeftNavigation"?: (event: TttxTabs_1_5_3CustomEvent<any>) => void;
|
|
715
|
+
"onRightNavigation"?: (event: TttxTabs_1_5_3CustomEvent<any>) => void;
|
|
716
|
+
"onTabClick"?: (event: TttxTabs_1_5_3CustomEvent<{ tabId: string }>) => void;
|
|
693
717
|
"tabs"?: string | Tab[];
|
|
694
718
|
"tabsName"?: string;
|
|
695
719
|
"wide"?: boolean;
|
|
696
720
|
}
|
|
697
|
-
interface
|
|
721
|
+
interface TttxTag_1_5_3 {
|
|
698
722
|
"color"?: string;
|
|
699
723
|
"text"?: string;
|
|
700
724
|
"textColor"?: string;
|
|
701
725
|
}
|
|
702
|
-
interface
|
|
726
|
+
interface TttxTextarea_1_5_3 {
|
|
703
727
|
"disabled"?: boolean;
|
|
704
728
|
"errormsg"?: string;
|
|
705
729
|
/**
|
|
706
730
|
* tabindex - Allows the HTML elements to be focusable
|
|
707
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
708
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
731
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_5_3 input-index="1" />
|
|
732
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_5_3 inputindex={1} />
|
|
709
733
|
*/
|
|
710
734
|
"inputindex"?: string | number;
|
|
711
735
|
/**
|
|
@@ -716,10 +740,10 @@ declare namespace LocalJSX {
|
|
|
716
740
|
"label"?: string;
|
|
717
741
|
"maxlength"?: string | number;
|
|
718
742
|
"name"?: string;
|
|
719
|
-
"onBlurChanged"?: (event:
|
|
720
|
-
"onFocusChanged"?: (event:
|
|
721
|
-
"onInvalidChanged"?: (event:
|
|
722
|
-
"onValueChanged"?: (event:
|
|
743
|
+
"onBlurChanged"?: (event: TttxTextarea_1_5_3CustomEvent<string>) => void;
|
|
744
|
+
"onFocusChanged"?: (event: TttxTextarea_1_5_3CustomEvent<string>) => void;
|
|
745
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_5_3CustomEvent<string>) => void;
|
|
746
|
+
"onValueChanged"?: (event: TttxTextarea_1_5_3CustomEvent<string>) => void;
|
|
723
747
|
"placeholder"?: string;
|
|
724
748
|
"readonly"?: string | boolean;
|
|
725
749
|
"required"?: boolean;
|
|
@@ -733,73 +757,75 @@ declare namespace LocalJSX {
|
|
|
733
757
|
"textareaautofocus"?: boolean;
|
|
734
758
|
"value"?: string | number;
|
|
735
759
|
}
|
|
736
|
-
interface
|
|
760
|
+
interface TttxToolbar_1_5_3 {
|
|
737
761
|
"border"?: boolean;
|
|
738
762
|
}
|
|
739
|
-
interface
|
|
763
|
+
interface TttxTreeView_1_5_3 {
|
|
740
764
|
"data"?: TreeViewItem[];
|
|
741
|
-
"onClickEvent"?: (event:
|
|
742
|
-
"onExpandNode"?: (event:
|
|
765
|
+
"onClickEvent"?: (event: TttxTreeView_1_5_3CustomEvent<TreeViewItem>) => void;
|
|
766
|
+
"onExpandNode"?: (event: TttxTreeView_1_5_3CustomEvent<ExpandNodeEvent>) => void;
|
|
743
767
|
}
|
|
744
768
|
interface IntrinsicElements {
|
|
745
|
-
"tttx-
|
|
746
|
-
"tttx-checkbox-group-
|
|
747
|
-
"tttx-checkbox-group-
|
|
748
|
-
"tttx-checkbox-
|
|
749
|
-
"tttx-
|
|
750
|
-
"tttx-data-
|
|
751
|
-
"tttx-
|
|
752
|
-
"tttx-
|
|
753
|
-
"tttx-
|
|
754
|
-
"tttx-
|
|
755
|
-
"tttx-
|
|
756
|
-
"tttx-
|
|
757
|
-
"tttx-
|
|
758
|
-
"tttx-
|
|
759
|
-
"tttx-
|
|
760
|
-
"tttx-
|
|
761
|
-
"tttx-
|
|
762
|
-
"tttx-
|
|
763
|
-
"tttx-
|
|
764
|
-
"tttx-
|
|
765
|
-
"tttx-
|
|
766
|
-
"tttx-
|
|
767
|
-
"tttx-
|
|
768
|
-
"tttx-
|
|
769
|
-
"tttx-
|
|
770
|
-
"tttx-
|
|
769
|
+
"tttx-button_1_5_3": TttxButton_1_5_3;
|
|
770
|
+
"tttx-checkbox-group-caption_1_5_3": TttxCheckboxGroupCaption_1_5_3;
|
|
771
|
+
"tttx-checkbox-group-heading_1_5_3": TttxCheckboxGroupHeading_1_5_3;
|
|
772
|
+
"tttx-checkbox-group_1_5_3": TttxCheckboxGroup_1_5_3;
|
|
773
|
+
"tttx-checkbox_1_5_3": TttxCheckbox_1_5_3;
|
|
774
|
+
"tttx-data-pattern_1_5_3": TttxDataPattern_1_5_3;
|
|
775
|
+
"tttx-datacard_1_5_3": TttxDatacard_1_5_3;
|
|
776
|
+
"tttx-dialog-box_1_5_3": TttxDialogBox_1_5_3;
|
|
777
|
+
"tttx-dialog_1_5_3": TttxDialog_1_5_3;
|
|
778
|
+
"tttx-expander_1_5_3": TttxExpander_1_5_3;
|
|
779
|
+
"tttx-filter_1_5_3": TttxFilter_1_5_3;
|
|
780
|
+
"tttx-form_1_5_3": TttxForm_1_5_3;
|
|
781
|
+
"tttx-icon_1_5_3": TttxIcon_1_5_3;
|
|
782
|
+
"tttx-keyvalue-block_1_5_3": TttxKeyvalueBlock_1_5_3;
|
|
783
|
+
"tttx-list_1_5_3": TttxList_1_5_3;
|
|
784
|
+
"tttx-loading-spinner_1_5_3": TttxLoadingSpinner_1_5_3;
|
|
785
|
+
"tttx-multiselect-box_1_5_3": TttxMultiselectBox_1_5_3;
|
|
786
|
+
"tttx-percentage-bar_1_5_3": TttxPercentageBar_1_5_3;
|
|
787
|
+
"tttx-qrcode_1_5_3": TttxQrcode_1_5_3;
|
|
788
|
+
"tttx-select-box_1_5_3": TttxSelectBox_1_5_3;
|
|
789
|
+
"tttx-sorter_1_5_3": TttxSorter_1_5_3;
|
|
790
|
+
"tttx-standalone-input_1_5_3": TttxStandaloneInput_1_5_3;
|
|
791
|
+
"tttx-tabs_1_5_3": TttxTabs_1_5_3;
|
|
792
|
+
"tttx-tag_1_5_3": TttxTag_1_5_3;
|
|
793
|
+
"tttx-textarea_1_5_3": TttxTextarea_1_5_3;
|
|
794
|
+
"tttx-toolbar_1_5_3": TttxToolbar_1_5_3;
|
|
795
|
+
"tttx-tree-view_1_5_3": TttxTreeView_1_5_3;
|
|
771
796
|
}
|
|
772
797
|
}
|
|
773
798
|
export { LocalJSX as JSX };
|
|
774
799
|
declare module "@stencil/core" {
|
|
775
800
|
export namespace JSX {
|
|
776
801
|
interface IntrinsicElements {
|
|
777
|
-
"tttx-
|
|
778
|
-
"tttx-checkbox-group-
|
|
779
|
-
"tttx-checkbox-group-
|
|
780
|
-
"tttx-checkbox-
|
|
781
|
-
"tttx-
|
|
782
|
-
"tttx-data-
|
|
783
|
-
"tttx-
|
|
784
|
-
"tttx-
|
|
785
|
-
"tttx-
|
|
786
|
-
"tttx-
|
|
787
|
-
"tttx-
|
|
788
|
-
"tttx-
|
|
789
|
-
"tttx-
|
|
790
|
-
"tttx-
|
|
791
|
-
"tttx-
|
|
792
|
-
"tttx-
|
|
793
|
-
"tttx-
|
|
794
|
-
"tttx-
|
|
795
|
-
"tttx-
|
|
796
|
-
"tttx-
|
|
797
|
-
"tttx-
|
|
798
|
-
"tttx-
|
|
799
|
-
"tttx-
|
|
800
|
-
"tttx-
|
|
801
|
-
"tttx-
|
|
802
|
-
"tttx-
|
|
802
|
+
"tttx-button_1_5_3": LocalJSX.TttxButton_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxButton_1_5_3Element>;
|
|
803
|
+
"tttx-checkbox-group-caption_1_5_3": LocalJSX.TttxCheckboxGroupCaption_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_5_3Element>;
|
|
804
|
+
"tttx-checkbox-group-heading_1_5_3": LocalJSX.TttxCheckboxGroupHeading_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_5_3Element>;
|
|
805
|
+
"tttx-checkbox-group_1_5_3": LocalJSX.TttxCheckboxGroup_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_5_3Element>;
|
|
806
|
+
"tttx-checkbox_1_5_3": LocalJSX.TttxCheckbox_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_5_3Element>;
|
|
807
|
+
"tttx-data-pattern_1_5_3": LocalJSX.TttxDataPattern_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_5_3Element>;
|
|
808
|
+
"tttx-datacard_1_5_3": LocalJSX.TttxDatacard_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_5_3Element>;
|
|
809
|
+
"tttx-dialog-box_1_5_3": LocalJSX.TttxDialogBox_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_5_3Element>;
|
|
810
|
+
"tttx-dialog_1_5_3": LocalJSX.TttxDialog_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_5_3Element>;
|
|
811
|
+
"tttx-expander_1_5_3": LocalJSX.TttxExpander_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_5_3Element>;
|
|
812
|
+
"tttx-filter_1_5_3": LocalJSX.TttxFilter_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_5_3Element>;
|
|
813
|
+
"tttx-form_1_5_3": LocalJSX.TttxForm_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxForm_1_5_3Element>;
|
|
814
|
+
"tttx-icon_1_5_3": LocalJSX.TttxIcon_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_5_3Element>;
|
|
815
|
+
"tttx-keyvalue-block_1_5_3": LocalJSX.TttxKeyvalueBlock_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_5_3Element>;
|
|
816
|
+
"tttx-list_1_5_3": LocalJSX.TttxList_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxList_1_5_3Element>;
|
|
817
|
+
"tttx-loading-spinner_1_5_3": LocalJSX.TttxLoadingSpinner_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_5_3Element>;
|
|
818
|
+
"tttx-multiselect-box_1_5_3": LocalJSX.TttxMultiselectBox_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_5_3Element>;
|
|
819
|
+
"tttx-percentage-bar_1_5_3": LocalJSX.TttxPercentageBar_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_5_3Element>;
|
|
820
|
+
"tttx-qrcode_1_5_3": LocalJSX.TttxQrcode_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_5_3Element>;
|
|
821
|
+
"tttx-select-box_1_5_3": LocalJSX.TttxSelectBox_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_5_3Element>;
|
|
822
|
+
"tttx-sorter_1_5_3": LocalJSX.TttxSorter_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_5_3Element>;
|
|
823
|
+
"tttx-standalone-input_1_5_3": LocalJSX.TttxStandaloneInput_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_5_3Element>;
|
|
824
|
+
"tttx-tabs_1_5_3": LocalJSX.TttxTabs_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_5_3Element>;
|
|
825
|
+
"tttx-tag_1_5_3": LocalJSX.TttxTag_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxTag_1_5_3Element>;
|
|
826
|
+
"tttx-textarea_1_5_3": LocalJSX.TttxTextarea_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_5_3Element>;
|
|
827
|
+
"tttx-toolbar_1_5_3": LocalJSX.TttxToolbar_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_5_3Element>;
|
|
828
|
+
"tttx-tree-view_1_5_3": LocalJSX.TttxTreeView_1_5_3 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_5_3Element>;
|
|
803
829
|
}
|
|
804
830
|
}
|
|
805
831
|
}
|