@3t-transform/threeteeui 1.9.47 → 1.9.49
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-action-dropdown_1_9_47.cjs.entry.js → tttx-action-dropdown_1_9_49.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-button_1_9_47.cjs.entry.js → tttx-button_1_9_49.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_47.cjs.entry.js → tttx-checkbox-group-caption_1_9_49.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_47.cjs.entry.js → tttx-checkbox-group-heading_1_9_49.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_47.cjs.entry.js → tttx-checkbox-group_1_9_49.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_47.cjs.entry.js → tttx-checkbox_1_9_49.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_47.cjs.entry.js → tttx-comments_1_9_49.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-data-pattern_1_9_47.cjs.entry.js → tttx-data-pattern_1_9_49.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_47.cjs.entry.js → tttx-datacard_1_9_49.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_47.cjs.entry.js → tttx-dialog-box_1_9_49.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_47.cjs.entry.js → tttx-dialog_1_9_49.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_47.cjs.entry.js → tttx-expander_1_9_49.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_47_4.cjs.entry.js → tttx-filter_1_9_49_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_47.cjs.entry.js → tttx-form_1_9_49.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-graph_1_9_47.cjs.entry.js → tttx-graph_1_9_49.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_47.cjs.entry.js → tttx-icon_1_9_49.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_47.cjs.entry.js → tttx-keyvalue-block_1_9_49.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_47_3.cjs.entry.js → tttx-loading-spinner_1_9_49_3.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-multiselect-box_1_9_47.cjs.entry.js → tttx-multiselect-box_1_9_49.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_47.cjs.entry.js → tttx-percentage-bar_1_9_49.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_47.cjs.entry.js → tttx-qrcode_1_9_49.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_47.cjs.entry.js → tttx-select-box_1_9_49.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-skeleton_loader_1_9_47.cjs.entry.js → tttx-skeleton_loader_1_9_49.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-table_1_9_47.cjs.entry.js → tttx-table_1_9_49.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_47.cjs.entry.js → tttx-tabs_1_9_49.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_47.cjs.entry.js → tttx-textarea_1_9_49.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_47.cjs.entry.js → tttx-toggle_1_9_49.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_47.cjs.entry.js → tttx-tree-view_1_9_49.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- package/dist/collection/components/atoms/tttx-button/tttx-button.css +16 -0
- package/dist/collection/components/atoms/tttx-button/tttx-button.js +4 -4
- package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +34 -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 +2 -2
- 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-skeleton-loader/tttx-skeleton-loader.js +1 -1
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.css +16 -0
- 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-action-dropdown/tttx-action-dropdown.js +2 -2
- package/dist/collection/components/molecules/tttx-action-dropdown/tttx-action-dropdown.stories.js +1 -1
- 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 +3 -3
- 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.css +16 -0
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +8 -8
- 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.js +7 -7
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +6 -6
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +22 -22
- 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 +33 -33
- package/dist/components/index.js +33 -33
- package/dist/components/tttx-action-dropdown_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-action-dropdown_1_9_47.js → tttx-action-dropdown_1_9_49.js} +7 -7
- package/dist/components/tttx-button.js +8 -8
- package/dist/components/{tttx-dialog_1_9_47.d.ts → tttx-button_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_47.js → tttx-button_1_9_49.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_47.js → tttx-checkbox-group-caption_1_9_49.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_47.js → tttx-checkbox-group-heading_1_9_49.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_47.js → tttx-checkbox-group_1_9_49.js} +5 -5
- package/dist/components/{tttx-comments_1_9_47.d.ts → tttx-checkbox_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_47.js → tttx-checkbox_1_9_49.js} +7 -7
- package/dist/components/{tttx-datacard_1_9_47.d.ts → tttx-comments_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_47.js → tttx-comments_1_9_49.js} +8 -8
- package/dist/components/tttx-data-pattern_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_47.js → tttx-data-pattern_1_9_49.js} +16 -16
- package/dist/components/{tttx-checkbox_1_9_47.d.ts → tttx-datacard_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_47.js → tttx-datacard_1_9_49.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_47.js → tttx-dialog-box_1_9_49.js} +9 -9
- package/dist/components/{tttx-button_1_9_47.d.ts → tttx-dialog_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_47.js → tttx-dialog_1_9_49.js} +8 -8
- package/dist/components/tttx-expander_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_47.js → tttx-expander_1_9_49.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_47.d.ts → tttx-filter_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_47.js → tttx-filter_1_9_49.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_47.d.ts → tttx-form_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_47.js → tttx-form_1_9_49.js} +12 -12
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_47.d.ts → tttx-graph_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_47.js → tttx-graph_1_9_49.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_47.d.ts → tttx-icon_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_47.js → tttx-icon_1_9_49.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_47.js → tttx-keyvalue-block_1_9_49.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_47.d.ts → tttx-list_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_47.js → tttx-list_1_9_49.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_47.js → tttx-loading-spinner_1_9_49.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_47.js → tttx-multiselect-box_1_9_49.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_47.js → tttx-percentage-bar_1_9_49.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_47.d.ts → tttx-qrcode_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_47.js → tttx-qrcode_1_9_49.js} +5 -5
- package/dist/components/tttx-select-box.js +12 -12
- package/dist/components/tttx-select-box_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_47.js → tttx-select-box_1_9_49.js} +2 -2
- package/dist/components/tttx-skeleton_loader_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-skeleton_loader_1_9_47.js → tttx-skeleton_loader_1_9_49.js} +5 -5
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_47.js → tttx-sorter_1_9_49.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_47.js → tttx-standalone-input_1_9_49.js} +2 -2
- package/dist/components/{tttx-table_1_9_47.d.ts → tttx-table_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_47.js → tttx-table_1_9_49.js} +5 -5
- package/dist/components/{tttx-form_1_9_47.d.ts → tttx-tabs_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_47.js → tttx-tabs_1_9_49.js} +9 -9
- package/dist/components/tttx-tag.js +6 -6
- package/dist/components/{tttx-tag_1_9_47.d.ts → tttx-tag_1_9_49.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_47.js → tttx-tag_1_9_49.js} +2 -2
- package/dist/components/tttx-textarea_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_47.js → tttx-textarea_1_9_49.js} +6 -6
- package/dist/components/tttx-toggle_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_47.js → tttx-toggle_1_9_49.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_47.js → tttx-toolbar_1_9_49.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_49.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_47.js → tttx-tree-view_1_9_49.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-action-dropdown_1_9_47.entry.js → tttx-action-dropdown_1_9_49.entry.js} +2 -2
- package/dist/esm/{tttx-button_1_9_47.entry.js → tttx-button_1_9_49.entry.js} +5 -5
- package/dist/esm/{tttx-checkbox-group-caption_1_9_47.entry.js → tttx-checkbox-group-caption_1_9_49.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_47.entry.js → tttx-checkbox-group-heading_1_9_49.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_47.entry.js → tttx-checkbox-group_1_9_49.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_47.entry.js → tttx-checkbox_1_9_49.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_47.entry.js → tttx-comments_1_9_49.entry.js} +3 -3
- package/dist/esm/{tttx-data-pattern_1_9_47.entry.js → tttx-data-pattern_1_9_49.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_47.entry.js → tttx-datacard_1_9_49.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_47.entry.js → tttx-dialog-box_1_9_49.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_47.entry.js → tttx-dialog_1_9_49.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_47.entry.js → tttx-expander_1_9_49.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_47_4.entry.js → tttx-filter_1_9_49_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_47.entry.js → tttx-form_1_9_49.entry.js} +3 -3
- package/dist/esm/{tttx-graph_1_9_47.entry.js → tttx-graph_1_9_49.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_47.entry.js → tttx-icon_1_9_49.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_47.entry.js → tttx-keyvalue-block_1_9_49.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_9_47_3.entry.js → tttx-loading-spinner_1_9_49_3.entry.js} +5 -5
- package/dist/esm/{tttx-multiselect-box_1_9_47.entry.js → tttx-multiselect-box_1_9_49.entry.js} +7 -7
- package/dist/esm/{tttx-percentage-bar_1_9_47.entry.js → tttx-percentage-bar_1_9_49.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_47.entry.js → tttx-qrcode_1_9_49.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_47.entry.js → tttx-select-box_1_9_49.entry.js} +6 -6
- package/dist/esm/{tttx-skeleton_loader_1_9_47.entry.js → tttx-skeleton_loader_1_9_49.entry.js} +1 -1
- package/dist/esm/{tttx-table_1_9_47.entry.js → tttx-table_1_9_49.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_47.entry.js → tttx-tabs_1_9_49.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_47.entry.js → tttx-textarea_1_9_49.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_47.entry.js → tttx-toggle_1_9_49.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_47.entry.js → tttx-tree-view_1_9_49.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-03c3c654.entry.js +1 -0
- package/dist/tttx/p-177590a8.entry.js +1 -0
- package/dist/tttx/p-1d8210d3.entry.js +1 -1
- package/dist/tttx/p-21bb99dd.entry.js +1 -1
- package/dist/tttx/p-22150380.entry.js +1 -1
- package/dist/tttx/p-222b7f89.entry.js +1 -1
- package/dist/tttx/p-354fc8d4.entry.js +1 -1
- package/dist/tttx/p-3f2f039d.entry.js +1 -0
- package/dist/tttx/p-4560cb86.entry.js +1 -1
- package/dist/tttx/p-49bae603.entry.js +1 -1
- package/dist/tttx/p-555885cc.entry.js +1 -1
- package/dist/tttx/p-61df30c5.entry.js +1 -1
- package/dist/tttx/p-6343251b.entry.js +1 -1
- package/dist/tttx/p-652aaf6c.entry.js +1 -1
- package/dist/tttx/p-65da8c2a.entry.js +1 -1
- package/dist/tttx/p-71372d3a.entry.js +1 -1
- package/dist/tttx/p-7ff42357.entry.js +1 -1
- package/dist/tttx/p-80c3103a.entry.js +1 -1
- package/dist/tttx/p-8aeb43df.entry.js +1 -1
- package/dist/tttx/p-9262d276.entry.js +1 -1
- package/dist/tttx/p-9426547c.entry.js +1 -1
- package/dist/tttx/p-9896a083.entry.js +1 -1
- package/dist/tttx/p-98bee16c.entry.js +1 -1
- package/dist/tttx/{p-e5319b51.entry.js → p-c7ff1887.entry.js} +1 -1
- package/dist/tttx/p-e23f0843.entry.js +1 -1
- package/dist/tttx/p-e4b36835.entry.js +1 -1
- package/dist/tttx/p-e5f97b02.entry.js +1 -1
- package/dist/tttx/p-e8b9acb8.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/atoms/tttx-button/tttx-button.stories.d.ts +1 -0
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +1 -1
- 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 +394 -394
- package/package.json +1 -1
- package/dist/components/tttx-action-dropdown_1_9_47.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-caption_1_9_47.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_47.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_47.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_47.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_47.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_47.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_47.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_47.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_47.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_47.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_47.d.ts +0 -11
- package/dist/components/tttx-skeleton_loader_1_9_47.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_47.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_47.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_47.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_47.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_47.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_47.d.ts +0 -11
- package/dist/tttx/p-295a5c16.entry.js +0 -1
- package/dist/tttx/p-29a69889.entry.js +0 -1
- package/dist/tttx/p-e28e5118.entry.js +0 -1
|
@@ -21,34 +21,34 @@ import { TableHeader } from "./components/molecules/tttx-table/tttx-table.types"
|
|
|
21
21
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
22
22
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
23
23
|
export namespace Components {
|
|
24
|
-
interface
|
|
24
|
+
interface TttxActionDropdown_1_9_49 {
|
|
25
25
|
"actionKey": string;
|
|
26
26
|
"defaultOption": string;
|
|
27
27
|
"fieldOptionsData": string | ActionDropdownData;
|
|
28
28
|
"icon": string;
|
|
29
29
|
"isIconVisible": boolean;
|
|
30
30
|
}
|
|
31
|
-
interface
|
|
31
|
+
interface TttxButton_1_9_49 {
|
|
32
32
|
"design": string;
|
|
33
33
|
"icon": string;
|
|
34
34
|
"iconcolor": string;
|
|
35
35
|
"iconposition": 'left' | 'right';
|
|
36
36
|
"notext": boolean;
|
|
37
37
|
}
|
|
38
|
-
interface
|
|
38
|
+
interface TttxCheckboxGroupCaption_1_9_49 {
|
|
39
39
|
}
|
|
40
|
-
interface
|
|
40
|
+
interface TttxCheckboxGroupHeading_1_9_49 {
|
|
41
41
|
}
|
|
42
|
-
interface
|
|
42
|
+
interface TttxCheckboxGroup_1_9_49 {
|
|
43
43
|
}
|
|
44
|
-
interface
|
|
44
|
+
interface TttxCheckbox_1_9_49 {
|
|
45
45
|
"checkboxId": string;
|
|
46
46
|
"checked": boolean;
|
|
47
47
|
"indeterminate": boolean;
|
|
48
48
|
"inline": boolean;
|
|
49
49
|
"label": string;
|
|
50
50
|
}
|
|
51
|
-
interface
|
|
51
|
+
interface TttxComments_1_9_49 {
|
|
52
52
|
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
53
53
|
"comments": string | Comment[];
|
|
54
54
|
"currentuser": string;
|
|
@@ -59,7 +59,7 @@ export namespace Components {
|
|
|
59
59
|
"saveButtonText": string;
|
|
60
60
|
"value": string;
|
|
61
61
|
}
|
|
62
|
-
interface
|
|
62
|
+
interface TttxDataPattern_1_9_49 {
|
|
63
63
|
"addbutton": boolean;
|
|
64
64
|
"addbuttonlabel": string;
|
|
65
65
|
"data": string;
|
|
@@ -69,7 +69,7 @@ export namespace Components {
|
|
|
69
69
|
"searchplaceholder": string;
|
|
70
70
|
"sorterOptions": string;
|
|
71
71
|
}
|
|
72
|
-
interface
|
|
72
|
+
interface TttxDatacard_1_9_49 {
|
|
73
73
|
"cardTitle": string;
|
|
74
74
|
"cardType": string;
|
|
75
75
|
"chartConfig": string;
|
|
@@ -78,13 +78,13 @@ export namespace Components {
|
|
|
78
78
|
"rightData": string;
|
|
79
79
|
"rightSubtext": string;
|
|
80
80
|
}
|
|
81
|
-
interface
|
|
81
|
+
interface TttxDialogBox_1_9_49 {
|
|
82
82
|
"allowOverflow": boolean;
|
|
83
83
|
"data": string | DialogItems;
|
|
84
84
|
"open": boolean;
|
|
85
85
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
86
86
|
}
|
|
87
|
-
interface
|
|
87
|
+
interface TttxDialog_1_9_49 {
|
|
88
88
|
"allowOverflow": boolean;
|
|
89
89
|
"closeEnabled": boolean;
|
|
90
90
|
"header": string;
|
|
@@ -92,13 +92,13 @@ export namespace Components {
|
|
|
92
92
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
93
93
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
94
94
|
}
|
|
95
|
-
interface
|
|
95
|
+
interface TttxExpander_1_9_49 {
|
|
96
96
|
"lefticon"?: string;
|
|
97
97
|
"lefticoncolor"?: string;
|
|
98
98
|
"name": string;
|
|
99
99
|
"open": boolean;
|
|
100
100
|
}
|
|
101
|
-
interface
|
|
101
|
+
interface TttxFilter_1_9_49 {
|
|
102
102
|
"defaultFilterOptions": string[] | string;
|
|
103
103
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
104
104
|
"filterHeader": string;
|
|
@@ -109,7 +109,7 @@ export namespace Components {
|
|
|
109
109
|
"showSearchField": boolean;
|
|
110
110
|
"showSelectAll": boolean;
|
|
111
111
|
}
|
|
112
|
-
interface
|
|
112
|
+
interface TttxForm_1_9_49 {
|
|
113
113
|
/**
|
|
114
114
|
* Clear the validation message on a given form field
|
|
115
115
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -156,33 +156,33 @@ export namespace Components {
|
|
|
156
156
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
157
157
|
"submit": () => Promise<void>;
|
|
158
158
|
}
|
|
159
|
-
interface
|
|
159
|
+
interface TttxGraph_1_9_49 {
|
|
160
160
|
"chartData": string;
|
|
161
161
|
"chartText": string;
|
|
162
162
|
"chartType": string;
|
|
163
163
|
}
|
|
164
|
-
interface
|
|
164
|
+
interface TttxIcon_1_9_49 {
|
|
165
165
|
"color": string;
|
|
166
166
|
"icon": string;
|
|
167
167
|
"size": number;
|
|
168
168
|
}
|
|
169
|
-
interface
|
|
169
|
+
interface TttxKeyvalueBlock_1_9_49 {
|
|
170
170
|
"horizontal": boolean;
|
|
171
171
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
172
172
|
"spacedout": boolean;
|
|
173
173
|
}
|
|
174
|
-
interface
|
|
174
|
+
interface TttxList_1_9_49 {
|
|
175
175
|
"data": string | ListItem[];
|
|
176
176
|
"name": string;
|
|
177
177
|
}
|
|
178
|
-
interface
|
|
178
|
+
interface TttxLoadingSpinner_1_9_49 {
|
|
179
179
|
"color": string;
|
|
180
180
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
181
181
|
"loadingMessage": boolean;
|
|
182
182
|
"message"?: string;
|
|
183
183
|
"size": 'small' | 'large';
|
|
184
184
|
}
|
|
185
|
-
interface
|
|
185
|
+
interface TttxMultiselectBox_1_9_49 {
|
|
186
186
|
"htmlVisibleValue": boolean;
|
|
187
187
|
"inline": boolean;
|
|
188
188
|
"isLoading": boolean;
|
|
@@ -196,18 +196,18 @@ export namespace Components {
|
|
|
196
196
|
"stopLocalSearch": boolean;
|
|
197
197
|
"visibleValue": string;
|
|
198
198
|
}
|
|
199
|
-
interface
|
|
199
|
+
interface TttxPercentageBar_1_9_49 {
|
|
200
200
|
"color"?: string;
|
|
201
201
|
"labelid"?: string;
|
|
202
202
|
"min": string;
|
|
203
203
|
"percentage": string | number;
|
|
204
204
|
"thresholds"?: string | Threshold[];
|
|
205
205
|
}
|
|
206
|
-
interface
|
|
206
|
+
interface TttxQrcode_1_9_49 {
|
|
207
207
|
"link": string;
|
|
208
208
|
"size": number;
|
|
209
209
|
}
|
|
210
|
-
interface
|
|
210
|
+
interface TttxSelectBox_1_9_49 {
|
|
211
211
|
"clearable": boolean;
|
|
212
212
|
"errorMsg": string;
|
|
213
213
|
"inline": boolean;
|
|
@@ -227,7 +227,7 @@ export namespace Components {
|
|
|
227
227
|
"useExternalFiltering": boolean;
|
|
228
228
|
"useExternalPaginatedFiltering": boolean;
|
|
229
229
|
}
|
|
230
|
-
interface
|
|
230
|
+
interface TttxSkeleton_loader_1_9_49 {
|
|
231
231
|
"animation": 'pulse' | 'wave' | 'none';
|
|
232
232
|
"borderRadius": string;
|
|
233
233
|
"color": string;
|
|
@@ -239,13 +239,13 @@ export namespace Components {
|
|
|
239
239
|
"variant": 'text' | 'circle' | 'rect';
|
|
240
240
|
"width": string;
|
|
241
241
|
}
|
|
242
|
-
interface
|
|
242
|
+
interface TttxSorter_1_9_49 {
|
|
243
243
|
"defaultOption": string;
|
|
244
244
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
245
245
|
"fieldOptionsData": string | SorterData;
|
|
246
246
|
"sorterKey": string;
|
|
247
247
|
}
|
|
248
|
-
interface
|
|
248
|
+
interface TttxStandaloneInput_1_9_49 {
|
|
249
249
|
"autocomplete": 'off' | 'on';
|
|
250
250
|
"checked": boolean;
|
|
251
251
|
"disabled": boolean;
|
|
@@ -261,8 +261,8 @@ export namespace Components {
|
|
|
261
261
|
"inputiconcolor": string;
|
|
262
262
|
/**
|
|
263
263
|
* tabindex - Allows the HTML elements to be focusable
|
|
264
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
265
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
264
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_49 input-index="1" />
|
|
265
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_49 inputindex={1} />
|
|
266
266
|
*/
|
|
267
267
|
"inputindex": string | number;
|
|
268
268
|
/**
|
|
@@ -290,7 +290,7 @@ export namespace Components {
|
|
|
290
290
|
"type": string;
|
|
291
291
|
"value": string | number;
|
|
292
292
|
}
|
|
293
|
-
interface
|
|
293
|
+
interface TttxTable_1_9_49 {
|
|
294
294
|
"data": any;
|
|
295
295
|
"draggableHeaders": boolean;
|
|
296
296
|
"headers": TableHeader[];
|
|
@@ -298,13 +298,13 @@ export namespace Components {
|
|
|
298
298
|
"selectable": boolean;
|
|
299
299
|
"selected": number;
|
|
300
300
|
}
|
|
301
|
-
interface
|
|
301
|
+
interface TttxTabs_1_9_49 {
|
|
302
302
|
"navigation": boolean;
|
|
303
303
|
"tabs": string | Tab[];
|
|
304
304
|
"tabsName": string;
|
|
305
305
|
"wide": boolean;
|
|
306
306
|
}
|
|
307
|
-
interface
|
|
307
|
+
interface TttxTag_1_9_49 {
|
|
308
308
|
"color": string;
|
|
309
309
|
"hasIcon": boolean;
|
|
310
310
|
"icon": string;
|
|
@@ -313,13 +313,13 @@ export namespace Components {
|
|
|
313
313
|
"text": string;
|
|
314
314
|
"textColor": string;
|
|
315
315
|
}
|
|
316
|
-
interface
|
|
316
|
+
interface TttxTextarea_1_9_49 {
|
|
317
317
|
"disabled": boolean;
|
|
318
318
|
"errormsg": string;
|
|
319
319
|
/**
|
|
320
320
|
* tabindex - Allows the HTML elements to be focusable
|
|
321
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
322
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
321
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_49 input-index="1" />
|
|
322
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_49 inputindex={1} />
|
|
323
323
|
*/
|
|
324
324
|
"inputindex": string | number;
|
|
325
325
|
/**
|
|
@@ -343,371 +343,371 @@ export namespace Components {
|
|
|
343
343
|
"textareaautofocus": boolean;
|
|
344
344
|
"value": string | number;
|
|
345
345
|
}
|
|
346
|
-
interface
|
|
346
|
+
interface TttxToggle_1_9_49 {
|
|
347
347
|
"initialstate": boolean | string;
|
|
348
348
|
}
|
|
349
|
-
interface
|
|
349
|
+
interface TttxToolbar_1_9_49 {
|
|
350
350
|
"border": boolean;
|
|
351
351
|
}
|
|
352
|
-
interface
|
|
352
|
+
interface TttxTreeView_1_9_49 {
|
|
353
353
|
"data": TreeViewItem[];
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
|
-
export interface
|
|
356
|
+
export interface TttxActionDropdown_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
357
357
|
detail: T;
|
|
358
|
-
target:
|
|
358
|
+
target: HTMLTttxActionDropdown_1_9_49Element;
|
|
359
359
|
}
|
|
360
|
-
export interface
|
|
360
|
+
export interface TttxCheckbox_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
361
361
|
detail: T;
|
|
362
|
-
target:
|
|
362
|
+
target: HTMLTttxCheckbox_1_9_49Element;
|
|
363
363
|
}
|
|
364
|
-
export interface
|
|
364
|
+
export interface TttxComments_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
365
365
|
detail: T;
|
|
366
|
-
target:
|
|
366
|
+
target: HTMLTttxComments_1_9_49Element;
|
|
367
367
|
}
|
|
368
|
-
export interface
|
|
368
|
+
export interface TttxDialogBox_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
369
369
|
detail: T;
|
|
370
|
-
target:
|
|
370
|
+
target: HTMLTttxDialogBox_1_9_49Element;
|
|
371
371
|
}
|
|
372
|
-
export interface
|
|
372
|
+
export interface TttxDialog_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
373
373
|
detail: T;
|
|
374
|
-
target:
|
|
374
|
+
target: HTMLTttxDialog_1_9_49Element;
|
|
375
375
|
}
|
|
376
|
-
export interface
|
|
376
|
+
export interface TttxExpander_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
377
377
|
detail: T;
|
|
378
|
-
target:
|
|
378
|
+
target: HTMLTttxExpander_1_9_49Element;
|
|
379
379
|
}
|
|
380
|
-
export interface
|
|
380
|
+
export interface TttxFilter_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
381
381
|
detail: T;
|
|
382
|
-
target:
|
|
382
|
+
target: HTMLTttxFilter_1_9_49Element;
|
|
383
383
|
}
|
|
384
|
-
export interface
|
|
384
|
+
export interface TttxForm_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
385
385
|
detail: T;
|
|
386
|
-
target:
|
|
386
|
+
target: HTMLTttxForm_1_9_49Element;
|
|
387
387
|
}
|
|
388
|
-
export interface
|
|
388
|
+
export interface TttxList_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
389
389
|
detail: T;
|
|
390
|
-
target:
|
|
390
|
+
target: HTMLTttxList_1_9_49Element;
|
|
391
391
|
}
|
|
392
|
-
export interface
|
|
392
|
+
export interface TttxMultiselectBox_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
393
393
|
detail: T;
|
|
394
|
-
target:
|
|
394
|
+
target: HTMLTttxMultiselectBox_1_9_49Element;
|
|
395
395
|
}
|
|
396
|
-
export interface
|
|
396
|
+
export interface TttxSelectBox_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
397
397
|
detail: T;
|
|
398
|
-
target:
|
|
398
|
+
target: HTMLTttxSelectBox_1_9_49Element;
|
|
399
399
|
}
|
|
400
|
-
export interface
|
|
400
|
+
export interface TttxSorter_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
401
401
|
detail: T;
|
|
402
|
-
target:
|
|
402
|
+
target: HTMLTttxSorter_1_9_49Element;
|
|
403
403
|
}
|
|
404
|
-
export interface
|
|
404
|
+
export interface TttxStandaloneInput_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
405
405
|
detail: T;
|
|
406
|
-
target:
|
|
406
|
+
target: HTMLTttxStandaloneInput_1_9_49Element;
|
|
407
407
|
}
|
|
408
|
-
export interface
|
|
408
|
+
export interface TttxTable_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
409
409
|
detail: T;
|
|
410
|
-
target:
|
|
410
|
+
target: HTMLTttxTable_1_9_49Element;
|
|
411
411
|
}
|
|
412
|
-
export interface
|
|
412
|
+
export interface TttxTabs_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
413
413
|
detail: T;
|
|
414
|
-
target:
|
|
414
|
+
target: HTMLTttxTabs_1_9_49Element;
|
|
415
415
|
}
|
|
416
|
-
export interface
|
|
416
|
+
export interface TttxTextarea_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
417
417
|
detail: T;
|
|
418
|
-
target:
|
|
418
|
+
target: HTMLTttxTextarea_1_9_49Element;
|
|
419
419
|
}
|
|
420
|
-
export interface
|
|
420
|
+
export interface TttxToggle_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
421
421
|
detail: T;
|
|
422
|
-
target:
|
|
422
|
+
target: HTMLTttxToggle_1_9_49Element;
|
|
423
423
|
}
|
|
424
|
-
export interface
|
|
424
|
+
export interface TttxTreeView_1_9_49CustomEvent<T> extends CustomEvent<T> {
|
|
425
425
|
detail: T;
|
|
426
|
-
target:
|
|
426
|
+
target: HTMLTttxTreeView_1_9_49Element;
|
|
427
427
|
}
|
|
428
428
|
declare global {
|
|
429
|
-
interface
|
|
429
|
+
interface HTMLTttxActionDropdown_1_9_49Element extends Components.TttxActionDropdown_1_9_49, HTMLStencilElement {
|
|
430
430
|
}
|
|
431
|
-
var
|
|
432
|
-
prototype:
|
|
433
|
-
new ():
|
|
431
|
+
var HTMLTttxActionDropdown_1_9_49Element: {
|
|
432
|
+
prototype: HTMLTttxActionDropdown_1_9_49Element;
|
|
433
|
+
new (): HTMLTttxActionDropdown_1_9_49Element;
|
|
434
434
|
};
|
|
435
|
-
interface
|
|
435
|
+
interface HTMLTttxButton_1_9_49Element extends Components.TttxButton_1_9_49, HTMLStencilElement {
|
|
436
436
|
}
|
|
437
|
-
var
|
|
438
|
-
prototype:
|
|
439
|
-
new ():
|
|
437
|
+
var HTMLTttxButton_1_9_49Element: {
|
|
438
|
+
prototype: HTMLTttxButton_1_9_49Element;
|
|
439
|
+
new (): HTMLTttxButton_1_9_49Element;
|
|
440
440
|
};
|
|
441
|
-
interface
|
|
441
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_49Element extends Components.TttxCheckboxGroupCaption_1_9_49, HTMLStencilElement {
|
|
442
442
|
}
|
|
443
|
-
var
|
|
444
|
-
prototype:
|
|
445
|
-
new ():
|
|
443
|
+
var HTMLTttxCheckboxGroupCaption_1_9_49Element: {
|
|
444
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_49Element;
|
|
445
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_49Element;
|
|
446
446
|
};
|
|
447
|
-
interface
|
|
447
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_49Element extends Components.TttxCheckboxGroupHeading_1_9_49, HTMLStencilElement {
|
|
448
448
|
}
|
|
449
|
-
var
|
|
450
|
-
prototype:
|
|
451
|
-
new ():
|
|
449
|
+
var HTMLTttxCheckboxGroupHeading_1_9_49Element: {
|
|
450
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_49Element;
|
|
451
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_49Element;
|
|
452
452
|
};
|
|
453
|
-
interface
|
|
453
|
+
interface HTMLTttxCheckboxGroup_1_9_49Element extends Components.TttxCheckboxGroup_1_9_49, HTMLStencilElement {
|
|
454
454
|
}
|
|
455
|
-
var
|
|
456
|
-
prototype:
|
|
457
|
-
new ():
|
|
455
|
+
var HTMLTttxCheckboxGroup_1_9_49Element: {
|
|
456
|
+
prototype: HTMLTttxCheckboxGroup_1_9_49Element;
|
|
457
|
+
new (): HTMLTttxCheckboxGroup_1_9_49Element;
|
|
458
458
|
};
|
|
459
|
-
interface
|
|
459
|
+
interface HTMLTttxCheckbox_1_9_49Element extends Components.TttxCheckbox_1_9_49, HTMLStencilElement {
|
|
460
460
|
}
|
|
461
|
-
var
|
|
462
|
-
prototype:
|
|
463
|
-
new ():
|
|
461
|
+
var HTMLTttxCheckbox_1_9_49Element: {
|
|
462
|
+
prototype: HTMLTttxCheckbox_1_9_49Element;
|
|
463
|
+
new (): HTMLTttxCheckbox_1_9_49Element;
|
|
464
464
|
};
|
|
465
|
-
interface
|
|
465
|
+
interface HTMLTttxComments_1_9_49Element extends Components.TttxComments_1_9_49, HTMLStencilElement {
|
|
466
466
|
}
|
|
467
|
-
var
|
|
468
|
-
prototype:
|
|
469
|
-
new ():
|
|
467
|
+
var HTMLTttxComments_1_9_49Element: {
|
|
468
|
+
prototype: HTMLTttxComments_1_9_49Element;
|
|
469
|
+
new (): HTMLTttxComments_1_9_49Element;
|
|
470
470
|
};
|
|
471
|
-
interface
|
|
471
|
+
interface HTMLTttxDataPattern_1_9_49Element extends Components.TttxDataPattern_1_9_49, HTMLStencilElement {
|
|
472
472
|
}
|
|
473
|
-
var
|
|
474
|
-
prototype:
|
|
475
|
-
new ():
|
|
473
|
+
var HTMLTttxDataPattern_1_9_49Element: {
|
|
474
|
+
prototype: HTMLTttxDataPattern_1_9_49Element;
|
|
475
|
+
new (): HTMLTttxDataPattern_1_9_49Element;
|
|
476
476
|
};
|
|
477
|
-
interface
|
|
477
|
+
interface HTMLTttxDatacard_1_9_49Element extends Components.TttxDatacard_1_9_49, HTMLStencilElement {
|
|
478
478
|
}
|
|
479
|
-
var
|
|
480
|
-
prototype:
|
|
481
|
-
new ():
|
|
479
|
+
var HTMLTttxDatacard_1_9_49Element: {
|
|
480
|
+
prototype: HTMLTttxDatacard_1_9_49Element;
|
|
481
|
+
new (): HTMLTttxDatacard_1_9_49Element;
|
|
482
482
|
};
|
|
483
|
-
interface
|
|
483
|
+
interface HTMLTttxDialogBox_1_9_49Element extends Components.TttxDialogBox_1_9_49, HTMLStencilElement {
|
|
484
484
|
}
|
|
485
|
-
var
|
|
486
|
-
prototype:
|
|
487
|
-
new ():
|
|
485
|
+
var HTMLTttxDialogBox_1_9_49Element: {
|
|
486
|
+
prototype: HTMLTttxDialogBox_1_9_49Element;
|
|
487
|
+
new (): HTMLTttxDialogBox_1_9_49Element;
|
|
488
488
|
};
|
|
489
|
-
interface
|
|
489
|
+
interface HTMLTttxDialog_1_9_49Element extends Components.TttxDialog_1_9_49, HTMLStencilElement {
|
|
490
490
|
}
|
|
491
|
-
var
|
|
492
|
-
prototype:
|
|
493
|
-
new ():
|
|
491
|
+
var HTMLTttxDialog_1_9_49Element: {
|
|
492
|
+
prototype: HTMLTttxDialog_1_9_49Element;
|
|
493
|
+
new (): HTMLTttxDialog_1_9_49Element;
|
|
494
494
|
};
|
|
495
|
-
interface
|
|
495
|
+
interface HTMLTttxExpander_1_9_49Element extends Components.TttxExpander_1_9_49, HTMLStencilElement {
|
|
496
496
|
}
|
|
497
|
-
var
|
|
498
|
-
prototype:
|
|
499
|
-
new ():
|
|
497
|
+
var HTMLTttxExpander_1_9_49Element: {
|
|
498
|
+
prototype: HTMLTttxExpander_1_9_49Element;
|
|
499
|
+
new (): HTMLTttxExpander_1_9_49Element;
|
|
500
500
|
};
|
|
501
|
-
interface
|
|
501
|
+
interface HTMLTttxFilter_1_9_49Element extends Components.TttxFilter_1_9_49, HTMLStencilElement {
|
|
502
502
|
}
|
|
503
|
-
var
|
|
504
|
-
prototype:
|
|
505
|
-
new ():
|
|
503
|
+
var HTMLTttxFilter_1_9_49Element: {
|
|
504
|
+
prototype: HTMLTttxFilter_1_9_49Element;
|
|
505
|
+
new (): HTMLTttxFilter_1_9_49Element;
|
|
506
506
|
};
|
|
507
|
-
interface
|
|
507
|
+
interface HTMLTttxForm_1_9_49Element extends Components.TttxForm_1_9_49, HTMLStencilElement {
|
|
508
508
|
}
|
|
509
|
-
var
|
|
510
|
-
prototype:
|
|
511
|
-
new ():
|
|
509
|
+
var HTMLTttxForm_1_9_49Element: {
|
|
510
|
+
prototype: HTMLTttxForm_1_9_49Element;
|
|
511
|
+
new (): HTMLTttxForm_1_9_49Element;
|
|
512
512
|
};
|
|
513
|
-
interface
|
|
513
|
+
interface HTMLTttxGraph_1_9_49Element extends Components.TttxGraph_1_9_49, HTMLStencilElement {
|
|
514
514
|
}
|
|
515
|
-
var
|
|
516
|
-
prototype:
|
|
517
|
-
new ():
|
|
515
|
+
var HTMLTttxGraph_1_9_49Element: {
|
|
516
|
+
prototype: HTMLTttxGraph_1_9_49Element;
|
|
517
|
+
new (): HTMLTttxGraph_1_9_49Element;
|
|
518
518
|
};
|
|
519
|
-
interface
|
|
519
|
+
interface HTMLTttxIcon_1_9_49Element extends Components.TttxIcon_1_9_49, HTMLStencilElement {
|
|
520
520
|
}
|
|
521
|
-
var
|
|
522
|
-
prototype:
|
|
523
|
-
new ():
|
|
521
|
+
var HTMLTttxIcon_1_9_49Element: {
|
|
522
|
+
prototype: HTMLTttxIcon_1_9_49Element;
|
|
523
|
+
new (): HTMLTttxIcon_1_9_49Element;
|
|
524
524
|
};
|
|
525
|
-
interface
|
|
525
|
+
interface HTMLTttxKeyvalueBlock_1_9_49Element extends Components.TttxKeyvalueBlock_1_9_49, HTMLStencilElement {
|
|
526
526
|
}
|
|
527
|
-
var
|
|
528
|
-
prototype:
|
|
529
|
-
new ():
|
|
527
|
+
var HTMLTttxKeyvalueBlock_1_9_49Element: {
|
|
528
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_49Element;
|
|
529
|
+
new (): HTMLTttxKeyvalueBlock_1_9_49Element;
|
|
530
530
|
};
|
|
531
|
-
interface
|
|
531
|
+
interface HTMLTttxList_1_9_49Element extends Components.TttxList_1_9_49, HTMLStencilElement {
|
|
532
532
|
}
|
|
533
|
-
var
|
|
534
|
-
prototype:
|
|
535
|
-
new ():
|
|
533
|
+
var HTMLTttxList_1_9_49Element: {
|
|
534
|
+
prototype: HTMLTttxList_1_9_49Element;
|
|
535
|
+
new (): HTMLTttxList_1_9_49Element;
|
|
536
536
|
};
|
|
537
|
-
interface
|
|
537
|
+
interface HTMLTttxLoadingSpinner_1_9_49Element extends Components.TttxLoadingSpinner_1_9_49, HTMLStencilElement {
|
|
538
538
|
}
|
|
539
|
-
var
|
|
540
|
-
prototype:
|
|
541
|
-
new ():
|
|
539
|
+
var HTMLTttxLoadingSpinner_1_9_49Element: {
|
|
540
|
+
prototype: HTMLTttxLoadingSpinner_1_9_49Element;
|
|
541
|
+
new (): HTMLTttxLoadingSpinner_1_9_49Element;
|
|
542
542
|
};
|
|
543
|
-
interface
|
|
543
|
+
interface HTMLTttxMultiselectBox_1_9_49Element extends Components.TttxMultiselectBox_1_9_49, HTMLStencilElement {
|
|
544
544
|
}
|
|
545
|
-
var
|
|
546
|
-
prototype:
|
|
547
|
-
new ():
|
|
545
|
+
var HTMLTttxMultiselectBox_1_9_49Element: {
|
|
546
|
+
prototype: HTMLTttxMultiselectBox_1_9_49Element;
|
|
547
|
+
new (): HTMLTttxMultiselectBox_1_9_49Element;
|
|
548
548
|
};
|
|
549
|
-
interface
|
|
549
|
+
interface HTMLTttxPercentageBar_1_9_49Element extends Components.TttxPercentageBar_1_9_49, HTMLStencilElement {
|
|
550
550
|
}
|
|
551
|
-
var
|
|
552
|
-
prototype:
|
|
553
|
-
new ():
|
|
551
|
+
var HTMLTttxPercentageBar_1_9_49Element: {
|
|
552
|
+
prototype: HTMLTttxPercentageBar_1_9_49Element;
|
|
553
|
+
new (): HTMLTttxPercentageBar_1_9_49Element;
|
|
554
554
|
};
|
|
555
|
-
interface
|
|
555
|
+
interface HTMLTttxQrcode_1_9_49Element extends Components.TttxQrcode_1_9_49, HTMLStencilElement {
|
|
556
556
|
}
|
|
557
|
-
var
|
|
558
|
-
prototype:
|
|
559
|
-
new ():
|
|
557
|
+
var HTMLTttxQrcode_1_9_49Element: {
|
|
558
|
+
prototype: HTMLTttxQrcode_1_9_49Element;
|
|
559
|
+
new (): HTMLTttxQrcode_1_9_49Element;
|
|
560
560
|
};
|
|
561
|
-
interface
|
|
561
|
+
interface HTMLTttxSelectBox_1_9_49Element extends Components.TttxSelectBox_1_9_49, HTMLStencilElement {
|
|
562
562
|
}
|
|
563
|
-
var
|
|
564
|
-
prototype:
|
|
565
|
-
new ():
|
|
563
|
+
var HTMLTttxSelectBox_1_9_49Element: {
|
|
564
|
+
prototype: HTMLTttxSelectBox_1_9_49Element;
|
|
565
|
+
new (): HTMLTttxSelectBox_1_9_49Element;
|
|
566
566
|
};
|
|
567
|
-
interface
|
|
567
|
+
interface HTMLTttxSkeleton_loader_1_9_49Element extends Components.TttxSkeleton_loader_1_9_49, HTMLStencilElement {
|
|
568
568
|
}
|
|
569
|
-
var
|
|
570
|
-
prototype:
|
|
571
|
-
new ():
|
|
569
|
+
var HTMLTttxSkeleton_loader_1_9_49Element: {
|
|
570
|
+
prototype: HTMLTttxSkeleton_loader_1_9_49Element;
|
|
571
|
+
new (): HTMLTttxSkeleton_loader_1_9_49Element;
|
|
572
572
|
};
|
|
573
|
-
interface
|
|
573
|
+
interface HTMLTttxSorter_1_9_49Element extends Components.TttxSorter_1_9_49, HTMLStencilElement {
|
|
574
574
|
}
|
|
575
|
-
var
|
|
576
|
-
prototype:
|
|
577
|
-
new ():
|
|
575
|
+
var HTMLTttxSorter_1_9_49Element: {
|
|
576
|
+
prototype: HTMLTttxSorter_1_9_49Element;
|
|
577
|
+
new (): HTMLTttxSorter_1_9_49Element;
|
|
578
578
|
};
|
|
579
|
-
interface
|
|
579
|
+
interface HTMLTttxStandaloneInput_1_9_49Element extends Components.TttxStandaloneInput_1_9_49, HTMLStencilElement {
|
|
580
580
|
}
|
|
581
|
-
var
|
|
582
|
-
prototype:
|
|
583
|
-
new ():
|
|
581
|
+
var HTMLTttxStandaloneInput_1_9_49Element: {
|
|
582
|
+
prototype: HTMLTttxStandaloneInput_1_9_49Element;
|
|
583
|
+
new (): HTMLTttxStandaloneInput_1_9_49Element;
|
|
584
584
|
};
|
|
585
|
-
interface
|
|
585
|
+
interface HTMLTttxTable_1_9_49Element extends Components.TttxTable_1_9_49, HTMLStencilElement {
|
|
586
586
|
}
|
|
587
|
-
var
|
|
588
|
-
prototype:
|
|
589
|
-
new ():
|
|
587
|
+
var HTMLTttxTable_1_9_49Element: {
|
|
588
|
+
prototype: HTMLTttxTable_1_9_49Element;
|
|
589
|
+
new (): HTMLTttxTable_1_9_49Element;
|
|
590
590
|
};
|
|
591
|
-
interface
|
|
591
|
+
interface HTMLTttxTabs_1_9_49Element extends Components.TttxTabs_1_9_49, HTMLStencilElement {
|
|
592
592
|
}
|
|
593
|
-
var
|
|
594
|
-
prototype:
|
|
595
|
-
new ():
|
|
593
|
+
var HTMLTttxTabs_1_9_49Element: {
|
|
594
|
+
prototype: HTMLTttxTabs_1_9_49Element;
|
|
595
|
+
new (): HTMLTttxTabs_1_9_49Element;
|
|
596
596
|
};
|
|
597
|
-
interface
|
|
597
|
+
interface HTMLTttxTag_1_9_49Element extends Components.TttxTag_1_9_49, HTMLStencilElement {
|
|
598
598
|
}
|
|
599
|
-
var
|
|
600
|
-
prototype:
|
|
601
|
-
new ():
|
|
599
|
+
var HTMLTttxTag_1_9_49Element: {
|
|
600
|
+
prototype: HTMLTttxTag_1_9_49Element;
|
|
601
|
+
new (): HTMLTttxTag_1_9_49Element;
|
|
602
602
|
};
|
|
603
|
-
interface
|
|
603
|
+
interface HTMLTttxTextarea_1_9_49Element extends Components.TttxTextarea_1_9_49, HTMLStencilElement {
|
|
604
604
|
}
|
|
605
|
-
var
|
|
606
|
-
prototype:
|
|
607
|
-
new ():
|
|
605
|
+
var HTMLTttxTextarea_1_9_49Element: {
|
|
606
|
+
prototype: HTMLTttxTextarea_1_9_49Element;
|
|
607
|
+
new (): HTMLTttxTextarea_1_9_49Element;
|
|
608
608
|
};
|
|
609
|
-
interface
|
|
609
|
+
interface HTMLTttxToggle_1_9_49Element extends Components.TttxToggle_1_9_49, HTMLStencilElement {
|
|
610
610
|
}
|
|
611
|
-
var
|
|
612
|
-
prototype:
|
|
613
|
-
new ():
|
|
611
|
+
var HTMLTttxToggle_1_9_49Element: {
|
|
612
|
+
prototype: HTMLTttxToggle_1_9_49Element;
|
|
613
|
+
new (): HTMLTttxToggle_1_9_49Element;
|
|
614
614
|
};
|
|
615
|
-
interface
|
|
615
|
+
interface HTMLTttxToolbar_1_9_49Element extends Components.TttxToolbar_1_9_49, HTMLStencilElement {
|
|
616
616
|
}
|
|
617
|
-
var
|
|
618
|
-
prototype:
|
|
619
|
-
new ():
|
|
617
|
+
var HTMLTttxToolbar_1_9_49Element: {
|
|
618
|
+
prototype: HTMLTttxToolbar_1_9_49Element;
|
|
619
|
+
new (): HTMLTttxToolbar_1_9_49Element;
|
|
620
620
|
};
|
|
621
|
-
interface
|
|
621
|
+
interface HTMLTttxTreeView_1_9_49Element extends Components.TttxTreeView_1_9_49, HTMLStencilElement {
|
|
622
622
|
}
|
|
623
|
-
var
|
|
624
|
-
prototype:
|
|
625
|
-
new ():
|
|
623
|
+
var HTMLTttxTreeView_1_9_49Element: {
|
|
624
|
+
prototype: HTMLTttxTreeView_1_9_49Element;
|
|
625
|
+
new (): HTMLTttxTreeView_1_9_49Element;
|
|
626
626
|
};
|
|
627
627
|
interface HTMLElementTagNameMap {
|
|
628
|
-
"tttx-action-
|
|
629
|
-
"tttx-
|
|
630
|
-
"tttx-checkbox-group-
|
|
631
|
-
"tttx-checkbox-group-
|
|
632
|
-
"tttx-checkbox-
|
|
633
|
-
"tttx-
|
|
634
|
-
"tttx-
|
|
635
|
-
"tttx-data-
|
|
636
|
-
"tttx-
|
|
637
|
-
"tttx-dialog-
|
|
638
|
-
"tttx-
|
|
639
|
-
"tttx-
|
|
640
|
-
"tttx-
|
|
641
|
-
"tttx-
|
|
642
|
-
"tttx-
|
|
643
|
-
"tttx-
|
|
644
|
-
"tttx-keyvalue-
|
|
645
|
-
"tttx-
|
|
646
|
-
"tttx-loading-
|
|
647
|
-
"tttx-multiselect-
|
|
648
|
-
"tttx-percentage-
|
|
649
|
-
"tttx-
|
|
650
|
-
"tttx-select-
|
|
651
|
-
"tttx-
|
|
652
|
-
"tttx-
|
|
653
|
-
"tttx-standalone-
|
|
654
|
-
"tttx-
|
|
655
|
-
"tttx-
|
|
656
|
-
"tttx-
|
|
657
|
-
"tttx-
|
|
658
|
-
"tttx-
|
|
659
|
-
"tttx-
|
|
660
|
-
"tttx-tree-
|
|
628
|
+
"tttx-action-dropdown_1_9_49": HTMLTttxActionDropdown_1_9_49Element;
|
|
629
|
+
"tttx-button_1_9_49": HTMLTttxButton_1_9_49Element;
|
|
630
|
+
"tttx-checkbox-group-caption_1_9_49": HTMLTttxCheckboxGroupCaption_1_9_49Element;
|
|
631
|
+
"tttx-checkbox-group-heading_1_9_49": HTMLTttxCheckboxGroupHeading_1_9_49Element;
|
|
632
|
+
"tttx-checkbox-group_1_9_49": HTMLTttxCheckboxGroup_1_9_49Element;
|
|
633
|
+
"tttx-checkbox_1_9_49": HTMLTttxCheckbox_1_9_49Element;
|
|
634
|
+
"tttx-comments_1_9_49": HTMLTttxComments_1_9_49Element;
|
|
635
|
+
"tttx-data-pattern_1_9_49": HTMLTttxDataPattern_1_9_49Element;
|
|
636
|
+
"tttx-datacard_1_9_49": HTMLTttxDatacard_1_9_49Element;
|
|
637
|
+
"tttx-dialog-box_1_9_49": HTMLTttxDialogBox_1_9_49Element;
|
|
638
|
+
"tttx-dialog_1_9_49": HTMLTttxDialog_1_9_49Element;
|
|
639
|
+
"tttx-expander_1_9_49": HTMLTttxExpander_1_9_49Element;
|
|
640
|
+
"tttx-filter_1_9_49": HTMLTttxFilter_1_9_49Element;
|
|
641
|
+
"tttx-form_1_9_49": HTMLTttxForm_1_9_49Element;
|
|
642
|
+
"tttx-graph_1_9_49": HTMLTttxGraph_1_9_49Element;
|
|
643
|
+
"tttx-icon_1_9_49": HTMLTttxIcon_1_9_49Element;
|
|
644
|
+
"tttx-keyvalue-block_1_9_49": HTMLTttxKeyvalueBlock_1_9_49Element;
|
|
645
|
+
"tttx-list_1_9_49": HTMLTttxList_1_9_49Element;
|
|
646
|
+
"tttx-loading-spinner_1_9_49": HTMLTttxLoadingSpinner_1_9_49Element;
|
|
647
|
+
"tttx-multiselect-box_1_9_49": HTMLTttxMultiselectBox_1_9_49Element;
|
|
648
|
+
"tttx-percentage-bar_1_9_49": HTMLTttxPercentageBar_1_9_49Element;
|
|
649
|
+
"tttx-qrcode_1_9_49": HTMLTttxQrcode_1_9_49Element;
|
|
650
|
+
"tttx-select-box_1_9_49": HTMLTttxSelectBox_1_9_49Element;
|
|
651
|
+
"tttx-skeleton_loader_1_9_49": HTMLTttxSkeleton_loader_1_9_49Element;
|
|
652
|
+
"tttx-sorter_1_9_49": HTMLTttxSorter_1_9_49Element;
|
|
653
|
+
"tttx-standalone-input_1_9_49": HTMLTttxStandaloneInput_1_9_49Element;
|
|
654
|
+
"tttx-table_1_9_49": HTMLTttxTable_1_9_49Element;
|
|
655
|
+
"tttx-tabs_1_9_49": HTMLTttxTabs_1_9_49Element;
|
|
656
|
+
"tttx-tag_1_9_49": HTMLTttxTag_1_9_49Element;
|
|
657
|
+
"tttx-textarea_1_9_49": HTMLTttxTextarea_1_9_49Element;
|
|
658
|
+
"tttx-toggle_1_9_49": HTMLTttxToggle_1_9_49Element;
|
|
659
|
+
"tttx-toolbar_1_9_49": HTMLTttxToolbar_1_9_49Element;
|
|
660
|
+
"tttx-tree-view_1_9_49": HTMLTttxTreeView_1_9_49Element;
|
|
661
661
|
}
|
|
662
662
|
}
|
|
663
663
|
declare namespace LocalJSX {
|
|
664
|
-
interface
|
|
664
|
+
interface TttxActionDropdown_1_9_49 {
|
|
665
665
|
"actionKey"?: string;
|
|
666
666
|
"defaultOption"?: string;
|
|
667
667
|
"fieldOptionsData"?: string | ActionDropdownData;
|
|
668
668
|
"icon"?: string;
|
|
669
669
|
"isIconVisible"?: boolean;
|
|
670
|
-
"onActionDropdownChangeEvent"?: (event:
|
|
671
|
-
"onToggleActionDropdown"?: (event:
|
|
670
|
+
"onActionDropdownChangeEvent"?: (event: TttxActionDropdown_1_9_49CustomEvent<ActionDropdownChangeEvent>) => void;
|
|
671
|
+
"onToggleActionDropdown"?: (event: TttxActionDropdown_1_9_49CustomEvent<boolean>) => void;
|
|
672
672
|
}
|
|
673
|
-
interface
|
|
673
|
+
interface TttxButton_1_9_49 {
|
|
674
674
|
"design"?: string;
|
|
675
675
|
"icon"?: string;
|
|
676
676
|
"iconcolor"?: string;
|
|
677
677
|
"iconposition"?: 'left' | 'right';
|
|
678
678
|
"notext"?: boolean;
|
|
679
679
|
}
|
|
680
|
-
interface
|
|
680
|
+
interface TttxCheckboxGroupCaption_1_9_49 {
|
|
681
681
|
}
|
|
682
|
-
interface
|
|
682
|
+
interface TttxCheckboxGroupHeading_1_9_49 {
|
|
683
683
|
}
|
|
684
|
-
interface
|
|
684
|
+
interface TttxCheckboxGroup_1_9_49 {
|
|
685
685
|
}
|
|
686
|
-
interface
|
|
686
|
+
interface TttxCheckbox_1_9_49 {
|
|
687
687
|
"checkboxId"?: string;
|
|
688
688
|
"checked"?: boolean;
|
|
689
689
|
"indeterminate"?: boolean;
|
|
690
690
|
"inline"?: boolean;
|
|
691
691
|
"label"?: string;
|
|
692
|
-
"onCheckboxChangeEvent"?: (event:
|
|
692
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_49CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
693
693
|
}
|
|
694
|
-
interface
|
|
694
|
+
interface TttxComments_1_9_49 {
|
|
695
695
|
"comments"?: string | Comment[];
|
|
696
696
|
"currentuser"?: string;
|
|
697
697
|
"disableFile"?: boolean;
|
|
698
698
|
"inputBoxHeight"?: number;
|
|
699
699
|
"messageLimit"?: number;
|
|
700
|
-
"onCommentAdded"?: (event:
|
|
701
|
-
"onCommentEdited"?: (event:
|
|
702
|
-
"onCommentFocusOut"?: (event:
|
|
703
|
-
"onRequestCommentRemoval"?: (event:
|
|
704
|
-
"onRequestFileDownload"?: (event:
|
|
705
|
-
"onRequestFileUpload"?: (event:
|
|
700
|
+
"onCommentAdded"?: (event: TttxComments_1_9_49CustomEvent<Comment>) => void;
|
|
701
|
+
"onCommentEdited"?: (event: TttxComments_1_9_49CustomEvent<Comment>) => void;
|
|
702
|
+
"onCommentFocusOut"?: (event: TttxComments_1_9_49CustomEvent<string>) => void;
|
|
703
|
+
"onRequestCommentRemoval"?: (event: TttxComments_1_9_49CustomEvent<Comment>) => void;
|
|
704
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_49CustomEvent<string>) => void;
|
|
705
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_49CustomEvent<void>) => void;
|
|
706
706
|
"placeholder"?: string;
|
|
707
707
|
"saveButtonText"?: string;
|
|
708
708
|
"value"?: string;
|
|
709
709
|
}
|
|
710
|
-
interface
|
|
710
|
+
interface TttxDataPattern_1_9_49 {
|
|
711
711
|
"addbutton"?: boolean;
|
|
712
712
|
"addbuttonlabel"?: string;
|
|
713
713
|
"data"?: string;
|
|
@@ -717,7 +717,7 @@ declare namespace LocalJSX {
|
|
|
717
717
|
"searchplaceholder"?: string;
|
|
718
718
|
"sorterOptions"?: string;
|
|
719
719
|
}
|
|
720
|
-
interface
|
|
720
|
+
interface TttxDatacard_1_9_49 {
|
|
721
721
|
"cardTitle"?: string;
|
|
722
722
|
"cardType"?: string;
|
|
723
723
|
"chartConfig"?: string;
|
|
@@ -726,90 +726,90 @@ declare namespace LocalJSX {
|
|
|
726
726
|
"rightData"?: string;
|
|
727
727
|
"rightSubtext"?: string;
|
|
728
728
|
}
|
|
729
|
-
interface
|
|
729
|
+
interface TttxDialogBox_1_9_49 {
|
|
730
730
|
"allowOverflow"?: boolean;
|
|
731
731
|
"data"?: string | DialogItems;
|
|
732
|
-
"onButtonClick"?: (event:
|
|
733
|
-
"onCloseButtonClick"?: (event:
|
|
734
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
732
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_49CustomEvent<any>) => void;
|
|
733
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_49CustomEvent<any>) => void;
|
|
734
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_49CustomEvent<any>) => void;
|
|
735
735
|
"open"?: boolean;
|
|
736
736
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
737
737
|
}
|
|
738
|
-
interface
|
|
738
|
+
interface TttxDialog_1_9_49 {
|
|
739
739
|
"allowOverflow"?: boolean;
|
|
740
740
|
"closeEnabled"?: boolean;
|
|
741
741
|
"header"?: string;
|
|
742
|
-
"onCloseButtonClick"?: (event:
|
|
742
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_49CustomEvent<any>) => void;
|
|
743
743
|
"open"?: boolean;
|
|
744
744
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
745
745
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
746
746
|
}
|
|
747
|
-
interface
|
|
747
|
+
interface TttxExpander_1_9_49 {
|
|
748
748
|
"lefticon"?: string;
|
|
749
749
|
"lefticoncolor"?: string;
|
|
750
750
|
"name"?: string;
|
|
751
|
-
"onToggleExpander"?: (event:
|
|
751
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_49CustomEvent<{ open: boolean; name: string }>) => void;
|
|
752
752
|
"open"?: boolean;
|
|
753
753
|
}
|
|
754
|
-
interface
|
|
754
|
+
interface TttxFilter_1_9_49 {
|
|
755
755
|
"defaultFilterOptions"?: string[] | string;
|
|
756
756
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
757
757
|
"filterHeader"?: string;
|
|
758
758
|
"filterKey"?: string;
|
|
759
759
|
"filterOptions"?: string | FilterSettings[];
|
|
760
|
-
"onFilterChangeEvent"?: (event:
|
|
761
|
-
"onToggleFilter"?: (event:
|
|
760
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_49CustomEvent<FilterChangeEvent>) => void;
|
|
761
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_49CustomEvent<boolean>) => void;
|
|
762
762
|
"popoverWidth"?: string;
|
|
763
763
|
"showOptionIcons"?: boolean;
|
|
764
764
|
"showSearchField"?: boolean;
|
|
765
765
|
"showSelectAll"?: boolean;
|
|
766
766
|
}
|
|
767
|
-
interface
|
|
767
|
+
interface TttxForm_1_9_49 {
|
|
768
768
|
"data"?: any;
|
|
769
769
|
"formschema"?: Record<string, any> | string;
|
|
770
|
-
"onDataChanged"?: (event:
|
|
771
|
-
"onDataSubmitted"?: (event:
|
|
772
|
-
"onSearchTermChanged"?: (event:
|
|
773
|
-
"onSelectToggleOpen"?: (event:
|
|
770
|
+
"onDataChanged"?: (event: TttxForm_1_9_49CustomEvent<{ name: string; value: string }>) => void;
|
|
771
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_49CustomEvent<FormData>) => void;
|
|
772
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_49CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
773
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_49CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
774
774
|
}
|
|
775
|
-
interface
|
|
775
|
+
interface TttxGraph_1_9_49 {
|
|
776
776
|
"chartData"?: string;
|
|
777
777
|
"chartText"?: string;
|
|
778
778
|
"chartType"?: string;
|
|
779
779
|
}
|
|
780
|
-
interface
|
|
780
|
+
interface TttxIcon_1_9_49 {
|
|
781
781
|
"color"?: string;
|
|
782
782
|
"icon"?: string;
|
|
783
783
|
"size"?: number;
|
|
784
784
|
}
|
|
785
|
-
interface
|
|
785
|
+
interface TttxKeyvalueBlock_1_9_49 {
|
|
786
786
|
"horizontal"?: boolean;
|
|
787
787
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
788
788
|
"spacedout"?: boolean;
|
|
789
789
|
}
|
|
790
|
-
interface
|
|
790
|
+
interface TttxList_1_9_49 {
|
|
791
791
|
"data"?: string | ListItem[];
|
|
792
792
|
"name"?: string;
|
|
793
|
-
"onListRowCheckboxClick"?: (event:
|
|
794
|
-
"onListRowClick"?: (event:
|
|
793
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_49CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
794
|
+
"onListRowClick"?: (event: TttxList_1_9_49CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
795
795
|
}
|
|
796
|
-
interface
|
|
796
|
+
interface TttxLoadingSpinner_1_9_49 {
|
|
797
797
|
"color"?: string;
|
|
798
798
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
799
799
|
"loadingMessage"?: boolean;
|
|
800
800
|
"message"?: string;
|
|
801
801
|
"size"?: 'small' | 'large';
|
|
802
802
|
}
|
|
803
|
-
interface
|
|
803
|
+
interface TttxMultiselectBox_1_9_49 {
|
|
804
804
|
"htmlVisibleValue"?: boolean;
|
|
805
805
|
"inline"?: boolean;
|
|
806
806
|
"isLoading"?: boolean;
|
|
807
807
|
"label"?: string;
|
|
808
808
|
"nonPriorityLabel"?: string;
|
|
809
|
-
"onChangesApplied"?: (event:
|
|
810
|
-
"onSearchDataChanged"?: (event:
|
|
811
|
-
"onSelectItemEvent"?: (event:
|
|
812
|
-
"onToggleOpen"?: (event:
|
|
809
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_49CustomEvent<SelectItem[]>) => void;
|
|
810
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_49CustomEvent<{ searchTerm: string; }>) => void;
|
|
811
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_49CustomEvent<SelectItem>) => void;
|
|
812
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_49CustomEvent<boolean>) => void;
|
|
813
813
|
"optionsData"?: string | SelectItem[];
|
|
814
814
|
"placeholder"?: string;
|
|
815
815
|
"priorityLabel"?: string;
|
|
@@ -818,18 +818,18 @@ declare namespace LocalJSX {
|
|
|
818
818
|
"stopLocalSearch"?: boolean;
|
|
819
819
|
"visibleValue"?: string;
|
|
820
820
|
}
|
|
821
|
-
interface
|
|
821
|
+
interface TttxPercentageBar_1_9_49 {
|
|
822
822
|
"color"?: string;
|
|
823
823
|
"labelid"?: string;
|
|
824
824
|
"min"?: string;
|
|
825
825
|
"percentage"?: string | number;
|
|
826
826
|
"thresholds"?: string | Threshold[];
|
|
827
827
|
}
|
|
828
|
-
interface
|
|
828
|
+
interface TttxQrcode_1_9_49 {
|
|
829
829
|
"link"?: string;
|
|
830
830
|
"size"?: number;
|
|
831
831
|
}
|
|
832
|
-
interface
|
|
832
|
+
interface TttxSelectBox_1_9_49 {
|
|
833
833
|
"clearable"?: boolean;
|
|
834
834
|
"errorMsg"?: string;
|
|
835
835
|
"inline"?: boolean;
|
|
@@ -837,10 +837,10 @@ declare namespace LocalJSX {
|
|
|
837
837
|
"isLoading"?: boolean;
|
|
838
838
|
"label"?: string;
|
|
839
839
|
"nonPriorityLabel"?: string;
|
|
840
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
841
|
-
"onSelectEndReached"?: (event:
|
|
842
|
-
"onSelectItemEvent"?: (event:
|
|
843
|
-
"onToggleOpen"?: (event:
|
|
840
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_49CustomEvent<string>) => void;
|
|
841
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_49CustomEvent<string>) => void;
|
|
842
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_49CustomEvent<SelectItem1>) => void;
|
|
843
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_49CustomEvent<boolean>) => void;
|
|
844
844
|
"optionsData"?: string | SelectItem1[];
|
|
845
845
|
"placeholder"?: string;
|
|
846
846
|
"priorityLabel"?: string;
|
|
@@ -852,7 +852,7 @@ declare namespace LocalJSX {
|
|
|
852
852
|
"useExternalFiltering"?: boolean;
|
|
853
853
|
"useExternalPaginatedFiltering"?: boolean;
|
|
854
854
|
}
|
|
855
|
-
interface
|
|
855
|
+
interface TttxSkeleton_loader_1_9_49 {
|
|
856
856
|
"animation"?: 'pulse' | 'wave' | 'none';
|
|
857
857
|
"borderRadius"?: string;
|
|
858
858
|
"color"?: string;
|
|
@@ -864,15 +864,15 @@ declare namespace LocalJSX {
|
|
|
864
864
|
"variant"?: 'text' | 'circle' | 'rect';
|
|
865
865
|
"width"?: string;
|
|
866
866
|
}
|
|
867
|
-
interface
|
|
867
|
+
interface TttxSorter_1_9_49 {
|
|
868
868
|
"defaultOption"?: string;
|
|
869
869
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
870
870
|
"fieldOptionsData"?: string | SorterData;
|
|
871
|
-
"onSorterChangeEvent"?: (event:
|
|
872
|
-
"onToggleSorter"?: (event:
|
|
871
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_49CustomEvent<SorterChangeEvent>) => void;
|
|
872
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_49CustomEvent<boolean>) => void;
|
|
873
873
|
"sorterKey"?: string;
|
|
874
874
|
}
|
|
875
|
-
interface
|
|
875
|
+
interface TttxStandaloneInput_1_9_49 {
|
|
876
876
|
"autocomplete"?: 'off' | 'on';
|
|
877
877
|
"checked"?: boolean;
|
|
878
878
|
"disabled"?: boolean;
|
|
@@ -888,8 +888,8 @@ declare namespace LocalJSX {
|
|
|
888
888
|
"inputiconcolor"?: string;
|
|
889
889
|
/**
|
|
890
890
|
* tabindex - Allows the HTML elements to be focusable
|
|
891
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
892
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
891
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_49 input-index="1" />
|
|
892
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_49 inputindex={1} />
|
|
893
893
|
*/
|
|
894
894
|
"inputindex"?: string | number;
|
|
895
895
|
/**
|
|
@@ -903,13 +903,13 @@ declare namespace LocalJSX {
|
|
|
903
903
|
"min"?: MinMaxDates | number;
|
|
904
904
|
"minlength"?: string | number;
|
|
905
905
|
"name"?: string;
|
|
906
|
-
"onBlurChanged"?: (event:
|
|
907
|
-
"onFocusChanged"?: (event:
|
|
908
|
-
"onInputIconClick"?: (event:
|
|
909
|
-
"onInvalidChanged"?: (event:
|
|
910
|
-
"onLeftIconClick"?: (event:
|
|
911
|
-
"onRightIconClick"?: (event:
|
|
912
|
-
"onValueChanged"?: (event:
|
|
906
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_49CustomEvent<string>) => void;
|
|
907
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_49CustomEvent<string>) => void;
|
|
908
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_49CustomEvent<void>) => void;
|
|
909
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_49CustomEvent<string>) => void;
|
|
910
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_49CustomEvent<void>) => void;
|
|
911
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_49CustomEvent<void>) => void;
|
|
912
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_49CustomEvent<string>) => void;
|
|
913
913
|
"pattern"?: string;
|
|
914
914
|
"placeholder"?: string;
|
|
915
915
|
"readonly"?: string | boolean;
|
|
@@ -924,27 +924,27 @@ declare namespace LocalJSX {
|
|
|
924
924
|
"type"?: string;
|
|
925
925
|
"value"?: string | number;
|
|
926
926
|
}
|
|
927
|
-
interface
|
|
927
|
+
interface TttxTable_1_9_49 {
|
|
928
928
|
"data"?: any;
|
|
929
929
|
"draggableHeaders"?: boolean;
|
|
930
930
|
"headers"?: TableHeader[];
|
|
931
931
|
"loading"?: boolean;
|
|
932
|
-
"onHeaderClicked"?: (event:
|
|
933
|
-
"onHeaderOrderChanged"?: (event:
|
|
934
|
-
"onRowClicked"?: (event:
|
|
932
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_49CustomEvent<any>) => void;
|
|
933
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_49CustomEvent<string[]>) => void;
|
|
934
|
+
"onRowClicked"?: (event: TttxTable_1_9_49CustomEvent<any>) => void;
|
|
935
935
|
"selectable"?: boolean;
|
|
936
936
|
"selected"?: number;
|
|
937
937
|
}
|
|
938
|
-
interface
|
|
938
|
+
interface TttxTabs_1_9_49 {
|
|
939
939
|
"navigation"?: boolean;
|
|
940
|
-
"onLeftNavigation"?: (event:
|
|
941
|
-
"onRightNavigation"?: (event:
|
|
942
|
-
"onTabClick"?: (event:
|
|
940
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_49CustomEvent<any>) => void;
|
|
941
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_49CustomEvent<any>) => void;
|
|
942
|
+
"onTabClick"?: (event: TttxTabs_1_9_49CustomEvent<{ tabId: string }>) => void;
|
|
943
943
|
"tabs"?: string | Tab[];
|
|
944
944
|
"tabsName"?: string;
|
|
945
945
|
"wide"?: boolean;
|
|
946
946
|
}
|
|
947
|
-
interface
|
|
947
|
+
interface TttxTag_1_9_49 {
|
|
948
948
|
"color"?: string;
|
|
949
949
|
"hasIcon"?: boolean;
|
|
950
950
|
"icon"?: string;
|
|
@@ -953,13 +953,13 @@ declare namespace LocalJSX {
|
|
|
953
953
|
"text"?: string;
|
|
954
954
|
"textColor"?: string;
|
|
955
955
|
}
|
|
956
|
-
interface
|
|
956
|
+
interface TttxTextarea_1_9_49 {
|
|
957
957
|
"disabled"?: boolean;
|
|
958
958
|
"errormsg"?: string;
|
|
959
959
|
/**
|
|
960
960
|
* tabindex - Allows the HTML elements to be focusable
|
|
961
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
962
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
961
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_49 input-index="1" />
|
|
962
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_49 inputindex={1} />
|
|
963
963
|
*/
|
|
964
964
|
"inputindex"?: string | number;
|
|
965
965
|
/**
|
|
@@ -970,10 +970,10 @@ declare namespace LocalJSX {
|
|
|
970
970
|
"label"?: string;
|
|
971
971
|
"maxlength"?: string | number;
|
|
972
972
|
"name"?: string;
|
|
973
|
-
"onBlurChanged"?: (event:
|
|
974
|
-
"onFocusChanged"?: (event:
|
|
975
|
-
"onInvalidChanged"?: (event:
|
|
976
|
-
"onValueChanged"?: (event:
|
|
973
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_49CustomEvent<string>) => void;
|
|
974
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_49CustomEvent<string>) => void;
|
|
975
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_49CustomEvent<string>) => void;
|
|
976
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_49CustomEvent<string>) => void;
|
|
977
977
|
"placeholder"?: string;
|
|
978
978
|
"readonly"?: string | boolean;
|
|
979
979
|
"required"?: boolean;
|
|
@@ -987,92 +987,92 @@ declare namespace LocalJSX {
|
|
|
987
987
|
"textareaautofocus"?: boolean;
|
|
988
988
|
"value"?: string | number;
|
|
989
989
|
}
|
|
990
|
-
interface
|
|
990
|
+
interface TttxToggle_1_9_49 {
|
|
991
991
|
"initialstate"?: boolean | string;
|
|
992
|
-
"onToggleSwitchEvent"?: (event:
|
|
992
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_49CustomEvent<{checked: boolean}>) => void;
|
|
993
993
|
}
|
|
994
|
-
interface
|
|
994
|
+
interface TttxToolbar_1_9_49 {
|
|
995
995
|
"border"?: boolean;
|
|
996
996
|
}
|
|
997
|
-
interface
|
|
997
|
+
interface TttxTreeView_1_9_49 {
|
|
998
998
|
"data"?: TreeViewItem[];
|
|
999
|
-
"onCheckboxChange"?: (event:
|
|
1000
|
-
"onClickEvent"?: (event:
|
|
1001
|
-
"onExpandNode"?: (event:
|
|
999
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_49CustomEvent<TreeViewItem[]>) => void;
|
|
1000
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_49CustomEvent<TreeViewItem>) => void;
|
|
1001
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_49CustomEvent<ExpandNodeEvent>) => void;
|
|
1002
1002
|
}
|
|
1003
1003
|
interface IntrinsicElements {
|
|
1004
|
-
"tttx-action-
|
|
1005
|
-
"tttx-
|
|
1006
|
-
"tttx-checkbox-group-
|
|
1007
|
-
"tttx-checkbox-group-
|
|
1008
|
-
"tttx-checkbox-
|
|
1009
|
-
"tttx-
|
|
1010
|
-
"tttx-
|
|
1011
|
-
"tttx-data-
|
|
1012
|
-
"tttx-
|
|
1013
|
-
"tttx-dialog-
|
|
1014
|
-
"tttx-
|
|
1015
|
-
"tttx-
|
|
1016
|
-
"tttx-
|
|
1017
|
-
"tttx-
|
|
1018
|
-
"tttx-
|
|
1019
|
-
"tttx-
|
|
1020
|
-
"tttx-keyvalue-
|
|
1021
|
-
"tttx-
|
|
1022
|
-
"tttx-loading-
|
|
1023
|
-
"tttx-multiselect-
|
|
1024
|
-
"tttx-percentage-
|
|
1025
|
-
"tttx-
|
|
1026
|
-
"tttx-select-
|
|
1027
|
-
"tttx-
|
|
1028
|
-
"tttx-
|
|
1029
|
-
"tttx-standalone-
|
|
1030
|
-
"tttx-
|
|
1031
|
-
"tttx-
|
|
1032
|
-
"tttx-
|
|
1033
|
-
"tttx-
|
|
1034
|
-
"tttx-
|
|
1035
|
-
"tttx-
|
|
1036
|
-
"tttx-tree-
|
|
1004
|
+
"tttx-action-dropdown_1_9_49": TttxActionDropdown_1_9_49;
|
|
1005
|
+
"tttx-button_1_9_49": TttxButton_1_9_49;
|
|
1006
|
+
"tttx-checkbox-group-caption_1_9_49": TttxCheckboxGroupCaption_1_9_49;
|
|
1007
|
+
"tttx-checkbox-group-heading_1_9_49": TttxCheckboxGroupHeading_1_9_49;
|
|
1008
|
+
"tttx-checkbox-group_1_9_49": TttxCheckboxGroup_1_9_49;
|
|
1009
|
+
"tttx-checkbox_1_9_49": TttxCheckbox_1_9_49;
|
|
1010
|
+
"tttx-comments_1_9_49": TttxComments_1_9_49;
|
|
1011
|
+
"tttx-data-pattern_1_9_49": TttxDataPattern_1_9_49;
|
|
1012
|
+
"tttx-datacard_1_9_49": TttxDatacard_1_9_49;
|
|
1013
|
+
"tttx-dialog-box_1_9_49": TttxDialogBox_1_9_49;
|
|
1014
|
+
"tttx-dialog_1_9_49": TttxDialog_1_9_49;
|
|
1015
|
+
"tttx-expander_1_9_49": TttxExpander_1_9_49;
|
|
1016
|
+
"tttx-filter_1_9_49": TttxFilter_1_9_49;
|
|
1017
|
+
"tttx-form_1_9_49": TttxForm_1_9_49;
|
|
1018
|
+
"tttx-graph_1_9_49": TttxGraph_1_9_49;
|
|
1019
|
+
"tttx-icon_1_9_49": TttxIcon_1_9_49;
|
|
1020
|
+
"tttx-keyvalue-block_1_9_49": TttxKeyvalueBlock_1_9_49;
|
|
1021
|
+
"tttx-list_1_9_49": TttxList_1_9_49;
|
|
1022
|
+
"tttx-loading-spinner_1_9_49": TttxLoadingSpinner_1_9_49;
|
|
1023
|
+
"tttx-multiselect-box_1_9_49": TttxMultiselectBox_1_9_49;
|
|
1024
|
+
"tttx-percentage-bar_1_9_49": TttxPercentageBar_1_9_49;
|
|
1025
|
+
"tttx-qrcode_1_9_49": TttxQrcode_1_9_49;
|
|
1026
|
+
"tttx-select-box_1_9_49": TttxSelectBox_1_9_49;
|
|
1027
|
+
"tttx-skeleton_loader_1_9_49": TttxSkeleton_loader_1_9_49;
|
|
1028
|
+
"tttx-sorter_1_9_49": TttxSorter_1_9_49;
|
|
1029
|
+
"tttx-standalone-input_1_9_49": TttxStandaloneInput_1_9_49;
|
|
1030
|
+
"tttx-table_1_9_49": TttxTable_1_9_49;
|
|
1031
|
+
"tttx-tabs_1_9_49": TttxTabs_1_9_49;
|
|
1032
|
+
"tttx-tag_1_9_49": TttxTag_1_9_49;
|
|
1033
|
+
"tttx-textarea_1_9_49": TttxTextarea_1_9_49;
|
|
1034
|
+
"tttx-toggle_1_9_49": TttxToggle_1_9_49;
|
|
1035
|
+
"tttx-toolbar_1_9_49": TttxToolbar_1_9_49;
|
|
1036
|
+
"tttx-tree-view_1_9_49": TttxTreeView_1_9_49;
|
|
1037
1037
|
}
|
|
1038
1038
|
}
|
|
1039
1039
|
export { LocalJSX as JSX };
|
|
1040
1040
|
declare module "@stencil/core" {
|
|
1041
1041
|
export namespace JSX {
|
|
1042
1042
|
interface IntrinsicElements {
|
|
1043
|
-
"tttx-action-
|
|
1044
|
-
"tttx-
|
|
1045
|
-
"tttx-checkbox-group-
|
|
1046
|
-
"tttx-checkbox-group-
|
|
1047
|
-
"tttx-checkbox-
|
|
1048
|
-
"tttx-
|
|
1049
|
-
"tttx-
|
|
1050
|
-
"tttx-data-
|
|
1051
|
-
"tttx-
|
|
1052
|
-
"tttx-dialog-
|
|
1053
|
-
"tttx-
|
|
1054
|
-
"tttx-
|
|
1055
|
-
"tttx-
|
|
1056
|
-
"tttx-
|
|
1057
|
-
"tttx-
|
|
1058
|
-
"tttx-
|
|
1059
|
-
"tttx-keyvalue-
|
|
1060
|
-
"tttx-
|
|
1061
|
-
"tttx-loading-
|
|
1062
|
-
"tttx-multiselect-
|
|
1063
|
-
"tttx-percentage-
|
|
1064
|
-
"tttx-
|
|
1065
|
-
"tttx-select-
|
|
1066
|
-
"tttx-
|
|
1067
|
-
"tttx-
|
|
1068
|
-
"tttx-standalone-
|
|
1069
|
-
"tttx-
|
|
1070
|
-
"tttx-
|
|
1071
|
-
"tttx-
|
|
1072
|
-
"tttx-
|
|
1073
|
-
"tttx-
|
|
1074
|
-
"tttx-
|
|
1075
|
-
"tttx-tree-
|
|
1043
|
+
"tttx-action-dropdown_1_9_49": LocalJSX.TttxActionDropdown_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxActionDropdown_1_9_49Element>;
|
|
1044
|
+
"tttx-button_1_9_49": LocalJSX.TttxButton_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_49Element>;
|
|
1045
|
+
"tttx-checkbox-group-caption_1_9_49": LocalJSX.TttxCheckboxGroupCaption_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_49Element>;
|
|
1046
|
+
"tttx-checkbox-group-heading_1_9_49": LocalJSX.TttxCheckboxGroupHeading_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_49Element>;
|
|
1047
|
+
"tttx-checkbox-group_1_9_49": LocalJSX.TttxCheckboxGroup_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_49Element>;
|
|
1048
|
+
"tttx-checkbox_1_9_49": LocalJSX.TttxCheckbox_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_49Element>;
|
|
1049
|
+
"tttx-comments_1_9_49": LocalJSX.TttxComments_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_49Element>;
|
|
1050
|
+
"tttx-data-pattern_1_9_49": LocalJSX.TttxDataPattern_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_49Element>;
|
|
1051
|
+
"tttx-datacard_1_9_49": LocalJSX.TttxDatacard_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_49Element>;
|
|
1052
|
+
"tttx-dialog-box_1_9_49": LocalJSX.TttxDialogBox_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_49Element>;
|
|
1053
|
+
"tttx-dialog_1_9_49": LocalJSX.TttxDialog_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_49Element>;
|
|
1054
|
+
"tttx-expander_1_9_49": LocalJSX.TttxExpander_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_49Element>;
|
|
1055
|
+
"tttx-filter_1_9_49": LocalJSX.TttxFilter_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_49Element>;
|
|
1056
|
+
"tttx-form_1_9_49": LocalJSX.TttxForm_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_49Element>;
|
|
1057
|
+
"tttx-graph_1_9_49": LocalJSX.TttxGraph_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_49Element>;
|
|
1058
|
+
"tttx-icon_1_9_49": LocalJSX.TttxIcon_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_49Element>;
|
|
1059
|
+
"tttx-keyvalue-block_1_9_49": LocalJSX.TttxKeyvalueBlock_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_49Element>;
|
|
1060
|
+
"tttx-list_1_9_49": LocalJSX.TttxList_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_49Element>;
|
|
1061
|
+
"tttx-loading-spinner_1_9_49": LocalJSX.TttxLoadingSpinner_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_49Element>;
|
|
1062
|
+
"tttx-multiselect-box_1_9_49": LocalJSX.TttxMultiselectBox_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_49Element>;
|
|
1063
|
+
"tttx-percentage-bar_1_9_49": LocalJSX.TttxPercentageBar_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_49Element>;
|
|
1064
|
+
"tttx-qrcode_1_9_49": LocalJSX.TttxQrcode_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_49Element>;
|
|
1065
|
+
"tttx-select-box_1_9_49": LocalJSX.TttxSelectBox_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_49Element>;
|
|
1066
|
+
"tttx-skeleton_loader_1_9_49": LocalJSX.TttxSkeleton_loader_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxSkeleton_loader_1_9_49Element>;
|
|
1067
|
+
"tttx-sorter_1_9_49": LocalJSX.TttxSorter_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_49Element>;
|
|
1068
|
+
"tttx-standalone-input_1_9_49": LocalJSX.TttxStandaloneInput_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_49Element>;
|
|
1069
|
+
"tttx-table_1_9_49": LocalJSX.TttxTable_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_49Element>;
|
|
1070
|
+
"tttx-tabs_1_9_49": LocalJSX.TttxTabs_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_49Element>;
|
|
1071
|
+
"tttx-tag_1_9_49": LocalJSX.TttxTag_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_49Element>;
|
|
1072
|
+
"tttx-textarea_1_9_49": LocalJSX.TttxTextarea_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_49Element>;
|
|
1073
|
+
"tttx-toggle_1_9_49": LocalJSX.TttxToggle_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_49Element>;
|
|
1074
|
+
"tttx-toolbar_1_9_49": LocalJSX.TttxToolbar_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_49Element>;
|
|
1075
|
+
"tttx-tree-view_1_9_49": LocalJSX.TttxTreeView_1_9_49 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_49Element>;
|
|
1076
1076
|
}
|
|
1077
1077
|
}
|
|
1078
1078
|
}
|