@3t-transform/threeteeui 1.9.21 → 1.9.23
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_9_21.cjs.entry.js → tttx-button_1_9_23.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_21.cjs.entry.js → tttx-checkbox-group-caption_1_9_23.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_21.cjs.entry.js → tttx-checkbox-group-heading_1_9_23.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_21.cjs.entry.js → tttx-checkbox-group_1_9_23.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_21.cjs.entry.js → tttx-checkbox_1_9_23.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_21.cjs.entry.js → tttx-comments_1_9_23.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_21.cjs.entry.js → tttx-data-pattern_1_9_23.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_21.cjs.entry.js → tttx-datacard_1_9_23.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_21.cjs.entry.js → tttx-dialog-box_1_9_23.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_21.cjs.entry.js → tttx-dialog_1_9_23.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_21.cjs.entry.js → tttx-expander_1_9_23.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_21_4.cjs.entry.js → tttx-filter_1_9_23_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_21.cjs.entry.js → tttx-form_1_9_23.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-graph_1_9_21.cjs.entry.js → tttx-graph_1_9_23.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_21.cjs.entry.js → tttx-icon_1_9_23.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_21.cjs.entry.js → tttx-keyvalue-block_1_9_23.cjs.entry.js} +1 -1
- package/dist/cjs/tttx-loading-spinner_1_9_23_3.cjs.entry.js +135 -0
- package/dist/cjs/{tttx-multiselect-box_1_9_21.cjs.entry.js → tttx-multiselect-box_1_9_23.cjs.entry.js} +30 -9
- package/dist/cjs/{tttx-percentage-bar_1_9_21.cjs.entry.js → tttx-percentage-bar_1_9_23.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_21.cjs.entry.js → tttx-qrcode_1_9_23.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_21.cjs.entry.js → tttx-select-box_1_9_23.cjs.entry.js} +42 -20
- package/dist/cjs/{tttx-table_1_9_21.cjs.entry.js → tttx-table_1_9_23.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_21.cjs.entry.js → tttx-tabs_1_9_23.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_21.cjs.entry.js → tttx-textarea_1_9_23.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_21.cjs.entry.js → tttx-toggle_1_9_23.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_21.cjs.entry.js → tttx-tree-view_1_9_23.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- 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.js +4 -4
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.stories.js +10 -10
- 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 +2 -2
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.stories.js +6 -6
- package/dist/collection/components/atoms/tttx-toggle/tttx-toggle.js +1 -1
- package/dist/collection/components/atoms/tttx-toggle/tttx-toggle.stories.js +2 -2
- 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-comments/tttx-comments.js +2 -2
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.stories.js +1 -1
- 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 +7 -7
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.js +1 -1
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +3 -3
- package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +47 -47
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.css +6 -0
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.js +66 -9
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +72 -35
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.css +4 -0
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +77 -19
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +60 -20
- 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-table/tttx-table.js +1 -1
- package/dist/collection/components/molecules/tttx-table/tttx-table.stories.js +6 -6
- 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 +5 -5
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
- package/dist/components/index.d.ts +31 -31
- package/dist/components/index.js +31 -31
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_9_21.d.ts → tttx-button_1_9_23.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_21.js → tttx-button_1_9_23.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_21.js → tttx-checkbox-group-caption_1_9_23.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_21.js → tttx-checkbox-group-heading_1_9_23.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_21.js → tttx-checkbox-group_1_9_23.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_21.d.ts → tttx-checkbox_1_9_23.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_21.js → tttx-checkbox_1_9_23.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_21.d.ts → tttx-comments_1_9_23.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_21.js → tttx-comments_1_9_23.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_21.js → tttx-data-pattern_1_9_23.js} +16 -16
- package/dist/components/{tttx-comments_1_9_21.d.ts → tttx-datacard_1_9_23.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_21.js → tttx-datacard_1_9_23.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_21.js → tttx-dialog-box_1_9_23.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_21.d.ts → tttx-dialog_1_9_23.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_21.js → tttx-dialog_1_9_23.js} +8 -8
- package/dist/components/tttx-expander_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_21.js → tttx-expander_1_9_23.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_21.d.ts → tttx-filter_1_9_23.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_21.js → tttx-filter_1_9_23.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_21.d.ts → tttx-form_1_9_23.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_21.js → tttx-form_1_9_23.js} +20 -14
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_21.d.ts → tttx-graph_1_9_23.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_21.js → tttx-graph_1_9_23.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_21.d.ts → tttx-icon_1_9_23.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_21.js → tttx-icon_1_9_23.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_21.js → tttx-keyvalue-block_1_9_23.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_21.d.ts → tttx-list_1_9_23.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_21.js → tttx-list_1_9_23.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_21.js → tttx-loading-spinner_1_9_23.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_21.js → tttx-multiselect-box_1_9_23.js} +51 -22
- package/dist/components/tttx-percentage-bar_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_21.js → tttx-percentage-bar_1_9_23.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_21.d.ts → tttx-qrcode_1_9_23.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_21.js → tttx-qrcode_1_9_23.js} +5 -5
- package/dist/components/tttx-select-box.js +58 -28
- package/dist/components/tttx-select-box_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_21.js → tttx-select-box_1_9_23.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_21.js → tttx-sorter_1_9_23.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_21.js → tttx-standalone-input_1_9_23.js} +2 -2
- package/dist/components/{tttx-table_1_9_21.d.ts → tttx-table_1_9_23.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_21.js → tttx-table_1_9_23.js} +5 -5
- package/dist/components/{tttx-form_1_9_21.d.ts → tttx-tabs_1_9_23.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_21.js → tttx-tabs_1_9_23.js} +9 -9
- package/dist/components/{tttx-tag_1_9_21.js → tttx-tag.js} +9 -12
- package/dist/components/{tttx-tag_1_9_21.d.ts → tttx-tag_1_9_23.d.ts} +4 -4
- package/dist/components/tttx-tag_1_9_23.js +6 -0
- package/dist/components/tttx-textarea_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_21.js → tttx-textarea_1_9_23.js} +6 -6
- package/dist/components/tttx-toggle_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_21.js → tttx-toggle_1_9_23.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_21.js → tttx-toolbar_1_9_23.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_23.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_21.js → tttx-tree-view_1_9_23.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_21.entry.js → tttx-button_1_9_23.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_21.entry.js → tttx-checkbox-group-caption_1_9_23.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_21.entry.js → tttx-checkbox-group-heading_1_9_23.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_21.entry.js → tttx-checkbox-group_1_9_23.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_21.entry.js → tttx-checkbox_1_9_23.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_21.entry.js → tttx-comments_1_9_23.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_21.entry.js → tttx-data-pattern_1_9_23.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_21.entry.js → tttx-datacard_1_9_23.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_21.entry.js → tttx-dialog-box_1_9_23.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_21.entry.js → tttx-dialog_1_9_23.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_21.entry.js → tttx-expander_1_9_23.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_21_4.entry.js → tttx-filter_1_9_23_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_21.entry.js → tttx-form_1_9_23.entry.js} +2 -2
- package/dist/esm/{tttx-graph_1_9_21.entry.js → tttx-graph_1_9_23.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_21.entry.js → tttx-icon_1_9_23.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_21.entry.js → tttx-keyvalue-block_1_9_23.entry.js} +1 -1
- package/dist/esm/tttx-loading-spinner_1_9_23_3.entry.js +129 -0
- package/dist/esm/{tttx-multiselect-box_1_9_21.entry.js → tttx-multiselect-box_1_9_23.entry.js} +31 -10
- package/dist/esm/{tttx-percentage-bar_1_9_21.entry.js → tttx-percentage-bar_1_9_23.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_21.entry.js → tttx-qrcode_1_9_23.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_21.entry.js → tttx-select-box_1_9_23.entry.js} +42 -20
- package/dist/esm/{tttx-table_1_9_21.entry.js → tttx-table_1_9_23.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_21.entry.js → tttx-tabs_1_9_23.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_21.entry.js → tttx-textarea_1_9_23.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_21.entry.js → tttx-toggle_1_9_23.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_21.entry.js → tttx-tree-view_1_9_23.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0741cbca.entry.js +1 -0
- package/dist/tttx/p-0da9f04c.entry.js +1 -1
- package/dist/tttx/p-0e515960.entry.js +1 -1
- package/dist/tttx/p-0ffbf27e.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-2d4c1e8a.entry.js +1 -1
- package/dist/tttx/p-49ef7451.entry.js +1 -1
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-5722f326.entry.js +1 -0
- package/dist/tttx/p-59c7b049.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-74148f2a.entry.js +1 -1
- package/dist/tttx/p-79e218d0.entry.js +1 -1
- package/dist/tttx/p-90d21e86.entry.js +1 -1
- package/dist/tttx/p-9434561e.entry.js +1 -1
- package/dist/tttx/p-996a6061.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-b7347352.entry.js +1 -1
- package/dist/tttx/p-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-c34d99d1.entry.js +1 -0
- package/dist/tttx/p-cfe412d0.entry.js +1 -1
- package/dist/tttx/p-de6e8250.entry.js +1 -1
- package/dist/tttx/p-f374e293.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-multiselect-box/interfaces.d.ts +5 -4
- package/dist/types/components/molecules/tttx-multiselect-box/tttx-multiselect-box.d.ts +3 -0
- package/dist/types/components/molecules/tttx-select-box/interfaces.d.ts +5 -4
- 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 +376 -368
- package/package.json +1 -1
- package/dist/cjs/tttx-loading-spinner_1_9_21_2.cjs.entry.js +0 -114
- package/dist/cjs/tttx-tag_1_9_21.cjs.entry.js +0 -27
- package/dist/components/tttx-checkbox-group-caption_1_9_21.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_21.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_21.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_21.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_21.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_21.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_21.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_21.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_21.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_21.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_21.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_21.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_21.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_21.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_21.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_21.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_21.d.ts +0 -11
- package/dist/esm/tttx-loading-spinner_1_9_21_2.entry.js +0 -109
- package/dist/esm/tttx-tag_1_9_21.entry.js +0 -23
- package/dist/tttx/p-2d184378.entry.js +0 -1
- package/dist/tttx/p-3df60a1b.entry.js +0 -1
- package/dist/tttx/p-6bd36b5b.entry.js +0 -1
- package/dist/tttx/p-bbad0784.entry.js +0 -1
|
@@ -20,32 +20,32 @@ import { TableHeader } from "./components/molecules/tttx-table/tttx-table.types"
|
|
|
20
20
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
21
21
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
22
22
|
export namespace Components {
|
|
23
|
-
interface
|
|
23
|
+
interface TttxButton_1_9_23 {
|
|
24
24
|
"design": string;
|
|
25
25
|
"icon": string;
|
|
26
26
|
"iconcolor": string;
|
|
27
27
|
"iconposition": 'left' | 'right';
|
|
28
28
|
"notext": boolean;
|
|
29
29
|
}
|
|
30
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupCaption_1_9_23 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_23 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_23 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_23 {
|
|
37
37
|
"checkboxId": string;
|
|
38
38
|
"checked": boolean;
|
|
39
39
|
"indeterminate": boolean;
|
|
40
40
|
"inline": boolean;
|
|
41
41
|
"label": string;
|
|
42
42
|
}
|
|
43
|
-
interface
|
|
43
|
+
interface TttxComments_1_9_23 {
|
|
44
44
|
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
45
45
|
"comments": string | Comment[];
|
|
46
46
|
"currentuser": string;
|
|
47
47
|
}
|
|
48
|
-
interface
|
|
48
|
+
interface TttxDataPattern_1_9_23 {
|
|
49
49
|
"addbutton": boolean;
|
|
50
50
|
"addbuttonlabel": string;
|
|
51
51
|
"data": string;
|
|
@@ -55,7 +55,7 @@ export namespace Components {
|
|
|
55
55
|
"searchplaceholder": string;
|
|
56
56
|
"sorterOptions": string;
|
|
57
57
|
}
|
|
58
|
-
interface
|
|
58
|
+
interface TttxDatacard_1_9_23 {
|
|
59
59
|
"cardTitle": string;
|
|
60
60
|
"cardType": string;
|
|
61
61
|
"chartConfig": string;
|
|
@@ -64,13 +64,13 @@ export namespace Components {
|
|
|
64
64
|
"rightData": string;
|
|
65
65
|
"rightSubtext": string;
|
|
66
66
|
}
|
|
67
|
-
interface
|
|
67
|
+
interface TttxDialogBox_1_9_23 {
|
|
68
68
|
"allowOverflow": boolean;
|
|
69
69
|
"data": string | DialogItems;
|
|
70
70
|
"open": boolean;
|
|
71
71
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
72
72
|
}
|
|
73
|
-
interface
|
|
73
|
+
interface TttxDialog_1_9_23 {
|
|
74
74
|
"allowOverflow": boolean;
|
|
75
75
|
"closeEnabled": boolean;
|
|
76
76
|
"header": string;
|
|
@@ -78,13 +78,13 @@ export namespace Components {
|
|
|
78
78
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
79
79
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
80
80
|
}
|
|
81
|
-
interface
|
|
81
|
+
interface TttxExpander_1_9_23 {
|
|
82
82
|
"lefticon"?: string;
|
|
83
83
|
"lefticoncolor"?: string;
|
|
84
84
|
"name": string;
|
|
85
85
|
"open": boolean;
|
|
86
86
|
}
|
|
87
|
-
interface
|
|
87
|
+
interface TttxFilter_1_9_23 {
|
|
88
88
|
"defaultFilterOptions": string[] | string;
|
|
89
89
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
90
90
|
"filterHeader": string;
|
|
@@ -95,7 +95,7 @@ export namespace Components {
|
|
|
95
95
|
"showSearchField": boolean;
|
|
96
96
|
"showSelectAll": boolean;
|
|
97
97
|
}
|
|
98
|
-
interface
|
|
98
|
+
interface TttxForm_1_9_23 {
|
|
99
99
|
/**
|
|
100
100
|
* Clear the validation message on a given form field
|
|
101
101
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -141,59 +141,63 @@ export namespace Components {
|
|
|
141
141
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
142
142
|
"submit": () => Promise<void>;
|
|
143
143
|
}
|
|
144
|
-
interface
|
|
144
|
+
interface TttxGraph_1_9_23 {
|
|
145
145
|
"chartData": string;
|
|
146
146
|
"chartText": string;
|
|
147
147
|
"chartType": string;
|
|
148
148
|
}
|
|
149
|
-
interface
|
|
149
|
+
interface TttxIcon_1_9_23 {
|
|
150
150
|
"color": string;
|
|
151
151
|
"icon": string;
|
|
152
152
|
"size": number;
|
|
153
153
|
}
|
|
154
|
-
interface
|
|
154
|
+
interface TttxKeyvalueBlock_1_9_23 {
|
|
155
155
|
"horizontal": boolean;
|
|
156
156
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
157
157
|
"spacedout": boolean;
|
|
158
158
|
}
|
|
159
|
-
interface
|
|
159
|
+
interface TttxList_1_9_23 {
|
|
160
160
|
"data": string | ListItem[];
|
|
161
161
|
"name": string;
|
|
162
162
|
}
|
|
163
|
-
interface
|
|
163
|
+
interface TttxLoadingSpinner_1_9_23 {
|
|
164
164
|
"loadingMessage": boolean;
|
|
165
165
|
"size": 'small' | 'large';
|
|
166
166
|
}
|
|
167
|
-
interface
|
|
167
|
+
interface TttxMultiselectBox_1_9_23 {
|
|
168
168
|
"htmlVisibleValue": boolean;
|
|
169
169
|
"inline": boolean;
|
|
170
170
|
"isLoading": boolean;
|
|
171
171
|
"label": string;
|
|
172
|
+
"nonPriorityLabel": string;
|
|
172
173
|
"optionsData": string | SelectItem[];
|
|
173
174
|
"placeholder": string;
|
|
175
|
+
"priorityLabel": string;
|
|
174
176
|
"readOnly": boolean;
|
|
175
177
|
"searchEnabled": boolean;
|
|
176
178
|
"stopLocalSearch": boolean;
|
|
177
179
|
"visibleValue": string;
|
|
178
180
|
}
|
|
179
|
-
interface
|
|
181
|
+
interface TttxPercentageBar_1_9_23 {
|
|
180
182
|
"color"?: string;
|
|
181
183
|
"labelid"?: string;
|
|
182
184
|
"min": string;
|
|
183
185
|
"percentage": string | number;
|
|
184
186
|
"thresholds"?: string | Threshold[];
|
|
185
187
|
}
|
|
186
|
-
interface
|
|
188
|
+
interface TttxQrcode_1_9_23 {
|
|
187
189
|
"link": string;
|
|
188
190
|
"size": number;
|
|
189
191
|
}
|
|
190
|
-
interface
|
|
192
|
+
interface TttxSelectBox_1_9_23 {
|
|
191
193
|
"errorMsg": string;
|
|
192
194
|
"inline": boolean;
|
|
193
195
|
"isLoading": boolean;
|
|
194
196
|
"label": string;
|
|
197
|
+
"nonPriorityLabel": string;
|
|
195
198
|
"optionsData": string | SelectItem1[];
|
|
196
199
|
"placeholder": string;
|
|
200
|
+
"priorityLabel": string;
|
|
197
201
|
"readOnly": boolean;
|
|
198
202
|
"searchEnabled": boolean;
|
|
199
203
|
"selectedValue": string;
|
|
@@ -202,13 +206,13 @@ export namespace Components {
|
|
|
202
206
|
"showErrorMsg": boolean;
|
|
203
207
|
"useExternalFiltering": boolean;
|
|
204
208
|
}
|
|
205
|
-
interface
|
|
209
|
+
interface TttxSorter_1_9_23 {
|
|
206
210
|
"defaultOption": string;
|
|
207
211
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
208
212
|
"fieldOptionsData": string | SorterData;
|
|
209
213
|
"sorterKey": string;
|
|
210
214
|
}
|
|
211
|
-
interface
|
|
215
|
+
interface TttxStandaloneInput_1_9_23 {
|
|
212
216
|
"autocomplete": 'off' | 'on';
|
|
213
217
|
"checked": boolean;
|
|
214
218
|
"disabled": boolean;
|
|
@@ -224,8 +228,8 @@ export namespace Components {
|
|
|
224
228
|
"inputiconcolor": string;
|
|
225
229
|
/**
|
|
226
230
|
* tabindex - Allows the HTML elements to be focusable
|
|
227
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
228
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
231
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_23 input-index="1" />
|
|
232
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_23 inputindex={1} />
|
|
229
233
|
*/
|
|
230
234
|
"inputindex": string | number;
|
|
231
235
|
/**
|
|
@@ -253,7 +257,7 @@ export namespace Components {
|
|
|
253
257
|
"type": string;
|
|
254
258
|
"value": string | number;
|
|
255
259
|
}
|
|
256
|
-
interface
|
|
260
|
+
interface TttxTable_1_9_23 {
|
|
257
261
|
"data": any;
|
|
258
262
|
"draggableHeaders": boolean;
|
|
259
263
|
"headers": TableHeader[];
|
|
@@ -261,13 +265,13 @@ export namespace Components {
|
|
|
261
265
|
"selectable": boolean;
|
|
262
266
|
"selected": number;
|
|
263
267
|
}
|
|
264
|
-
interface
|
|
268
|
+
interface TttxTabs_1_9_23 {
|
|
265
269
|
"navigation": boolean;
|
|
266
270
|
"tabs": string | Tab[];
|
|
267
271
|
"tabsName": string;
|
|
268
272
|
"wide": boolean;
|
|
269
273
|
}
|
|
270
|
-
interface
|
|
274
|
+
interface TttxTag_1_9_23 {
|
|
271
275
|
"color": string;
|
|
272
276
|
"hasIcon": boolean;
|
|
273
277
|
"icon": string;
|
|
@@ -276,13 +280,13 @@ export namespace Components {
|
|
|
276
280
|
"text": string;
|
|
277
281
|
"textColor": string;
|
|
278
282
|
}
|
|
279
|
-
interface
|
|
283
|
+
interface TttxTextarea_1_9_23 {
|
|
280
284
|
"disabled": boolean;
|
|
281
285
|
"errormsg": string;
|
|
282
286
|
/**
|
|
283
287
|
* tabindex - Allows the HTML elements to be focusable
|
|
284
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
285
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
288
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_23 input-index="1" />
|
|
289
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_23 inputindex={1} />
|
|
286
290
|
*/
|
|
287
291
|
"inputindex": string | number;
|
|
288
292
|
/**
|
|
@@ -306,335 +310,335 @@ export namespace Components {
|
|
|
306
310
|
"textareaautofocus": boolean;
|
|
307
311
|
"value": string | number;
|
|
308
312
|
}
|
|
309
|
-
interface
|
|
313
|
+
interface TttxToggle_1_9_23 {
|
|
310
314
|
"initialstate": boolean | string;
|
|
311
315
|
}
|
|
312
|
-
interface
|
|
316
|
+
interface TttxToolbar_1_9_23 {
|
|
313
317
|
"border": boolean;
|
|
314
318
|
}
|
|
315
|
-
interface
|
|
319
|
+
interface TttxTreeView_1_9_23 {
|
|
316
320
|
"data": TreeViewItem[];
|
|
317
321
|
}
|
|
318
322
|
}
|
|
319
|
-
export interface
|
|
323
|
+
export interface TttxCheckbox_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
320
324
|
detail: T;
|
|
321
|
-
target:
|
|
325
|
+
target: HTMLTttxCheckbox_1_9_23Element;
|
|
322
326
|
}
|
|
323
|
-
export interface
|
|
327
|
+
export interface TttxComments_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
324
328
|
detail: T;
|
|
325
|
-
target:
|
|
329
|
+
target: HTMLTttxComments_1_9_23Element;
|
|
326
330
|
}
|
|
327
|
-
export interface
|
|
331
|
+
export interface TttxDialogBox_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
328
332
|
detail: T;
|
|
329
|
-
target:
|
|
333
|
+
target: HTMLTttxDialogBox_1_9_23Element;
|
|
330
334
|
}
|
|
331
|
-
export interface
|
|
335
|
+
export interface TttxDialog_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
332
336
|
detail: T;
|
|
333
|
-
target:
|
|
337
|
+
target: HTMLTttxDialog_1_9_23Element;
|
|
334
338
|
}
|
|
335
|
-
export interface
|
|
339
|
+
export interface TttxExpander_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
336
340
|
detail: T;
|
|
337
|
-
target:
|
|
341
|
+
target: HTMLTttxExpander_1_9_23Element;
|
|
338
342
|
}
|
|
339
|
-
export interface
|
|
343
|
+
export interface TttxFilter_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
340
344
|
detail: T;
|
|
341
|
-
target:
|
|
345
|
+
target: HTMLTttxFilter_1_9_23Element;
|
|
342
346
|
}
|
|
343
|
-
export interface
|
|
347
|
+
export interface TttxForm_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
344
348
|
detail: T;
|
|
345
|
-
target:
|
|
349
|
+
target: HTMLTttxForm_1_9_23Element;
|
|
346
350
|
}
|
|
347
|
-
export interface
|
|
351
|
+
export interface TttxList_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
348
352
|
detail: T;
|
|
349
|
-
target:
|
|
353
|
+
target: HTMLTttxList_1_9_23Element;
|
|
350
354
|
}
|
|
351
|
-
export interface
|
|
355
|
+
export interface TttxMultiselectBox_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
352
356
|
detail: T;
|
|
353
|
-
target:
|
|
357
|
+
target: HTMLTttxMultiselectBox_1_9_23Element;
|
|
354
358
|
}
|
|
355
|
-
export interface
|
|
359
|
+
export interface TttxSelectBox_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
356
360
|
detail: T;
|
|
357
|
-
target:
|
|
361
|
+
target: HTMLTttxSelectBox_1_9_23Element;
|
|
358
362
|
}
|
|
359
|
-
export interface
|
|
363
|
+
export interface TttxSorter_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
360
364
|
detail: T;
|
|
361
|
-
target:
|
|
365
|
+
target: HTMLTttxSorter_1_9_23Element;
|
|
362
366
|
}
|
|
363
|
-
export interface
|
|
367
|
+
export interface TttxStandaloneInput_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
364
368
|
detail: T;
|
|
365
|
-
target:
|
|
369
|
+
target: HTMLTttxStandaloneInput_1_9_23Element;
|
|
366
370
|
}
|
|
367
|
-
export interface
|
|
371
|
+
export interface TttxTable_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
368
372
|
detail: T;
|
|
369
|
-
target:
|
|
373
|
+
target: HTMLTttxTable_1_9_23Element;
|
|
370
374
|
}
|
|
371
|
-
export interface
|
|
375
|
+
export interface TttxTabs_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
372
376
|
detail: T;
|
|
373
|
-
target:
|
|
377
|
+
target: HTMLTttxTabs_1_9_23Element;
|
|
374
378
|
}
|
|
375
|
-
export interface
|
|
379
|
+
export interface TttxTextarea_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
376
380
|
detail: T;
|
|
377
|
-
target:
|
|
381
|
+
target: HTMLTttxTextarea_1_9_23Element;
|
|
378
382
|
}
|
|
379
|
-
export interface
|
|
383
|
+
export interface TttxToggle_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
380
384
|
detail: T;
|
|
381
|
-
target:
|
|
385
|
+
target: HTMLTttxToggle_1_9_23Element;
|
|
382
386
|
}
|
|
383
|
-
export interface
|
|
387
|
+
export interface TttxTreeView_1_9_23CustomEvent<T> extends CustomEvent<T> {
|
|
384
388
|
detail: T;
|
|
385
|
-
target:
|
|
389
|
+
target: HTMLTttxTreeView_1_9_23Element;
|
|
386
390
|
}
|
|
387
391
|
declare global {
|
|
388
|
-
interface
|
|
392
|
+
interface HTMLTttxButton_1_9_23Element extends Components.TttxButton_1_9_23, HTMLStencilElement {
|
|
389
393
|
}
|
|
390
|
-
var
|
|
391
|
-
prototype:
|
|
392
|
-
new ():
|
|
394
|
+
var HTMLTttxButton_1_9_23Element: {
|
|
395
|
+
prototype: HTMLTttxButton_1_9_23Element;
|
|
396
|
+
new (): HTMLTttxButton_1_9_23Element;
|
|
393
397
|
};
|
|
394
|
-
interface
|
|
398
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_23Element extends Components.TttxCheckboxGroupCaption_1_9_23, HTMLStencilElement {
|
|
395
399
|
}
|
|
396
|
-
var
|
|
397
|
-
prototype:
|
|
398
|
-
new ():
|
|
400
|
+
var HTMLTttxCheckboxGroupCaption_1_9_23Element: {
|
|
401
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_23Element;
|
|
402
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_23Element;
|
|
399
403
|
};
|
|
400
|
-
interface
|
|
404
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_23Element extends Components.TttxCheckboxGroupHeading_1_9_23, HTMLStencilElement {
|
|
401
405
|
}
|
|
402
|
-
var
|
|
403
|
-
prototype:
|
|
404
|
-
new ():
|
|
406
|
+
var HTMLTttxCheckboxGroupHeading_1_9_23Element: {
|
|
407
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_23Element;
|
|
408
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_23Element;
|
|
405
409
|
};
|
|
406
|
-
interface
|
|
410
|
+
interface HTMLTttxCheckboxGroup_1_9_23Element extends Components.TttxCheckboxGroup_1_9_23, HTMLStencilElement {
|
|
407
411
|
}
|
|
408
|
-
var
|
|
409
|
-
prototype:
|
|
410
|
-
new ():
|
|
412
|
+
var HTMLTttxCheckboxGroup_1_9_23Element: {
|
|
413
|
+
prototype: HTMLTttxCheckboxGroup_1_9_23Element;
|
|
414
|
+
new (): HTMLTttxCheckboxGroup_1_9_23Element;
|
|
411
415
|
};
|
|
412
|
-
interface
|
|
416
|
+
interface HTMLTttxCheckbox_1_9_23Element extends Components.TttxCheckbox_1_9_23, HTMLStencilElement {
|
|
413
417
|
}
|
|
414
|
-
var
|
|
415
|
-
prototype:
|
|
416
|
-
new ():
|
|
418
|
+
var HTMLTttxCheckbox_1_9_23Element: {
|
|
419
|
+
prototype: HTMLTttxCheckbox_1_9_23Element;
|
|
420
|
+
new (): HTMLTttxCheckbox_1_9_23Element;
|
|
417
421
|
};
|
|
418
|
-
interface
|
|
422
|
+
interface HTMLTttxComments_1_9_23Element extends Components.TttxComments_1_9_23, HTMLStencilElement {
|
|
419
423
|
}
|
|
420
|
-
var
|
|
421
|
-
prototype:
|
|
422
|
-
new ():
|
|
424
|
+
var HTMLTttxComments_1_9_23Element: {
|
|
425
|
+
prototype: HTMLTttxComments_1_9_23Element;
|
|
426
|
+
new (): HTMLTttxComments_1_9_23Element;
|
|
423
427
|
};
|
|
424
|
-
interface
|
|
428
|
+
interface HTMLTttxDataPattern_1_9_23Element extends Components.TttxDataPattern_1_9_23, HTMLStencilElement {
|
|
425
429
|
}
|
|
426
|
-
var
|
|
427
|
-
prototype:
|
|
428
|
-
new ():
|
|
430
|
+
var HTMLTttxDataPattern_1_9_23Element: {
|
|
431
|
+
prototype: HTMLTttxDataPattern_1_9_23Element;
|
|
432
|
+
new (): HTMLTttxDataPattern_1_9_23Element;
|
|
429
433
|
};
|
|
430
|
-
interface
|
|
434
|
+
interface HTMLTttxDatacard_1_9_23Element extends Components.TttxDatacard_1_9_23, HTMLStencilElement {
|
|
431
435
|
}
|
|
432
|
-
var
|
|
433
|
-
prototype:
|
|
434
|
-
new ():
|
|
436
|
+
var HTMLTttxDatacard_1_9_23Element: {
|
|
437
|
+
prototype: HTMLTttxDatacard_1_9_23Element;
|
|
438
|
+
new (): HTMLTttxDatacard_1_9_23Element;
|
|
435
439
|
};
|
|
436
|
-
interface
|
|
440
|
+
interface HTMLTttxDialogBox_1_9_23Element extends Components.TttxDialogBox_1_9_23, HTMLStencilElement {
|
|
437
441
|
}
|
|
438
|
-
var
|
|
439
|
-
prototype:
|
|
440
|
-
new ():
|
|
442
|
+
var HTMLTttxDialogBox_1_9_23Element: {
|
|
443
|
+
prototype: HTMLTttxDialogBox_1_9_23Element;
|
|
444
|
+
new (): HTMLTttxDialogBox_1_9_23Element;
|
|
441
445
|
};
|
|
442
|
-
interface
|
|
446
|
+
interface HTMLTttxDialog_1_9_23Element extends Components.TttxDialog_1_9_23, HTMLStencilElement {
|
|
443
447
|
}
|
|
444
|
-
var
|
|
445
|
-
prototype:
|
|
446
|
-
new ():
|
|
448
|
+
var HTMLTttxDialog_1_9_23Element: {
|
|
449
|
+
prototype: HTMLTttxDialog_1_9_23Element;
|
|
450
|
+
new (): HTMLTttxDialog_1_9_23Element;
|
|
447
451
|
};
|
|
448
|
-
interface
|
|
452
|
+
interface HTMLTttxExpander_1_9_23Element extends Components.TttxExpander_1_9_23, HTMLStencilElement {
|
|
449
453
|
}
|
|
450
|
-
var
|
|
451
|
-
prototype:
|
|
452
|
-
new ():
|
|
454
|
+
var HTMLTttxExpander_1_9_23Element: {
|
|
455
|
+
prototype: HTMLTttxExpander_1_9_23Element;
|
|
456
|
+
new (): HTMLTttxExpander_1_9_23Element;
|
|
453
457
|
};
|
|
454
|
-
interface
|
|
458
|
+
interface HTMLTttxFilter_1_9_23Element extends Components.TttxFilter_1_9_23, HTMLStencilElement {
|
|
455
459
|
}
|
|
456
|
-
var
|
|
457
|
-
prototype:
|
|
458
|
-
new ():
|
|
460
|
+
var HTMLTttxFilter_1_9_23Element: {
|
|
461
|
+
prototype: HTMLTttxFilter_1_9_23Element;
|
|
462
|
+
new (): HTMLTttxFilter_1_9_23Element;
|
|
459
463
|
};
|
|
460
|
-
interface
|
|
464
|
+
interface HTMLTttxForm_1_9_23Element extends Components.TttxForm_1_9_23, HTMLStencilElement {
|
|
461
465
|
}
|
|
462
|
-
var
|
|
463
|
-
prototype:
|
|
464
|
-
new ():
|
|
466
|
+
var HTMLTttxForm_1_9_23Element: {
|
|
467
|
+
prototype: HTMLTttxForm_1_9_23Element;
|
|
468
|
+
new (): HTMLTttxForm_1_9_23Element;
|
|
465
469
|
};
|
|
466
|
-
interface
|
|
470
|
+
interface HTMLTttxGraph_1_9_23Element extends Components.TttxGraph_1_9_23, HTMLStencilElement {
|
|
467
471
|
}
|
|
468
|
-
var
|
|
469
|
-
prototype:
|
|
470
|
-
new ():
|
|
472
|
+
var HTMLTttxGraph_1_9_23Element: {
|
|
473
|
+
prototype: HTMLTttxGraph_1_9_23Element;
|
|
474
|
+
new (): HTMLTttxGraph_1_9_23Element;
|
|
471
475
|
};
|
|
472
|
-
interface
|
|
476
|
+
interface HTMLTttxIcon_1_9_23Element extends Components.TttxIcon_1_9_23, HTMLStencilElement {
|
|
473
477
|
}
|
|
474
|
-
var
|
|
475
|
-
prototype:
|
|
476
|
-
new ():
|
|
478
|
+
var HTMLTttxIcon_1_9_23Element: {
|
|
479
|
+
prototype: HTMLTttxIcon_1_9_23Element;
|
|
480
|
+
new (): HTMLTttxIcon_1_9_23Element;
|
|
477
481
|
};
|
|
478
|
-
interface
|
|
482
|
+
interface HTMLTttxKeyvalueBlock_1_9_23Element extends Components.TttxKeyvalueBlock_1_9_23, HTMLStencilElement {
|
|
479
483
|
}
|
|
480
|
-
var
|
|
481
|
-
prototype:
|
|
482
|
-
new ():
|
|
484
|
+
var HTMLTttxKeyvalueBlock_1_9_23Element: {
|
|
485
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_23Element;
|
|
486
|
+
new (): HTMLTttxKeyvalueBlock_1_9_23Element;
|
|
483
487
|
};
|
|
484
|
-
interface
|
|
488
|
+
interface HTMLTttxList_1_9_23Element extends Components.TttxList_1_9_23, HTMLStencilElement {
|
|
485
489
|
}
|
|
486
|
-
var
|
|
487
|
-
prototype:
|
|
488
|
-
new ():
|
|
490
|
+
var HTMLTttxList_1_9_23Element: {
|
|
491
|
+
prototype: HTMLTttxList_1_9_23Element;
|
|
492
|
+
new (): HTMLTttxList_1_9_23Element;
|
|
489
493
|
};
|
|
490
|
-
interface
|
|
494
|
+
interface HTMLTttxLoadingSpinner_1_9_23Element extends Components.TttxLoadingSpinner_1_9_23, HTMLStencilElement {
|
|
491
495
|
}
|
|
492
|
-
var
|
|
493
|
-
prototype:
|
|
494
|
-
new ():
|
|
496
|
+
var HTMLTttxLoadingSpinner_1_9_23Element: {
|
|
497
|
+
prototype: HTMLTttxLoadingSpinner_1_9_23Element;
|
|
498
|
+
new (): HTMLTttxLoadingSpinner_1_9_23Element;
|
|
495
499
|
};
|
|
496
|
-
interface
|
|
500
|
+
interface HTMLTttxMultiselectBox_1_9_23Element extends Components.TttxMultiselectBox_1_9_23, HTMLStencilElement {
|
|
497
501
|
}
|
|
498
|
-
var
|
|
499
|
-
prototype:
|
|
500
|
-
new ():
|
|
502
|
+
var HTMLTttxMultiselectBox_1_9_23Element: {
|
|
503
|
+
prototype: HTMLTttxMultiselectBox_1_9_23Element;
|
|
504
|
+
new (): HTMLTttxMultiselectBox_1_9_23Element;
|
|
501
505
|
};
|
|
502
|
-
interface
|
|
506
|
+
interface HTMLTttxPercentageBar_1_9_23Element extends Components.TttxPercentageBar_1_9_23, HTMLStencilElement {
|
|
503
507
|
}
|
|
504
|
-
var
|
|
505
|
-
prototype:
|
|
506
|
-
new ():
|
|
508
|
+
var HTMLTttxPercentageBar_1_9_23Element: {
|
|
509
|
+
prototype: HTMLTttxPercentageBar_1_9_23Element;
|
|
510
|
+
new (): HTMLTttxPercentageBar_1_9_23Element;
|
|
507
511
|
};
|
|
508
|
-
interface
|
|
512
|
+
interface HTMLTttxQrcode_1_9_23Element extends Components.TttxQrcode_1_9_23, HTMLStencilElement {
|
|
509
513
|
}
|
|
510
|
-
var
|
|
511
|
-
prototype:
|
|
512
|
-
new ():
|
|
514
|
+
var HTMLTttxQrcode_1_9_23Element: {
|
|
515
|
+
prototype: HTMLTttxQrcode_1_9_23Element;
|
|
516
|
+
new (): HTMLTttxQrcode_1_9_23Element;
|
|
513
517
|
};
|
|
514
|
-
interface
|
|
518
|
+
interface HTMLTttxSelectBox_1_9_23Element extends Components.TttxSelectBox_1_9_23, HTMLStencilElement {
|
|
515
519
|
}
|
|
516
|
-
var
|
|
517
|
-
prototype:
|
|
518
|
-
new ():
|
|
520
|
+
var HTMLTttxSelectBox_1_9_23Element: {
|
|
521
|
+
prototype: HTMLTttxSelectBox_1_9_23Element;
|
|
522
|
+
new (): HTMLTttxSelectBox_1_9_23Element;
|
|
519
523
|
};
|
|
520
|
-
interface
|
|
524
|
+
interface HTMLTttxSorter_1_9_23Element extends Components.TttxSorter_1_9_23, HTMLStencilElement {
|
|
521
525
|
}
|
|
522
|
-
var
|
|
523
|
-
prototype:
|
|
524
|
-
new ():
|
|
526
|
+
var HTMLTttxSorter_1_9_23Element: {
|
|
527
|
+
prototype: HTMLTttxSorter_1_9_23Element;
|
|
528
|
+
new (): HTMLTttxSorter_1_9_23Element;
|
|
525
529
|
};
|
|
526
|
-
interface
|
|
530
|
+
interface HTMLTttxStandaloneInput_1_9_23Element extends Components.TttxStandaloneInput_1_9_23, HTMLStencilElement {
|
|
527
531
|
}
|
|
528
|
-
var
|
|
529
|
-
prototype:
|
|
530
|
-
new ():
|
|
532
|
+
var HTMLTttxStandaloneInput_1_9_23Element: {
|
|
533
|
+
prototype: HTMLTttxStandaloneInput_1_9_23Element;
|
|
534
|
+
new (): HTMLTttxStandaloneInput_1_9_23Element;
|
|
531
535
|
};
|
|
532
|
-
interface
|
|
536
|
+
interface HTMLTttxTable_1_9_23Element extends Components.TttxTable_1_9_23, HTMLStencilElement {
|
|
533
537
|
}
|
|
534
|
-
var
|
|
535
|
-
prototype:
|
|
536
|
-
new ():
|
|
538
|
+
var HTMLTttxTable_1_9_23Element: {
|
|
539
|
+
prototype: HTMLTttxTable_1_9_23Element;
|
|
540
|
+
new (): HTMLTttxTable_1_9_23Element;
|
|
537
541
|
};
|
|
538
|
-
interface
|
|
542
|
+
interface HTMLTttxTabs_1_9_23Element extends Components.TttxTabs_1_9_23, HTMLStencilElement {
|
|
539
543
|
}
|
|
540
|
-
var
|
|
541
|
-
prototype:
|
|
542
|
-
new ():
|
|
544
|
+
var HTMLTttxTabs_1_9_23Element: {
|
|
545
|
+
prototype: HTMLTttxTabs_1_9_23Element;
|
|
546
|
+
new (): HTMLTttxTabs_1_9_23Element;
|
|
543
547
|
};
|
|
544
|
-
interface
|
|
548
|
+
interface HTMLTttxTag_1_9_23Element extends Components.TttxTag_1_9_23, HTMLStencilElement {
|
|
545
549
|
}
|
|
546
|
-
var
|
|
547
|
-
prototype:
|
|
548
|
-
new ():
|
|
550
|
+
var HTMLTttxTag_1_9_23Element: {
|
|
551
|
+
prototype: HTMLTttxTag_1_9_23Element;
|
|
552
|
+
new (): HTMLTttxTag_1_9_23Element;
|
|
549
553
|
};
|
|
550
|
-
interface
|
|
554
|
+
interface HTMLTttxTextarea_1_9_23Element extends Components.TttxTextarea_1_9_23, HTMLStencilElement {
|
|
551
555
|
}
|
|
552
|
-
var
|
|
553
|
-
prototype:
|
|
554
|
-
new ():
|
|
556
|
+
var HTMLTttxTextarea_1_9_23Element: {
|
|
557
|
+
prototype: HTMLTttxTextarea_1_9_23Element;
|
|
558
|
+
new (): HTMLTttxTextarea_1_9_23Element;
|
|
555
559
|
};
|
|
556
|
-
interface
|
|
560
|
+
interface HTMLTttxToggle_1_9_23Element extends Components.TttxToggle_1_9_23, HTMLStencilElement {
|
|
557
561
|
}
|
|
558
|
-
var
|
|
559
|
-
prototype:
|
|
560
|
-
new ():
|
|
562
|
+
var HTMLTttxToggle_1_9_23Element: {
|
|
563
|
+
prototype: HTMLTttxToggle_1_9_23Element;
|
|
564
|
+
new (): HTMLTttxToggle_1_9_23Element;
|
|
561
565
|
};
|
|
562
|
-
interface
|
|
566
|
+
interface HTMLTttxToolbar_1_9_23Element extends Components.TttxToolbar_1_9_23, HTMLStencilElement {
|
|
563
567
|
}
|
|
564
|
-
var
|
|
565
|
-
prototype:
|
|
566
|
-
new ():
|
|
568
|
+
var HTMLTttxToolbar_1_9_23Element: {
|
|
569
|
+
prototype: HTMLTttxToolbar_1_9_23Element;
|
|
570
|
+
new (): HTMLTttxToolbar_1_9_23Element;
|
|
567
571
|
};
|
|
568
|
-
interface
|
|
572
|
+
interface HTMLTttxTreeView_1_9_23Element extends Components.TttxTreeView_1_9_23, HTMLStencilElement {
|
|
569
573
|
}
|
|
570
|
-
var
|
|
571
|
-
prototype:
|
|
572
|
-
new ():
|
|
574
|
+
var HTMLTttxTreeView_1_9_23Element: {
|
|
575
|
+
prototype: HTMLTttxTreeView_1_9_23Element;
|
|
576
|
+
new (): HTMLTttxTreeView_1_9_23Element;
|
|
573
577
|
};
|
|
574
578
|
interface HTMLElementTagNameMap {
|
|
575
|
-
"tttx-
|
|
576
|
-
"tttx-checkbox-group-
|
|
577
|
-
"tttx-checkbox-group-
|
|
578
|
-
"tttx-checkbox-
|
|
579
|
-
"tttx-
|
|
580
|
-
"tttx-
|
|
581
|
-
"tttx-data-
|
|
582
|
-
"tttx-
|
|
583
|
-
"tttx-dialog-
|
|
584
|
-
"tttx-
|
|
585
|
-
"tttx-
|
|
586
|
-
"tttx-
|
|
587
|
-
"tttx-
|
|
588
|
-
"tttx-
|
|
589
|
-
"tttx-
|
|
590
|
-
"tttx-keyvalue-
|
|
591
|
-
"tttx-
|
|
592
|
-
"tttx-loading-
|
|
593
|
-
"tttx-multiselect-
|
|
594
|
-
"tttx-percentage-
|
|
595
|
-
"tttx-
|
|
596
|
-
"tttx-select-
|
|
597
|
-
"tttx-
|
|
598
|
-
"tttx-standalone-
|
|
599
|
-
"tttx-
|
|
600
|
-
"tttx-
|
|
601
|
-
"tttx-
|
|
602
|
-
"tttx-
|
|
603
|
-
"tttx-
|
|
604
|
-
"tttx-
|
|
605
|
-
"tttx-tree-
|
|
579
|
+
"tttx-button_1_9_23": HTMLTttxButton_1_9_23Element;
|
|
580
|
+
"tttx-checkbox-group-caption_1_9_23": HTMLTttxCheckboxGroupCaption_1_9_23Element;
|
|
581
|
+
"tttx-checkbox-group-heading_1_9_23": HTMLTttxCheckboxGroupHeading_1_9_23Element;
|
|
582
|
+
"tttx-checkbox-group_1_9_23": HTMLTttxCheckboxGroup_1_9_23Element;
|
|
583
|
+
"tttx-checkbox_1_9_23": HTMLTttxCheckbox_1_9_23Element;
|
|
584
|
+
"tttx-comments_1_9_23": HTMLTttxComments_1_9_23Element;
|
|
585
|
+
"tttx-data-pattern_1_9_23": HTMLTttxDataPattern_1_9_23Element;
|
|
586
|
+
"tttx-datacard_1_9_23": HTMLTttxDatacard_1_9_23Element;
|
|
587
|
+
"tttx-dialog-box_1_9_23": HTMLTttxDialogBox_1_9_23Element;
|
|
588
|
+
"tttx-dialog_1_9_23": HTMLTttxDialog_1_9_23Element;
|
|
589
|
+
"tttx-expander_1_9_23": HTMLTttxExpander_1_9_23Element;
|
|
590
|
+
"tttx-filter_1_9_23": HTMLTttxFilter_1_9_23Element;
|
|
591
|
+
"tttx-form_1_9_23": HTMLTttxForm_1_9_23Element;
|
|
592
|
+
"tttx-graph_1_9_23": HTMLTttxGraph_1_9_23Element;
|
|
593
|
+
"tttx-icon_1_9_23": HTMLTttxIcon_1_9_23Element;
|
|
594
|
+
"tttx-keyvalue-block_1_9_23": HTMLTttxKeyvalueBlock_1_9_23Element;
|
|
595
|
+
"tttx-list_1_9_23": HTMLTttxList_1_9_23Element;
|
|
596
|
+
"tttx-loading-spinner_1_9_23": HTMLTttxLoadingSpinner_1_9_23Element;
|
|
597
|
+
"tttx-multiselect-box_1_9_23": HTMLTttxMultiselectBox_1_9_23Element;
|
|
598
|
+
"tttx-percentage-bar_1_9_23": HTMLTttxPercentageBar_1_9_23Element;
|
|
599
|
+
"tttx-qrcode_1_9_23": HTMLTttxQrcode_1_9_23Element;
|
|
600
|
+
"tttx-select-box_1_9_23": HTMLTttxSelectBox_1_9_23Element;
|
|
601
|
+
"tttx-sorter_1_9_23": HTMLTttxSorter_1_9_23Element;
|
|
602
|
+
"tttx-standalone-input_1_9_23": HTMLTttxStandaloneInput_1_9_23Element;
|
|
603
|
+
"tttx-table_1_9_23": HTMLTttxTable_1_9_23Element;
|
|
604
|
+
"tttx-tabs_1_9_23": HTMLTttxTabs_1_9_23Element;
|
|
605
|
+
"tttx-tag_1_9_23": HTMLTttxTag_1_9_23Element;
|
|
606
|
+
"tttx-textarea_1_9_23": HTMLTttxTextarea_1_9_23Element;
|
|
607
|
+
"tttx-toggle_1_9_23": HTMLTttxToggle_1_9_23Element;
|
|
608
|
+
"tttx-toolbar_1_9_23": HTMLTttxToolbar_1_9_23Element;
|
|
609
|
+
"tttx-tree-view_1_9_23": HTMLTttxTreeView_1_9_23Element;
|
|
606
610
|
}
|
|
607
611
|
}
|
|
608
612
|
declare namespace LocalJSX {
|
|
609
|
-
interface
|
|
613
|
+
interface TttxButton_1_9_23 {
|
|
610
614
|
"design"?: string;
|
|
611
615
|
"icon"?: string;
|
|
612
616
|
"iconcolor"?: string;
|
|
613
617
|
"iconposition"?: 'left' | 'right';
|
|
614
618
|
"notext"?: boolean;
|
|
615
619
|
}
|
|
616
|
-
interface
|
|
620
|
+
interface TttxCheckboxGroupCaption_1_9_23 {
|
|
617
621
|
}
|
|
618
|
-
interface
|
|
622
|
+
interface TttxCheckboxGroupHeading_1_9_23 {
|
|
619
623
|
}
|
|
620
|
-
interface
|
|
624
|
+
interface TttxCheckboxGroup_1_9_23 {
|
|
621
625
|
}
|
|
622
|
-
interface
|
|
626
|
+
interface TttxCheckbox_1_9_23 {
|
|
623
627
|
"checkboxId"?: string;
|
|
624
628
|
"checked"?: boolean;
|
|
625
629
|
"indeterminate"?: boolean;
|
|
626
630
|
"inline"?: boolean;
|
|
627
631
|
"label"?: string;
|
|
628
|
-
"onCheckboxChangeEvent"?: (event:
|
|
632
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_23CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
629
633
|
}
|
|
630
|
-
interface
|
|
634
|
+
interface TttxComments_1_9_23 {
|
|
631
635
|
"comments"?: string | Comment[];
|
|
632
636
|
"currentuser"?: string;
|
|
633
|
-
"onCommentAdded"?: (event:
|
|
634
|
-
"onRequestFileDownload"?: (event:
|
|
635
|
-
"onRequestFileUpload"?: (event:
|
|
637
|
+
"onCommentAdded"?: (event: TttxComments_1_9_23CustomEvent<Comment>) => void;
|
|
638
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_23CustomEvent<string>) => void;
|
|
639
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_23CustomEvent<void>) => void;
|
|
636
640
|
}
|
|
637
|
-
interface
|
|
641
|
+
interface TttxDataPattern_1_9_23 {
|
|
638
642
|
"addbutton"?: boolean;
|
|
639
643
|
"addbuttonlabel"?: string;
|
|
640
644
|
"data"?: string;
|
|
@@ -644,7 +648,7 @@ declare namespace LocalJSX {
|
|
|
644
648
|
"searchplaceholder"?: string;
|
|
645
649
|
"sorterOptions"?: string;
|
|
646
650
|
}
|
|
647
|
-
interface
|
|
651
|
+
interface TttxDatacard_1_9_23 {
|
|
648
652
|
"cardTitle"?: string;
|
|
649
653
|
"cardType"?: string;
|
|
650
654
|
"chartConfig"?: string;
|
|
@@ -653,114 +657,118 @@ declare namespace LocalJSX {
|
|
|
653
657
|
"rightData"?: string;
|
|
654
658
|
"rightSubtext"?: string;
|
|
655
659
|
}
|
|
656
|
-
interface
|
|
660
|
+
interface TttxDialogBox_1_9_23 {
|
|
657
661
|
"allowOverflow"?: boolean;
|
|
658
662
|
"data"?: string | DialogItems;
|
|
659
|
-
"onButtonClick"?: (event:
|
|
660
|
-
"onCloseButtonClick"?: (event:
|
|
661
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
663
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_23CustomEvent<any>) => void;
|
|
664
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_23CustomEvent<any>) => void;
|
|
665
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_23CustomEvent<any>) => void;
|
|
662
666
|
"open"?: boolean;
|
|
663
667
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
664
668
|
}
|
|
665
|
-
interface
|
|
669
|
+
interface TttxDialog_1_9_23 {
|
|
666
670
|
"allowOverflow"?: boolean;
|
|
667
671
|
"closeEnabled"?: boolean;
|
|
668
672
|
"header"?: string;
|
|
669
|
-
"onCloseButtonClick"?: (event:
|
|
673
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_23CustomEvent<any>) => void;
|
|
670
674
|
"open"?: boolean;
|
|
671
675
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
672
676
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
673
677
|
}
|
|
674
|
-
interface
|
|
678
|
+
interface TttxExpander_1_9_23 {
|
|
675
679
|
"lefticon"?: string;
|
|
676
680
|
"lefticoncolor"?: string;
|
|
677
681
|
"name"?: string;
|
|
678
|
-
"onToggleExpander"?: (event:
|
|
682
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_23CustomEvent<{ open: boolean; name: string }>) => void;
|
|
679
683
|
"open"?: boolean;
|
|
680
684
|
}
|
|
681
|
-
interface
|
|
685
|
+
interface TttxFilter_1_9_23 {
|
|
682
686
|
"defaultFilterOptions"?: string[] | string;
|
|
683
687
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
684
688
|
"filterHeader"?: string;
|
|
685
689
|
"filterKey"?: string;
|
|
686
690
|
"filterOptions"?: string | FilterSettings[];
|
|
687
|
-
"onFilterChangeEvent"?: (event:
|
|
688
|
-
"onToggleFilter"?: (event:
|
|
691
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_23CustomEvent<FilterChangeEvent>) => void;
|
|
692
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_23CustomEvent<boolean>) => void;
|
|
689
693
|
"popoverWidth"?: string;
|
|
690
694
|
"showOptionIcons"?: boolean;
|
|
691
695
|
"showSearchField"?: boolean;
|
|
692
696
|
"showSelectAll"?: boolean;
|
|
693
697
|
}
|
|
694
|
-
interface
|
|
698
|
+
interface TttxForm_1_9_23 {
|
|
695
699
|
"data"?: any;
|
|
696
700
|
"formschema"?: Record<string, any> | string;
|
|
697
|
-
"onDataChanged"?: (event:
|
|
698
|
-
"onDataSubmitted"?: (event:
|
|
699
|
-
"onSearchTermChanged"?: (event:
|
|
700
|
-
"onSelectToggleOpen"?: (event:
|
|
701
|
+
"onDataChanged"?: (event: TttxForm_1_9_23CustomEvent<{ name: string; value: string }>) => void;
|
|
702
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_23CustomEvent<FormData>) => void;
|
|
703
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_23CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
704
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_23CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
701
705
|
}
|
|
702
|
-
interface
|
|
706
|
+
interface TttxGraph_1_9_23 {
|
|
703
707
|
"chartData"?: string;
|
|
704
708
|
"chartText"?: string;
|
|
705
709
|
"chartType"?: string;
|
|
706
710
|
}
|
|
707
|
-
interface
|
|
711
|
+
interface TttxIcon_1_9_23 {
|
|
708
712
|
"color"?: string;
|
|
709
713
|
"icon"?: string;
|
|
710
714
|
"size"?: number;
|
|
711
715
|
}
|
|
712
|
-
interface
|
|
716
|
+
interface TttxKeyvalueBlock_1_9_23 {
|
|
713
717
|
"horizontal"?: boolean;
|
|
714
718
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
715
719
|
"spacedout"?: boolean;
|
|
716
720
|
}
|
|
717
|
-
interface
|
|
721
|
+
interface TttxList_1_9_23 {
|
|
718
722
|
"data"?: string | ListItem[];
|
|
719
723
|
"name"?: string;
|
|
720
|
-
"onListRowCheckboxClick"?: (event:
|
|
721
|
-
"onListRowClick"?: (event:
|
|
724
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_23CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
725
|
+
"onListRowClick"?: (event: TttxList_1_9_23CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
722
726
|
}
|
|
723
|
-
interface
|
|
727
|
+
interface TttxLoadingSpinner_1_9_23 {
|
|
724
728
|
"loadingMessage"?: boolean;
|
|
725
729
|
"size"?: 'small' | 'large';
|
|
726
730
|
}
|
|
727
|
-
interface
|
|
731
|
+
interface TttxMultiselectBox_1_9_23 {
|
|
728
732
|
"htmlVisibleValue"?: boolean;
|
|
729
733
|
"inline"?: boolean;
|
|
730
734
|
"isLoading"?: boolean;
|
|
731
735
|
"label"?: string;
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"
|
|
735
|
-
"
|
|
736
|
+
"nonPriorityLabel"?: string;
|
|
737
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_23CustomEvent<SelectItem[]>) => void;
|
|
738
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_23CustomEvent<{ searchTerm: string; }>) => void;
|
|
739
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_23CustomEvent<SelectItem>) => void;
|
|
740
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_23CustomEvent<boolean>) => void;
|
|
736
741
|
"optionsData"?: string | SelectItem[];
|
|
737
742
|
"placeholder"?: string;
|
|
743
|
+
"priorityLabel"?: string;
|
|
738
744
|
"readOnly"?: boolean;
|
|
739
745
|
"searchEnabled"?: boolean;
|
|
740
746
|
"stopLocalSearch"?: boolean;
|
|
741
747
|
"visibleValue"?: string;
|
|
742
748
|
}
|
|
743
|
-
interface
|
|
749
|
+
interface TttxPercentageBar_1_9_23 {
|
|
744
750
|
"color"?: string;
|
|
745
751
|
"labelid"?: string;
|
|
746
752
|
"min"?: string;
|
|
747
753
|
"percentage"?: string | number;
|
|
748
754
|
"thresholds"?: string | Threshold[];
|
|
749
755
|
}
|
|
750
|
-
interface
|
|
756
|
+
interface TttxQrcode_1_9_23 {
|
|
751
757
|
"link"?: string;
|
|
752
758
|
"size"?: number;
|
|
753
759
|
}
|
|
754
|
-
interface
|
|
760
|
+
interface TttxSelectBox_1_9_23 {
|
|
755
761
|
"errorMsg"?: string;
|
|
756
762
|
"inline"?: boolean;
|
|
757
763
|
"isLoading"?: boolean;
|
|
758
764
|
"label"?: string;
|
|
759
|
-
"
|
|
760
|
-
"
|
|
761
|
-
"
|
|
765
|
+
"nonPriorityLabel"?: string;
|
|
766
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_23CustomEvent<string>) => void;
|
|
767
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_23CustomEvent<SelectItem1>) => void;
|
|
768
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_23CustomEvent<boolean>) => void;
|
|
762
769
|
"optionsData"?: string | SelectItem1[];
|
|
763
770
|
"placeholder"?: string;
|
|
771
|
+
"priorityLabel"?: string;
|
|
764
772
|
"readOnly"?: boolean;
|
|
765
773
|
"searchEnabled"?: boolean;
|
|
766
774
|
"selectedValue"?: string;
|
|
@@ -768,15 +776,15 @@ declare namespace LocalJSX {
|
|
|
768
776
|
"showErrorMsg"?: boolean;
|
|
769
777
|
"useExternalFiltering"?: boolean;
|
|
770
778
|
}
|
|
771
|
-
interface
|
|
779
|
+
interface TttxSorter_1_9_23 {
|
|
772
780
|
"defaultOption"?: string;
|
|
773
781
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
774
782
|
"fieldOptionsData"?: string | SorterData;
|
|
775
|
-
"onSorterChangeEvent"?: (event:
|
|
776
|
-
"onToggleSorter"?: (event:
|
|
783
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_23CustomEvent<SorterChangeEvent>) => void;
|
|
784
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_23CustomEvent<boolean>) => void;
|
|
777
785
|
"sorterKey"?: string;
|
|
778
786
|
}
|
|
779
|
-
interface
|
|
787
|
+
interface TttxStandaloneInput_1_9_23 {
|
|
780
788
|
"autocomplete"?: 'off' | 'on';
|
|
781
789
|
"checked"?: boolean;
|
|
782
790
|
"disabled"?: boolean;
|
|
@@ -792,8 +800,8 @@ declare namespace LocalJSX {
|
|
|
792
800
|
"inputiconcolor"?: string;
|
|
793
801
|
/**
|
|
794
802
|
* tabindex - Allows the HTML elements to be focusable
|
|
795
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
796
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
803
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_23 input-index="1" />
|
|
804
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_23 inputindex={1} />
|
|
797
805
|
*/
|
|
798
806
|
"inputindex"?: string | number;
|
|
799
807
|
/**
|
|
@@ -807,13 +815,13 @@ declare namespace LocalJSX {
|
|
|
807
815
|
"min"?: MinMaxDates | number;
|
|
808
816
|
"minlength"?: string | number;
|
|
809
817
|
"name"?: string;
|
|
810
|
-
"onBlurChanged"?: (event:
|
|
811
|
-
"onFocusChanged"?: (event:
|
|
812
|
-
"onInputIconClick"?: (event:
|
|
813
|
-
"onInvalidChanged"?: (event:
|
|
814
|
-
"onLeftIconClick"?: (event:
|
|
815
|
-
"onRightIconClick"?: (event:
|
|
816
|
-
"onValueChanged"?: (event:
|
|
818
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_23CustomEvent<string>) => void;
|
|
819
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_23CustomEvent<string>) => void;
|
|
820
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_23CustomEvent<void>) => void;
|
|
821
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_23CustomEvent<string>) => void;
|
|
822
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_23CustomEvent<void>) => void;
|
|
823
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_23CustomEvent<void>) => void;
|
|
824
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_23CustomEvent<string>) => void;
|
|
817
825
|
"pattern"?: string;
|
|
818
826
|
"placeholder"?: string;
|
|
819
827
|
"readonly"?: string | boolean;
|
|
@@ -828,27 +836,27 @@ declare namespace LocalJSX {
|
|
|
828
836
|
"type"?: string;
|
|
829
837
|
"value"?: string | number;
|
|
830
838
|
}
|
|
831
|
-
interface
|
|
839
|
+
interface TttxTable_1_9_23 {
|
|
832
840
|
"data"?: any;
|
|
833
841
|
"draggableHeaders"?: boolean;
|
|
834
842
|
"headers"?: TableHeader[];
|
|
835
843
|
"loading"?: boolean;
|
|
836
|
-
"onHeaderClicked"?: (event:
|
|
837
|
-
"onHeaderOrderChanged"?: (event:
|
|
838
|
-
"onRowClicked"?: (event:
|
|
844
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_23CustomEvent<any>) => void;
|
|
845
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_23CustomEvent<string[]>) => void;
|
|
846
|
+
"onRowClicked"?: (event: TttxTable_1_9_23CustomEvent<any>) => void;
|
|
839
847
|
"selectable"?: boolean;
|
|
840
848
|
"selected"?: number;
|
|
841
849
|
}
|
|
842
|
-
interface
|
|
850
|
+
interface TttxTabs_1_9_23 {
|
|
843
851
|
"navigation"?: boolean;
|
|
844
|
-
"onLeftNavigation"?: (event:
|
|
845
|
-
"onRightNavigation"?: (event:
|
|
846
|
-
"onTabClick"?: (event:
|
|
852
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_23CustomEvent<any>) => void;
|
|
853
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_23CustomEvent<any>) => void;
|
|
854
|
+
"onTabClick"?: (event: TttxTabs_1_9_23CustomEvent<{ tabId: string }>) => void;
|
|
847
855
|
"tabs"?: string | Tab[];
|
|
848
856
|
"tabsName"?: string;
|
|
849
857
|
"wide"?: boolean;
|
|
850
858
|
}
|
|
851
|
-
interface
|
|
859
|
+
interface TttxTag_1_9_23 {
|
|
852
860
|
"color"?: string;
|
|
853
861
|
"hasIcon"?: boolean;
|
|
854
862
|
"icon"?: string;
|
|
@@ -857,13 +865,13 @@ declare namespace LocalJSX {
|
|
|
857
865
|
"text"?: string;
|
|
858
866
|
"textColor"?: string;
|
|
859
867
|
}
|
|
860
|
-
interface
|
|
868
|
+
interface TttxTextarea_1_9_23 {
|
|
861
869
|
"disabled"?: boolean;
|
|
862
870
|
"errormsg"?: string;
|
|
863
871
|
/**
|
|
864
872
|
* tabindex - Allows the HTML elements to be focusable
|
|
865
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
866
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
873
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_23 input-index="1" />
|
|
874
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_23 inputindex={1} />
|
|
867
875
|
*/
|
|
868
876
|
"inputindex"?: string | number;
|
|
869
877
|
/**
|
|
@@ -874,10 +882,10 @@ declare namespace LocalJSX {
|
|
|
874
882
|
"label"?: string;
|
|
875
883
|
"maxlength"?: string | number;
|
|
876
884
|
"name"?: string;
|
|
877
|
-
"onBlurChanged"?: (event:
|
|
878
|
-
"onFocusChanged"?: (event:
|
|
879
|
-
"onInvalidChanged"?: (event:
|
|
880
|
-
"onValueChanged"?: (event:
|
|
885
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_23CustomEvent<string>) => void;
|
|
886
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_23CustomEvent<string>) => void;
|
|
887
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_23CustomEvent<string>) => void;
|
|
888
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_23CustomEvent<string>) => void;
|
|
881
889
|
"placeholder"?: string;
|
|
882
890
|
"readonly"?: string | boolean;
|
|
883
891
|
"required"?: boolean;
|
|
@@ -891,88 +899,88 @@ declare namespace LocalJSX {
|
|
|
891
899
|
"textareaautofocus"?: boolean;
|
|
892
900
|
"value"?: string | number;
|
|
893
901
|
}
|
|
894
|
-
interface
|
|
902
|
+
interface TttxToggle_1_9_23 {
|
|
895
903
|
"initialstate"?: boolean | string;
|
|
896
|
-
"onToggleSwitchEvent"?: (event:
|
|
904
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_23CustomEvent<{checked: boolean}>) => void;
|
|
897
905
|
}
|
|
898
|
-
interface
|
|
906
|
+
interface TttxToolbar_1_9_23 {
|
|
899
907
|
"border"?: boolean;
|
|
900
908
|
}
|
|
901
|
-
interface
|
|
909
|
+
interface TttxTreeView_1_9_23 {
|
|
902
910
|
"data"?: TreeViewItem[];
|
|
903
|
-
"onCheckboxChange"?: (event:
|
|
904
|
-
"onClickEvent"?: (event:
|
|
905
|
-
"onExpandNode"?: (event:
|
|
911
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_23CustomEvent<TreeViewItem[]>) => void;
|
|
912
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_23CustomEvent<TreeViewItem>) => void;
|
|
913
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_23CustomEvent<ExpandNodeEvent>) => void;
|
|
906
914
|
}
|
|
907
915
|
interface IntrinsicElements {
|
|
908
|
-
"tttx-
|
|
909
|
-
"tttx-checkbox-group-
|
|
910
|
-
"tttx-checkbox-group-
|
|
911
|
-
"tttx-checkbox-
|
|
912
|
-
"tttx-
|
|
913
|
-
"tttx-
|
|
914
|
-
"tttx-data-
|
|
915
|
-
"tttx-
|
|
916
|
-
"tttx-dialog-
|
|
917
|
-
"tttx-
|
|
918
|
-
"tttx-
|
|
919
|
-
"tttx-
|
|
920
|
-
"tttx-
|
|
921
|
-
"tttx-
|
|
922
|
-
"tttx-
|
|
923
|
-
"tttx-keyvalue-
|
|
924
|
-
"tttx-
|
|
925
|
-
"tttx-loading-
|
|
926
|
-
"tttx-multiselect-
|
|
927
|
-
"tttx-percentage-
|
|
928
|
-
"tttx-
|
|
929
|
-
"tttx-select-
|
|
930
|
-
"tttx-
|
|
931
|
-
"tttx-standalone-
|
|
932
|
-
"tttx-
|
|
933
|
-
"tttx-
|
|
934
|
-
"tttx-
|
|
935
|
-
"tttx-
|
|
936
|
-
"tttx-
|
|
937
|
-
"tttx-
|
|
938
|
-
"tttx-tree-
|
|
916
|
+
"tttx-button_1_9_23": TttxButton_1_9_23;
|
|
917
|
+
"tttx-checkbox-group-caption_1_9_23": TttxCheckboxGroupCaption_1_9_23;
|
|
918
|
+
"tttx-checkbox-group-heading_1_9_23": TttxCheckboxGroupHeading_1_9_23;
|
|
919
|
+
"tttx-checkbox-group_1_9_23": TttxCheckboxGroup_1_9_23;
|
|
920
|
+
"tttx-checkbox_1_9_23": TttxCheckbox_1_9_23;
|
|
921
|
+
"tttx-comments_1_9_23": TttxComments_1_9_23;
|
|
922
|
+
"tttx-data-pattern_1_9_23": TttxDataPattern_1_9_23;
|
|
923
|
+
"tttx-datacard_1_9_23": TttxDatacard_1_9_23;
|
|
924
|
+
"tttx-dialog-box_1_9_23": TttxDialogBox_1_9_23;
|
|
925
|
+
"tttx-dialog_1_9_23": TttxDialog_1_9_23;
|
|
926
|
+
"tttx-expander_1_9_23": TttxExpander_1_9_23;
|
|
927
|
+
"tttx-filter_1_9_23": TttxFilter_1_9_23;
|
|
928
|
+
"tttx-form_1_9_23": TttxForm_1_9_23;
|
|
929
|
+
"tttx-graph_1_9_23": TttxGraph_1_9_23;
|
|
930
|
+
"tttx-icon_1_9_23": TttxIcon_1_9_23;
|
|
931
|
+
"tttx-keyvalue-block_1_9_23": TttxKeyvalueBlock_1_9_23;
|
|
932
|
+
"tttx-list_1_9_23": TttxList_1_9_23;
|
|
933
|
+
"tttx-loading-spinner_1_9_23": TttxLoadingSpinner_1_9_23;
|
|
934
|
+
"tttx-multiselect-box_1_9_23": TttxMultiselectBox_1_9_23;
|
|
935
|
+
"tttx-percentage-bar_1_9_23": TttxPercentageBar_1_9_23;
|
|
936
|
+
"tttx-qrcode_1_9_23": TttxQrcode_1_9_23;
|
|
937
|
+
"tttx-select-box_1_9_23": TttxSelectBox_1_9_23;
|
|
938
|
+
"tttx-sorter_1_9_23": TttxSorter_1_9_23;
|
|
939
|
+
"tttx-standalone-input_1_9_23": TttxStandaloneInput_1_9_23;
|
|
940
|
+
"tttx-table_1_9_23": TttxTable_1_9_23;
|
|
941
|
+
"tttx-tabs_1_9_23": TttxTabs_1_9_23;
|
|
942
|
+
"tttx-tag_1_9_23": TttxTag_1_9_23;
|
|
943
|
+
"tttx-textarea_1_9_23": TttxTextarea_1_9_23;
|
|
944
|
+
"tttx-toggle_1_9_23": TttxToggle_1_9_23;
|
|
945
|
+
"tttx-toolbar_1_9_23": TttxToolbar_1_9_23;
|
|
946
|
+
"tttx-tree-view_1_9_23": TttxTreeView_1_9_23;
|
|
939
947
|
}
|
|
940
948
|
}
|
|
941
949
|
export { LocalJSX as JSX };
|
|
942
950
|
declare module "@stencil/core" {
|
|
943
951
|
export namespace JSX {
|
|
944
952
|
interface IntrinsicElements {
|
|
945
|
-
"tttx-
|
|
946
|
-
"tttx-checkbox-group-
|
|
947
|
-
"tttx-checkbox-group-
|
|
948
|
-
"tttx-checkbox-
|
|
949
|
-
"tttx-
|
|
950
|
-
"tttx-
|
|
951
|
-
"tttx-data-
|
|
952
|
-
"tttx-
|
|
953
|
-
"tttx-dialog-
|
|
954
|
-
"tttx-
|
|
955
|
-
"tttx-
|
|
956
|
-
"tttx-
|
|
957
|
-
"tttx-
|
|
958
|
-
"tttx-
|
|
959
|
-
"tttx-
|
|
960
|
-
"tttx-keyvalue-
|
|
961
|
-
"tttx-
|
|
962
|
-
"tttx-loading-
|
|
963
|
-
"tttx-multiselect-
|
|
964
|
-
"tttx-percentage-
|
|
965
|
-
"tttx-
|
|
966
|
-
"tttx-select-
|
|
967
|
-
"tttx-
|
|
968
|
-
"tttx-standalone-
|
|
969
|
-
"tttx-
|
|
970
|
-
"tttx-
|
|
971
|
-
"tttx-
|
|
972
|
-
"tttx-
|
|
973
|
-
"tttx-
|
|
974
|
-
"tttx-
|
|
975
|
-
"tttx-tree-
|
|
953
|
+
"tttx-button_1_9_23": LocalJSX.TttxButton_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_23Element>;
|
|
954
|
+
"tttx-checkbox-group-caption_1_9_23": LocalJSX.TttxCheckboxGroupCaption_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_23Element>;
|
|
955
|
+
"tttx-checkbox-group-heading_1_9_23": LocalJSX.TttxCheckboxGroupHeading_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_23Element>;
|
|
956
|
+
"tttx-checkbox-group_1_9_23": LocalJSX.TttxCheckboxGroup_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_23Element>;
|
|
957
|
+
"tttx-checkbox_1_9_23": LocalJSX.TttxCheckbox_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_23Element>;
|
|
958
|
+
"tttx-comments_1_9_23": LocalJSX.TttxComments_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_23Element>;
|
|
959
|
+
"tttx-data-pattern_1_9_23": LocalJSX.TttxDataPattern_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_23Element>;
|
|
960
|
+
"tttx-datacard_1_9_23": LocalJSX.TttxDatacard_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_23Element>;
|
|
961
|
+
"tttx-dialog-box_1_9_23": LocalJSX.TttxDialogBox_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_23Element>;
|
|
962
|
+
"tttx-dialog_1_9_23": LocalJSX.TttxDialog_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_23Element>;
|
|
963
|
+
"tttx-expander_1_9_23": LocalJSX.TttxExpander_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_23Element>;
|
|
964
|
+
"tttx-filter_1_9_23": LocalJSX.TttxFilter_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_23Element>;
|
|
965
|
+
"tttx-form_1_9_23": LocalJSX.TttxForm_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_23Element>;
|
|
966
|
+
"tttx-graph_1_9_23": LocalJSX.TttxGraph_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_23Element>;
|
|
967
|
+
"tttx-icon_1_9_23": LocalJSX.TttxIcon_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_23Element>;
|
|
968
|
+
"tttx-keyvalue-block_1_9_23": LocalJSX.TttxKeyvalueBlock_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_23Element>;
|
|
969
|
+
"tttx-list_1_9_23": LocalJSX.TttxList_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_23Element>;
|
|
970
|
+
"tttx-loading-spinner_1_9_23": LocalJSX.TttxLoadingSpinner_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_23Element>;
|
|
971
|
+
"tttx-multiselect-box_1_9_23": LocalJSX.TttxMultiselectBox_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_23Element>;
|
|
972
|
+
"tttx-percentage-bar_1_9_23": LocalJSX.TttxPercentageBar_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_23Element>;
|
|
973
|
+
"tttx-qrcode_1_9_23": LocalJSX.TttxQrcode_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_23Element>;
|
|
974
|
+
"tttx-select-box_1_9_23": LocalJSX.TttxSelectBox_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_23Element>;
|
|
975
|
+
"tttx-sorter_1_9_23": LocalJSX.TttxSorter_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_23Element>;
|
|
976
|
+
"tttx-standalone-input_1_9_23": LocalJSX.TttxStandaloneInput_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_23Element>;
|
|
977
|
+
"tttx-table_1_9_23": LocalJSX.TttxTable_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_23Element>;
|
|
978
|
+
"tttx-tabs_1_9_23": LocalJSX.TttxTabs_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_23Element>;
|
|
979
|
+
"tttx-tag_1_9_23": LocalJSX.TttxTag_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_23Element>;
|
|
980
|
+
"tttx-textarea_1_9_23": LocalJSX.TttxTextarea_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_23Element>;
|
|
981
|
+
"tttx-toggle_1_9_23": LocalJSX.TttxToggle_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_23Element>;
|
|
982
|
+
"tttx-toolbar_1_9_23": LocalJSX.TttxToolbar_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_23Element>;
|
|
983
|
+
"tttx-tree-view_1_9_23": LocalJSX.TttxTreeView_1_9_23 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_23Element>;
|
|
976
984
|
}
|
|
977
985
|
}
|
|
978
986
|
}
|